Skip to content

Commit fa2a8fc

Browse files
committed
bump(k8s): make update
Signed-off-by: jubittajohn <jujohn@redhat.com>
1 parent 3efe982 commit fa2a8fc

8 files changed

Lines changed: 813 additions & 229 deletions

File tree

apiextensions/v1alpha1/zz_generated.crd-manifests/0000_20_crd-compatibility-checker_01_compatibilityrequirements.crd.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ spec:
255255
properties:
256256
expression:
257257
description: |-
258-
Expression represents the expression which will be evaluated by CEL. Must evaluate to bool.
258+
expression represents the expression which will be evaluated by CEL. Must evaluate to bool.
259259
CEL expressions have access to the contents of the AdmissionRequest and Authorizer, organized into CEL variables:
260260
261261
'object' - The object from the incoming request. The value is null for DELETE requests.
@@ -271,7 +271,7 @@ spec:
271271
type: string
272272
name:
273273
description: |-
274-
Name is an identifier for this match condition, used for strategic merging of MatchConditions,
274+
name is an identifier for this match condition, used for strategic merging of MatchConditions,
275275
as well as providing an identifier for logging purposes. A good name should be descriptive of
276276
the associated expression.
277277
Name must be a qualified name consisting of alphanumeric characters, '-', '_' or '.', and

apiextensions/v1alpha1/zz_generated.featuregated-crd-manifests/compatibilityrequirements.apiextensions.openshift.io/CRDCompatibilityRequirementOperator.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ spec:
256256
properties:
257257
expression:
258258
description: |-
259-
Expression represents the expression which will be evaluated by CEL. Must evaluate to bool.
259+
expression represents the expression which will be evaluated by CEL. Must evaluate to bool.
260260
CEL expressions have access to the contents of the AdmissionRequest and Authorizer, organized into CEL variables:
261261
262262
'object' - The object from the incoming request. The value is null for DELETE requests.
@@ -272,7 +272,7 @@ spec:
272272
type: string
273273
name:
274274
description: |-
275-
Name is an identifier for this match condition, used for strategic merging of MatchConditions,
275+
name is an identifier for this match condition, used for strategic merging of MatchConditions,
276276
as well as providing an identifier for logging purposes. A good name should be descriptive of
277277
the associated expression.
278278
Name must be a qualified name consisting of alphanumeric characters, '-', '_' or '.', and

console/v1/zz_generated.crd-manifests/00_consolequickstarts.crd.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ spec:
107107
x-kubernetes-list-type: atomic
108108
type: object
109109
group:
110-
description: Group is the API Group of the Resource. "*" means
110+
description: group is the API Group of the Resource. "*" means
111111
all.
112112
type: string
113113
labelSelector:
@@ -159,31 +159,31 @@ spec:
159159
x-kubernetes-list-type: atomic
160160
type: object
161161
name:
162-
description: Name is the name of the resource being requested
162+
description: name is the name of the resource being requested
163163
for a "get" or deleted for a "delete". "" (empty) means all.
164164
type: string
165165
namespace:
166166
description: |-
167-
Namespace is the namespace of the action being requested. Currently, there is no distinction between no namespace and all namespaces
167+
namespace is the namespace of the action being requested. Currently, there is no distinction between no namespace and all namespaces
168168
"" (empty) is defaulted for LocalSubjectAccessReviews
169169
"" (empty) is empty for cluster-scoped resources
170170
"" (empty) means "all" for namespace scoped resources from a SubjectAccessReview or SelfSubjectAccessReview
171171
type: string
172172
resource:
173-
description: Resource is one of the existing resource types. "*"
173+
description: resource is one of the existing resource types. "*"
174174
means all.
175175
type: string
176176
subresource:
177-
description: Subresource is one of the existing resource types. ""
177+
description: subresource is one of the existing resource types. ""
178178
means none.
179179
type: string
180180
verb:
181-
description: 'Verb is a kubernetes resource API verb, like:
181+
description: 'verb is a kubernetes resource API verb, like:
182182
get, list, watch, create, update, delete, proxy. "*" means
183183
all.'
184184
type: string
185185
version:
186-
description: Version is the API Version of the Resource. "*"
186+
description: version is the API Version of the Resource. "*"
187187
means all.
188188
type: string
189189
type: object

console/v1/zz_generated.featuregated-crd-manifests/consolequickstarts.console.openshift.io/AAA_ungated.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ spec:
106106
x-kubernetes-list-type: atomic
107107
type: object
108108
group:
109-
description: Group is the API Group of the Resource. "*" means
109+
description: group is the API Group of the Resource. "*" means
110110
all.
111111
type: string
112112
labelSelector:
@@ -158,31 +158,31 @@ spec:
158158
x-kubernetes-list-type: atomic
159159
type: object
160160
name:
161-
description: Name is the name of the resource being requested
161+
description: name is the name of the resource being requested
162162
for a "get" or deleted for a "delete". "" (empty) means all.
163163
type: string
164164
namespace:
165165
description: |-
166-
Namespace is the namespace of the action being requested. Currently, there is no distinction between no namespace and all namespaces
166+
namespace is the namespace of the action being requested. Currently, there is no distinction between no namespace and all namespaces
167167
"" (empty) is defaulted for LocalSubjectAccessReviews
168168
"" (empty) is empty for cluster-scoped resources
169169
"" (empty) means "all" for namespace scoped resources from a SubjectAccessReview or SelfSubjectAccessReview
170170
type: string
171171
resource:
172-
description: Resource is one of the existing resource types. "*"
172+
description: resource is one of the existing resource types. "*"
173173
means all.
174174
type: string
175175
subresource:
176-
description: Subresource is one of the existing resource types. ""
176+
description: subresource is one of the existing resource types. ""
177177
means none.
178178
type: string
179179
verb:
180-
description: 'Verb is a kubernetes resource API verb, like:
180+
description: 'verb is a kubernetes resource API verb, like:
181181
get, list, watch, create, update, delete, proxy. "*" means
182182
all.'
183183
type: string
184184
version:
185-
description: Version is the API Version of the Resource. "*"
185+
description: version is the API Version of the Resource. "*"
186186
means all.
187187
type: string
188188
type: object

0 commit comments

Comments
 (0)