From d75327c4775012d50886f8b714c49d08f552f51a Mon Sep 17 00:00:00 2001 From: Divyen Patel Date: Sun, 26 Jan 2025 10:54:26 -0800 Subject: [PATCH] add delete flag for CnsContainerCluster type --- cns/types/types.go | 1 + 1 file changed, 1 insertion(+) 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() {