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
+
An Access Control List. You can authenticate users with Access Contol Lists.
44
+
ACLs enable you to control cluster access by grouping users. These Access
45
+
control lists are designed as a way to organize access to clusters.
40
46
properties:
41
47
name:
42
48
description: The name of the Access Control List.
43
49
type: string
44
50
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.
51
+
description: |-
52
+
A list of tags to be added to this resource. A tag is a key-value pair. A
53
+
tag key must be accompanied by a tag value, although null is accepted.
48
54
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
55
+
description: |-
56
+
A tag that can be added to an MemoryDB resource. Tags are composed of a Key/Value
57
+
pair. You can use tags to categorize and track all your MemoryDB resources.
58
+
When you add or remove tags on clusters, those actions will be replicated
59
+
to all nodes in the cluster. A tag with a null Value is permitted. For more
54
60
information, see Tagging your MemoryDB resources (https://docs.aws.amazon.com/MemoryDB/latest/devguide/tagging-resources.html)
55
61
properties:
56
62
key:
@@ -67,16 +73,19 @@ spec:
67
73
userRefs:
68
74
items:
69
75
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"
76
+
*AWSResourceReference\ntype to provide more user friendly syntax
77
+
for references using 'from' field\nEx:\nAPIIDRef:\n\n\tfrom:\n\t
78
+
\ name: my-api"
73
79
properties:
74
80
from:
75
-
description: AWSResourceReference provides all the values necessary
76
-
to reference another k8s resource for finding the identifier(Id/ARN/Name)
81
+
description: |-
82
+
AWSResourceReference provides all the values necessary to reference another
83
+
k8s resource for finding the identifier(Id/ARN/Name)
77
84
properties:
78
85
name:
79
86
type: string
87
+
namespace:
88
+
type: string
80
89
type: object
81
90
type: object
82
91
type: array
@@ -87,24 +96,25 @@ spec:
87
96
description: ACLStatus defines the observed state of ACL
88
97
properties:
89
98
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,
99
+
description: |-
100
+
All CRs managed by ACK have a common `Status.ACKResourceMetadata` member
101
+
that is used to contain resource sync state, account ownership,
92
102
constructed ARN for the resource
93
103
properties:
94
104
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