Skip to content

Commit d75327c

Browse files
committed
add delete flag for CnsContainerCluster type
1 parent f98426f commit d75327c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cns/types/types.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,7 @@ type CnsContainerCluster struct {
294294
VSphereUser string `xml:"vSphereUser" json:"vSphereUser"`
295295
ClusterFlavor string `xml:"clusterFlavor,omitempty" json:"clusterFlavor"`
296296
ClusterDistribution string `xml:"clusterDistribution,omitempty" json:"clusterDistribution"`
297+
Delete bool `xml:"delete,omitempty" json:"delete"`
297298
}
298299

299300
func init() {

0 commit comments

Comments
 (0)