Skip to content

Commit

Permalink
add delete flag for CnsContainerCluster type
Browse files Browse the repository at this point in the history
  • Loading branch information
divyenpatel committed Jan 26, 2025
1 parent f98426f commit d75327c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cns/types/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,7 @@ type CnsContainerCluster struct {
VSphereUser string `xml:"vSphereUser" json:"vSphereUser"`
ClusterFlavor string `xml:"clusterFlavor,omitempty" json:"clusterFlavor"`
ClusterDistribution string `xml:"clusterDistribution,omitempty" json:"clusterDistribution"`
Delete bool `xml:"delete,omitempty" json:"delete"`
}

func init() {
Expand Down

0 comments on commit d75327c

Please sign in to comment.