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: Migrator is the Schema for the migrators API
23
21
properties:
24
22
apiVersion:
25
-
description: 'APIVersion defines the versioned schema of this representation
26
-
of an object. Servers should convert recognized schemas to the latest
27
-
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
28
28
type: string
29
29
kind:
30
-
description: 'Kind is a string value representing the REST resource this
31
-
object represents. Servers may infer this from the endpoint the client
32
-
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
33
36
type: string
34
37
metadata:
35
38
type: object
@@ -57,33 +60,33 @@ spec:
57
60
type: string
58
61
type: object
59
62
selector:
60
-
description: A label selector is a label query over a set of resources.
61
-
The result of matchLabels and matchExpressions are ANDed. An empty
62
-
label selector matches all objects. A null label selector matches
63
-
no objects.
63
+
description: |-
64
+
A label selector is a label query over a set of resources. The result of matchLabels and
65
+
matchExpressions are ANDed. An empty label selector matches all objects. A null
66
+
label selector matches no objects.
64
67
properties:
65
68
matchExpressions:
66
69
description: matchExpressions is a list of label selector requirements.
67
70
The requirements are ANDed.
68
71
items:
69
-
description: A label selector requirement is a selector that
70
-
contains values, a key, and an operator that relates the key
71
-
and values.
72
+
description: |-
73
+
A label selector requirement is a selector that contains values, a key, and an operator that
74
+
relates the key and values.
72
75
properties:
73
76
key:
74
77
description: key is the label key that the selector applies
75
78
to.
76
79
type: string
77
80
operator:
78
-
description: operator represents a key's relationship to
79
-
a set of values. Valid operators are In, NotIn, Exists
80
-
and DoesNotExist.
81
+
description: |-
82
+
operator represents a key's relationship to a set of values.
83
+
Valid operators are In, NotIn, Exists and DoesNotExist.
81
84
type: string
82
85
values:
83
-
description: values is an array of string values. If the
84
-
operator is In or NotIn, the values array must be non-empty.
85
-
If the operator is Exists or DoesNotExist, the values
86
-
array must be empty. This array is replaced during a strategic
86
+
description: |-
87
+
values is an array of string values. If the operator is In or NotIn,
88
+
the values array must be non-empty. If the operator is Exists or DoesNotExist,
89
+
the values array must be empty. This array is replaced during a strategic
87
90
merge patch.
88
91
items:
89
92
type: string
@@ -96,41 +99,41 @@ spec:
96
99
matchLabels:
97
100
additionalProperties:
98
101
type: string
99
-
description: matchLabels is a map of {key,value} pairs. A single
100
-
{key,value} in the matchLabels map is equivalent to an element
101
-
of matchExpressions, whose key field is "key", the operator
102
-
is "In", and the values array contains only "value". The requirements
103
-
are ANDed.
102
+
description: |-
103
+
matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels
104
+
map is equivalent to an element of matchExpressions, whose key field is "key", the
105
+
operator is "In", and the values array contains only "value". The requirements are ANDed.
104
106
type: object
105
107
type: object
108
+
x-kubernetes-map-type: atomic
106
109
templateSelector:
107
-
description: A label selector is a label query over a set of resources.
108
-
The result of matchLabels and matchExpressions are ANDed. An empty
109
-
label selector matches all objects. A null label selector matches
110
-
no objects.
110
+
description: |-
111
+
A label selector is a label query over a set of resources. The result of matchLabels and
112
+
matchExpressions are ANDed. An empty label selector matches all objects. A null
113
+
label selector matches no objects.
111
114
properties:
112
115
matchExpressions:
113
116
description: matchExpressions is a list of label selector requirements.
114
117
The requirements are ANDed.
115
118
items:
116
-
description: A label selector requirement is a selector that
117
-
contains values, a key, and an operator that relates the key
118
-
and values.
119
+
description: |-
120
+
A label selector requirement is a selector that contains values, a key, and an operator that
121
+
relates the key and values.
119
122
properties:
120
123
key:
121
124
description: key is the label key that the selector applies
122
125
to.
123
126
type: string
124
127
operator:
125
-
description: operator represents a key's relationship to
126
-
a set of values. Valid operators are In, NotIn, Exists
127
-
and DoesNotExist.
128
+
description: |-
129
+
operator represents a key's relationship to a set of values.
130
+
Valid operators are In, NotIn, Exists and DoesNotExist.
128
131
type: string
129
132
values:
130
-
description: values is an array of string values. If the
131
-
operator is In or NotIn, the values array must be non-empty.
132
-
If the operator is Exists or DoesNotExist, the values
133
-
array must be empty. This array is replaced during a strategic
133
+
description: |-
134
+
values is an array of string values. If the operator is In or NotIn,
135
+
the values array must be non-empty. If the operator is Exists or DoesNotExist,
136
+
the values array must be empty. This array is replaced during a strategic
134
137
merge patch.
135
138
items:
136
139
type: string
@@ -143,61 +146,53 @@ spec:
143
146
matchLabels:
144
147
additionalProperties:
145
148
type: string
146
-
description: matchLabels is a map of {key,value} pairs. A single
147
-
{key,value} in the matchLabels map is equivalent to an element
148
-
of matchExpressions, whose key field is "key", the operator
149
-
is "In", and the values array contains only "value". The requirements
150
-
are ANDed.
149
+
description: |-
150
+
matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels
151
+
map is equivalent to an element of matchExpressions, whose key field is "key", the
152
+
operator is "In", and the values array contains only "value". The requirements are ANDed.
151
153
type: object
152
154
type: object
155
+
x-kubernetes-map-type: atomic
153
156
required:
154
157
- selector
155
158
type: object
156
159
status:
157
160
description: MigratorStatus defines the observed state of Migrator
158
161
properties:
159
162
conditions:
160
-
description: 'Represents the observations of a RabbitUsers''s current
161
-
state. Known .status.conditions.type are: Ready, UserReady, PermissionsReady'
163
+
description: |-
164
+
Represents the observations of a RabbitUsers's current state.
165
+
Known .status.conditions.type are: Ready, UserReady, PermissionsReady
162
166
items:
163
-
description: "Condition contains details for one aspect of the current
164
-
state of this API Resource. --- This struct is intended for direct
165
-
use as an array at the field path .status.conditions. For example,
166
-
type FooStatus struct{ // Represents the observations of a
167
-
foo's current state. // Known .status.conditions.type are:
168
-
\"Available\", \"Progressing\", and \"Degraded\" // +patchMergeKey=type
0 commit comments