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
25
-
of an object. Servers should convert recognized schemas to the latest
26
-
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
23
+
description: |-
24
+
APIVersion defines the versioned schema of this representation of an object.
25
+
Servers should convert recognized schemas to the latest internal value, and
26
+
may reject unrecognized values.
27
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
27
28
type: string
28
29
kind:
29
-
description: 'Kind is a string value representing the REST resource this
30
-
object represents. Servers may infer this from the endpoint the client
31
-
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
30
+
description: |-
31
+
Kind is a string value representing the REST resource this object represents.
32
+
Servers may infer this from the endpoint the client submits requests to.
33
+
Cannot be updated.
34
+
In CamelCase.
35
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
32
36
type: string
33
37
metadata:
34
38
type: object
35
39
spec:
36
-
description: "ApiSpec defines the desired state of Api. \n Represents
37
-
an API."
40
+
description: |-
41
+
ApiSpec defines the desired state of Api.
42
+
43
+
44
+
Represents an API.
38
45
properties:
39
46
apiKeySelectionExpression:
40
47
type: string
@@ -43,8 +50,9 @@ spec:
43
50
body:
44
51
type: string
45
52
corsConfiguration:
46
-
description: Represents a CORS configuration. Supported only for HTTP
47
-
APIs. See Configuring CORS (https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-cors.html)
53
+
description: |-
54
+
Represents a CORS configuration. Supported only for HTTP APIs. See Configuring
55
+
CORS (https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-cors.html)
48
56
for more information.
49
57
properties:
50
58
allowCredentials:
@@ -110,24 +118,26 @@ spec:
110
118
description: APIStatus defines the observed state of API
111
119
properties:
112
120
ackResourceMetadata:
113
-
description: All CRs managed by ACK have a common `Status.ACKResourceMetadata`
114
-
member that is used to contain resource sync state, account ownership,
121
+
description: |-
122
+
All CRs managed by ACK have a common `Status.ACKResourceMetadata` member
123
+
that is used to contain resource sync state, account ownership,
115
124
constructed ARN for the resource
116
125
properties:
117
126
arn:
118
-
description: 'ARN is the Amazon Resource Name for the resource.
119
-
This is a globally-unique identifier and is set only by the
120
-
ACK service controller once the controller has orchestrated
121
-
the creation of the resource OR when it has verified that an
122
-
"adopted" resource (a resource where the ARN annotation was
123
-
set by the Kubernetes user on the CR) exists and matches the
124
-
supplied CR''s Spec field values. TODO(vijat@): Find a better
125
-
strategy for resources that do not have ARN in CreateOutputResponse
description: Authorizer is the Schema for the Authorizers API
22
21
properties:
23
22
apiVersion:
24
-
description: 'APIVersion defines the versioned schema of this representation
25
-
of an object. Servers should convert recognized schemas to the latest
26
-
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
23
+
description: |-
24
+
APIVersion defines the versioned schema of this representation of an object.
25
+
Servers should convert recognized schemas to the latest internal value, and
26
+
may reject unrecognized values.
27
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
27
28
type: string
28
29
kind:
29
-
description: 'Kind is a string value representing the REST resource this
30
-
object represents. Servers may infer this from the endpoint the client
31
-
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
30
+
description: |-
31
+
Kind is a string value representing the REST resource this object represents.
32
+
Servers may infer this from the endpoint the client submits requests to.
33
+
Cannot be updated.
34
+
In CamelCase.
35
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
32
36
type: string
33
37
metadata:
34
38
type: object
35
39
spec:
36
-
description: "AuthorizerSpec defines the desired state of Authorizer.
37
-
\n Represents an authorizer."
40
+
description: |-
41
+
AuthorizerSpec defines the desired state of Authorizer.
42
+
43
+
44
+
Represents an authorizer.
38
45
properties:
39
46
apiID:
40
47
type: string
41
48
apiRef:
42
49
description: "AWSResourceReferenceWrapper provides a wrapper around
43
-
*AWSResourceReference type to provide more user friendly syntax
44
-
for references using 'from' field Ex: APIIDRef: \n from: name: my-api"
50
+
*AWSResourceReference\ntype to provide more user friendly syntax
51
+
for references using 'from' field\nEx:\nAPIIDRef:\n\n\n\tfrom:\n\t
52
+
\ name: my-api"
45
53
properties:
46
54
from:
47
-
description: AWSResourceReference provides all the values necessary
48
-
to reference another k8s resource for finding the identifier(Id/ARN/Name)
55
+
description: |-
56
+
AWSResourceReference provides all the values necessary to reference another
57
+
k8s resource for finding the identifier(Id/ARN/Name)
49
58
properties:
50
59
name:
51
60
type: string
@@ -71,8 +80,9 @@ spec:
71
80
identityValidationExpression:
72
81
type: string
73
82
jwtConfiguration:
74
-
description: Represents the configuration of a JWT authorizer. Required
75
-
for the JWT authorizer type. Supported only for HTTP APIs.
83
+
description: |-
84
+
Represents the configuration of a JWT authorizer. Required for the JWT authorizer
85
+
type. Supported only for HTTP APIs.
76
86
properties:
77
87
audience:
78
88
items:
@@ -94,24 +104,26 @@ spec:
94
104
description: AuthorizerStatus defines the observed state of Authorizer
95
105
properties:
96
106
ackResourceMetadata:
97
-
description: All CRs managed by ACK have a common `Status.ACKResourceMetadata`
98
-
member that is used to contain resource sync state, account ownership,
107
+
description: |-
108
+
All CRs managed by ACK have a common `Status.ACKResourceMetadata` member
109
+
that is used to contain resource sync state, account ownership,
99
110
constructed ARN for the resource
100
111
properties:
101
112
arn:
102
-
description: 'ARN is the Amazon Resource Name for the resource.
103
-
This is a globally-unique identifier and is set only by the
104
-
ACK service controller once the controller has orchestrated
105
-
the creation of the resource OR when it has verified that an
106
-
"adopted" resource (a resource where the ARN annotation was
107
-
set by the Kubernetes user on the CR) exists and matches the
108
-
supplied CR''s Spec field values. TODO(vijat@): Find a better
109
-
strategy for resources that do not have ARN in CreateOutputResponse
0 commit comments