Skip to content

Commit ab1dc95

Browse files
Merge pull request #208 from joelsmith/master
Update CRDs & RBAC to match operand
2 parents b25fbf7 + fba6f7d commit ab1dc95

File tree

6 files changed

+505
-423
lines changed

6 files changed

+505
-423
lines changed

bundle/manifests/autoscaling.k8s.io_verticalpodautoscalercheckpoints.yaml

Lines changed: 35 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kind: CustomResourceDefinition
33
metadata:
44
annotations:
55
api-approved.kubernetes.io: https://github.com/kubernetes/kubernetes/pull/63797
6-
controller-gen.kubebuilder.io/version: v0.9.2
6+
controller-gen.kubebuilder.io/version: v0.16.5
77
creationTimestamp: null
88
labels:
99
app.kubernetes.io/name: vertical-pod-autoscaler-operator
@@ -22,23 +22,31 @@ spec:
2222
- name: v1
2323
schema:
2424
openAPIV3Schema:
25-
description: VerticalPodAutoscalerCheckpoint is the checkpoint of the internal
26-
state of VPA that is used for recovery after recommender's restart.
25+
description: |-
26+
VerticalPodAutoscalerCheckpoint is the checkpoint of the internal state of VPA that
27+
is used for recovery after recommender's restart.
2728
properties:
2829
apiVersion:
29-
description: 'APIVersion defines the versioned schema of this representation
30-
of an object. Servers should convert recognized schemas to the latest
31-
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
30+
description: |-
31+
APIVersion defines the versioned schema of this representation of an object.
32+
Servers should convert recognized schemas to the latest internal value, and
33+
may reject unrecognized values.
34+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
3235
type: string
3336
kind:
34-
description: 'Kind is a string value representing the REST resource this
35-
object represents. Servers may infer this from the endpoint the client
36-
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
37+
description: |-
38+
Kind is a string value representing the REST resource this object represents.
39+
Servers may infer this from the endpoint the client submits requests to.
40+
Cannot be updated.
41+
In CamelCase.
42+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
3743
type: string
3844
metadata:
3945
type: object
4046
spec:
41-
description: 'Specification of the checkpoint. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status.'
47+
description: |-
48+
Specification of the checkpoint.
49+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status.
4250
properties:
4351
containerName:
4452
description: Name of the checkpointed container.
@@ -115,23 +123,31 @@ spec:
115123
- name: v1beta2
116124
schema:
117125
openAPIV3Schema:
118-
description: VerticalPodAutoscalerCheckpoint is the checkpoint of the internal
119-
state of VPA that is used for recovery after recommender's restart.
126+
description: |-
127+
VerticalPodAutoscalerCheckpoint is the checkpoint of the internal state of VPA that
128+
is used for recovery after recommender's restart.
120129
properties:
121130
apiVersion:
122-
description: 'APIVersion defines the versioned schema of this representation
123-
of an object. Servers should convert recognized schemas to the latest
124-
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
131+
description: |-
132+
APIVersion defines the versioned schema of this representation of an object.
133+
Servers should convert recognized schemas to the latest internal value, and
134+
may reject unrecognized values.
135+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
125136
type: string
126137
kind:
127-
description: 'Kind is a string value representing the REST resource this
128-
object represents. Servers may infer this from the endpoint the client
129-
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
138+
description: |-
139+
Kind is a string value representing the REST resource this object represents.
140+
Servers may infer this from the endpoint the client submits requests to.
141+
Cannot be updated.
142+
In CamelCase.
143+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
130144
type: string
131145
metadata:
132146
type: object
133147
spec:
134-
description: 'Specification of the checkpoint. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status.'
148+
description: |-
149+
Specification of the checkpoint.
150+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status.
135151
properties:
136152
containerName:
137153
description: Name of the checkpointed container.

0 commit comments

Comments
 (0)