Skip to content

Commit

Permalink
Merge pull request #3685 from divyenpatel/add-delete-to-CnsContainerC…
Browse files Browse the repository at this point in the history
…luster

add delete flag for CnsContainerCluster type
  • Loading branch information
chethanv28 authored Jan 26, 2025
2 parents f98426f + d75327c commit da82679
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 da82679

Please sign in to comment.