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: '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
@@ -43,6 +46,9 @@ spec:
43
46
region:
44
47
description: Should contain the AWS region if it cannot be inferred
45
48
type: string
49
+
role:
50
+
description: Specifies the role to assume when issuing certificates.
51
+
type: string
46
52
secretRef:
47
53
description: Needs to be specified if you want to authorize with AWS
48
54
using an access and secret key
@@ -56,8 +62,13 @@ spec:
56
62
a valid secret key.
57
63
type: string
58
64
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?'
65
+
default: ""
66
+
description: |-
67
+
Name of the referent.
68
+
This field is effectively required, but due to backwards compatibility is
69
+
allowed to be empty. Instances of this type with an empty value here are
70
+
almost certainly wrong.
71
+
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
61
72
type: string
62
73
optional:
63
74
description: Specify whether the Secret or its key must be
@@ -66,12 +77,13 @@ spec:
66
77
required:
67
78
- key
68
79
type: object
80
+
x-kubernetes-map-type: atomic
69
81
name:
70
-
description: Name is unique within a namespace to reference a
82
+
description: name is unique within a namespace to reference a
71
83
secret resource.
72
84
type: string
73
85
namespace:
74
-
description: Namespace defines the space within which the secret
86
+
description: namespace defines the space within which the secret
75
87
name must be unique.
76
88
type: string
77
89
secretAccessKeySelector:
@@ -83,8 +95,13 @@ spec:
83
95
a valid secret key.
84
96
type: string
85
97
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?'
98
+
default: ""
99
+
description: |-
100
+
Name of the referent.
101
+
This field is effectively required, but due to backwards compatibility is
102
+
allowed to be empty. Instances of this type with an empty value here are
103
+
almost certainly wrong.
104
+
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
88
105
type: string
89
106
optional:
90
107
description: Specify whether the Secret or its key must be
@@ -93,51 +110,44 @@ spec:
93
110
required:
94
111
- key
95
112
type: object
113
+
x-kubernetes-map-type: atomic
96
114
type: object
115
+
x-kubernetes-map-type: atomic
97
116
type: object
98
117
status:
99
118
description: AWSPCAIssuerStatus defines the observed state of AWSPCAIssuer
100
119
properties:
101
120
conditions:
102
121
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