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: AwsRedisInstance is the Schema for the awsredisinstances API
25
-
properties:
26
-
apiVersion:
27
-
description: 'APIVersion defines the versioned schema of this representation
28
-
of an object. Servers should convert recognized schemas to the latest
29
-
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
30
-
type: string
31
-
kind:
32
-
description: 'Kind is a string value representing the REST resource this
33
-
object represents. Servers may infer this from the endpoint the client
34
-
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
35
-
type: string
36
-
metadata:
37
-
type: object
38
-
spec:
39
-
description: AwsRedisInstanceSpec defines the desired state of AwsRedisInstance
40
-
properties:
41
-
autoMinorVersionUpgrade:
42
-
default: false
43
-
type: boolean
44
-
x-kubernetes-validations:
45
-
- message: AutoMinorVersionUpgrade is immutable.
46
-
rule: (self == oldSelf)
47
-
cacheNodeType:
48
-
type: string
49
-
x-kubernetes-validations:
50
-
- message: CacheNodeType is immutable.
51
-
rule: (self == oldSelf)
52
-
engineVersion:
53
-
default: "7.0"
54
-
type: string
55
-
x-kubernetes-validations:
56
-
- message: EngineVersion is immutable.
57
-
rule: (self == oldSelf)
58
-
ipRange:
59
-
properties:
60
-
name:
61
-
type: string
62
-
required:
63
-
- name
64
-
type: object
65
-
volume:
66
-
properties:
67
-
annotations:
68
-
additionalProperties:
69
-
type: string
70
-
type: object
71
-
labels:
72
-
additionalProperties:
73
-
type: string
74
-
type: object
75
-
name:
76
-
type: string
77
-
type: object
78
-
required:
79
-
- cacheNodeType
80
-
type: object
81
-
status:
82
-
description: AwsRedisInstanceStatus defines the observed state of AwsRedisInstance
83
-
properties:
84
-
conditions:
85
-
description: List of status conditions
86
-
items:
87
-
description: "Condition contains details for one aspect of the current
88
-
state of this API Resource. --- This struct is intended for direct
89
-
use as an array at the field path .status.conditions. For example,
90
-
\n type FooStatus struct{ // Represents the observations of a
91
-
foo's current state. // Known .status.conditions.type are: \"Available\",
92
-
\"Progressing\", and \"Degraded\" // +patchMergeKey=type // +patchStrategy=merge
protobuf:\"bytes,1,rep,name=conditions\"` \n // other fields }"
18
+
- additionalPrinterColumns:
19
+
- jsonPath: .status.state
20
+
name: State
21
+
type: string
22
+
name: v1beta1
23
+
schema:
24
+
openAPIV3Schema:
25
+
description: AwsRedisInstance is the Schema for the awsredisinstances API
26
+
properties:
27
+
apiVersion:
28
+
description: 'APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
29
+
type: string
30
+
kind:
31
+
description: 'Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client 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: AwsRedisInstanceSpec defines the desired state of AwsRedisInstance
37
+
properties:
38
+
authSecret:
96
39
properties:
97
-
lastTransitionTime:
98
-
description: lastTransitionTime is the last time the condition
99
-
transitioned from one status to another. This should be when
100
-
the underlying condition changed. If that is not known, then
101
-
using the time when the API field changed is acceptable.
102
-
format: date-time
103
-
type: string
104
-
message:
105
-
description: message is a human readable message indicating
106
-
details about the transition. This may be an empty string.
107
-
maxLength: 32768
40
+
annotations:
41
+
additionalProperties:
42
+
type: string
43
+
type: object
44
+
labels:
45
+
additionalProperties:
46
+
type: string
47
+
type: object
48
+
name:
108
49
type: string
109
-
observedGeneration:
110
-
description: observedGeneration represents the .metadata.generation
111
-
that the condition was set based upon. For instance, if .metadata.generation
112
-
is currently 12, but the .status.conditions[x].observedGeneration
113
-
is 9, the condition is out of date with respect to the current
114
-
state of the instance.
115
-
format: int64
116
-
minimum: 0
117
-
type: integer
118
-
reason:
119
-
description: reason contains a programmatic identifier indicating
120
-
the reason for the condition's last transition. Producers
121
-
of specific condition types may define expected values and
122
-
meanings for this field, and whether the values are considered
123
-
a guaranteed API. The value should be a CamelCase string.
124
-
This field may not be empty.
125
-
maxLength: 1024
126
-
minLength: 1
127
-
pattern: ^[A-Za-z]([A-Za-z0-9_,:]*[A-Za-z0-9_])?$
128
-
type: string
129
-
status:
130
-
description: status of the condition, one of True, False, Unknown.
131
-
enum:
132
-
- "True"
133
-
- "False"
134
-
- Unknown
135
-
type: string
136
-
type:
137
-
description: type of condition in CamelCase or in foo.example.com/CamelCase.
138
-
--- Many .condition.type values are consistent across resources
139
-
like Available, but because arbitrary conditions can be useful
140
-
(see .node.status.conditions), the ability to deconflict is
141
-
important. The regex it matches is (dns1123SubdomainFmt/)?(qualifiedNameFmt)
description: AwsRedisInstanceStatus defines the observed state of AwsRedisInstance
80
+
properties:
81
+
conditions:
82
+
description: List of status conditions
83
+
items:
84
+
description: "Condition contains details for one aspect of the current state of this API Resource. --- This struct is intended for direct use as an array at the field path .status.conditions. For example, \n type FooStatus struct{ // Represents the observations of a foo's current state. // Known .status.conditions.type are: \"Available\", \"Progressing\", and \"Degraded\" // +patchMergeKey=type // +patchStrategy=merge // +listType=map // +listMapKey=type Conditions []metav1.Condition `json:\"conditions,omitempty\" patchStrategy:\"merge\" patchMergeKey:\"type\" protobuf:\"bytes,1,rep,name=conditions\"` \n // other fields }"
85
+
properties:
86
+
lastTransitionTime:
87
+
description: lastTransitionTime is the last time the condition transitioned from one status to another. This should be when the underlying condition changed. If that is not known, then using the time when the API field changed is acceptable.
88
+
format: date-time
89
+
type: string
90
+
message:
91
+
description: message is a human readable message indicating details about the transition. This may be an empty string.
92
+
maxLength: 32768
93
+
type: string
94
+
observedGeneration:
95
+
description: observedGeneration represents the .metadata.generation that the condition was set based upon. For instance, if .metadata.generation is currently 12, but the .status.conditions[x].observedGeneration is 9, the condition is out of date with respect to the current state of the instance.
96
+
format: int64
97
+
minimum: 0
98
+
type: integer
99
+
reason:
100
+
description: reason contains a programmatic identifier indicating the reason for the condition's last transition. Producers of specific condition types may define expected values and meanings for this field, and whether the values are considered a guaranteed API. The value should be a CamelCase string. This field may not be empty.
101
+
maxLength: 1024
102
+
minLength: 1
103
+
pattern: ^[A-Za-z]([A-Za-z0-9_,:]*[A-Za-z0-9_])?$
104
+
type: string
105
+
status:
106
+
description: status of the condition, one of True, False, Unknown.
107
+
enum:
108
+
- "True"
109
+
- "False"
110
+
- Unknown
111
+
type: string
112
+
type:
113
+
description: type of condition in CamelCase or in foo.example.com/CamelCase. --- Many .condition.type values are consistent across resources like Available, but because arbitrary conditions can be useful (see .node.status.conditions), the ability to deconflict is important. The regex it matches is (dns1123SubdomainFmt/)?(qualifiedNameFmt)
0 commit comments