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: "ACLSpec defines the desired state of ACL. \n An Access Control
37
-
List. You can authenticate users with Access Contol Lists. ACLs enable
38
-
you to control cluster access by grouping users. These Access control
39
-
lists are designed as a way to organize access to clusters."
40
+
description: |-
41
+
ACLSpec defines the desired state of ACL.
42
+
43
+
44
+
An Access Control List. You can authenticate users with Access Contol Lists.
45
+
ACLs enable you to control cluster access by grouping users. These Access
46
+
control lists are designed as a way to organize access to clusters.
40
47
properties:
41
48
name:
42
49
description: The name of the Access Control List.
43
50
type: string
44
51
tags:
45
-
description: A list of tags to be added to this resource. A tag is
46
-
a key-value pair. A tag key must be accompanied by a tag value,
47
-
although null is accepted.
52
+
description: |-
53
+
A list of tags to be added to this resource. A tag is a key-value pair. A
54
+
tag key must be accompanied by a tag value, although null is accepted.
48
55
items:
49
-
description: A tag that can be added to an MemoryDB resource. Tags
50
-
are composed of a Key/Value pair. You can use tags to categorize
51
-
and track all your MemoryDB resources. When you add or remove
52
-
tags on clusters, those actions will be replicated to all nodes
53
-
in the cluster. A tag with a null Value is permitted. For more
56
+
description: |-
57
+
A tag that can be added to an MemoryDB resource. Tags are composed of a Key/Value
58
+
pair. You can use tags to categorize and track all your MemoryDB resources.
59
+
When you add or remove tags on clusters, those actions will be replicated
60
+
to all nodes in the cluster. A tag with a null Value is permitted. For more
54
61
information, see Tagging your MemoryDB resources (https://docs.aws.amazon.com/MemoryDB/latest/devguide/tagging-resources.html)
55
62
properties:
56
63
key:
@@ -67,16 +74,19 @@ spec:
67
74
userRefs:
68
75
items:
69
76
description: "AWSResourceReferenceWrapper provides a wrapper around
70
-
*AWSResourceReference type to provide more user friendly syntax
71
-
for references using 'from' field Ex: APIIDRef: \n from: name:
72
-
my-api"
77
+
*AWSResourceReference\ntype to provide more user friendly syntax
78
+
for references using 'from' field\nEx:\nAPIIDRef:\n\n\n\tfrom:\n\t
79
+
\ name: my-api"
73
80
properties:
74
81
from:
75
-
description: AWSResourceReference provides all the values necessary
76
-
to reference another k8s resource for finding the identifier(Id/ARN/Name)
82
+
description: |-
83
+
AWSResourceReference provides all the values necessary to reference another
84
+
k8s resource for finding the identifier(Id/ARN/Name)
77
85
properties:
78
86
name:
79
87
type: string
88
+
namespace:
89
+
type: string
80
90
type: object
81
91
type: object
82
92
type: array
@@ -87,24 +97,26 @@ spec:
87
97
description: ACLStatus defines the observed state of ACL
88
98
properties:
89
99
ackResourceMetadata:
90
-
description: All CRs managed by ACK have a common `Status.ACKResourceMetadata`
91
-
member that is used to contain resource sync state, account ownership,
100
+
description: |-
101
+
All CRs managed by ACK have a common `Status.ACKResourceMetadata` member
102
+
that is used to contain resource sync state, account ownership,
92
103
constructed ARN for the resource
93
104
properties:
94
105
arn:
95
-
description: 'ARN is the Amazon Resource Name for the resource.
96
-
This is a globally-unique identifier and is set only by the
97
-
ACK service controller once the controller has orchestrated
98
-
the creation of the resource OR when it has verified that an
99
-
"adopted" resource (a resource where the ARN annotation was
100
-
set by the Kubernetes user on the CR) exists and matches the
101
-
supplied CR''s Spec field values. TODO(vijat@): Find a better
102
-
strategy for resources that do not have ARN in CreateOutputResponse
0 commit comments