Skip to content

Commit 09c4be9

Browse files
authored
[create-pull-request] automated change
1 parent 75aeb0c commit 09c4be9

22 files changed

+936
-777
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.8
5+
appVersion: 1.0.8
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

+63-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.16.2
87
name: acls.memorydb.services.k8s.aws
98
spec:
109
group: memorydb.services.k8s.aws
@@ -21,36 +20,43 @@ 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+
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.
4046
properties:
4147
name:
4248
description: The name of the Access Control List.
4349
type: string
4450
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.
4854
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
5460
information, see Tagging your MemoryDB resources (https://docs.aws.amazon.com/MemoryDB/latest/devguide/tagging-resources.html)
5561
properties:
5662
key:
@@ -67,16 +73,19 @@ spec:
6773
userRefs:
6874
items:
6975
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"
7379
properties:
7480
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)
7784
properties:
7885
name:
7986
type: string
87+
namespace:
88+
type: string
8089
type: object
8190
type: object
8291
type: array
@@ -87,24 +96,25 @@ spec:
8796
description: ACLStatus defines the observed state of ACL
8897
properties:
8998
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,
92102
constructed ARN for the resource
93103
properties:
94104
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'
105+
description: |-
106+
ARN is the Amazon Resource Name for the resource. This is a
107+
globally-unique identifier and is set only by the ACK service controller
108+
once the controller has orchestrated the creation of the resource OR
109+
when it has verified that an "adopted" resource (a resource where the
110+
ARN annotation was set by the Kubernetes user on the CR) exists and
111+
matches the supplied CR's Spec field values.
112+
https://github.com/aws/aws-controllers-k8s/issues/270
104113
type: string
105114
ownerAccountID:
106-
description: OwnerAccountID is the AWS Account ID of the account
107-
that owns the backend AWS service API resource.
115+
description: |-
116+
OwnerAccountID is the AWS Account ID of the account that owns the
117+
backend AWS service API resource.
108118
type: string
109119
region:
110120
description: Region is the AWS region in which the resource exists
@@ -120,14 +130,16 @@ spec:
120130
type: string
121131
type: array
122132
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
133+
description: |-
134+
All CRS managed by ACK have a common `Status.Conditions` member that
135+
contains a collection of `ackv1alpha1.Condition` objects that describe
136+
the various terminal states of the CR and its backend AWS service API
137+
resource
127138
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
139+
description: |-
140+
Condition is the common struct used by all CRDs managed by ACK service
141+
controllers to indicate terminal states of the CR and its backend AWS
142+
service API resource
131143
properties:
132144
lastTransitionTime:
133145
description: Last time the condition transitioned from one status
@@ -153,12 +165,13 @@ spec:
153165
type: object
154166
type: array
155167
events:
156-
description: A list of events. Each element in the list contains detailed
157-
information about one event.
168+
description: |-
169+
A list of events. Each element in the list contains detailed information
170+
about one event.
158171
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.
172+
description: |-
173+
Represents a single occurrence of something interesting within the system.
174+
Some examples of events are creating a cluster or adding or removing a node.
162175
properties:
163176
date:
164177
format: date-time

0 commit comments

Comments
 (0)