Skip to content

Commit 24fe660

Browse files
dhaiducekopenshift-merge-robot
authored andcommitted
Update CRDs
- Fix typo - Add newlines from `yq` update Signed-off-by: Dale Haiducek <[email protected]>
1 parent 11e3f13 commit 24fe660

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Copyright Contributors to the Open Cluster Management project
22

33
{{- if semverCompare "< 1.16.0" .Capabilities.KubeVersion.Version }}
4+
5+
---
46
apiVersion: apiextensions.k8s.io/v1beta1
57
kind: CustomResourceDefinition
68
metadata:
@@ -264,6 +266,8 @@ status:
264266
conditions: []
265267
storedVersions: []
266268
{{ else }}
269+
270+
---
267271
apiVersion: apiextensions.k8s.io/v1
268272
kind: CustomResourceDefinition
269273
metadata:

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

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Copyright Contributors to the Open Cluster Management project
22

33
{{- if semverCompare "< 1.16.0" .Capabilities.KubeVersion.Version }}
4+
5+
---
46
apiVersion: apiextensions.k8s.io/v1beta1
57
kind: CustomResourceDefinition
68
metadata:
@@ -50,7 +52,7 @@ spec:
5052
dependencies:
5153
description: PolicyDependencies that apply to each template in this Policy
5254
items:
53-
description: Each PolicyDepenency defines an object reference which must be in a certain compliance state before the policy should be created.
55+
description: Each PolicyDependency defines an object reference which must be in a certain compliance state before the policy should be created.
5456
properties:
5557
apiVersion:
5658
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'
@@ -87,7 +89,7 @@ spec:
8789
extraDependencies:
8890
description: Additional PolicyDependencies that only apply to this template
8991
items:
90-
description: Each PolicyDepenency defines an object reference which must be in a certain compliance state before the policy should be created.
92+
description: Each PolicyDependency defines an object reference which must be in a certain compliance state before the policy should be created.
9193
properties:
9294
apiVersion:
9395
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'
@@ -225,6 +227,8 @@ status:
225227
conditions: []
226228
storedVersions: []
227229
{{ else }}
230+
231+
---
228232
apiVersion: apiextensions.k8s.io/v1
229233
kind: CustomResourceDefinition
230234
metadata:
@@ -274,7 +278,7 @@ spec:
274278
dependencies:
275279
description: PolicyDependencies that apply to each template in this Policy
276280
items:
277-
description: Each PolicyDepenency defines an object reference which must be in a certain compliance state before the policy should be created.
281+
description: Each PolicyDependency defines an object reference which must be in a certain compliance state before the policy should be created.
278282
oneOf:
279283
- properties:
280284
kind:
@@ -324,7 +328,7 @@ spec:
324328
extraDependencies:
325329
description: Additional PolicyDependencies that only apply to this template
326330
items:
327-
description: Each PolicyDepenency defines an object reference which must be in a certain compliance state before the policy should be created.
331+
description: Each PolicyDependency defines an object reference which must be in a certain compliance state before the policy should be created.
328332
oneOf:
329333
- properties:
330334
kind:

0 commit comments

Comments
 (0)