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: 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.
27
28
properties:
28
29
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
32
35
type: string
33
36
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
37
43
type: string
38
44
metadata:
39
45
type: object
40
46
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.
42
50
properties:
43
51
containerName:
44
52
description: Name of the checkpointed container.
@@ -115,23 +123,31 @@ spec:
115
123
- name: v1beta2
116
124
schema:
117
125
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.
120
129
properties:
121
130
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
125
136
type: string
126
137
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
130
144
type: string
131
145
metadata:
132
146
type: object
133
147
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.
0 commit comments