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
10 changes: 1 addition & 9 deletions api/v1alpha1/httpbootconfig_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,8 @@ import (

// HTTPBootConfigSpec defines the desired state of HTTPBootConfig
type HTTPBootConfigSpec struct {
SystemUUID string `json:"systemUUID,omitempty"`
SystemIPs []string `json:"systemIP,omitempty"` // TODO: Add the custom serialization. For now validate at the controller.

KernelURL string `json:"kernelURL,omitempty"`
InitrdURL string `json:"initrdURL,omitempty"`
SquashfsURL string `json:"squashfsURL,omitempty"`

SystemUUID string `json:"systemUUID,omitempty"`
IgnitionSecretRef *corev1.LocalObjectReference `json:"ignitionSecretRef,omitempty"`

CmdLine string `json:"cmdLine,omitempty"`
}

// HTTPBootConfigStatus defines the observed state of HTTPBootConfig
Expand Down
7 changes: 6 additions & 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.

12 changes: 0 additions & 12 deletions config/crd/bases/boot.ironcore.dev_httpbootconfigs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ spec:
spec:
description: HTTPBootConfigSpec defines the desired state of HTTPBootConfig
properties:
cmdLine:
type: string
ignitionSecretRef:
description: |-
LocalObjectReference contains enough information to let you locate the
Expand All @@ -54,16 +52,6 @@ spec:
type: string
type: object
x-kubernetes-map-type: atomic
initrdURL:
type: string
kernelURL:
type: string
squashfsURL:
type: string
systemIP:
items:
type: string
type: array
systemUUID:
type: string
type: object
Expand Down