Skip to content

Commit

Permalink
Update generated files
Browse files Browse the repository at this point in the history
  • Loading branch information
ahreehong committed Jun 11, 2024
1 parent 70f53c4 commit 7aef88d
Show file tree
Hide file tree
Showing 5 changed files with 293 additions and 17 deletions.
92 changes: 92 additions & 0 deletions config/crd/bases/anywhere.eks.amazonaws.com_bundles.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2696,8 +2696,68 @@ spec:
description: The image repository, name, and tag
type: string
type: object
stack:
properties:
arch:
description: Architectures of the asset
items:
type: string
type: array
description:
type: string
imageDigest:
description: The SHA256 digest of the image manifest
type: string
name:
description: The asset name
type: string
os:
description: Operating system of the asset
enum:
- linux
- darwin
- windows
type: string
osName:
description: Name of the OS like ubuntu, bottlerocket
type: string
uri:
description: The image repository, name, and tag
type: string
type: object
tink:
properties:
nginx:
properties:
arch:
description: Architectures of the asset
items:
type: string
type: array
description:
type: string
imageDigest:
description: The SHA256 digest of the image
manifest
type: string
name:
description: The asset name
type: string
os:
description: Operating system of the asset
enum:
- linux
- darwin
- windows
type: string
osName:
description: Name of the OS like ubuntu, bottlerocket
type: string
uri:
description: The image repository, name, and
tag
type: string
type: object
tinkController:
properties:
arch:
Expand Down Expand Up @@ -2792,6 +2852,7 @@ spec:
type: string
type: object
required:
- nginx
- tinkController
- tinkServer
- tinkWorker
Expand Down Expand Up @@ -2825,14 +2886,45 @@ spec:
description: The image repository, name, and tag
type: string
type: object
tinkerbellCrds:
properties:
arch:
description: Architectures of the asset
items:
type: string
type: array
description:
type: string
imageDigest:
description: The SHA256 digest of the image manifest
type: string
name:
description: The asset name
type: string
os:
description: Operating system of the asset
enum:
- linux
- darwin
- windows
type: string
osName:
description: Name of the OS like ubuntu, bottlerocket
type: string
uri:
description: The image repository, name, and tag
type: string
type: object
required:
- actions
- boots
- hegel
- hook
- rufio
- stack
- tink
- tinkerbellChart
- tinkerbellCrds
type: object
version:
type: string
Expand Down
92 changes: 92 additions & 0 deletions config/manifest/eksa-components.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2864,8 +2864,68 @@ spec:
description: The image repository, name, and tag
type: string
type: object
stack:
properties:
arch:
description: Architectures of the asset
items:
type: string
type: array
description:
type: string
imageDigest:
description: The SHA256 digest of the image manifest
type: string
name:
description: The asset name
type: string
os:
description: Operating system of the asset
enum:
- linux
- darwin
- windows
type: string
osName:
description: Name of the OS like ubuntu, bottlerocket
type: string
uri:
description: The image repository, name, and tag
type: string
type: object
tink:
properties:
nginx:
properties:
arch:
description: Architectures of the asset
items:
type: string
type: array
description:
type: string
imageDigest:
description: The SHA256 digest of the image
manifest
type: string
name:
description: The asset name
type: string
os:
description: Operating system of the asset
enum:
- linux
- darwin
- windows
type: string
osName:
description: Name of the OS like ubuntu, bottlerocket
type: string
uri:
description: The image repository, name, and
tag
type: string
type: object
tinkController:
properties:
arch:
Expand Down Expand Up @@ -2960,6 +3020,7 @@ spec:
type: string
type: object
required:
- nginx
- tinkController
- tinkServer
- tinkWorker
Expand Down Expand Up @@ -2993,14 +3054,45 @@ spec:
description: The image repository, name, and tag
type: string
type: object
tinkerbellCrds:
properties:
arch:
description: Architectures of the asset
items:
type: string
type: array
description:
type: string
imageDigest:
description: The SHA256 digest of the image manifest
type: string
name:
description: The asset name
type: string
os:
description: Operating system of the asset
enum:
- linux
- darwin
- windows
type: string
osName:
description: Name of the OS like ubuntu, bottlerocket
type: string
uri:
description: The image repository, name, and tag
type: string
type: object
required:
- actions
- boots
- hegel
- hook
- rufio
- stack
- tink
- tinkerbellChart
- tinkerbellCrds
type: object
version:
type: string
Expand Down
31 changes: 14 additions & 17 deletions internal/thirdparty/capc/api/v1beta3/zz_generated.deepcopy.go

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

3 changes: 3 additions & 0 deletions release/api/v1alpha1/zz_generated.deepcopy.go

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

Loading

0 comments on commit 7aef88d

Please sign in to comment.