@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,584 @@
|
|
|
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: schedules.velero.io
|
|
8
|
+
spec:
|
|
9
|
+
group: velero.io
|
|
10
|
+
names:
|
|
11
|
+
kind: Schedule
|
|
12
|
+
listKind: ScheduleList
|
|
13
|
+
plural: schedules
|
|
14
|
+
singular: schedule
|
|
15
|
+
scope: Namespaced
|
|
16
|
+
versions:
|
|
17
|
+
- additionalPrinterColumns:
|
|
18
|
+
- description: Status of the schedule
|
|
19
|
+
jsonPath: .status.phase
|
|
20
|
+
name: Status
|
|
21
|
+
type: string
|
|
22
|
+
- description: A Cron expression defining when to run the Backup
|
|
23
|
+
jsonPath: .spec.schedule
|
|
24
|
+
name: Schedule
|
|
25
|
+
type: string
|
|
26
|
+
- description: The last time a Backup was run for this schedule
|
|
27
|
+
jsonPath: .status.lastBackup
|
|
28
|
+
name: LastBackup
|
|
29
|
+
type: date
|
|
30
|
+
- jsonPath: .metadata.creationTimestamp
|
|
31
|
+
name: Age
|
|
32
|
+
type: date
|
|
33
|
+
- jsonPath: .spec.paused
|
|
34
|
+
name: Paused
|
|
35
|
+
type: boolean
|
|
36
|
+
name: v1
|
|
37
|
+
schema:
|
|
38
|
+
openAPIV3Schema:
|
|
39
|
+
description: Schedule is a Velero resource that represents a pre-scheduled
|
|
40
|
+
or periodic Backup that should be run.
|
|
41
|
+
properties:
|
|
42
|
+
apiVersion:
|
|
43
|
+
description: 'APIVersion defines the versioned schema of this representation
|
|
44
|
+
of an object. Servers should convert recognized schemas to the latest
|
|
45
|
+
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
|
|
46
|
+
type: string
|
|
47
|
+
kind:
|
|
48
|
+
description: 'Kind is a string value representing the REST resource this
|
|
49
|
+
object represents. Servers may infer this from the endpoint the client
|
|
50
|
+
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
|
|
51
|
+
type: string
|
|
52
|
+
metadata:
|
|
53
|
+
type: object
|
|
54
|
+
spec:
|
|
55
|
+
description: ScheduleSpec defines the specification for a Velero schedule
|
|
56
|
+
properties:
|
|
57
|
+
paused:
|
|
58
|
+
description: Paused specifies whether the schedule is paused or not
|
|
59
|
+
type: boolean
|
|
60
|
+
schedule:
|
|
61
|
+
description: Schedule is a Cron expression defining when to run the
|
|
62
|
+
Backup.
|
|
63
|
+
type: string
|
|
64
|
+
skipImmediately:
|
|
65
|
+
description: 'SkipImmediately specifies whether to skip backup if
|
|
66
|
+
schedule is due immediately from `schedule.status.lastBackup` timestamp
|
|
67
|
+
when schedule is unpaused or if schedule is new. If true, backup
|
|
68
|
+
will be skipped immediately when schedule is unpaused if it is due
|
|
69
|
+
based on .Status.LastBackupTimestamp or schedule is new, and will
|
|
70
|
+
run at next schedule time. If false, backup will not be skipped
|
|
71
|
+
immediately when schedule is unpaused, but will run at next schedule
|
|
72
|
+
time. If empty, will follow server configuration (default: false).'
|
|
73
|
+
type: boolean
|
|
74
|
+
template:
|
|
75
|
+
description: Template is the definition of the Backup to be run on
|
|
76
|
+
the provided schedule
|
|
77
|
+
properties:
|
|
78
|
+
csiSnapshotTimeout:
|
|
79
|
+
description: CSISnapshotTimeout specifies the time used to wait
|
|
80
|
+
for CSI VolumeSnapshot status turns to ReadyToUse during creation,
|
|
81
|
+
before returning error as timeout. The default value is 10 minute.
|
|
82
|
+
type: string
|
|
83
|
+
datamover:
|
|
84
|
+
description: DataMover specifies the data mover to be used by
|
|
85
|
+
the backup. If DataMover is "" or "velero", the built-in data
|
|
86
|
+
mover will be used.
|
|
87
|
+
type: string
|
|
88
|
+
defaultVolumesToFsBackup:
|
|
89
|
+
description: DefaultVolumesToFsBackup specifies whether pod volume
|
|
90
|
+
file system backup should be used for all volumes by default.
|
|
91
|
+
nullable: true
|
|
92
|
+
type: boolean
|
|
93
|
+
defaultVolumesToRestic:
|
|
94
|
+
description: "DefaultVolumesToRestic specifies whether restic
|
|
95
|
+
should be used to take a backup of all pod volumes by default.
|
|
96
|
+
\n Deprecated: this field is no longer used and will be removed
|
|
97
|
+
entirely in future. Use DefaultVolumesToFsBackup instead."
|
|
98
|
+
nullable: true
|
|
99
|
+
type: boolean
|
|
100
|
+
excludedClusterScopedResources:
|
|
101
|
+
description: ExcludedClusterScopedResources is a slice of cluster-scoped
|
|
102
|
+
resource type names to exclude from the backup. If set to "*",
|
|
103
|
+
all cluster-scoped resource types are excluded. The default
|
|
104
|
+
value is empty.
|
|
105
|
+
items:
|
|
106
|
+
type: string
|
|
107
|
+
nullable: true
|
|
108
|
+
type: array
|
|
109
|
+
excludedNamespaceScopedResources:
|
|
110
|
+
description: ExcludedNamespaceScopedResources is a slice of namespace-scoped
|
|
111
|
+
resource type names to exclude from the backup. If set to "*",
|
|
112
|
+
all namespace-scoped resource types are excluded. The default
|
|
113
|
+
value is empty.
|
|
114
|
+
items:
|
|
115
|
+
type: string
|
|
116
|
+
nullable: true
|
|
117
|
+
type: array
|
|
118
|
+
excludedNamespaces:
|
|
119
|
+
description: ExcludedNamespaces contains a list of namespaces
|
|
120
|
+
that are not included in the backup.
|
|
121
|
+
items:
|
|
122
|
+
type: string
|
|
123
|
+
nullable: true
|
|
124
|
+
type: array
|
|
125
|
+
excludedResources:
|
|
126
|
+
description: ExcludedResources is a slice of resource names that
|
|
127
|
+
are not included in the backup.
|
|
128
|
+
items:
|
|
129
|
+
type: string
|
|
130
|
+
nullable: true
|
|
131
|
+
type: array
|
|
132
|
+
hooks:
|
|
133
|
+
description: Hooks represent custom behaviors that should be executed
|
|
134
|
+
at different phases of the backup.
|
|
135
|
+
properties:
|
|
136
|
+
resources:
|
|
137
|
+
description: Resources are hooks that should be executed when
|
|
138
|
+
backing up individual instances of a resource.
|
|
139
|
+
items:
|
|
140
|
+
description: BackupResourceHookSpec defines one or more
|
|
141
|
+
BackupResourceHooks that should be executed based on the
|
|
142
|
+
rules defined for namespaces, resources, and label selector.
|
|
143
|
+
properties:
|
|
144
|
+
excludedNamespaces:
|
|
145
|
+
description: ExcludedNamespaces specifies the namespaces
|
|
146
|
+
to which this hook spec does not apply.
|
|
147
|
+
items:
|
|
148
|
+
type: string
|
|
149
|
+
nullable: true
|
|
150
|
+
type: array
|
|
151
|
+
excludedResources:
|
|
152
|
+
description: ExcludedResources specifies the resources
|
|
153
|
+
to which this hook spec does not apply.
|
|
154
|
+
items:
|
|
155
|
+
type: string
|
|
156
|
+
nullable: true
|
|
157
|
+
type: array
|
|
158
|
+
includedNamespaces:
|
|
159
|
+
description: IncludedNamespaces specifies the namespaces
|
|
160
|
+
to which this hook spec applies. If empty, it applies
|
|
161
|
+
to all namespaces.
|
|
162
|
+
items:
|
|
163
|
+
type: string
|
|
164
|
+
nullable: true
|
|
165
|
+
type: array
|
|
166
|
+
includedResources:
|
|
167
|
+
description: IncludedResources specifies the resources
|
|
168
|
+
to which this hook spec applies. If empty, it applies
|
|
169
|
+
to all resources.
|
|
170
|
+
items:
|
|
171
|
+
type: string
|
|
172
|
+
nullable: true
|
|
173
|
+
type: array
|
|
174
|
+
labelSelector:
|
|
175
|
+
description: LabelSelector, if specified, filters the
|
|
176
|
+
resources to which this hook spec applies.
|
|
177
|
+
nullable: true
|
|
178
|
+
properties:
|
|
179
|
+
matchExpressions:
|
|
180
|
+
description: matchExpressions is a list of label
|
|
181
|
+
selector requirements. The requirements are ANDed.
|
|
182
|
+
items:
|
|
183
|
+
description: A label selector requirement is a
|
|
184
|
+
selector that contains values, a key, and an
|
|
185
|
+
operator that relates the key and values.
|
|
186
|
+
properties:
|
|
187
|
+
key:
|
|
188
|
+
description: key is the label key that the
|
|
189
|
+
selector applies to.
|
|
190
|
+
type: string
|
|
191
|
+
operator:
|
|
192
|
+
description: operator represents a key's relationship
|
|
193
|
+
to a set of values. Valid operators are
|
|
194
|
+
In, NotIn, Exists and DoesNotExist.
|
|
195
|
+
type: string
|
|
196
|
+
values:
|
|
197
|
+
description: values is an array of string
|
|
198
|
+
values. If the operator is In or NotIn,
|
|
199
|
+
the values array must be non-empty. If the
|
|
200
|
+
operator is Exists or DoesNotExist, the
|
|
201
|
+
values array must be empty. This array is
|
|
202
|
+
replaced during a strategic merge patch.
|
|
203
|
+
items:
|
|
204
|
+
type: string
|
|
205
|
+
type: array
|
|
206
|
+
required:
|
|
207
|
+
- key
|
|
208
|
+
- operator
|
|
209
|
+
type: object
|
|
210
|
+
type: array
|
|
211
|
+
matchLabels:
|
|
212
|
+
additionalProperties:
|
|
213
|
+
type: string
|
|
214
|
+
description: matchLabels is a map of {key,value}
|
|
215
|
+
pairs. A single {key,value} in the matchLabels
|
|
216
|
+
map is equivalent to an element of matchExpressions,
|
|
217
|
+
whose key field is "key", the operator is "In",
|
|
218
|
+
and the values array contains only "value". The
|
|
219
|
+
requirements are ANDed.
|
|
220
|
+
type: object
|
|
221
|
+
type: object
|
|
222
|
+
x-kubernetes-map-type: atomic
|
|
223
|
+
name:
|
|
224
|
+
description: Name is the name of this hook.
|
|
225
|
+
type: string
|
|
226
|
+
post:
|
|
227
|
+
description: PostHooks is a list of BackupResourceHooks
|
|
228
|
+
to execute after storing the item in the backup. These
|
|
229
|
+
are executed after all "additional items" from item
|
|
230
|
+
actions are processed.
|
|
231
|
+
items:
|
|
232
|
+
description: BackupResourceHook defines a hook for
|
|
233
|
+
a resource.
|
|
234
|
+
properties:
|
|
235
|
+
exec:
|
|
236
|
+
description: Exec defines an exec hook.
|
|
237
|
+
properties:
|
|
238
|
+
command:
|
|
239
|
+
description: Command is the command and arguments
|
|
240
|
+
to execute.
|
|
241
|
+
items:
|
|
242
|
+
type: string
|
|
243
|
+
minItems: 1
|
|
244
|
+
type: array
|
|
245
|
+
container:
|
|
246
|
+
description: Container is the container in
|
|
247
|
+
the pod where the command should be executed.
|
|
248
|
+
If not specified, the pod's first container
|
|
249
|
+
is used.
|
|
250
|
+
type: string
|
|
251
|
+
onError:
|
|
252
|
+
description: OnError specifies how Velero
|
|
253
|
+
should behave if it encounters an error
|
|
254
|
+
executing this hook.
|
|
255
|
+
enum:
|
|
256
|
+
- Continue
|
|
257
|
+
- Fail
|
|
258
|
+
type: string
|
|
259
|
+
timeout:
|
|
260
|
+
description: Timeout defines the maximum amount
|
|
261
|
+
of time Velero should wait for the hook
|
|
262
|
+
to complete before considering the execution
|
|
263
|
+
a failure.
|
|
264
|
+
type: string
|
|
265
|
+
required:
|
|
266
|
+
- command
|
|
267
|
+
type: object
|
|
268
|
+
required:
|
|
269
|
+
- exec
|
|
270
|
+
type: object
|
|
271
|
+
type: array
|
|
272
|
+
pre:
|
|
273
|
+
description: PreHooks is a list of BackupResourceHooks
|
|
274
|
+
to execute prior to storing the item in the backup.
|
|
275
|
+
These are executed before any "additional items" from
|
|
276
|
+
item actions are processed.
|
|
277
|
+
items:
|
|
278
|
+
description: BackupResourceHook defines a hook for
|
|
279
|
+
a resource.
|
|
280
|
+
properties:
|
|
281
|
+
exec:
|
|
282
|
+
description: Exec defines an exec hook.
|
|
283
|
+
properties:
|
|
284
|
+
command:
|
|
285
|
+
description: Command is the command and arguments
|
|
286
|
+
to execute.
|
|
287
|
+
items:
|
|
288
|
+
type: string
|
|
289
|
+
minItems: 1
|
|
290
|
+
type: array
|
|
291
|
+
container:
|
|
292
|
+
description: Container is the container in
|
|
293
|
+
the pod where the command should be executed.
|
|
294
|
+
If not specified, the pod's first container
|
|
295
|
+
is used.
|
|
296
|
+
type: string
|
|
297
|
+
onError:
|
|
298
|
+
description: OnError specifies how Velero
|
|
299
|
+
should behave if it encounters an error
|
|
300
|
+
executing this hook.
|
|
301
|
+
enum:
|
|
302
|
+
- Continue
|
|
303
|
+
- Fail
|
|
304
|
+
type: string
|
|
305
|
+
timeout:
|
|
306
|
+
description: Timeout defines the maximum amount
|
|
307
|
+
of time Velero should wait for the hook
|
|
308
|
+
to complete before considering the execution
|
|
309
|
+
a failure.
|
|
310
|
+
type: string
|
|
311
|
+
required:
|
|
312
|
+
- command
|
|
313
|
+
type: object
|
|
314
|
+
required:
|
|
315
|
+
- exec
|
|
316
|
+
type: object
|
|
317
|
+
type: array
|
|
318
|
+
required:
|
|
319
|
+
- name
|
|
320
|
+
type: object
|
|
321
|
+
nullable: true
|
|
322
|
+
type: array
|
|
323
|
+
type: object
|
|
324
|
+
includeClusterResources:
|
|
325
|
+
description: IncludeClusterResources specifies whether cluster-scoped
|
|
326
|
+
resources should be included for consideration in the backup.
|
|
327
|
+
nullable: true
|
|
328
|
+
type: boolean
|
|
329
|
+
includedClusterScopedResources:
|
|
330
|
+
description: IncludedClusterScopedResources is a slice of cluster-scoped
|
|
331
|
+
resource type names to include in the backup. If set to "*",
|
|
332
|
+
all cluster-scoped resource types are included. The default
|
|
333
|
+
value is empty, which means only related cluster-scoped resources
|
|
334
|
+
are included.
|
|
335
|
+
items:
|
|
336
|
+
type: string
|
|
337
|
+
nullable: true
|
|
338
|
+
type: array
|
|
339
|
+
includedNamespaceScopedResources:
|
|
340
|
+
description: IncludedNamespaceScopedResources is a slice of namespace-scoped
|
|
341
|
+
resource type names to include in the backup. The default value
|
|
342
|
+
is "*".
|
|
343
|
+
items:
|
|
344
|
+
type: string
|
|
345
|
+
nullable: true
|
|
346
|
+
type: array
|
|
347
|
+
includedNamespaces:
|
|
348
|
+
description: IncludedNamespaces is a slice of namespace names
|
|
349
|
+
to include objects from. If empty, all namespaces are included.
|
|
350
|
+
items:
|
|
351
|
+
type: string
|
|
352
|
+
nullable: true
|
|
353
|
+
type: array
|
|
354
|
+
includedResources:
|
|
355
|
+
description: IncludedResources is a slice of resource names to
|
|
356
|
+
include in the backup. If empty, all resources are included.
|
|
357
|
+
items:
|
|
358
|
+
type: string
|
|
359
|
+
nullable: true
|
|
360
|
+
type: array
|
|
361
|
+
itemOperationTimeout:
|
|
362
|
+
description: ItemOperationTimeout specifies the time used to wait
|
|
363
|
+
for asynchronous BackupItemAction operations The default value
|
|
364
|
+
is 1 hour.
|
|
365
|
+
type: string
|
|
366
|
+
labelSelector:
|
|
367
|
+
description: LabelSelector is a metav1.LabelSelector to filter
|
|
368
|
+
with when adding individual objects to the backup. If empty
|
|
369
|
+
or nil, all objects are included. Optional.
|
|
370
|
+
nullable: true
|
|
371
|
+
properties:
|
|
372
|
+
matchExpressions:
|
|
373
|
+
description: matchExpressions is a list of label selector
|
|
374
|
+
requirements. The requirements are ANDed.
|
|
375
|
+
items:
|
|
376
|
+
description: A label selector requirement is a selector
|
|
377
|
+
that contains values, a key, and an operator that relates
|
|
378
|
+
the key and values.
|
|
379
|
+
properties:
|
|
380
|
+
key:
|
|
381
|
+
description: key is the label key that the selector
|
|
382
|
+
applies to.
|
|
383
|
+
type: string
|
|
384
|
+
operator:
|
|
385
|
+
description: operator represents a key's relationship
|
|
386
|
+
to a set of values. Valid operators are In, NotIn,
|
|
387
|
+
Exists and DoesNotExist.
|
|
388
|
+
type: string
|
|
389
|
+
values:
|
|
390
|
+
description: values is an array of string values. If
|
|
391
|
+
the operator is In or NotIn, the values array must
|
|
392
|
+
be non-empty. If the operator is Exists or DoesNotExist,
|
|
393
|
+
the values array must be empty. This array is replaced
|
|
394
|
+
during a strategic merge patch.
|
|
395
|
+
items:
|
|
396
|
+
type: string
|
|
397
|
+
type: array
|
|
398
|
+
required:
|
|
399
|
+
- key
|
|
400
|
+
- operator
|
|
401
|
+
type: object
|
|
402
|
+
type: array
|
|
403
|
+
matchLabels:
|
|
404
|
+
additionalProperties:
|
|
405
|
+
type: string
|
|
406
|
+
description: matchLabels is a map of {key,value} pairs. A
|
|
407
|
+
single {key,value} in the matchLabels map is equivalent
|
|
408
|
+
to an element of matchExpressions, whose key field is "key",
|
|
409
|
+
the operator is "In", and the values array contains only
|
|
410
|
+
"value". The requirements are ANDed.
|
|
411
|
+
type: object
|
|
412
|
+
type: object
|
|
413
|
+
x-kubernetes-map-type: atomic
|
|
414
|
+
metadata:
|
|
415
|
+
properties:
|
|
416
|
+
labels:
|
|
417
|
+
additionalProperties:
|
|
418
|
+
type: string
|
|
419
|
+
type: object
|
|
420
|
+
type: object
|
|
421
|
+
orLabelSelectors:
|
|
422
|
+
description: OrLabelSelectors is list of metav1.LabelSelector
|
|
423
|
+
to filter with when adding individual objects to the backup.
|
|
424
|
+
If multiple provided they will be joined by the OR operator.
|
|
425
|
+
LabelSelector as well as OrLabelSelectors cannot co-exist in
|
|
426
|
+
backup request, only one of them can be used.
|
|
427
|
+
items:
|
|
428
|
+
description: A label selector is a label query over a set of
|
|
429
|
+
resources. The result of matchLabels and matchExpressions
|
|
430
|
+
are ANDed. An empty label selector matches all objects. A
|
|
431
|
+
null label selector matches no objects.
|
|
432
|
+
properties:
|
|
433
|
+
matchExpressions:
|
|
434
|
+
description: matchExpressions is a list of label selector
|
|
435
|
+
requirements. The requirements are ANDed.
|
|
436
|
+
items:
|
|
437
|
+
description: A label selector requirement is a selector
|
|
438
|
+
that contains values, a key, and an operator that relates
|
|
439
|
+
the key and values.
|
|
440
|
+
properties:
|
|
441
|
+
key:
|
|
442
|
+
description: key is the label key that the selector
|
|
443
|
+
applies to.
|
|
444
|
+
type: string
|
|
445
|
+
operator:
|
|
446
|
+
description: operator represents a key's relationship
|
|
447
|
+
to a set of values. Valid operators are In, NotIn,
|
|
448
|
+
Exists and DoesNotExist.
|
|
449
|
+
type: string
|
|
450
|
+
values:
|
|
451
|
+
description: values is an array of string values.
|
|
452
|
+
If the operator is In or NotIn, the values array
|
|
453
|
+
must be non-empty. If the operator is Exists or
|
|
454
|
+
DoesNotExist, the values array must be empty. This
|
|
455
|
+
array is replaced during a strategic merge patch.
|
|
456
|
+
items:
|
|
457
|
+
type: string
|
|
458
|
+
type: array
|
|
459
|
+
required:
|
|
460
|
+
- key
|
|
461
|
+
- operator
|
|
462
|
+
type: object
|
|
463
|
+
type: array
|
|
464
|
+
matchLabels:
|
|
465
|
+
additionalProperties:
|
|
466
|
+
type: string
|
|
467
|
+
description: matchLabels is a map of {key,value} pairs.
|
|
468
|
+
A single {key,value} in the matchLabels map is equivalent
|
|
469
|
+
to an element of matchExpressions, whose key field is
|
|
470
|
+
"key", the operator is "In", and the values array contains
|
|
471
|
+
only "value". The requirements are ANDed.
|
|
472
|
+
type: object
|
|
473
|
+
type: object
|
|
474
|
+
x-kubernetes-map-type: atomic
|
|
475
|
+
nullable: true
|
|
476
|
+
type: array
|
|
477
|
+
orderedResources:
|
|
478
|
+
additionalProperties:
|
|
479
|
+
type: string
|
|
480
|
+
description: OrderedResources specifies the backup order of resources
|
|
481
|
+
of specific Kind. The map key is the resource name and value
|
|
482
|
+
is a list of object names separated by commas. Each resource
|
|
483
|
+
name has format "namespace/objectname". For cluster resources,
|
|
484
|
+
simply use "objectname".
|
|
485
|
+
nullable: true
|
|
486
|
+
type: object
|
|
487
|
+
resourcePolicy:
|
|
488
|
+
description: ResourcePolicy specifies the referenced resource
|
|
489
|
+
policies that backup should follow
|
|
490
|
+
properties:
|
|
491
|
+
apiGroup:
|
|
492
|
+
description: APIGroup is the group for the resource being
|
|
493
|
+
referenced. If APIGroup is not specified, the specified
|
|
494
|
+
Kind must be in the core API group. For any other third-party
|
|
495
|
+
types, APIGroup is required.
|
|
496
|
+
type: string
|
|
497
|
+
kind:
|
|
498
|
+
description: Kind is the type of resource being referenced
|
|
499
|
+
type: string
|
|
500
|
+
name:
|
|
501
|
+
description: Name is the name of resource being referenced
|
|
502
|
+
type: string
|
|
503
|
+
required:
|
|
504
|
+
- kind
|
|
505
|
+
- name
|
|
506
|
+
type: object
|
|
507
|
+
x-kubernetes-map-type: atomic
|
|
508
|
+
snapshotMoveData:
|
|
509
|
+
description: SnapshotMoveData specifies whether snapshot data
|
|
510
|
+
should be moved
|
|
511
|
+
nullable: true
|
|
512
|
+
type: boolean
|
|
513
|
+
snapshotVolumes:
|
|
514
|
+
description: SnapshotVolumes specifies whether to take snapshots
|
|
515
|
+
of any PV's referenced in the set of objects included in the
|
|
516
|
+
Backup.
|
|
517
|
+
nullable: true
|
|
518
|
+
type: boolean
|
|
519
|
+
storageLocation:
|
|
520
|
+
description: StorageLocation is a string containing the name of
|
|
521
|
+
a BackupStorageLocation where the backup should be stored.
|
|
522
|
+
type: string
|
|
523
|
+
ttl:
|
|
524
|
+
description: TTL is a time.Duration-parseable string describing
|
|
525
|
+
how long the Backup should be retained for.
|
|
526
|
+
type: string
|
|
527
|
+
uploaderConfig:
|
|
528
|
+
description: UploaderConfig specifies the configuration for the
|
|
529
|
+
uploader.
|
|
530
|
+
nullable: true
|
|
531
|
+
properties:
|
|
532
|
+
parallelFilesUpload:
|
|
533
|
+
description: ParallelFilesUpload is the number of files parallel
|
|
534
|
+
uploads to perform when using the uploader.
|
|
535
|
+
type: integer
|
|
536
|
+
type: object
|
|
537
|
+
volumeSnapshotLocations:
|
|
538
|
+
description: VolumeSnapshotLocations is a list containing names
|
|
539
|
+
of VolumeSnapshotLocations associated with this backup.
|
|
540
|
+
items:
|
|
541
|
+
type: string
|
|
542
|
+
type: array
|
|
543
|
+
type: object
|
|
544
|
+
useOwnerReferencesInBackup:
|
|
545
|
+
description: UseOwnerReferencesBackup specifies whether to use OwnerReferences
|
|
546
|
+
on backups created by this Schedule.
|
|
547
|
+
nullable: true
|
|
548
|
+
type: boolean
|
|
549
|
+
required:
|
|
550
|
+
- schedule
|
|
551
|
+
- template
|
|
552
|
+
type: object
|
|
553
|
+
status:
|
|
554
|
+
description: ScheduleStatus captures the current state of a Velero schedule
|
|
555
|
+
properties:
|
|
556
|
+
lastBackup:
|
|
557
|
+
description: LastBackup is the last time a Backup was run for this
|
|
558
|
+
Schedule schedule
|
|
559
|
+
format: date-time
|
|
560
|
+
nullable: true
|
|
561
|
+
type: string
|
|
562
|
+
lastSkipped:
|
|
563
|
+
description: LastSkipped is the last time a Schedule was skipped
|
|
564
|
+
format: date-time
|
|
565
|
+
nullable: true
|
|
566
|
+
type: string
|
|
567
|
+
phase:
|
|
568
|
+
description: Phase is the current phase of the Schedule
|
|
569
|
+
enum:
|
|
570
|
+
- New
|
|
571
|
+
- Enabled
|
|
572
|
+
- FailedValidation
|
|
573
|
+
type: string
|
|
574
|
+
validationErrors:
|
|
575
|
+
description: ValidationErrors is a slice of all validation errors
|
|
576
|
+
(if applicable)
|
|
577
|
+
items:
|
|
578
|
+
type: string
|
|
579
|
+
type: array
|
|
580
|
+
type: object
|
|
581
|
+
type: object
|
|
582
|
+
served: true
|
|
583
|
+
storage: true
|
|
584
|
+
subresources: {}
|