Skip to content

Commit

Permalink
Deprecate AutoConfigure functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
sbueringer committed Jul 28, 2023
1 parent 52e1547 commit 8428e1c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
2 changes: 2 additions & 0 deletions apis/v1beta1/vspherefailuredomain_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ type FailureDomain struct {
TagCategory string `json:"tagCategory"`

// AutoConfigure tags the Type which is specified in the Topology
//
// Deprecated: This field is going to be removed in a future release.
AutoConfigure *bool `json:"autoConfigure,omitempty"`
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -283,8 +283,9 @@ spec:
description: Region defines the name and type of a region
properties:
autoConfigure:
description: AutoConfigure tags the Type which is specified in
the Topology
description: "AutoConfigure tags the Type which is specified in
the Topology \n Deprecated: This field is going to be removed
in a future release."
type: boolean
name:
description: Name is the name of the tag that represents this
Expand Down Expand Up @@ -347,8 +348,9 @@ spec:
description: Zone defines the name and type of a zone
properties:
autoConfigure:
description: AutoConfigure tags the Type which is specified in
the Topology
description: "AutoConfigure tags the Type which is specified in
the Topology \n Deprecated: This field is going to be removed
in a future release."
type: boolean
name:
description: Name is the name of the tag that represents this
Expand Down

0 comments on commit 8428e1c

Please sign in to comment.