Skip to content

Commit

Permalink
Run "make generate"
Browse files Browse the repository at this point in the history
Signed-off-by: Alper Rifat Ulucinar <[email protected]>
  • Loading branch information
ulucinar committed May 30, 2024
1 parent 12854c0 commit 37bee7e
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 33 deletions.
12 changes: 6 additions & 6 deletions apis/s3/v1beta2/zz_bucketlifecycleconfiguration_types.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

42 changes: 15 additions & 27 deletions package/crds/s3.aws.upbound.io_bucketlifecycleconfigurations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1278,11 +1278,8 @@ spec:
the rule applies.
type: number
prefix:
description: DEPRECATED Use filter instead. This
has been deprecated by Amazon S3. Prefix identifying
one or more objects to which the rule applies.
Defaults to an empty string ("") if filter is
not specified.
description: Prefix identifying one or more objects
to which the rule applies.
type: string
tags:
additionalProperties:
Expand All @@ -1302,10 +1299,9 @@ spec:
the rule applies.
type: string
prefix:
description: DEPRECATED Use filter instead. This has
been deprecated by Amazon S3. Prefix identifying one
or more objects to which the rule applies. Defaults
to an empty string ("") if filter is not specified.
description: Prefix identifying one or more objects
to which the rule applies. Defaults to an empty string
("") if not specified.
type: string
tag:
description: Configuration block for specifying a tag
Expand Down Expand Up @@ -1556,11 +1552,8 @@ spec:
the rule applies.
type: number
prefix:
description: DEPRECATED Use filter instead. This
has been deprecated by Amazon S3. Prefix identifying
one or more objects to which the rule applies.
Defaults to an empty string ("") if filter is
not specified.
description: Prefix identifying one or more objects
to which the rule applies.
type: string
tags:
additionalProperties:
Expand All @@ -1580,10 +1573,9 @@ spec:
the rule applies.
type: string
prefix:
description: DEPRECATED Use filter instead. This has
been deprecated by Amazon S3. Prefix identifying one
or more objects to which the rule applies. Defaults
to an empty string ("") if filter is not specified.
description: Prefix identifying one or more objects
to which the rule applies. Defaults to an empty string
("") if not specified.
type: string
tag:
description: Configuration block for specifying a tag
Expand Down Expand Up @@ -1926,11 +1918,8 @@ spec:
the rule applies.
type: number
prefix:
description: DEPRECATED Use filter instead. This
has been deprecated by Amazon S3. Prefix identifying
one or more objects to which the rule applies.
Defaults to an empty string ("") if filter is
not specified.
description: Prefix identifying one or more objects
to which the rule applies.
type: string
tags:
additionalProperties:
Expand All @@ -1950,10 +1939,9 @@ spec:
the rule applies.
type: string
prefix:
description: DEPRECATED Use filter instead. This has
been deprecated by Amazon S3. Prefix identifying one
or more objects to which the rule applies. Defaults
to an empty string ("") if filter is not specified.
description: Prefix identifying one or more objects
to which the rule applies. Defaults to an empty string
("") if not specified.
type: string
tag:
description: Configuration block for specifying a tag
Expand Down

0 comments on commit 37bee7e

Please sign in to comment.