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.
485
+
// StatusReportingScope defines where ClusterResourcePlacement status information is made available.
486
+
// This enables different levels of access to placement status across cluster and namespace scopes.
486
487
// +enum
487
-
typeCopyToNamespaceModestring
488
+
typeStatusReportingScopestring
488
489
489
490
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