You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// CopyToNamespaceMode describes whether the ClusterResourcePlacement status should be copied to the namespace-scoped resource ClusterResourcePlacementStatus.
485
+
// This enables namespace-scoped access to cluster-scoped placement status information.
486
+
// +enum
487
+
typeCopyToNamespaceModestring
488
+
489
+
const (
490
+
// CopyToNamespaceModeDisabled indicates that no status copying should occur.
// CopyToNamespaceModeEnabled indicates that ClusterResourcePlacement status should be copied to the corresponding namespace-scoped resource ClusterResourcePlacementStatus.
0 commit comments