We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eecac24 commit 417b852Copy full SHA for 417b852
pkg/apis/cnsoperator/cnsvolumemetadata/v1alpha1/cnsvolumemetadata_types.go
@@ -131,7 +131,12 @@ const (
131
CnsOperatorEntityTypePOD = CnsOperatorEntityType(cnstypes.CnsKubernetesEntityTypePOD)
132
)
133
134
-type CnsOperatorEntityReference cnstypes.CnsKubernetesEntityReference
+type CnsOperatorEntityReference struct {
135
+ EntityType string
136
+ EntityName string
137
+ Namespace string
138
+ ClusterID string
139
+}
140
141
// CreateCnsVolumeMetadataSpec returns a cnsvolumemetadata object from the
142
// input parameters.
0 commit comments