# Constants
Available means the deployment is available, ie.
Progressing means the deployment is progressing.
ReplicaFailure is added in a deployment when one of its pods fails to be created or deleted.
These are valid condition statuses.
# 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
Model is the Schema for the models API +genclient +kubebuilder:object:root=true +kubebuilder:subresource:status +kubebuilder:printcolumn:name="Model",type=string,JSONPath=`.spec.image` +kubebuilder:printcolumn:name="Status",type=string,JSONPath=`.status.conditions[0].type`.
ModelList contains a list of Model.
No description provided by the author
ModelSpec defines the desired state of Model.
ModelStatus defines the observed state of Model.
No description provided by the author
# Type aliases
No description provided by the author