v1alpha1

package
v0.0.0-...-d604c36 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 27, 2024 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Overview

Package v1alpha1 contains API Schema definitions for the boot v1alpha1 API group +kubebuilder:object:generate=true +groupName=boot.ironcore.dev

Index

Constants

View Source
const DefaultIgnitionKey = "ignition"

Variables

View Source
var (
	// GroupVersion is group version used to register these objects
	GroupVersion = schema.GroupVersion{Group: "boot.ironcore.dev", Version: "v1alpha1"}

	// SchemeBuilder is used to add go types to the GroupVersionKind scheme
	SchemeBuilder = &scheme.Builder{GroupVersion: GroupVersion}

	// AddToScheme adds the types in this group-version to the given scheme.
	AddToScheme = SchemeBuilder.AddToScheme
)

Functions

This section is empty.

Types

type IPXEBootConfig

type IPXEBootConfig struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`

	Spec   IPXEBootConfigSpec   `json:"spec,omitempty"`
	Status IPXEBootConfigStatus `json:"status,omitempty"`
}

IPXEBootConfig is the Schema for the ipxebootconfigs API

func (*IPXEBootConfig) DeepCopy

func (in *IPXEBootConfig) DeepCopy() *IPXEBootConfig

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IPXEBootConfig.

func (*IPXEBootConfig) DeepCopyInto

func (in *IPXEBootConfig) DeepCopyInto(out *IPXEBootConfig)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*IPXEBootConfig) DeepCopyObject

func (in *IPXEBootConfig) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

type IPXEBootConfigList

type IPXEBootConfigList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty"`
	Items           []IPXEBootConfig `json:"items"`
}

IPXEBootConfigList contains a list of IPXEBootConfig

func (*IPXEBootConfigList) DeepCopy

func (in *IPXEBootConfigList) DeepCopy() *IPXEBootConfigList

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IPXEBootConfigList.

func (*IPXEBootConfigList) DeepCopyInto

func (in *IPXEBootConfigList) DeepCopyInto(out *IPXEBootConfigList)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*IPXEBootConfigList) DeepCopyObject

func (in *IPXEBootConfigList) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

type IPXEBootConfigSpec

type IPXEBootConfigSpec struct {
	// Important: Run "make" to regenerate code after modifying this file
	SystemUUID        string                       `json:"systemUUID,omitempty"`
	SystemIP          string                       `json:"systemIP,omitempty"` // TODO: Add the custom serialization. For now validate at the controller.
	Image             string                       `json:"image,omitempty"`
	KernelURL         string                       `json:"kernelURL,omitempty"`
	InitrdURL         string                       `json:"initrdURL,omitempty"`
	SquashfsURL       string                       `json:"squashfsURL,omitempty"`
	IgnitionSecretRef *corev1.LocalObjectReference `json:"ignitionSecretRef,omitempty"`
}

IPXEBootConfigSpec defines the desired state of IPXEBootConfig

func (*IPXEBootConfigSpec) DeepCopy

func (in *IPXEBootConfigSpec) DeepCopy() *IPXEBootConfigSpec

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IPXEBootConfigSpec.

func (*IPXEBootConfigSpec) DeepCopyInto

func (in *IPXEBootConfigSpec) DeepCopyInto(out *IPXEBootConfigSpec)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type IPXEBootConfigState

type IPXEBootConfigState string
const (
	IPXEBootConfigStateReady   IPXEBootConfigState = "Ready"
	IPXEBootConfigStatePending IPXEBootConfigState = "Pending"
	IPXEBootConfigStateError   IPXEBootConfigState = "Error"
)

type IPXEBootConfigStatus

type IPXEBootConfigStatus struct {
	// INSERT ADDITIONAL STATUS FIELD - define observed state of cluster
	// Important: Run "make" to regenerate code after modifying this file
	State IPXEBootConfigState `json:"state,omitempty"`
}

IPXEBootConfigStatus defines the observed state of IPXEBootConfig

func (*IPXEBootConfigStatus) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IPXEBootConfigStatus.

func (*IPXEBootConfigStatus) DeepCopyInto

func (in *IPXEBootConfigStatus) DeepCopyInto(out *IPXEBootConfigStatus)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL