diff --git a/cns/types/types.go b/cns/types/types.go index c85298ee4..3b5ce9c0b 100644 --- a/cns/types/types.go +++ b/cns/types/types.go @@ -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() {