We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f98426f commit d75327cCopy full SHA for d75327c
cns/types/types.go
@@ -294,6 +294,7 @@ type CnsContainerCluster struct {
294
VSphereUser string `xml:"vSphereUser" json:"vSphereUser"`
295
ClusterFlavor string `xml:"clusterFlavor,omitempty" json:"clusterFlavor"`
296
ClusterDistribution string `xml:"clusterDistribution,omitempty" json:"clusterDistribution"`
297
+ Delete bool `xml:"delete,omitempty" json:"delete"`
298
}
299
300
func init() {
0 commit comments