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: ClusterVersion is the Schema for the clusterversions API
21
21
properties:
22
22
apiVersion:
23
-
description: 'APIVersion defines the versioned schema of this representation
24
-
of an object. Servers should convert recognized schemas to the latest
25
-
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
23
+
description: |-
24
+
APIVersion defines the versioned schema of this representation of an object.
25
+
Servers should convert recognized schemas to the latest internal value, and
26
+
may reject unrecognized values.
27
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
26
28
type: string
27
29
kind:
28
-
description: 'Kind is a string value representing the REST resource this
29
-
object represents. Servers may infer this from the endpoint the client
30
-
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
30
+
description: |-
31
+
Kind is a string value representing the REST resource this object represents.
32
+
Servers may infer this from the endpoint the client submits requests to.
33
+
Cannot be updated.
34
+
In CamelCase.
35
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
31
36
type: string
32
37
metadata:
33
38
type: object
@@ -42,15 +47,16 @@ spec:
42
47
description: Spec is the spec applied to the ClusterVersion object
43
48
properties:
44
49
capabilities:
45
-
description: capabilities configures the installation of optional,
46
-
core cluster components. A null value here is identical
47
-
to an empty object; see the child properties for default
48
-
semantics.
50
+
description: |-
51
+
capabilities configures the installation of optional, core
52
+
cluster components. A null value here is identical to an
53
+
empty object; see the child properties for default semantics.
49
54
properties:
50
55
additionalEnabledCapabilities:
51
-
description: additionalEnabledCapabilities extends the
52
-
set of managed capabilities beyond the baseline defined
53
-
in baselineCapabilitySet. The default is an empty set.
56
+
description: |-
57
+
additionalEnabledCapabilities extends the set of managed
58
+
capabilities beyond the baseline defined in
59
+
baselineCapabilitySet. The default is an empty set.
description: UpgradeConfig is the Schema for the upgradeconfigs API
21
21
properties:
22
22
apiVersion:
23
-
description: 'APIVersion defines the versioned schema of this representation
24
-
of an object. Servers should convert recognized schemas to the latest
25
-
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
23
+
description: |-
24
+
APIVersion defines the versioned schema of this representation of an object.
25
+
Servers should convert recognized schemas to the latest internal value, and
26
+
may reject unrecognized values.
27
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
26
28
type: string
27
29
kind:
28
-
description: 'Kind is a string value representing the REST resource this
29
-
object represents. Servers may infer this from the endpoint the client
30
-
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
30
+
description: |-
31
+
Kind is a string value representing the REST resource this object represents.
32
+
Servers may infer this from the endpoint the client submits requests to.
33
+
Cannot be updated.
34
+
In CamelCase.
35
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
31
36
type: string
32
37
metadata:
33
38
type: object
@@ -120,22 +125,22 @@ spec:
120
125
type: object
121
126
maxSchedulingDelay:
122
127
default: 1h
123
-
description: MaxSchedulingDelay defines the maximum time after which
124
-
the upgrade job should be scheduled. If the upgrade job is not scheduled
125
-
before this time, it will not be scheduled.
128
+
description: |-
129
+
MaxSchedulingDelay defines the maximum time after which the upgrade job should be scheduled.
130
+
If the upgrade job is not scheduled before this time, it will not be scheduled.
126
131
format: duration
127
132
type: string
128
133
maxUpgradeStartDelay:
129
134
default: 1h
130
-
description: MaxUpgradeStartDelay defines the maximum time after which
131
-
the upgrade job should be started. If the upgrade job is not started
132
-
before this time, it is considered failed.
135
+
description: |-
136
+
MaxUpgradeStartDelay defines the maximum time after which the upgrade job should be started.
137
+
If the upgrade job is not started before this time, it is considered failed.
133
138
format: duration
134
139
type: string
135
140
pinVersionWindow:
136
-
description: PinVersionWindow defines the time window before the maintenance
137
-
window in which the upgrade version is pinned. `UpgradeJobs` are
138
-
created at `schedule - pinVersionWindow`.
141
+
description: |-
142
+
PinVersionWindow defines the time window before the maintenance window in which the upgrade version is pinned.
143
+
`UpgradeJobs` are created at `schedule - pinVersionWindow`.
139
144
type: string
140
145
schedule:
141
146
description: Schedule defines the schedule for the upgrade
@@ -145,9 +150,9 @@ spec:
145
150
per https://pkg.go.dev/github.com/robfig/cron/v3#hdr-CRON_Expression_Format
146
151
type: string
147
152
isoWeek:
148
-
description: IsoWeek defines the week of the year according to
149
-
ISO 8601 week number to schedule the upgrade. Currently supported
150
-
values are `@odd` and `@even`.
153
+
description: |-
154
+
IsoWeek defines the week of the year according to ISO 8601 week number to schedule the upgrade.
155
+
Currently supported values are `@odd` and `@even`.
151
156
pattern: ^(@odd|@even|\d{1,2})$
152
157
type: string
153
158
location:
@@ -173,11 +178,10 @@ spec:
173
178
description: UpgradeConfigStatus defines the observed state of UpgradeConfig
174
179
properties:
175
180
lastScheduledUpgrade:
176
-
description: LastScheduledUpgrade is the time at which the cluster
177
-
version was last checked for updates. Matches the startAfter time
178
-
of the upgrade job that was created, or would have been created
179
-
if an update was available. Also is increased when a job would have
180
-
been created, but was not created due to the config being suspended.
181
+
description: |-
182
+
LastScheduledUpgrade is the time at which the cluster version was last checked for updates.
183
+
Matches the startAfter time of the upgrade job that was created, or would have been created if an update was available.
184
+
Also is increased when a job would have been created, but was not created due to the config being suspended.
0 commit comments