apiVersion: metal3.io/v1alpha1
kind: PreprovisioningImage
PreprovisioningImage is the Schema for the preprovisioningimages API.
PreprovisioningImageSpec defines the desired state of PreprovisioningImage.
acceptFormats is a list of acceptable image formats.
architecture is the processor architecture for which to build the image.
networkDataName is the name of a Secret in the local namespace that contains network data to build in to the image.
PreprovisioningImageStatus defines the observed state of PreprovisioningImage.
architecture is the processor architecture for which the image is built
conditions describe the state of the built image
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 is a human readable message indicating details about the transition. This may be an empty string.
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 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 of the condition, one of True, False, Unknown.
type of condition in CamelCase or in foo.example.com/CamelCase.
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 is the type of image that is available at the download url: either iso or initrd.
imageUrl is the URL from which the built image can be downloaded.
kernelUrl is the URL from which the kernel of the image can be downloaded. Only makes sense for initrd images.
networkData is a reference to the version of the Secret containing the network data used to build the image.
No Description Provided.
No Description Provided.