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
description: NamespaceScope is the Schema for the namespacescopes API
23
23
properties:
24
24
apiVersion:
25
-
description: 'APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
25
+
description: 'APIVersion defines the versioned schema of this representation
26
+
of an object. Servers should convert recognized schemas to the latest
27
+
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
26
28
type: string
27
29
kind:
28
-
description: 'Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
30
+
description: 'Kind is a string value representing the REST resource this
31
+
object represents. Servers may infer this from the endpoint the client
32
+
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
29
33
type: string
30
34
metadata:
31
35
type: object
32
36
spec:
33
37
description: NamespaceScopeSpec defines the desired state of NamespaceScope
34
38
properties:
35
39
configmapName:
36
-
description: ConfigMap name that will contain the list of namespaces to be watched
40
+
description: ConfigMap name that will contain the list of namespaces
41
+
to be watched
37
42
type: string
38
43
csvInjector:
39
-
description: When CSVInjector is enabled, operator will inject the watch namespace list into operator csv.
44
+
description: When CSVInjector is enabled, operator will inject the
45
+
watch namespace list into operator csv.
40
46
properties:
41
47
enable:
42
48
type: boolean
43
49
required:
44
50
- enable
45
51
type: object
46
52
manualManagement:
47
-
description: Set the following to true to manually manage permissions for the NamespaceScope operator to extend control over other namespaces The operator may fail when trying to extend permissions to other namespaces, but the cluster administrator can correct this using the authorize-namespace command.
53
+
description: Set the following to true to manually manage permissions
54
+
for the NamespaceScope operator to extend control over other namespaces
55
+
The operator may fail when trying to extend permissions to other
56
+
namespaces, but the cluster administrator can correct this using
57
+
the authorize-namespace command.
48
58
type: boolean
49
59
namespaceMembers:
50
60
description: Namespaces that are part of this scope
@@ -54,10 +64,12 @@ spec:
54
64
restartLabels:
55
65
additionalProperties:
56
66
type: string
57
-
description: Restart pods with the following labels when the namespace list changes
67
+
description: Restart pods with the following labels when the namespace
68
+
list changes
58
69
type: object
59
70
serviceAccountMembers:
60
-
description: ServiceAccountMembers are extra service accounts will be bond the roles from other namespaces
71
+
description: ServiceAccountMembers are extra service accounts will
0 commit comments