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: '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'
24
+
description: |-
25
+
APIVersion defines the versioned schema of this representation of an object.
26
+
Servers should convert recognized schemas to the latest internal value, and
27
+
may reject unrecognized values.
28
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
28
29
type: string
29
30
kind:
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'
31
+
description: |-
32
+
Kind is a string value representing the REST resource this object represents.
33
+
Servers may infer this from the endpoint the client submits requests to.
34
+
Cannot be updated.
35
+
In CamelCase.
36
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
33
37
type: string
34
38
metadata:
35
39
type: object
36
40
spec:
37
41
description: GlobalProxySettingsSpec defines the desired state of GlobalProxySettings.
38
42
properties:
39
43
rules:
40
-
description: Subjects that should receive additional permissions.
41
-
The subjects are selected based on the oncoming requests. They don't
42
-
have to relate to an existing tenant. However they must be part
43
-
of the capsule-user groups.
44
+
description: |-
45
+
Subjects that should receive additional permissions.
46
+
The subjects are selected based on the oncoming requests. They don't have to relate to an existing tenant.
47
+
However they must be part of the capsule-user groups.
44
48
items:
45
49
properties:
46
50
clusterResources:
@@ -75,35 +79,33 @@ spec:
75
79
type: string
76
80
type: array
77
81
selector:
78
-
description: Select all cluster scoped resources with
79
-
the given label selector. Defining a selector which
80
-
does not match any resources is considered not selectable
81
-
(eg. using operation NotExists).
82
+
description: |-
83
+
Select all cluster scoped resources with the given label selector.
84
+
Defining a selector which does not match any resources is considered not selectable (eg. using operation NotExists).
82
85
properties:
83
86
matchExpressions:
84
87
description: matchExpressions is a list of label selector
85
88
requirements. The requirements are ANDed.
86
89
items:
87
-
description: A label selector requirement is a selector
88
-
that contains values, a key, and an operator that
90
+
description: |-
91
+
A label selector requirement is a selector that contains values, a key, and an operator that
89
92
relates the key and values.
90
93
properties:
91
94
key:
92
95
description: key is the label key that the selector
93
96
applies to.
94
97
type: string
95
98
operator:
96
-
description: operator represents a key's relationship
97
-
to a set of values. Valid operators are In,
98
-
NotIn, Exists and DoesNotExist.
99
+
description: |-
100
+
operator represents a key's relationship to a set of values.
101
+
Valid operators are In, NotIn, Exists and DoesNotExist.
99
102
type: string
100
103
values:
101
-
description: values is an array of string values.
102
-
If the operator is In or NotIn, the values
103
-
array must be non-empty. If the operator is
104
-
Exists or DoesNotExist, the values array must
105
-
be empty. This array is replaced during a
106
-
strategic merge patch.
104
+
description: |-
105
+
values is an array of string values. If the operator is In or NotIn,
106
+
the values array must be non-empty. If the operator is Exists or DoesNotExist,
107
+
the values array must be empty. This array is replaced during a strategic
108
+
merge patch.
107
109
items:
108
110
type: string
109
111
type: array
@@ -117,13 +119,13 @@ spec:
117
119
matchLabels:
118
120
additionalProperties:
119
121
type: string
120
-
description: matchLabels is a map of {key,value} pairs.
121
-
A single {key,value} in the matchLabels map is equivalent
122
-
to an element of matchExpressions, whose key field
123
-
is "key", the operator is "In", and the values array
124
-
contains only "value". The requirements are ANDed.
122
+
description: |-
123
+
matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels
124
+
map is equivalent to an element of matchExpressions, whose key field is "key", the
125
+
operator is "In", and the values array contains only "value". The requirements are ANDed.
125
126
type: object
126
127
type: object
128
+
x-kubernetes-map-type: atomic
127
129
required:
128
130
- apiGroups
129
131
- operations
@@ -132,10 +134,10 @@ spec:
132
134
type: object
133
135
type: array
134
136
subjects:
135
-
description: Subjects that should receive additional permissions.
136
-
The subjects are selected based on the oncoming requests.
137
-
They don't have to relate to an existing tenant. However they
138
-
must be part of the capsule-user groups.
137
+
description: |-
138
+
Subjects that should receive additional permissions.
139
+
The subjects are selected based on the oncoming requests. They don't have to relate to an existing tenant.
140
+
However they must be part of the capsule-user groups.
description: ProxySetting is the Schema for the proxysettings API.
22
21
properties:
23
22
apiVersion:
24
-
description: 'APIVersion defines the versioned schema of this representation
25
-
of an object. Servers should convert recognized schemas to the latest
26
-
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
23
+
description: |-
24
+
APIVersion defines the versioned schema of this representation of an object.
25
+
Servers should convert recognized schemas to the latest internal value, and
26
+
may reject unrecognized values.
27
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
27
28
type: string
28
29
kind:
29
-
description: 'Kind is a string value representing the REST resource this
30
-
object represents. Servers may infer this from the endpoint the client
31
-
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: |-
31
+
Kind is a string value representing the REST resource this object represents.
32
+
Servers may infer this from the endpoint the client submits requests to.
33
+
Cannot be updated.
34
+
In CamelCase.
35
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
32
36
type: string
33
37
metadata:
34
38
type: object
35
39
spec:
36
-
description: ProxySettingSpec defines the additional Capsule Proxy settings
37
-
for additional users of the Tenant. Resource is Namespace-scoped and
38
-
applies the settings to the belonged Tenant.
40
+
description: |-
41
+
ProxySettingSpec defines the additional Capsule Proxy settings for additional users of the Tenant.
42
+
Resource is Namespace-scoped and applies the settings to the belonged Tenant.
39
43
properties:
40
44
subjects:
41
45
description: Subjects that should receive additional permissions.
@@ -73,35 +77,33 @@ spec:
73
77
type: string
74
78
type: array
75
79
selector:
76
-
description: Select all cluster scoped resources with
77
-
the given label selector. Defining a selector which
78
-
does not match any resources is considered not selectable
79
-
(eg. using operation NotExists).
80
+
description: |-
81
+
Select all cluster scoped resources with the given label selector.
82
+
Defining a selector which does not match any resources is considered not selectable (eg. using operation NotExists).
80
83
properties:
81
84
matchExpressions:
82
85
description: matchExpressions is a list of label selector
83
86
requirements. The requirements are ANDed.
84
87
items:
85
-
description: A label selector requirement is a selector
86
-
that contains values, a key, and an operator that
88
+
description: |-
89
+
A label selector requirement is a selector that contains values, a key, and an operator that
87
90
relates the key and values.
88
91
properties:
89
92
key:
90
93
description: key is the label key that the selector
91
94
applies to.
92
95
type: string
93
96
operator:
94
-
description: operator represents a key's relationship
95
-
to a set of values. Valid operators are In,
96
-
NotIn, Exists and DoesNotExist.
97
+
description: |-
98
+
operator represents a key's relationship to a set of values.
99
+
Valid operators are In, NotIn, Exists and DoesNotExist.
97
100
type: string
98
101
values:
99
-
description: values is an array of string values.
100
-
If the operator is In or NotIn, the values
101
-
array must be non-empty. If the operator is
102
-
Exists or DoesNotExist, the values array must
103
-
be empty. This array is replaced during a
104
-
strategic merge patch.
102
+
description: |-
103
+
values is an array of string values. If the operator is In or NotIn,
104
+
the values array must be non-empty. If the operator is Exists or DoesNotExist,
105
+
the values array must be empty. This array is replaced during a strategic
106
+
merge patch.
105
107
items:
106
108
type: string
107
109
type: array
@@ -115,13 +117,13 @@ spec:
115
117
matchLabels:
116
118
additionalProperties:
117
119
type: string
118
-
description: matchLabels is a map of {key,value} pairs.
119
-
A single {key,value} in the matchLabels map is equivalent
120
-
to an element of matchExpressions, whose key field
121
-
is "key", the operator is "In", and the values array
122
-
contains only "value". The requirements are ANDed.
120
+
description: |-
121
+
matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels
122
+
map is equivalent to an element of matchExpressions, whose key field is "key", the
123
+
operator is "In", and the values array contains only "value". The requirements are ANDed.
0 commit comments