# Constants
MicrovmDeletedFailedReason indicates the microvm failed to deleted cleanly.
MicrovmDeletingReason indicates the microvm is in a deleted state.
MicrovmDeploymentDeleteFailedReason indicates the microvmreplicaset failed to deleted cleanly.
MicrovmDeploymentDeletingReason indicates the microvmreplicaset is in a deleted state.
MicrovmDeploymentIncompleteReason indicates the microvmreplicaset does not have all replicas yet.
MicrovmDeploymentProvisionFailedReason indicates that the microvm deployment failed to provision.
MicrovmDeploymentReadyCondition indicates that the microvmreplicaset is in a complete state.
MicrovmDeploymentUpdateFailed indicates the microvm deployment is in a pending state.
MicrovmDeploymentUpdatingReason indicates the microvm deployment is in a pending state.
MicrovmPendingReason indicates the microvm is in a pending state.
MicrovmProvisionFailedReason indicates that the microvm failed to provision.
MicrovmReadyCondition indicates that the microvm is in a running state.
MicrovmReplicaSetDeletedFailedReason indicates the microvmreplicaset failed to deleted cleanly.
MicrovmReplicaSetDeletingReason indicates the microvmreplicaset is in a deleted state.
MicrovmReplicaSetIncompleteReason indicates the microvmreplicaset does not have all replicas yet.
MicrovmReplicaSetProvisionFailedReason indicates that the microvm failed to provision.
MicrovmReplicaSetReadyCondition indicates that the microvmreplicaset is in a complete state.
MicrovmReplicaSetUpdatingReason indicates the microvm is in a pending state.
MicrovmUnknownStateReason indicates that the microvm in in an unknown or unsupported state for reconciliation.
MvDeploymentSFinalizer allows ReconcileMicrovmDeployment to clean up resources associated with the Deployment before removing it from the apiserver.
MvmFinalizer allows ReconcileMicrovm to clean up resources associated with Microvm before removing it from the apiserver.
MvmRSFinalizer allows ReconcileMicrovmReplicaSet to clean up resources associated with the ReplicaSet before removing it from the apiserver.
# Variables
AddToScheme adds the types in this group-version to the given scheme.
GroupVersion is group version used to register these objects.
SchemeBuilder is used to add go types to the GroupVersionKind scheme.
# Structs
Microvm is the Schema for the microvms API.
MicrovmDeployment is the Schema for the microvmdeployments API.
MicrovmDeploymentList contains a list of MicrovmDeployment.
MicrovmDeploymentSpec defines the desired state of MicrovmDeployment.
MicrovmDeploymentStatus defines the observed state of MicrovmDeployment.
MicrovmList contains a list of Microvm.
MicrovmReplicaSet is the Schema for the microvmreplicasets API.
MicrovmReplicaSetList contains a list of MicrovmReplicaSet.
MicrovmReplicaSetSpec defines the desired state of MicrovmReplicaSet.
MicrovmReplicaSetStatus defines the observed state of MicrovmReplicaSet.
MicrovmSpec defines the desired state of Microvm.
MicrovmStatus defines the observed state of Microvm.
MicrovmTemplate is the Schema for the microvmtemplates API.
MicrovmTemplateList contains a list of MicrovmTemplate.
MicrovmTemplateSpec defines the desired state of MicrovmTemplate.
# Type aliases
No description provided by the author