Skip to content

Commit

Permalink
[create-pull-request] automated change
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanmcshane authored Aug 2, 2024
1 parent 8004b7e commit 5d56dc8
Show file tree
Hide file tree
Showing 23 changed files with 1,047 additions and 778 deletions.
4 changes: 2 additions & 2 deletions addons/memorydb-chart/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v1
name: memorydb-chart
description: A Helm chart for the ACK service controller for Amazon MemoryDB for Redis (MemoryDB)
version: 1.0.2
appVersion: 1.0.2
version: 1.0.3
appVersion: 1.0.3
home: https://github.com/aws-controllers-k8s/memorydb-controller
icon: https://raw.githubusercontent.com/aws/eks-charts/master/docs/logo/aws.png
sources:
Expand Down
113 changes: 63 additions & 50 deletions addons/memorydb-chart/crds/memorydb.services.k8s.aws_acls.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.9.2
creationTimestamp: null
controller-gen.kubebuilder.io/version: v0.14.0
name: acls.memorydb.services.k8s.aws
spec:
group: memorydb.services.k8s.aws
Expand All @@ -21,36 +20,44 @@ spec:
description: ACL is the Schema for the ACLS API
properties:
apiVersion:
description: 'APIVersion defines the versioned schema of this representation
of an object. Servers should convert recognized schemas to the latest
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
description: |-
APIVersion defines the versioned schema of this representation of an object.
Servers should convert recognized schemas to the latest internal value, and
may reject unrecognized values.
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
type: string
kind:
description: 'Kind is a string value representing the REST resource this
object represents. Servers may infer this from the endpoint the client
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
description: |-
Kind is a string value representing the REST resource this object represents.
Servers may infer this from the endpoint the client submits requests to.
Cannot be updated.
In CamelCase.
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
type: string
metadata:
type: object
spec:
description: "ACLSpec defines the desired state of ACL. \n An Access Control
List. You can authenticate users with Access Contol Lists. ACLs enable
you to control cluster access by grouping users. These Access control
lists are designed as a way to organize access to clusters."
description: |-
ACLSpec defines the desired state of ACL.
An Access Control List. You can authenticate users with Access Contol Lists.
ACLs enable you to control cluster access by grouping users. These Access
control lists are designed as a way to organize access to clusters.
properties:
name:
description: The name of the Access Control List.
type: string
tags:
description: A list of tags to be added to this resource. A tag is
a key-value pair. A tag key must be accompanied by a tag value,
although null is accepted.
description: |-
A list of tags to be added to this resource. A tag is a key-value pair. A
tag key must be accompanied by a tag value, although null is accepted.
items:
description: A tag that can be added to an MemoryDB resource. Tags
are composed of a Key/Value pair. You can use tags to categorize
and track all your MemoryDB resources. When you add or remove
tags on clusters, those actions will be replicated to all nodes
in the cluster. A tag with a null Value is permitted. For more
description: |-
A tag that can be added to an MemoryDB resource. Tags are composed of a Key/Value
pair. You can use tags to categorize and track all your MemoryDB resources.
When you add or remove tags on clusters, those actions will be replicated
to all nodes in the cluster. A tag with a null Value is permitted. For more
information, see Tagging your MemoryDB resources (https://docs.aws.amazon.com/MemoryDB/latest/devguide/tagging-resources.html)
properties:
key:
Expand All @@ -67,13 +74,14 @@ spec:
userRefs:
items:
description: "AWSResourceReferenceWrapper provides a wrapper around
*AWSResourceReference type to provide more user friendly syntax
for references using 'from' field Ex: APIIDRef: \n from: name:
my-api"
*AWSResourceReference\ntype to provide more user friendly syntax
for references using 'from' field\nEx:\nAPIIDRef:\n\n\n\tfrom:\n\t
\ name: my-api"
properties:
from:
description: AWSResourceReference provides all the values necessary
to reference another k8s resource for finding the identifier(Id/ARN/Name)
description: |-
AWSResourceReference provides all the values necessary to reference another
k8s resource for finding the identifier(Id/ARN/Name)
properties:
name:
type: string
Expand All @@ -87,24 +95,26 @@ spec:
description: ACLStatus defines the observed state of ACL
properties:
ackResourceMetadata:
description: All CRs managed by ACK have a common `Status.ACKResourceMetadata`
member that is used to contain resource sync state, account ownership,
description: |-
All CRs managed by ACK have a common `Status.ACKResourceMetadata` member
that is used to contain resource sync state, account ownership,
constructed ARN for the resource
properties:
arn:
description: 'ARN is the Amazon Resource Name for the resource.
This is a globally-unique identifier and is set only by the
ACK service controller once the controller has orchestrated
the creation of the resource OR when it has verified that an
"adopted" resource (a resource where the ARN annotation was
set by the Kubernetes user on the CR) exists and matches the
supplied CR''s Spec field values. TODO(vijat@): Find a better
strategy for resources that do not have ARN in CreateOutputResponse
https://github.com/aws/aws-controllers-k8s/issues/270'
description: |-
ARN is the Amazon Resource Name for the resource. This is a
globally-unique identifier and is set only by the ACK service controller
once the controller has orchestrated the creation of the resource OR
when it has verified that an "adopted" resource (a resource where the
ARN annotation was set by the Kubernetes user on the CR) exists and
matches the supplied CR's Spec field values.
TODO(vijat@): Find a better strategy for resources that do not have ARN in CreateOutputResponse
https://github.com/aws/aws-controllers-k8s/issues/270
type: string
ownerAccountID:
description: OwnerAccountID is the AWS Account ID of the account
that owns the backend AWS service API resource.
description: |-
OwnerAccountID is the AWS Account ID of the account that owns the
backend AWS service API resource.
type: string
region:
description: Region is the AWS region in which the resource exists
Expand All @@ -120,14 +130,16 @@ spec:
type: string
type: array
conditions:
description: All CRS managed by ACK have a common `Status.Conditions`
member that contains a collection of `ackv1alpha1.Condition` objects
that describe the various terminal states of the CR and its backend
AWS service API resource
description: |-
All CRS managed by ACK have a common `Status.Conditions` member that
contains a collection of `ackv1alpha1.Condition` objects that describe
the various terminal states of the CR and its backend AWS service API
resource
items:
description: Condition is the common struct used by all CRDs managed
by ACK service controllers to indicate terminal states of the
CR and its backend AWS service API resource
description: |-
Condition is the common struct used by all CRDs managed by ACK service
controllers to indicate terminal states of the CR and its backend AWS
service API resource
properties:
lastTransitionTime:
description: Last time the condition transitioned from one status
Expand All @@ -153,12 +165,13 @@ spec:
type: object
type: array
events:
description: A list of events. Each element in the list contains detailed
information about one event.
description: |-
A list of events. Each element in the list contains detailed information
about one event.
items:
description: Represents a single occurrence of something interesting
within the system. Some examples of events are creating a cluster
or adding or removing a node.
description: |-
Represents a single occurrence of something interesting within the system.
Some examples of events are creating a cluster or adding or removing a node.
properties:
date:
format: date-time
Expand Down
Loading

0 comments on commit 5d56dc8

Please sign in to comment.