@r8s/crds 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/crds/certmanager-certificate.yaml +794 -0
- package/crds/certmanager-clusterissuer.yaml +3739 -0
- package/crds/clickhouse-installation.yaml +1847 -0
- package/crds/cnpg-cluster.yaml +6794 -0
- package/crds/cnpg-pooler.yaml +9311 -0
- package/crds/cnpg-scheduledbackup.yaml +191 -0
- package/crds/envoy-backendtrafficpolicy.yaml +1 -0
- package/crds/envoy-clienttrafficpolicy.yaml +1 -0
- package/crds/envoy-envoyproxy.yaml +1 -0
- package/crds/envoy-proxy.yaml +16626 -0
- package/crds/envoy-securitypolicy.yaml +1 -0
- package/crds/externaldns-endpoint.yaml +94 -0
- package/crds/gatewayapi-gateway.yaml +2253 -0
- package/crds/gatewayapi-httproute.yaml +5643 -0
- package/crds/keycloak-keycloak.yaml +3192 -0
- package/crds/keycloak-realmimport.yaml +2878 -0
- package/crds/logging-flow.yaml +1768 -0
- package/crds/logging-logging.yaml +16770 -0
- package/crds/logging-output.yaml +14658 -0
- package/crds/loki-lokistack.yaml +5390 -0
- package/crds/prometheus-alertmanager.yaml +10013 -0
- package/crds/prometheus-podmonitor.yaml +741 -0
- package/crds/prometheus-prometheus.yaml +13928 -0
- package/crds/prometheus-prometheusrule.yaml +267 -0
- package/crds/prometheus-scrapeconfig.yaml +12938 -0
- package/crds/prometheus-servicemonitor.yaml +764 -0
- package/crds/prometheus-thanosruler.yaml +9795 -0
- package/crds/redis-cluster.yaml +7862 -0
- package/crds/redis-failover.yaml +1 -0
- package/crds/redis-replication.yaml +5593 -0
- package/crds/velero-backups.yaml +630 -0
- package/crds/velero-backupstoragelocations.yaml +174 -0
- package/crds/velero-schedules.yaml +584 -0
- package/dist/generated/cert-manager.d.ts +873 -0
- package/dist/generated/cert-manager.d.ts.map +1 -0
- package/dist/generated/cert-manager.js +24 -0
- package/dist/generated/cert-manager.js.map +1 -0
- package/dist/generated/clickhouse.d.ts +692 -0
- package/dist/generated/clickhouse.d.ts.map +1 -0
- package/dist/generated/clickhouse.js +14 -0
- package/dist/generated/clickhouse.js.map +1 -0
- package/dist/generated/externaldns.d.ts +47 -0
- package/dist/generated/externaldns.d.ts.map +1 -0
- package/dist/generated/externaldns.js +14 -0
- package/dist/generated/externaldns.js.map +1 -0
- package/dist/generated/gateway.d.ts +2396 -0
- package/dist/generated/gateway.d.ts.map +1 -0
- package/dist/generated/gateway.js +34 -0
- package/dist/generated/gateway.js.map +1 -0
- package/dist/generated/index.d.ts +24 -0
- package/dist/generated/index.d.ts.map +1 -0
- package/dist/generated/index.js +61 -0
- package/dist/generated/index.js.map +1 -0
- package/dist/generated/keycloak.d.ts +1607 -0
- package/dist/generated/keycloak.d.ts.map +1 -0
- package/dist/generated/keycloak.js +24 -0
- package/dist/generated/keycloak.js.map +1 -0
- package/dist/generated/logging.d.ts +3487 -0
- package/dist/generated/logging.d.ts.map +1 -0
- package/dist/generated/logging.js +34 -0
- package/dist/generated/logging.js.map +1 -0
- package/dist/generated/loki.d.ts +578 -0
- package/dist/generated/loki.d.ts.map +1 -0
- package/dist/generated/loki.js +14 -0
- package/dist/generated/loki.js.map +1 -0
- package/dist/generated/monitoring.d.ts +4230 -0
- package/dist/generated/monitoring.d.ts.map +1 -0
- package/dist/generated/monitoring.js +74 -0
- package/dist/generated/monitoring.js.map +1 -0
- package/dist/generated/operators.d.ts +18 -0
- package/dist/generated/operators.d.ts.map +1 -0
- package/dist/generated/operators.js +191 -0
- package/dist/generated/operators.js.map +1 -0
- package/dist/generated/postgresql.d.ts +2820 -0
- package/dist/generated/postgresql.d.ts.map +1 -0
- package/dist/generated/postgresql.js +34 -0
- package/dist/generated/postgresql.js.map +1 -0
- package/dist/generated/redis.d.ts +1253 -0
- package/dist/generated/redis.d.ts.map +1 -0
- package/dist/generated/redis.js +24 -0
- package/dist/generated/redis.js.map +1 -0
- package/dist/generated/velero.d.ts +351 -0
- package/dist/generated/velero.d.ts.map +1 -0
- package/dist/generated/velero.js +34 -0
- package/dist/generated/velero.js.map +1 -0
- package/dist/index.d.ts +18 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +34 -0
- package/dist/index.js.map +1 -0
- package/operators.yaml +196 -0
- package/package.json +49 -0
|
@@ -0,0 +1,630 @@
|
|
|
1
|
+
---
|
|
2
|
+
apiVersion: apiextensions.k8s.io/v1
|
|
3
|
+
kind: CustomResourceDefinition
|
|
4
|
+
metadata:
|
|
5
|
+
annotations:
|
|
6
|
+
controller-gen.kubebuilder.io/version: v0.12.0
|
|
7
|
+
name: backups.velero.io
|
|
8
|
+
spec:
|
|
9
|
+
group: velero.io
|
|
10
|
+
names:
|
|
11
|
+
kind: Backup
|
|
12
|
+
listKind: BackupList
|
|
13
|
+
plural: backups
|
|
14
|
+
singular: backup
|
|
15
|
+
scope: Namespaced
|
|
16
|
+
versions:
|
|
17
|
+
- name: v1
|
|
18
|
+
schema:
|
|
19
|
+
openAPIV3Schema:
|
|
20
|
+
description: Backup is a Velero resource that represents the capture of Kubernetes
|
|
21
|
+
cluster state at a point in time (API objects and associated volume state).
|
|
22
|
+
properties:
|
|
23
|
+
apiVersion:
|
|
24
|
+
description: 'APIVersion defines the versioned schema of this representation
|
|
25
|
+
of an object. Servers should convert recognized schemas to the latest
|
|
26
|
+
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
|
|
27
|
+
type: string
|
|
28
|
+
kind:
|
|
29
|
+
description: 'Kind is a string value representing the REST resource this
|
|
30
|
+
object represents. Servers may infer this from the endpoint the client
|
|
31
|
+
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
|
|
32
|
+
type: string
|
|
33
|
+
metadata:
|
|
34
|
+
type: object
|
|
35
|
+
spec:
|
|
36
|
+
description: BackupSpec defines the specification for a Velero backup.
|
|
37
|
+
properties:
|
|
38
|
+
csiSnapshotTimeout:
|
|
39
|
+
description: CSISnapshotTimeout specifies the time used to wait for
|
|
40
|
+
CSI VolumeSnapshot status turns to ReadyToUse during creation, before
|
|
41
|
+
returning error as timeout. The default value is 10 minute.
|
|
42
|
+
type: string
|
|
43
|
+
datamover:
|
|
44
|
+
description: DataMover specifies the data mover to be used by the
|
|
45
|
+
backup. If DataMover is "" or "velero", the built-in data mover
|
|
46
|
+
will be used.
|
|
47
|
+
type: string
|
|
48
|
+
defaultVolumesToFsBackup:
|
|
49
|
+
description: DefaultVolumesToFsBackup specifies whether pod volume
|
|
50
|
+
file system backup should be used for all volumes by default.
|
|
51
|
+
nullable: true
|
|
52
|
+
type: boolean
|
|
53
|
+
defaultVolumesToRestic:
|
|
54
|
+
description: "DefaultVolumesToRestic specifies whether restic should
|
|
55
|
+
be used to take a backup of all pod volumes by default. \n Deprecated:
|
|
56
|
+
this field is no longer used and will be removed entirely in future.
|
|
57
|
+
Use DefaultVolumesToFsBackup instead."
|
|
58
|
+
nullable: true
|
|
59
|
+
type: boolean
|
|
60
|
+
excludedClusterScopedResources:
|
|
61
|
+
description: ExcludedClusterScopedResources is a slice of cluster-scoped
|
|
62
|
+
resource type names to exclude from the backup. If set to "*", all
|
|
63
|
+
cluster-scoped resource types are excluded. The default value is
|
|
64
|
+
empty.
|
|
65
|
+
items:
|
|
66
|
+
type: string
|
|
67
|
+
nullable: true
|
|
68
|
+
type: array
|
|
69
|
+
excludedNamespaceScopedResources:
|
|
70
|
+
description: ExcludedNamespaceScopedResources is a slice of namespace-scoped
|
|
71
|
+
resource type names to exclude from the backup. If set to "*", all
|
|
72
|
+
namespace-scoped resource types are excluded. The default value
|
|
73
|
+
is empty.
|
|
74
|
+
items:
|
|
75
|
+
type: string
|
|
76
|
+
nullable: true
|
|
77
|
+
type: array
|
|
78
|
+
excludedNamespaces:
|
|
79
|
+
description: ExcludedNamespaces contains a list of namespaces that
|
|
80
|
+
are not included in the backup.
|
|
81
|
+
items:
|
|
82
|
+
type: string
|
|
83
|
+
nullable: true
|
|
84
|
+
type: array
|
|
85
|
+
excludedResources:
|
|
86
|
+
description: ExcludedResources is a slice of resource names that are
|
|
87
|
+
not included in the backup.
|
|
88
|
+
items:
|
|
89
|
+
type: string
|
|
90
|
+
nullable: true
|
|
91
|
+
type: array
|
|
92
|
+
hooks:
|
|
93
|
+
description: Hooks represent custom behaviors that should be executed
|
|
94
|
+
at different phases of the backup.
|
|
95
|
+
properties:
|
|
96
|
+
resources:
|
|
97
|
+
description: Resources are hooks that should be executed when
|
|
98
|
+
backing up individual instances of a resource.
|
|
99
|
+
items:
|
|
100
|
+
description: BackupResourceHookSpec defines one or more BackupResourceHooks
|
|
101
|
+
that should be executed based on the rules defined for namespaces,
|
|
102
|
+
resources, and label selector.
|
|
103
|
+
properties:
|
|
104
|
+
excludedNamespaces:
|
|
105
|
+
description: ExcludedNamespaces specifies the namespaces
|
|
106
|
+
to which this hook spec does not apply.
|
|
107
|
+
items:
|
|
108
|
+
type: string
|
|
109
|
+
nullable: true
|
|
110
|
+
type: array
|
|
111
|
+
excludedResources:
|
|
112
|
+
description: ExcludedResources specifies the resources to
|
|
113
|
+
which this hook spec does not apply.
|
|
114
|
+
items:
|
|
115
|
+
type: string
|
|
116
|
+
nullable: true
|
|
117
|
+
type: array
|
|
118
|
+
includedNamespaces:
|
|
119
|
+
description: IncludedNamespaces specifies the namespaces
|
|
120
|
+
to which this hook spec applies. If empty, it applies
|
|
121
|
+
to all namespaces.
|
|
122
|
+
items:
|
|
123
|
+
type: string
|
|
124
|
+
nullable: true
|
|
125
|
+
type: array
|
|
126
|
+
includedResources:
|
|
127
|
+
description: IncludedResources specifies the resources to
|
|
128
|
+
which this hook spec applies. If empty, it applies to
|
|
129
|
+
all resources.
|
|
130
|
+
items:
|
|
131
|
+
type: string
|
|
132
|
+
nullable: true
|
|
133
|
+
type: array
|
|
134
|
+
labelSelector:
|
|
135
|
+
description: LabelSelector, if specified, filters the resources
|
|
136
|
+
to which this hook spec applies.
|
|
137
|
+
nullable: true
|
|
138
|
+
properties:
|
|
139
|
+
matchExpressions:
|
|
140
|
+
description: matchExpressions is a list of label selector
|
|
141
|
+
requirements. The requirements are ANDed.
|
|
142
|
+
items:
|
|
143
|
+
description: A label selector requirement is a selector
|
|
144
|
+
that contains values, a key, and an operator that
|
|
145
|
+
relates the key and values.
|
|
146
|
+
properties:
|
|
147
|
+
key:
|
|
148
|
+
description: key is the label key that the selector
|
|
149
|
+
applies to.
|
|
150
|
+
type: string
|
|
151
|
+
operator:
|
|
152
|
+
description: operator represents a key's relationship
|
|
153
|
+
to a set of values. Valid operators are In,
|
|
154
|
+
NotIn, Exists and DoesNotExist.
|
|
155
|
+
type: string
|
|
156
|
+
values:
|
|
157
|
+
description: values is an array of string values.
|
|
158
|
+
If the operator is In or NotIn, the values array
|
|
159
|
+
must be non-empty. If the operator is Exists
|
|
160
|
+
or DoesNotExist, the values array must be empty.
|
|
161
|
+
This array is replaced during a strategic merge
|
|
162
|
+
patch.
|
|
163
|
+
items:
|
|
164
|
+
type: string
|
|
165
|
+
type: array
|
|
166
|
+
required:
|
|
167
|
+
- key
|
|
168
|
+
- operator
|
|
169
|
+
type: object
|
|
170
|
+
type: array
|
|
171
|
+
matchLabels:
|
|
172
|
+
additionalProperties:
|
|
173
|
+
type: string
|
|
174
|
+
description: matchLabels is a map of {key,value} pairs.
|
|
175
|
+
A single {key,value} in the matchLabels map is equivalent
|
|
176
|
+
to an element of matchExpressions, whose key field
|
|
177
|
+
is "key", the operator is "In", and the values array
|
|
178
|
+
contains only "value". The requirements are ANDed.
|
|
179
|
+
type: object
|
|
180
|
+
type: object
|
|
181
|
+
x-kubernetes-map-type: atomic
|
|
182
|
+
name:
|
|
183
|
+
description: Name is the name of this hook.
|
|
184
|
+
type: string
|
|
185
|
+
post:
|
|
186
|
+
description: PostHooks is a list of BackupResourceHooks
|
|
187
|
+
to execute after storing the item in the backup. These
|
|
188
|
+
are executed after all "additional items" from item actions
|
|
189
|
+
are processed.
|
|
190
|
+
items:
|
|
191
|
+
description: BackupResourceHook defines a hook for a resource.
|
|
192
|
+
properties:
|
|
193
|
+
exec:
|
|
194
|
+
description: Exec defines an exec hook.
|
|
195
|
+
properties:
|
|
196
|
+
command:
|
|
197
|
+
description: Command is the command and arguments
|
|
198
|
+
to execute.
|
|
199
|
+
items:
|
|
200
|
+
type: string
|
|
201
|
+
minItems: 1
|
|
202
|
+
type: array
|
|
203
|
+
container:
|
|
204
|
+
description: Container is the container in the
|
|
205
|
+
pod where the command should be executed. If
|
|
206
|
+
not specified, the pod's first container is
|
|
207
|
+
used.
|
|
208
|
+
type: string
|
|
209
|
+
onError:
|
|
210
|
+
description: OnError specifies how Velero should
|
|
211
|
+
behave if it encounters an error executing this
|
|
212
|
+
hook.
|
|
213
|
+
enum:
|
|
214
|
+
- Continue
|
|
215
|
+
- Fail
|
|
216
|
+
type: string
|
|
217
|
+
timeout:
|
|
218
|
+
description: Timeout defines the maximum amount
|
|
219
|
+
of time Velero should wait for the hook to complete
|
|
220
|
+
before considering the execution a failure.
|
|
221
|
+
type: string
|
|
222
|
+
required:
|
|
223
|
+
- command
|
|
224
|
+
type: object
|
|
225
|
+
required:
|
|
226
|
+
- exec
|
|
227
|
+
type: object
|
|
228
|
+
type: array
|
|
229
|
+
pre:
|
|
230
|
+
description: PreHooks is a list of BackupResourceHooks to
|
|
231
|
+
execute prior to storing the item in the backup. These
|
|
232
|
+
are executed before any "additional items" from item actions
|
|
233
|
+
are processed.
|
|
234
|
+
items:
|
|
235
|
+
description: BackupResourceHook defines a hook for a resource.
|
|
236
|
+
properties:
|
|
237
|
+
exec:
|
|
238
|
+
description: Exec defines an exec hook.
|
|
239
|
+
properties:
|
|
240
|
+
command:
|
|
241
|
+
description: Command is the command and arguments
|
|
242
|
+
to execute.
|
|
243
|
+
items:
|
|
244
|
+
type: string
|
|
245
|
+
minItems: 1
|
|
246
|
+
type: array
|
|
247
|
+
container:
|
|
248
|
+
description: Container is the container in the
|
|
249
|
+
pod where the command should be executed. If
|
|
250
|
+
not specified, the pod's first container is
|
|
251
|
+
used.
|
|
252
|
+
type: string
|
|
253
|
+
onError:
|
|
254
|
+
description: OnError specifies how Velero should
|
|
255
|
+
behave if it encounters an error executing this
|
|
256
|
+
hook.
|
|
257
|
+
enum:
|
|
258
|
+
- Continue
|
|
259
|
+
- Fail
|
|
260
|
+
type: string
|
|
261
|
+
timeout:
|
|
262
|
+
description: Timeout defines the maximum amount
|
|
263
|
+
of time Velero should wait for the hook to complete
|
|
264
|
+
before considering the execution a failure.
|
|
265
|
+
type: string
|
|
266
|
+
required:
|
|
267
|
+
- command
|
|
268
|
+
type: object
|
|
269
|
+
required:
|
|
270
|
+
- exec
|
|
271
|
+
type: object
|
|
272
|
+
type: array
|
|
273
|
+
required:
|
|
274
|
+
- name
|
|
275
|
+
type: object
|
|
276
|
+
nullable: true
|
|
277
|
+
type: array
|
|
278
|
+
type: object
|
|
279
|
+
includeClusterResources:
|
|
280
|
+
description: IncludeClusterResources specifies whether cluster-scoped
|
|
281
|
+
resources should be included for consideration in the backup.
|
|
282
|
+
nullable: true
|
|
283
|
+
type: boolean
|
|
284
|
+
includedClusterScopedResources:
|
|
285
|
+
description: IncludedClusterScopedResources is a slice of cluster-scoped
|
|
286
|
+
resource type names to include in the backup. If set to "*", all
|
|
287
|
+
cluster-scoped resource types are included. The default value is
|
|
288
|
+
empty, which means only related cluster-scoped resources are included.
|
|
289
|
+
items:
|
|
290
|
+
type: string
|
|
291
|
+
nullable: true
|
|
292
|
+
type: array
|
|
293
|
+
includedNamespaceScopedResources:
|
|
294
|
+
description: IncludedNamespaceScopedResources is a slice of namespace-scoped
|
|
295
|
+
resource type names to include in the backup. The default value
|
|
296
|
+
is "*".
|
|
297
|
+
items:
|
|
298
|
+
type: string
|
|
299
|
+
nullable: true
|
|
300
|
+
type: array
|
|
301
|
+
includedNamespaces:
|
|
302
|
+
description: IncludedNamespaces is a slice of namespace names to include
|
|
303
|
+
objects from. If empty, all namespaces are included.
|
|
304
|
+
items:
|
|
305
|
+
type: string
|
|
306
|
+
nullable: true
|
|
307
|
+
type: array
|
|
308
|
+
includedResources:
|
|
309
|
+
description: IncludedResources is a slice of resource names to include
|
|
310
|
+
in the backup. If empty, all resources are included.
|
|
311
|
+
items:
|
|
312
|
+
type: string
|
|
313
|
+
nullable: true
|
|
314
|
+
type: array
|
|
315
|
+
itemOperationTimeout:
|
|
316
|
+
description: ItemOperationTimeout specifies the time used to wait
|
|
317
|
+
for asynchronous BackupItemAction operations The default value is
|
|
318
|
+
1 hour.
|
|
319
|
+
type: string
|
|
320
|
+
labelSelector:
|
|
321
|
+
description: LabelSelector is a metav1.LabelSelector to filter with
|
|
322
|
+
when adding individual objects to the backup. If empty or nil, all
|
|
323
|
+
objects are included. Optional.
|
|
324
|
+
nullable: true
|
|
325
|
+
properties:
|
|
326
|
+
matchExpressions:
|
|
327
|
+
description: matchExpressions is a list of label selector requirements.
|
|
328
|
+
The requirements are ANDed.
|
|
329
|
+
items:
|
|
330
|
+
description: A label selector requirement is a selector that
|
|
331
|
+
contains values, a key, and an operator that relates the key
|
|
332
|
+
and values.
|
|
333
|
+
properties:
|
|
334
|
+
key:
|
|
335
|
+
description: key is the label key that the selector applies
|
|
336
|
+
to.
|
|
337
|
+
type: string
|
|
338
|
+
operator:
|
|
339
|
+
description: operator represents a key's relationship to
|
|
340
|
+
a set of values. Valid operators are In, NotIn, Exists
|
|
341
|
+
and DoesNotExist.
|
|
342
|
+
type: string
|
|
343
|
+
values:
|
|
344
|
+
description: values is an array of string values. If the
|
|
345
|
+
operator is In or NotIn, the values array must be non-empty.
|
|
346
|
+
If the operator is Exists or DoesNotExist, the values
|
|
347
|
+
array must be empty. This array is replaced during a strategic
|
|
348
|
+
merge patch.
|
|
349
|
+
items:
|
|
350
|
+
type: string
|
|
351
|
+
type: array
|
|
352
|
+
required:
|
|
353
|
+
- key
|
|
354
|
+
- operator
|
|
355
|
+
type: object
|
|
356
|
+
type: array
|
|
357
|
+
matchLabels:
|
|
358
|
+
additionalProperties:
|
|
359
|
+
type: string
|
|
360
|
+
description: matchLabels is a map of {key,value} pairs. A single
|
|
361
|
+
{key,value} in the matchLabels map is equivalent to an element
|
|
362
|
+
of matchExpressions, whose key field is "key", the operator
|
|
363
|
+
is "In", and the values array contains only "value". The requirements
|
|
364
|
+
are ANDed.
|
|
365
|
+
type: object
|
|
366
|
+
type: object
|
|
367
|
+
x-kubernetes-map-type: atomic
|
|
368
|
+
metadata:
|
|
369
|
+
properties:
|
|
370
|
+
labels:
|
|
371
|
+
additionalProperties:
|
|
372
|
+
type: string
|
|
373
|
+
type: object
|
|
374
|
+
type: object
|
|
375
|
+
orLabelSelectors:
|
|
376
|
+
description: OrLabelSelectors is list of metav1.LabelSelector to filter
|
|
377
|
+
with when adding individual objects to the backup. If multiple provided
|
|
378
|
+
they will be joined by the OR operator. LabelSelector as well as
|
|
379
|
+
OrLabelSelectors cannot co-exist in backup request, only one of
|
|
380
|
+
them can be used.
|
|
381
|
+
items:
|
|
382
|
+
description: A label selector is a label query over a set of resources.
|
|
383
|
+
The result of matchLabels and matchExpressions are ANDed. An empty
|
|
384
|
+
label selector matches all objects. A null label selector matches
|
|
385
|
+
no objects.
|
|
386
|
+
properties:
|
|
387
|
+
matchExpressions:
|
|
388
|
+
description: matchExpressions is a list of label selector requirements.
|
|
389
|
+
The requirements are ANDed.
|
|
390
|
+
items:
|
|
391
|
+
description: A label selector requirement is a selector that
|
|
392
|
+
contains values, a key, and an operator that relates the
|
|
393
|
+
key and values.
|
|
394
|
+
properties:
|
|
395
|
+
key:
|
|
396
|
+
description: key is the label key that the selector applies
|
|
397
|
+
to.
|
|
398
|
+
type: string
|
|
399
|
+
operator:
|
|
400
|
+
description: operator represents a key's relationship
|
|
401
|
+
to a set of values. Valid operators are In, NotIn, Exists
|
|
402
|
+
and DoesNotExist.
|
|
403
|
+
type: string
|
|
404
|
+
values:
|
|
405
|
+
description: values is an array of string values. If the
|
|
406
|
+
operator is In or NotIn, the values array must be non-empty.
|
|
407
|
+
If the operator is Exists or DoesNotExist, the values
|
|
408
|
+
array must be empty. This array is replaced during a
|
|
409
|
+
strategic merge patch.
|
|
410
|
+
items:
|
|
411
|
+
type: string
|
|
412
|
+
type: array
|
|
413
|
+
required:
|
|
414
|
+
- key
|
|
415
|
+
- operator
|
|
416
|
+
type: object
|
|
417
|
+
type: array
|
|
418
|
+
matchLabels:
|
|
419
|
+
additionalProperties:
|
|
420
|
+
type: string
|
|
421
|
+
description: matchLabels is a map of {key,value} pairs. A single
|
|
422
|
+
{key,value} in the matchLabels map is equivalent to an element
|
|
423
|
+
of matchExpressions, whose key field is "key", the operator
|
|
424
|
+
is "In", and the values array contains only "value". The requirements
|
|
425
|
+
are ANDed.
|
|
426
|
+
type: object
|
|
427
|
+
type: object
|
|
428
|
+
x-kubernetes-map-type: atomic
|
|
429
|
+
nullable: true
|
|
430
|
+
type: array
|
|
431
|
+
orderedResources:
|
|
432
|
+
additionalProperties:
|
|
433
|
+
type: string
|
|
434
|
+
description: OrderedResources specifies the backup order of resources
|
|
435
|
+
of specific Kind. The map key is the resource name and value is
|
|
436
|
+
a list of object names separated by commas. Each resource name has
|
|
437
|
+
format "namespace/objectname". For cluster resources, simply use
|
|
438
|
+
"objectname".
|
|
439
|
+
nullable: true
|
|
440
|
+
type: object
|
|
441
|
+
resourcePolicy:
|
|
442
|
+
description: ResourcePolicy specifies the referenced resource policies
|
|
443
|
+
that backup should follow
|
|
444
|
+
properties:
|
|
445
|
+
apiGroup:
|
|
446
|
+
description: APIGroup is the group for the resource being referenced.
|
|
447
|
+
If APIGroup is not specified, the specified Kind must be in
|
|
448
|
+
the core API group. For any other third-party types, APIGroup
|
|
449
|
+
is required.
|
|
450
|
+
type: string
|
|
451
|
+
kind:
|
|
452
|
+
description: Kind is the type of resource being referenced
|
|
453
|
+
type: string
|
|
454
|
+
name:
|
|
455
|
+
description: Name is the name of resource being referenced
|
|
456
|
+
type: string
|
|
457
|
+
required:
|
|
458
|
+
- kind
|
|
459
|
+
- name
|
|
460
|
+
type: object
|
|
461
|
+
x-kubernetes-map-type: atomic
|
|
462
|
+
snapshotMoveData:
|
|
463
|
+
description: SnapshotMoveData specifies whether snapshot data should
|
|
464
|
+
be moved
|
|
465
|
+
nullable: true
|
|
466
|
+
type: boolean
|
|
467
|
+
snapshotVolumes:
|
|
468
|
+
description: SnapshotVolumes specifies whether to take snapshots of
|
|
469
|
+
any PV's referenced in the set of objects included in the Backup.
|
|
470
|
+
nullable: true
|
|
471
|
+
type: boolean
|
|
472
|
+
storageLocation:
|
|
473
|
+
description: StorageLocation is a string containing the name of a
|
|
474
|
+
BackupStorageLocation where the backup should be stored.
|
|
475
|
+
type: string
|
|
476
|
+
ttl:
|
|
477
|
+
description: TTL is a time.Duration-parseable string describing how
|
|
478
|
+
long the Backup should be retained for.
|
|
479
|
+
type: string
|
|
480
|
+
uploaderConfig:
|
|
481
|
+
description: UploaderConfig specifies the configuration for the uploader.
|
|
482
|
+
nullable: true
|
|
483
|
+
properties:
|
|
484
|
+
parallelFilesUpload:
|
|
485
|
+
description: ParallelFilesUpload is the number of files parallel
|
|
486
|
+
uploads to perform when using the uploader.
|
|
487
|
+
type: integer
|
|
488
|
+
type: object
|
|
489
|
+
volumeSnapshotLocations:
|
|
490
|
+
description: VolumeSnapshotLocations is a list containing names of
|
|
491
|
+
VolumeSnapshotLocations associated with this backup.
|
|
492
|
+
items:
|
|
493
|
+
type: string
|
|
494
|
+
type: array
|
|
495
|
+
type: object
|
|
496
|
+
status:
|
|
497
|
+
description: BackupStatus captures the current status of a Velero backup.
|
|
498
|
+
properties:
|
|
499
|
+
backupItemOperationsAttempted:
|
|
500
|
+
description: BackupItemOperationsAttempted is the total number of
|
|
501
|
+
attempted async BackupItemAction operations for this backup.
|
|
502
|
+
type: integer
|
|
503
|
+
backupItemOperationsCompleted:
|
|
504
|
+
description: BackupItemOperationsCompleted is the total number of
|
|
505
|
+
successfully completed async BackupItemAction operations for this
|
|
506
|
+
backup.
|
|
507
|
+
type: integer
|
|
508
|
+
backupItemOperationsFailed:
|
|
509
|
+
description: BackupItemOperationsFailed is the total number of async
|
|
510
|
+
BackupItemAction operations for this backup which ended with an
|
|
511
|
+
error.
|
|
512
|
+
type: integer
|
|
513
|
+
completionTimestamp:
|
|
514
|
+
description: CompletionTimestamp records the time a backup was completed.
|
|
515
|
+
Completion time is recorded even on failed backups. Completion time
|
|
516
|
+
is recorded before uploading the backup object. The server's time
|
|
517
|
+
is used for CompletionTimestamps
|
|
518
|
+
format: date-time
|
|
519
|
+
nullable: true
|
|
520
|
+
type: string
|
|
521
|
+
csiVolumeSnapshotsAttempted:
|
|
522
|
+
description: CSIVolumeSnapshotsAttempted is the total number of attempted
|
|
523
|
+
CSI VolumeSnapshots for this backup.
|
|
524
|
+
type: integer
|
|
525
|
+
csiVolumeSnapshotsCompleted:
|
|
526
|
+
description: CSIVolumeSnapshotsCompleted is the total number of successfully
|
|
527
|
+
completed CSI VolumeSnapshots for this backup.
|
|
528
|
+
type: integer
|
|
529
|
+
errors:
|
|
530
|
+
description: Errors is a count of all error messages that were generated
|
|
531
|
+
during execution of the backup. The actual errors are in the backup's
|
|
532
|
+
log file in object storage.
|
|
533
|
+
type: integer
|
|
534
|
+
expiration:
|
|
535
|
+
description: Expiration is when this Backup is eligible for garbage-collection.
|
|
536
|
+
format: date-time
|
|
537
|
+
nullable: true
|
|
538
|
+
type: string
|
|
539
|
+
failureReason:
|
|
540
|
+
description: FailureReason is an error that caused the entire backup
|
|
541
|
+
to fail.
|
|
542
|
+
type: string
|
|
543
|
+
formatVersion:
|
|
544
|
+
description: FormatVersion is the backup format version, including
|
|
545
|
+
major, minor, and patch version.
|
|
546
|
+
type: string
|
|
547
|
+
hookStatus:
|
|
548
|
+
description: HookStatus contains information about the status of the
|
|
549
|
+
hooks.
|
|
550
|
+
nullable: true
|
|
551
|
+
properties:
|
|
552
|
+
hooksAttempted:
|
|
553
|
+
description: HooksAttempted is the total number of attempted hooks
|
|
554
|
+
Specifically, HooksAttempted represents the number of hooks
|
|
555
|
+
that failed to execute and the number of hooks that executed
|
|
556
|
+
successfully.
|
|
557
|
+
type: integer
|
|
558
|
+
hooksFailed:
|
|
559
|
+
description: HooksFailed is the total number of hooks which ended
|
|
560
|
+
with an error
|
|
561
|
+
type: integer
|
|
562
|
+
type: object
|
|
563
|
+
phase:
|
|
564
|
+
description: Phase is the current state of the Backup.
|
|
565
|
+
enum:
|
|
566
|
+
- New
|
|
567
|
+
- FailedValidation
|
|
568
|
+
- InProgress
|
|
569
|
+
- WaitingForPluginOperations
|
|
570
|
+
- WaitingForPluginOperationsPartiallyFailed
|
|
571
|
+
- Finalizing
|
|
572
|
+
- FinalizingPartiallyFailed
|
|
573
|
+
- Completed
|
|
574
|
+
- PartiallyFailed
|
|
575
|
+
- Failed
|
|
576
|
+
- Deleting
|
|
577
|
+
type: string
|
|
578
|
+
progress:
|
|
579
|
+
description: Progress contains information about the backup's execution
|
|
580
|
+
progress. Note that this information is best-effort only -- if Velero
|
|
581
|
+
fails to update it during a backup for any reason, it may be inaccurate/stale.
|
|
582
|
+
nullable: true
|
|
583
|
+
properties:
|
|
584
|
+
itemsBackedUp:
|
|
585
|
+
description: ItemsBackedUp is the number of items that have actually
|
|
586
|
+
been written to the backup tarball so far.
|
|
587
|
+
type: integer
|
|
588
|
+
totalItems:
|
|
589
|
+
description: TotalItems is the total number of items to be backed
|
|
590
|
+
up. This number may change throughout the execution of the backup
|
|
591
|
+
due to plugins that return additional related items to back
|
|
592
|
+
up, the velero.io/exclude-from-backup label, and various other
|
|
593
|
+
filters that happen as items are processed.
|
|
594
|
+
type: integer
|
|
595
|
+
type: object
|
|
596
|
+
startTimestamp:
|
|
597
|
+
description: StartTimestamp records the time a backup was started.
|
|
598
|
+
Separate from CreationTimestamp, since that value changes on restores.
|
|
599
|
+
The server's time is used for StartTimestamps
|
|
600
|
+
format: date-time
|
|
601
|
+
nullable: true
|
|
602
|
+
type: string
|
|
603
|
+
validationErrors:
|
|
604
|
+
description: ValidationErrors is a slice of all validation errors
|
|
605
|
+
(if applicable).
|
|
606
|
+
items:
|
|
607
|
+
type: string
|
|
608
|
+
nullable: true
|
|
609
|
+
type: array
|
|
610
|
+
version:
|
|
611
|
+
description: 'Version is the backup format major version. Deprecated:
|
|
612
|
+
Please see FormatVersion'
|
|
613
|
+
type: integer
|
|
614
|
+
volumeSnapshotsAttempted:
|
|
615
|
+
description: VolumeSnapshotsAttempted is the total number of attempted
|
|
616
|
+
volume snapshots for this backup.
|
|
617
|
+
type: integer
|
|
618
|
+
volumeSnapshotsCompleted:
|
|
619
|
+
description: VolumeSnapshotsCompleted is the total number of successfully
|
|
620
|
+
completed volume snapshots for this backup.
|
|
621
|
+
type: integer
|
|
622
|
+
warnings:
|
|
623
|
+
description: Warnings is a count of all warning messages that were
|
|
624
|
+
generated during execution of the backup. The actual warnings are
|
|
625
|
+
in the backup's log file in object storage.
|
|
626
|
+
type: integer
|
|
627
|
+
type: object
|
|
628
|
+
type: object
|
|
629
|
+
served: true
|
|
630
|
+
storage: true
|