@@ -5151,14 +5151,14 @@ spec:
5151
5151
type: string
5152
5152
type:
5153
5153
default: switchover
5154
- description: " Type allows you to specify the type of Patroni
5154
+ description: ' Type allows you to specify the type of Patroni
5155
5155
switchover that will be performed. `patronictl` supports
5156
5156
both `switchovers` and `failovers` where a `failover` is
5157
- effectively a \ "forced switchover\ ". The main difference
5158
- is that `failover` can be used when there is not currently
5157
+ effectively a "forced switchover". The main difference is
5158
+ that `failover` can be used when there is not currently
5159
5159
a leader. A TargetInstance must be specified to failover.
5160
- \n NOTE: The switchover type failover is reserved as the
5161
- \"last resort\ " case."
5160
+ NOTE: The switchover type failover is reserved as the "last
5161
+ resort" case.'
5162
5162
enum:
5163
5163
- switchover
5164
5164
- failover
@@ -7592,16 +7592,8 @@ spec:
7592
7592
current state. Known .status.conditions.type are: "PersistentVolumeResizing",
7593
7593
"ProxyAvailable"'
7594
7594
items:
7595
- description: "Condition contains details for one aspect of the current
7596
- state of this API Resource. --- This struct is intended for direct
7597
- use as an array at the field path .status.conditions. For example,
7598
- type FooStatus struct{ // Represents the observations of a
7599
- foo's current state. // Known .status.conditions.type are:
7600
- \"Available\", \"Progressing\", and \"Degraded\" // +patchMergeKey=type
7601
- \ // +patchStrategy=merge // +listType=map // +listMapKey=type
7602
- \ Conditions []metav1.Condition `json:\"conditions,omitempty\"
7603
- patchStrategy:\"merge\" patchMergeKey:\"type\" protobuf:\"bytes,1,rep,name=conditions\"`
7604
- \n // other fields }"
7595
+ description: Condition contains details for one aspect of the current
7596
+ state of this API Resource.
7605
7597
properties:
7606
7598
lastTransitionTime:
7607
7599
description: lastTransitionTime is the last time the condition
@@ -7643,11 +7635,7 @@ spec:
7643
7635
- Unknown
7644
7636
type: string
7645
7637
type:
7646
- description: type of condition in CamelCase or in foo.example.com/CamelCase.
7647
- --- Many .condition.type values are consistent across resources
7648
- like Available, but because arbitrary conditions can be useful
7649
- (see .node.status.conditions), the ability to deconflict is
7650
- important. The regex it matches is (dns1123SubdomainFmt/)?(qualifiedNameFmt)
7638
+ description: type of condition in CamelCase.
7651
7639
maxLength: 316
7652
7640
pattern: ^([a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*/)?(([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9])$
7653
7641
type: string
0 commit comments