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
Copy file name to clipboardExpand all lines: pkg/cmd/install/hubaddon/scenario/addon/policy/policy.open-cluster-management.io_placementbindings.yaml
+22-3
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,17 @@ spec:
27
27
of an object. Servers should convert recognized schemas to the latest
28
28
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
29
29
type: string
30
+
bindingOverrides:
31
+
description: BindingOverrides defines the overrides to the Subjects
32
+
properties:
33
+
remediationAction:
34
+
description: This field overrides the policy remediationAction on
35
+
target clusters
36
+
enum:
37
+
- Enforce
38
+
- enforce
39
+
type: string
40
+
type: object
30
41
kind:
31
42
description: 'Kind is a string value representing the REST resource this
32
43
object represents. Servers may infer this from the endpoint the client
@@ -35,7 +46,8 @@ spec:
35
46
metadata:
36
47
type: object
37
48
placementRef:
38
-
description: PlacementSubject reference
49
+
description: PlacementSubject defines the resource that can be used as
50
+
PlacementBinding placementRef
39
51
properties:
40
52
apiGroup:
41
53
enum:
@@ -60,9 +72,16 @@ spec:
60
72
status:
61
73
description: PlacementBindingStatus defines the observed state of PlacementBinding
62
74
type: object
75
+
subFilter:
76
+
description: This field provides the ability to select a subset of bound
77
+
clusters
78
+
enum:
79
+
- restricted
80
+
type: string
63
81
subjects:
64
82
items:
65
-
description: Subject reference
83
+
description: Subject defines the resource that can be used as PlacementBinding
0 commit comments