Skip to content

Commit 6fad01a

Browse files
dhaiducekopenshift-merge-bot[bot]
authored andcommitted
Sync CRDs
Signed-off-by: Dale Haiducek <[email protected]>
1 parent cea31e2 commit 6fad01a

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

pkg/addon/configpolicy/manifests/managedclusterchart/templates/policy.open-cluster-management.io_configurationpolicies_crd.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ apiVersion: apiextensions.k8s.io/v1beta1
66
kind: CustomResourceDefinition
77
metadata:
88
annotations:
9-
controller-gen.kubebuilder.io/version: v0.14.0
9+
controller-gen.kubebuilder.io/version: v0.16.3
1010
labels:
1111
policy.open-cluster-management.io/policy-type: template
1212
addon.open-cluster-management.io/hosted-manifest-location: hosting
@@ -106,6 +106,7 @@ spec:
106106
items:
107107
type: string
108108
type: array
109+
x-kubernetes-list-type: atomic
109110
required:
110111
- key
111112
- operator
@@ -342,7 +343,7 @@ apiVersion: apiextensions.k8s.io/v1
342343
kind: CustomResourceDefinition
343344
metadata:
344345
annotations:
345-
controller-gen.kubebuilder.io/version: v0.14.0
346+
controller-gen.kubebuilder.io/version: v0.16.3
346347
labels:
347348
policy.open-cluster-management.io/policy-type: template
348349
addon.open-cluster-management.io/hosted-manifest-location: hosting
@@ -447,6 +448,7 @@ spec:
447448
items:
448449
type: string
449450
type: array
451+
x-kubernetes-list-type: atomic
450452
required:
451453
- key
452454
- operator

pkg/addon/configpolicy/manifests/managedclusterchart/templates/policy.open-cluster-management.io_operatorpolicies_crd.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ apiVersion: apiextensions.k8s.io/v1
66
kind: CustomResourceDefinition
77
metadata:
88
annotations:
9-
controller-gen.kubebuilder.io/version: v0.14.0
9+
controller-gen.kubebuilder.io/version: v0.16.3
1010
labels:
1111
policy.open-cluster-management.io/policy-type: template
1212
addon.open-cluster-management.io/hosted-manifest-location: hosting
@@ -200,7 +200,7 @@ spec:
200200
conditions:
201201
description: Conditions includes historic details on the condition of the operator policy.
202202
items:
203-
description: "Condition contains details for one aspect of the current state of this API Resource.\n---\nThis struct is intended for direct use as an array at the field path .status.conditions. For example,\n\n\n\ttype FooStatus struct{\n\t // Represents the observations of a foo's current state.\n\t // Known .status.conditions.type are: \"Available\", \"Progressing\", and \"Degraded\"\n\t // +patchMergeKey=type\n\t // +patchStrategy=merge\n\t // +listType=map\n\t // +listMapKey=type\n\t Conditions []metav1.Condition `json:\"conditions,omitempty\" patchStrategy:\"merge\" patchMergeKey:\"type\" protobuf:\"bytes,1,rep,name=conditions\"`\n\n\n\t // other fields\n\t}"
203+
description: Condition contains details for one aspect of the current state of this API Resource.
204204
properties:
205205
lastTransitionTime:
206206
description: >-
@@ -233,8 +233,7 @@ spec:
233233
- Unknown
234234
type: string
235235
type:
236-
description: >-
237-
type of condition in CamelCase or in foo.example.com/CamelCase. --- Many .condition.type values are consistent across resources like Available, but because arbitrary conditions can be useful (see .node.status.conditions), the ability to deconflict is important. The regex it matches is (dns1123SubdomainFmt/)?(qualifiedNameFmt)
236+
description: type of condition in CamelCase or in foo.example.com/CamelCase.
238237
maxLength: 316
239238
pattern: ^([a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*/)?(([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9])$
240239
type: string

pkg/addon/policyframework/manifests/managedclusterchart/templates/policy.open-cluster-management.io_policies_crd.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ apiVersion: apiextensions.k8s.io/v1beta1
66
kind: CustomResourceDefinition
77
metadata:
88
annotations:
9-
controller-gen.kubebuilder.io/version: v0.14.0
9+
controller-gen.kubebuilder.io/version: v0.16.3
1010
{{ if .Values.onMulticlusterHub }}"addon.open-cluster-management.io/deletion-orphan": ""{{ end }}
1111
name: policies.policy.open-cluster-management.io
1212
labels:
@@ -285,7 +285,7 @@ apiVersion: apiextensions.k8s.io/v1
285285
kind: CustomResourceDefinition
286286
metadata:
287287
annotations:
288-
controller-gen.kubebuilder.io/version: v0.14.0
288+
controller-gen.kubebuilder.io/version: v0.16.3
289289
{{ if .Values.onMulticlusterHub }}"addon.open-cluster-management.io/deletion-orphan": ""{{ end }}
290290
name: policies.policy.open-cluster-management.io
291291
labels:

0 commit comments

Comments
 (0)