PreprovisioningImage
Kind
metal3.io
Group
v1alpha1
Version

apiVersion: metal3.io/v1alpha1
kind: PreprovisioningImage

PreprovisioningImage is the Schema for the preprovisioningimages API.

spec object

PreprovisioningImageSpec defines the desired state of PreprovisioningImage.


acceptFormats []string

acceptFormats is a list of acceptable image formats.

architecture string

architecture is the processor architecture for which to build the image.

networkDataName string

networkDataName is the name of a Secret in the local namespace that contains network data to build in to the image.

status object

PreprovisioningImageStatus defines the observed state of PreprovisioningImage.


architecture string

architecture is the processor architecture for which the image is built

conditions []object

conditions describe the state of the built image


lastTransitionTime string required

lastTransitionTime is the last time the condition transitioned from one status to another. This should be when the underlying condition changed. If that is not known, then using the time when the API field changed is acceptable.

message string required

message is a human readable message indicating details about the transition. This may be an empty string.

observedGeneration integer

observedGeneration represents the .metadata.generation that the condition was set based upon. For instance, if .metadata.generation is currently 12, but the .status.conditions[x].observedGeneration is 9, the condition is out of date with respect to the current state of the instance.

reason string required

reason contains a programmatic identifier indicating the reason for the condition's last transition. Producers of specific condition types may define expected values and meanings for this field, and whether the values are considered a guaranteed API. The value should be a CamelCase string. This field may not be empty.

status string required

status of the condition, one of True, False, Unknown.

type string required

type of condition in CamelCase or in foo.example.com/CamelCase.

extraKernelParams string

extraKernelParams is a string with extra parameters to pass to the kernel when booting the image over network. Only makes sense for initrd images.

format string

format is the type of image that is available at the download url: either iso or initrd.

imageUrl string

imageUrl is the URL from which the built image can be downloaded.

kernelUrl string

kernelUrl is the URL from which the kernel of the image can be downloaded. Only makes sense for initrd images.

networkData object

networkData is a reference to the version of the Secret containing the network data used to build the image.


name string

No Description Provided.

version string

No Description Provided.