-
Notifications
You must be signed in to change notification settings - Fork 95
Expand file tree
/
Copy pathplanetscale.com_vitessbackupschedules.yaml
More file actions
202 lines (202 loc) · 6.15 KB
/
planetscale.com_vitessbackupschedules.yaml
File metadata and controls
202 lines (202 loc) · 6.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
---
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.20.1
name: vitessbackupschedules.planetscale.com
spec:
group: planetscale.com
names:
kind: VitessBackupSchedule
listKind: VitessBackupScheduleList
plural: vitessbackupschedules
singular: vitessbackupschedule
scope: Namespaced
versions:
- name: v2
schema:
openAPIV3Schema:
properties:
apiVersion:
type: string
kind:
type: string
metadata:
type: object
spec:
properties:
affinity:
x-kubernetes-preserve-unknown-fields: true
allowedMissedRun:
minimum: 0
type: integer
annotations:
additionalProperties:
type: string
type: object
backupMethod:
default: vtbackup
enum:
- vtbackup
- vtctldclient
type: string
cluster:
type: string
concurrencyPolicy:
default: Forbid
enum:
- Allow
- Forbid
example: Forbid
type: string
extraLabels:
additionalProperties:
type: string
type: object
failedJobsHistoryLimit:
format: int32
minimum: 0
type: integer
frequency:
type: string
image:
type: string
imagePullPolicy:
type: string
jobTimeoutMinute:
default: 10
format: int32
minimum: 0
type: integer
name:
example: every-day
minLength: 1
pattern: ^[A-Za-z0-9]([A-Za-z0-9-]*[A-Za-z0-9])?$
type: string
resources:
properties:
claims:
items:
properties:
name:
type: string
request:
type: string
required:
- name
type: object
type: array
x-kubernetes-list-map-keys:
- name
x-kubernetes-list-type: map
limits:
additionalProperties:
anyOf:
- type: integer
- type: string
pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
x-kubernetes-int-or-string: true
type: object
requests:
additionalProperties:
anyOf:
- type: integer
- type: string
pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
x-kubernetes-int-or-string: true
type: object
type: object
schedule:
example: 0 0 * * *
minLength: 0
type: string
startingDeadlineSeconds:
format: int64
minimum: 0
type: integer
strategies:
items:
properties:
extraFlags:
additionalProperties:
type: string
type: object
keyspace:
example: commerce
type: string
name:
type: string
scope:
enum:
- Shard
- Keyspace
- Cluster
type: string
shard:
example: '-'
type: string
required:
- name
type: object
minItems: 1
type: array
successfulJobsHistoryLimit:
format: int32
minimum: 0
type: integer
suspend:
type: boolean
tolerations:
x-kubernetes-preserve-unknown-fields: true
required:
- cluster
- name
- resources
- strategies
type: object
status:
properties:
active:
items:
properties:
apiVersion:
type: string
fieldPath:
type: string
kind:
type: string
name:
type: string
namespace:
type: string
resourceVersion:
type: string
uid:
type: string
type: object
x-kubernetes-map-type: atomic
type: array
generatedSchedules:
additionalProperties:
type: string
type: object
lastScheduledTime:
format: date-time
type: string
lastScheduledTimes:
additionalProperties:
format: date-time
type: string
type: object
nextScheduledTimes:
additionalProperties:
format: date-time
type: string
type: object
type: object
type: object
served: true
storage: true
subresources:
status: {}