Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion api/v1alpha1/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
// SPDX-License-Identifier: Apache-2.0

// Package v1alpha1 contains API Schema definitions for the settings.gardener.cloud API group
// +groupName=metal.ironcore.dev
// +groupName=boot.ironcore.dev
// +kubebuilder:object:generate=true
package v1alpha1
2 changes: 1 addition & 1 deletion api/v1alpha1/zz_generated.deepcopy.go

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

9 changes: 6 additions & 3 deletions config/crd/bases/boot.ironcore.dev_httpbootconfigs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,8 @@ spec:
description: HTTPBootConfigSpec defines the desired state of HTTPBootConfig
properties:
ignitionSecretRef:
description: |-
LocalObjectReference contains enough information to let you locate the
referenced object inside the same namespace.
description: IgnitionSecretRef is a reference to the secret containing
Ignition configuration.
properties:
name:
default: ""
Expand All @@ -63,12 +62,16 @@ spec:
type: object
x-kubernetes-map-type: atomic
systemIPs:
description: SystemIPs is a list of IP addresses assigned to the server.
items:
type: string
type: array
systemUUID:
description: SystemUUID is the unique identifier (UUID) of the server.
type: string
ukiURL:
description: UKIURL is the URL where the UKI (Unified Kernel Image)
is hosted.
type: string
type: object
status:
Expand Down
23 changes: 15 additions & 8 deletions config/crd/bases/boot.ironcore.dev_ipxebootconfigs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,8 @@ spec:
description: IPXEBootConfigSpec defines the desired state of IPXEBootConfig
properties:
ignitionSecretRef:
description: |-
LocalObjectReference contains enough information to let you locate the
referenced object inside the same namespace.
description: IgnitionSecretRef is a reference to the secret containing
the Ignition configuration.
properties:
name:
default: ""
Expand All @@ -63,13 +62,16 @@ spec:
type: object
x-kubernetes-map-type: atomic
image:
description: Image is deprecated and will be removed.
type: string
initrdURL:
description: InitrdURL is the URL where the Initrd (initial RAM disk)
of the OS is hosted, eg. the URL to the Initrd layer of the OS OCI
image.
type: string
ipxeScriptSecretRef:
description: |-
LocalObjectReference contains enough information to let you locate the
referenced object inside the same namespace.
description: IPXEScriptSecretRef is a reference to the secret containing
the custom IPXE script.
properties:
name:
default: ""
Expand All @@ -83,18 +85,23 @@ spec:
type: object
x-kubernetes-map-type: atomic
ipxeServerURL:
description: IPXEServerURL is deprecated and will be removed.
type: string
kernelURL:
description: KernelURL is the URL where the kernel of the OS is hosted,
eg. the URL to the Kernel layer of the OS OCI image.
type: string
squashfsURL:
description: SquashfsURL is the URL where the Squashfs of the OS is
hosted, eg. the URL to the Squashfs layer of the OS OCI image.
type: string
systemIPs:
description: SystemIPs is a list of IP addresses assigned to the server.
items:
type: string
type: array
systemUUID:
description: 'Important: Run "make" to regenerate code after modifying
this file'
description: SystemUUID is the unique identifier (UUID) of the server.
type: string
type: object
status:
Expand Down
87 changes: 0 additions & 87 deletions config/crd/bases/metal.ironcore.dev_httpbootconfigs.yaml

This file was deleted.

119 changes: 0 additions & 119 deletions config/crd/bases/metal.ironcore.dev_ipxebootconfigs.yaml

This file was deleted.

Loading