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: BlobStorage is the Schema for the blobstorages API
21
+
properties:
22
+
apiVersion:
23
+
description: 'APIVersion defines the versioned schema of this representation
24
+
of an object. Servers should convert recognized schemas to the latest
25
+
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
26
+
type: string
27
+
kind:
28
+
description: 'Kind is a string value representing the REST resource this
29
+
object represents. Servers may infer this from the endpoint the client
30
+
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
31
+
type: string
32
+
metadata:
33
+
type: object
34
+
spec:
35
+
properties:
36
+
applyImmediately:
37
+
description: ApplyImmediately is only available to Postgres cr, for
38
+
blobstorage and redis cr's currently does nothing
39
+
type: boolean
40
+
maintenanceWindow:
41
+
type: boolean
42
+
secretRef:
43
+
properties:
44
+
name:
45
+
type: string
46
+
namespace:
47
+
type: string
48
+
required:
49
+
- name
50
+
type: object
51
+
size:
52
+
description: Size allows defining the node size. It is only available
53
+
to Redis CR. Blobstorage and Postgres CR's currently does nothing
description: Postgres is the Schema for the postgres API
21
+
properties:
22
+
apiVersion:
23
+
description: 'APIVersion defines the versioned schema of this representation
24
+
of an object. Servers should convert recognized schemas to the latest
25
+
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
26
+
type: string
27
+
kind:
28
+
description: 'Kind is a string value representing the REST resource this
29
+
object represents. Servers may infer this from the endpoint the client
30
+
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
31
+
type: string
32
+
metadata:
33
+
type: object
34
+
spec:
35
+
properties:
36
+
applyImmediately:
37
+
description: ApplyImmediately is only available to Postgres cr, for
38
+
blobstorage and redis cr's currently does nothing
39
+
type: boolean
40
+
maintenanceWindow:
41
+
type: boolean
42
+
secretRef:
43
+
properties:
44
+
name:
45
+
type: string
46
+
namespace:
47
+
type: string
48
+
required:
49
+
- name
50
+
type: object
51
+
size:
52
+
description: Size allows defining the node size. It is only available
53
+
to Redis CR. Blobstorage and Postgres CR's currently does nothing
description: PostgresSnapshot is the Schema for the postgressnapshots API
21
+
properties:
22
+
apiVersion:
23
+
description: 'APIVersion defines the versioned schema of this representation
24
+
of an object. Servers should convert recognized schemas to the latest
25
+
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
26
+
type: string
27
+
kind:
28
+
description: 'Kind is a string value representing the REST resource this
29
+
object represents. Servers may infer this from the endpoint the client
30
+
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
31
+
type: string
32
+
metadata:
33
+
type: object
34
+
spec:
35
+
description: PostgresSnapshotSpec defines the desired state of PostgresSnapshot
36
+
properties:
37
+
resourceName:
38
+
description: 'INSERT ADDITIONAL SPEC FIELDS - desired state of cluster
39
+
Important: Run "operator-sdk generate k8s" to regenerate code after
40
+
modifying this file Add custom validation using kubebuilder tags:
description: Redis is the Schema for the redis API
21
+
properties:
22
+
apiVersion:
23
+
description: 'APIVersion defines the versioned schema of this representation
24
+
of an object. Servers should convert recognized schemas to the latest
25
+
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
26
+
type: string
27
+
kind:
28
+
description: 'Kind is a string value representing the REST resource this
29
+
object represents. Servers may infer this from the endpoint the client
30
+
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
31
+
type: string
32
+
metadata:
33
+
type: object
34
+
spec:
35
+
properties:
36
+
applyImmediately:
37
+
description: ApplyImmediately is only available to Postgres cr, for
38
+
blobstorage and redis cr's currently does nothing
39
+
type: boolean
40
+
maintenanceWindow:
41
+
type: boolean
42
+
secretRef:
43
+
properties:
44
+
name:
45
+
type: string
46
+
namespace:
47
+
type: string
48
+
required:
49
+
- name
50
+
type: object
51
+
size:
52
+
description: Size allows defining the node size. It is only available
53
+
to Redis CR. Blobstorage and Postgres CR's currently does nothing
54
+
type: string
55
+
skipCreate:
56
+
type: boolean
57
+
tier:
58
+
type: string
59
+
type:
60
+
type: string
61
+
required:
62
+
- secretRef
63
+
- tier
64
+
- type
65
+
type: object
66
+
status:
67
+
properties:
68
+
message:
69
+
type: string
70
+
phase:
71
+
type: string
72
+
provider:
73
+
type: string
74
+
secretRef:
75
+
properties:
76
+
name:
77
+
type: string
78
+
namespace:
79
+
type: string
80
+
required:
81
+
- name
82
+
type: object
83
+
strategy:
84
+
type: string
85
+
version:
86
+
type: string
87
+
type: object
88
+
type: object
89
+
served: true
90
+
storage: true
91
+
subresources:
92
+
status: {}
93
+
status:
94
+
acceptedNames:
95
+
kind: ""
96
+
plural: ""
97
+
conditions: null
98
+
storedVersions: null
There was a problem loading the remainder of the diff.
0 commit comments