Skip to content

Commit 791fdaf

Browse files
authored
Fix Api group in documentation and regenerate CRDs (#129)
1 parent 70f10b3 commit 791fdaf

File tree

7 files changed

+49
-245
lines changed

7 files changed

+49
-245
lines changed

api/v1alpha1/doc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
// SPDX-License-Identifier: Apache-2.0
33

44
// Package v1alpha1 contains API Schema definitions for the settings.gardener.cloud API group
5-
// +groupName=metal.ironcore.dev
5+
// +groupName=boot.ironcore.dev
66
// +kubebuilder:object:generate=true
77
package v1alpha1

api/v1alpha1/zz_generated.deepcopy.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/crd/bases/boot.ironcore.dev_httpbootconfigs.yaml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,8 @@ spec:
4747
description: HTTPBootConfigSpec defines the desired state of HTTPBootConfig
4848
properties:
4949
ignitionSecretRef:
50-
description: |-
51-
LocalObjectReference contains enough information to let you locate the
52-
referenced object inside the same namespace.
50+
description: IgnitionSecretRef is a reference to the secret containing
51+
Ignition configuration.
5352
properties:
5453
name:
5554
default: ""
@@ -63,12 +62,16 @@ spec:
6362
type: object
6463
x-kubernetes-map-type: atomic
6564
systemIPs:
65+
description: SystemIPs is a list of IP addresses assigned to the server.
6666
items:
6767
type: string
6868
type: array
6969
systemUUID:
70+
description: SystemUUID is the unique identifier (UUID) of the server.
7071
type: string
7172
ukiURL:
73+
description: UKIURL is the URL where the UKI (Unified Kernel Image)
74+
is hosted.
7275
type: string
7376
type: object
7477
status:

config/crd/bases/boot.ironcore.dev_ipxebootconfigs.yaml

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,8 @@ spec:
4747
description: IPXEBootConfigSpec defines the desired state of IPXEBootConfig
4848
properties:
4949
ignitionSecretRef:
50-
description: |-
51-
LocalObjectReference contains enough information to let you locate the
52-
referenced object inside the same namespace.
50+
description: IgnitionSecretRef is a reference to the secret containing
51+
the Ignition configuration.
5352
properties:
5453
name:
5554
default: ""
@@ -63,13 +62,16 @@ spec:
6362
type: object
6463
x-kubernetes-map-type: atomic
6564
image:
65+
description: Image is deprecated and will be removed.
6666
type: string
6767
initrdURL:
68+
description: InitrdURL is the URL where the Initrd (initial RAM disk)
69+
of the OS is hosted, eg. the URL to the Initrd layer of the OS OCI
70+
image.
6871
type: string
6972
ipxeScriptSecretRef:
70-
description: |-
71-
LocalObjectReference contains enough information to let you locate the
72-
referenced object inside the same namespace.
73+
description: IPXEScriptSecretRef is a reference to the secret containing
74+
the custom IPXE script.
7375
properties:
7476
name:
7577
default: ""
@@ -83,18 +85,23 @@ spec:
8385
type: object
8486
x-kubernetes-map-type: atomic
8587
ipxeServerURL:
88+
description: IPXEServerURL is deprecated and will be removed.
8689
type: string
8790
kernelURL:
91+
description: KernelURL is the URL where the kernel of the OS is hosted,
92+
eg. the URL to the Kernel layer of the OS OCI image.
8893
type: string
8994
squashfsURL:
95+
description: SquashfsURL is the URL where the Squashfs of the OS is
96+
hosted, eg. the URL to the Squashfs layer of the OS OCI image.
9097
type: string
9198
systemIPs:
99+
description: SystemIPs is a list of IP addresses assigned to the server.
92100
items:
93101
type: string
94102
type: array
95103
systemUUID:
96-
description: 'Important: Run "make" to regenerate code after modifying
97-
this file'
104+
description: SystemUUID is the unique identifier (UUID) of the server.
98105
type: string
99106
type: object
100107
status:

config/crd/bases/metal.ironcore.dev_httpbootconfigs.yaml

Lines changed: 0 additions & 87 deletions
This file was deleted.

config/crd/bases/metal.ironcore.dev_ipxebootconfigs.yaml

Lines changed: 0 additions & 119 deletions
This file was deleted.

0 commit comments

Comments
 (0)