Skip to content

Commit

Permalink
[create-pull-request] automated change
Browse files Browse the repository at this point in the history
  • Loading branch information
rudimk authored Nov 24, 2024
1 parent a2b102d commit 1ebde96
Show file tree
Hide file tree
Showing 18 changed files with 620 additions and 421 deletions.
4 changes: 2 additions & 2 deletions addons/cloudtrail-chart/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v1
name: cloudtrail-chart
description: A Helm chart for the ACK service controller for AWS CloudTrail (CloudTrail)
version: 1.0.6
appVersion: 1.0.6
version: 1.0.15
appVersion: 1.0.15
home: https://github.com/aws-controllers-k8s/cloudtrail-controller
icon: https://raw.githubusercontent.com/aws/eks-charts/master/docs/logo/aws.png
sources:
Expand Down
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.16.2
name: eventdatastores.cloudtrail.services.k8s.aws
spec:
group: cloudtrail.services.k8s.aws
Expand All @@ -21,41 +20,59 @@ spec:
description: EventDataStore is the Schema for the EventDataStores 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: "EventDataStoreSpec defines the desired state of EventDataStore.
\n A storage lake of event data against which you can run complex SQL-based
queries. An event data store can include events that you have logged
on your account from the last 90 to 2555 days (about three months to
up to seven years). To select events for an event data store, use advanced
event selectors (https://docs.aws.amazon.com/awscloudtrail/latest/userguide/logging-data-events-with-cloudtrail.html#creating-data-event-selectors-advanced)."
description: |-
EventDataStoreSpec defines the desired state of EventDataStore.
A storage lake of event data against which you can run complex SQL-based
queries. An event data store can include events that you have logged on your
account from the last 90 to 2555 days (about three months to up to seven
years). To select events for an event data store, use advanced event selectors
(https://docs.aws.amazon.com/awscloudtrail/latest/userguide/logging-data-events-with-cloudtrail.html#creating-data-event-selectors-advanced).
properties:
advancedEventSelectors:
description: The advanced event selectors to use to select the events
for the data store. For more information about how to use advanced
event selectors, see Log events by using advanced event selectors
(https://docs.aws.amazon.com/awscloudtrail/latest/userguide/logging-data-events-with-cloudtrail.html#creating-data-event-selectors-advanced)
description: |-
The advanced event selectors to use to select the events for the data store.
For more information about how to use advanced event selectors, see Log events
by using advanced event selectors (https://docs.aws.amazon.com/awscloudtrail/latest/userguide/logging-data-events-with-cloudtrail.html#creating-data-event-selectors-advanced)
in the CloudTrail User Guide.
items:
description: "Advanced event selectors let you create fine-grained
selectors for the following CloudTrail event record fields. They
help you control costs by logging only those events that are important
to you. For more information about advanced event selectors, see
Logging data events for trails (https://docs.aws.amazon.com/awscloudtrail/latest/userguide/logging-data-events-with-cloudtrail.html)
in the CloudTrail User Guide. \n - readOnly \n - eventSource \n
- eventName \n - eventCategory \n - resources.type \n - resources.ARN
\n You cannot apply both event selectors and advanced event selectors
to a trail."
description: |-
Advanced event selectors let you create fine-grained selectors for the following
CloudTrail event record fields. They help you control costs by logging only
those events that are important to you. For more information about advanced
event selectors, see Logging data events for trails (https://docs.aws.amazon.com/awscloudtrail/latest/userguide/logging-data-events-with-cloudtrail.html)
in the CloudTrail User Guide.
- readOnly
- eventSource
- eventName
- eventCategory
- resources.type
- resources.ARN
You cannot apply both event selectors and advanced event selectors to a trail.
properties:
fieldSelectors:
items:
Expand Down Expand Up @@ -95,21 +112,22 @@ spec:
type: object
type: array
multiRegionEnabled:
description: Specifies whether the event data store includes events
from all regions, or only from the region in which the event data
store is created.
description: |-
Specifies whether the event data store includes events from all regions,
or only from the region in which the event data store is created.
type: boolean
name:
description: The name of the event data store.
type: string
organizationEnabled:
description: Specifies whether an event data store collects events
logged for an organization in Organizations.
description: |-
Specifies whether an event data store collects events logged for an organization
in Organizations.
type: boolean
retentionPeriod:
description: The retention period of the event data store, in days.
You can set a retention period of up to 2555 days, the equivalent
of seven years.
description: |-
The retention period of the event data store, in days. You can set a retention
period of up to 2555 days, the equivalent of seven years.
format: int64
type: integer
tags:
Expand All @@ -124,10 +142,10 @@ spec:
type: object
type: array
terminationProtectionEnabled:
description: Specifies whether termination protection is enabled for
the event data store. If termination protection is enabled, you
cannot delete the event data store until termination protection
is disabled.
description: |-
Specifies whether termination protection is enabled for the event data store.
If termination protection is enabled, you cannot delete the event data store
until termination protection is disabled.
type: boolean
required:
- name
Expand All @@ -136,24 +154,25 @@ spec:
description: EventDataStoreStatus defines the observed state of EventDataStore
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.
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 @@ -164,14 +183,16 @@ spec:
- region
type: object
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 Down Expand Up @@ -205,9 +226,10 @@ spec:
description: The status of event data store creation.
type: string
updatedTimestamp:
description: The timestamp that shows when an event data store was
updated, if applicable. UpdatedTimestamp is always either the same
or newer than the time shown in CreatedTimestamp.
description: |-
The timestamp that shows when an event data store was updated, if applicable.
UpdatedTimestamp is always either the same or newer than the time shown in
CreatedTimestamp.
format: date-time
type: string
type: object
Expand Down
Loading

0 comments on commit 1ebde96

Please sign in to comment.