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
- Our crds are extremely out of date. This change will stop other
commits from being polluted by these crd updates
Signed-off-by: Brady Siegel <[email protected]>
description: 'APIVersion defines the versioned schema of this representation
27
-
of an object. Servers should convert recognized schemas to the latest
28
-
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
24
+
description: |-
25
+
APIVersion defines the versioned schema of this representation of an object.
26
+
Servers should convert recognized schemas to the latest internal value, and
27
+
may reject unrecognized values.
28
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
29
29
type: string
30
30
kind:
31
-
description: 'Kind is a string value representing the REST resource this
32
-
object represents. Servers may infer this from the endpoint the client
33
-
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
+
description: |-
32
+
Kind is a string value representing the REST resource this object represents.
33
+
Servers may infer this from the endpoint the client submits requests to.
34
+
Cannot be updated.
35
+
In CamelCase.
36
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
34
37
type: string
35
38
metadata:
36
39
type: object
@@ -56,8 +59,13 @@ spec:
56
59
a valid secret key.
57
60
type: string
58
61
name:
59
-
description: 'Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
60
-
TODO: Add other useful fields. apiVersion, kind, uid?'
62
+
default: ""
63
+
description: |-
64
+
Name of the referent.
65
+
This field is effectively required, but due to backwards compatibility is
66
+
allowed to be empty. Instances of this type with an empty value here are
67
+
almost certainly wrong.
68
+
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
61
69
type: string
62
70
optional:
63
71
description: Specify whether the Secret or its key must be
@@ -66,12 +74,13 @@ spec:
66
74
required:
67
75
- key
68
76
type: object
77
+
x-kubernetes-map-type: atomic
69
78
name:
70
-
description: Name is unique within a namespace to reference a
79
+
description: name is unique within a namespace to reference a
71
80
secret resource.
72
81
type: string
73
82
namespace:
74
-
description: Namespace defines the space within which the secret
83
+
description: namespace defines the space within which the secret
75
84
name must be unique.
76
85
type: string
77
86
secretAccessKeySelector:
@@ -83,8 +92,13 @@ spec:
83
92
a valid secret key.
84
93
type: string
85
94
name:
86
-
description: 'Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
87
-
TODO: Add other useful fields. apiVersion, kind, uid?'
95
+
default: ""
96
+
description: |-
97
+
Name of the referent.
98
+
This field is effectively required, but due to backwards compatibility is
99
+
allowed to be empty. Instances of this type with an empty value here are
100
+
almost certainly wrong.
101
+
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
88
102
type: string
89
103
optional:
90
104
description: Specify whether the Secret or its key must be
@@ -93,51 +107,44 @@ spec:
93
107
required:
94
108
- key
95
109
type: object
110
+
x-kubernetes-map-type: atomic
96
111
type: object
112
+
x-kubernetes-map-type: atomic
97
113
type: object
98
114
status:
99
115
description: AWSPCAIssuerStatus defines the observed state of AWSPCAIssuer
100
116
properties:
101
117
conditions:
102
118
items:
103
-
description: "Condition contains details for one aspect of the current
104
-
state of this API Resource. --- This struct is intended for direct
105
-
use as an array at the field path .status.conditions. For example,
106
-
type FooStatus struct{ // Represents the observations of a
107
-
foo's current state. // Known .status.conditions.type are:
108
-
\"Available\", \"Progressing\", and \"Degraded\" // +patchMergeKey=type
0 commit comments