@@ -6149,16 +6149,18 @@ spec:
6149
6149
description : Conditions shows current backup setup condition of the
6150
6150
BackupBatch.
6151
6151
items :
6152
+ description : Condition defines an observation of a object operational
6153
+ state.
6152
6154
properties :
6153
6155
lastTransitionTime :
6154
6156
description : Last time the condition transitioned from one status
6155
- to another. This should be when the underlying condition changed. If
6156
- that is not known, then using the time when the API field
6157
+ to another. This should be when the underlying condition changed.
6158
+ If that is not known, then using the time when the API field
6157
6159
changed is acceptable.
6158
6160
format : date-time
6159
6161
type : string
6160
6162
message :
6161
- description : A human readable message indicating details about
6163
+ description : A human- readable message indicating details about
6162
6164
the transition. This field may be empty.
6163
6165
type : string
6164
6166
observedGeneration :
@@ -6171,24 +6173,26 @@ spec:
6171
6173
type : integer
6172
6174
reason :
6173
6175
description : The reason for the condition's last transition
6174
- in CamelCase. The specific API may choose whether or not this
6175
- field is considered a guaranteed API. This field may not be
6176
- empty.
6176
+ in CamelCase. The specific API may choose whether this field
6177
+ is considered a guaranteed API. This field may not be empty.
6178
+ type : string
6179
+ severity :
6180
+ description : Severity provides an explicit classification of
6181
+ Reason code, so the users or machines can immediately understand
6182
+ the current situation and act accordingly. The Severity field
6183
+ MUST be set only when Status=False.
6177
6184
type : string
6178
6185
status :
6179
6186
description : Status of the condition, one of True, False, Unknown.
6180
6187
type : string
6181
6188
type :
6182
6189
description : Type of condition in CamelCase or in foo.example.com/CamelCase.
6183
6190
Many .condition.type values are consistent across resources
6184
- like Available, but because arbitrary conditions can be useful
6185
- (see .node.status.conditions), the ability to deconflict is
6186
- important.
6191
+ like Available, but because arbitrary util can be useful (see
6192
+ .node.status.util), the ability to deconflict is important.
6187
6193
type : string
6188
6194
required :
6189
6195
- lastTransitionTime
6190
- - message
6191
- - reason
6192
6196
- status
6193
6197
- type
6194
6198
type : object
@@ -6202,16 +6206,18 @@ spec:
6202
6206
description : Conditions shows current backup setup condition
6203
6207
of this member.
6204
6208
items :
6209
+ description : Condition defines an observation of a object
6210
+ operational state.
6205
6211
properties :
6206
6212
lastTransitionTime :
6207
6213
description : Last time the condition transitioned from
6208
6214
one status to another. This should be when the underlying
6209
- condition changed. If that is not known, then using
6215
+ condition changed. If that is not known, then using
6210
6216
the time when the API field changed is acceptable.
6211
6217
format : date-time
6212
6218
type : string
6213
6219
message :
6214
- description : A human readable message indicating details
6220
+ description : A human- readable message indicating details
6215
6221
about the transition. This field may be empty.
6216
6222
type : string
6217
6223
observedGeneration :
@@ -6224,9 +6230,15 @@ spec:
6224
6230
type : integer
6225
6231
reason :
6226
6232
description : The reason for the condition's last transition
6227
- in CamelCase. The specific API may choose whether or
6228
- not this field is considered a guaranteed API. This
6229
- field may not be empty.
6233
+ in CamelCase. The specific API may choose whether this
6234
+ field is considered a guaranteed API. This field may
6235
+ not be empty.
6236
+ type : string
6237
+ severity :
6238
+ description : Severity provides an explicit classification
6239
+ of Reason code, so the users or machines can immediately
6240
+ understand the current situation and act accordingly.
6241
+ The Severity field MUST be set only when Status=False.
6230
6242
type : string
6231
6243
status :
6232
6244
description : Status of the condition, one of True, False,
@@ -6235,14 +6247,12 @@ spec:
6235
6247
type :
6236
6248
description : Type of condition in CamelCase or in foo.example.com/CamelCase.
6237
6249
Many .condition.type values are consistent across resources
6238
- like Available, but because arbitrary conditions can
6239
- be useful (see .node.status.conditions ), the ability
6240
- to deconflict is important.
6250
+ like Available, but because arbitrary util can be useful
6251
+ (see .node.status.util ), the ability to deconflict is
6252
+ important.
6241
6253
type : string
6242
6254
required :
6243
6255
- lastTransitionTime
6244
- - message
6245
- - reason
6246
6256
- status
6247
6257
- type
6248
6258
type : object
0 commit comments