Skip to content

Commit 41ec7b1

Browse files
authored
[create-pull-request] automated change
1 parent 1345be6 commit 41ec7b1

23 files changed

+1098
-778
lines changed

Diff for: addons/memorydb-chart/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v1
22
name: memorydb-chart
33
description: A Helm chart for the ACK service controller for Amazon MemoryDB for Redis (MemoryDB)
4-
version: 1.0.2
5-
appVersion: 1.0.2
4+
version: 1.0.4
5+
appVersion: 1.0.4
66
home: https://github.com/aws-controllers-k8s/memorydb-controller
77
icon: https://raw.githubusercontent.com/aws/eks-charts/master/docs/logo/aws.png
88
sources:

Diff for: addons/memorydb-chart/crds/memorydb.services.k8s.aws_acls.yaml

+65-50
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
33
kind: CustomResourceDefinition
44
metadata:
55
annotations:
6-
controller-gen.kubebuilder.io/version: v0.9.2
7-
creationTimestamp: null
6+
controller-gen.kubebuilder.io/version: v0.14.0
87
name: acls.memorydb.services.k8s.aws
98
spec:
109
group: memorydb.services.k8s.aws
@@ -21,36 +20,44 @@ spec:
2120
description: ACL is the Schema for the ACLS API
2221
properties:
2322
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
2728
type: string
2829
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
3236
type: string
3337
metadata:
3438
type: object
3539
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.
4047
properties:
4148
name:
4249
description: The name of the Access Control List.
4350
type: string
4451
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.
4855
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
5461
information, see Tagging your MemoryDB resources (https://docs.aws.amazon.com/MemoryDB/latest/devguide/tagging-resources.html)
5562
properties:
5663
key:
@@ -67,16 +74,19 @@ spec:
6774
userRefs:
6875
items:
6976
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"
7380
properties:
7481
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)
7785
properties:
7886
name:
7987
type: string
88+
namespace:
89+
type: string
8090
type: object
8191
type: object
8292
type: array
@@ -87,24 +97,26 @@ spec:
8797
description: ACLStatus defines the observed state of ACL
8898
properties:
8999
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,
92103
constructed ARN for the resource
93104
properties:
94105
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
103-
https://github.com/aws/aws-controllers-k8s/issues/270'
106+
description: |-
107+
ARN is the Amazon Resource Name for the resource. This is a
108+
globally-unique identifier and is set only by the ACK service controller
109+
once the controller has orchestrated the creation of the resource OR
110+
when it has verified that an "adopted" resource (a resource where the
111+
ARN annotation was set by the Kubernetes user on the CR) exists and
112+
matches the supplied CR's Spec field values.
113+
TODO(vijat@): Find a better strategy for resources that do not have ARN in CreateOutputResponse
114+
https://github.com/aws/aws-controllers-k8s/issues/270
104115
type: string
105116
ownerAccountID:
106-
description: OwnerAccountID is the AWS Account ID of the account
107-
that owns the backend AWS service API resource.
117+
description: |-
118+
OwnerAccountID is the AWS Account ID of the account that owns the
119+
backend AWS service API resource.
108120
type: string
109121
region:
110122
description: Region is the AWS region in which the resource exists
@@ -120,14 +132,16 @@ spec:
120132
type: string
121133
type: array
122134
conditions:
123-
description: All CRS managed by ACK have a common `Status.Conditions`
124-
member that contains a collection of `ackv1alpha1.Condition` objects
125-
that describe the various terminal states of the CR and its backend
126-
AWS service API resource
135+
description: |-
136+
All CRS managed by ACK have a common `Status.Conditions` member that
137+
contains a collection of `ackv1alpha1.Condition` objects that describe
138+
the various terminal states of the CR and its backend AWS service API
139+
resource
127140
items:
128-
description: Condition is the common struct used by all CRDs managed
129-
by ACK service controllers to indicate terminal states of the
130-
CR and its backend AWS service API resource
141+
description: |-
142+
Condition is the common struct used by all CRDs managed by ACK service
143+
controllers to indicate terminal states of the CR and its backend AWS
144+
service API resource
131145
properties:
132146
lastTransitionTime:
133147
description: Last time the condition transitioned from one status
@@ -153,12 +167,13 @@ spec:
153167
type: object
154168
type: array
155169
events:
156-
description: A list of events. Each element in the list contains detailed
157-
information about one event.
170+
description: |-
171+
A list of events. Each element in the list contains detailed information
172+
about one event.
158173
items:
159-
description: Represents a single occurrence of something interesting
160-
within the system. Some examples of events are creating a cluster
161-
or adding or removing a node.
174+
description: |-
175+
Represents a single occurrence of something interesting within the system.
176+
Some examples of events are creating a cluster or adding or removing a node.
162177
properties:
163178
date:
164179
format: date-time

0 commit comments

Comments
 (0)