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
-**Changed to**: `EnableStatusProxy bool` - simple enable/disable flag
27
+
-**Rationale**: Namespace is already specified in ResourceSelectors, so we just need a boolean to enable the feature
28
+
-**Behavior**: When enabled, PlacementStatusProxy objects are created in namespaces containing selected resources
29
+
30
+
## Status Field Enhancement
31
+
- Added clarifying comment that the Status field includes information about the namespace and resources within that namespace
32
+
- Explains that placement details are shown for resources selected by the ClusterResourcePlacement's ResourceSelectors to create a namespaced object that will take the PlacementStatus of a corresponding ClusterResourcePlacement. This will serve as a proxy or mirror of the cluster-scoped CRP status in a namespace-scoped resource.
33
+
34
+
## Requirements Analysis
35
+
1. Create a new namespaced custom resource
36
+
2. The resource should contain PlacementStatus from corresponding ClusterResourcePlacement
37
+
3. The name should follow a template that includes the ClusterResourcePlacement name
38
+
4. Only implement the API (no controllers needed for now)
0 commit comments