forked from cloudfoundry-incubator/quarks-operator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
quarks_v1alpha1_quarksstatefulset_crd.yaml
85 lines (85 loc) · 2.44 KB
/
quarks_v1alpha1_quarksstatefulset_crd.yaml
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
apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
metadata:
creationTimestamp: 2020-04-30T14:32:12Z
generation: 1
name: quarksstatefulsets.quarks.cloudfoundry.org
resourceVersion: "2512198"
selfLink: /apis/apiextensions.k8s.io/v1beta1/customresourcedefinitions/quarksstatefulsets.quarks.cloudfoundry.org
uid: 6a2bac4f-289d-4440-9a2a-c220725668e0
spec:
conversion:
strategy: None
group: quarks.cloudfoundry.org
names:
kind: QuarksStatefulSet
listKind: QuarksStatefulSetList
plural: quarksstatefulsets
shortNames:
- qsts
singular: quarksstatefulset
preserveUnknownFields: false
scope: Namespaced
subresources:
status: {}
validation:
openAPIV3Schema:
properties:
spec:
properties:
activePassiveProbes:
description: Defines probes to determine active/passive component instances
type: object
x-kubernetes-preserve-unknown-fields: true
template:
description: A template for a regular StatefulSet
type: object
x-kubernetes-preserve-unknown-fields: true
updateOnConfigChange:
description: Indicate whether to update Pods in the StatefulSet when
an env value or mount changes
type: boolean
zoneNodeLabel:
description: Indicates the node label that a node locates
type: string
zones:
description: Indicates the availability zones that the QuarksStatefulSet
needs to span
items:
type: string
type: array
required:
- template
type: object
status:
properties:
lastReconcile:
type: string
type: object
type: object
version: v1alpha1
versions:
- name: v1alpha1
served: true
storage: true
status:
acceptedNames:
kind: QuarksStatefulSet
listKind: QuarksStatefulSetList
plural: quarksstatefulsets
shortNames:
- qsts
singular: quarksstatefulset
conditions:
- lastTransitionTime: 2020-04-30T14:32:12Z
message: no conflicts found
reason: NoConflicts
status: "True"
type: NamesAccepted
- lastTransitionTime: null
message: the initial names have been accepted
reason: InitialNamesAccepted
status: "True"
type: Established
storedVersions:
- v1alpha1