# Constants
No description provided by the author
default deadline is 1 minute (60 seconds).
No description provided by the author
default number of attempts is 3.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# 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
No description provided by the author
No description provided by the author
No description provided by the author
Task is the Schema for the tasks API.
TaskList contains a list of Task.
TaskSpec defines the desired state of Task.
TaskStatus defines the observed state of Task.
Terminal is the Schema for the terminals API.
TerminalList contains a list of Terminal.
TerminalSpec defines the desired state of Terminal.
TerminalStatus defines the observed state of Terminal.
# Type aliases
TaskState describes if a task has been created, is currently executing, finished, or failed for some other reason +kubebuilder:validation:Enum=Created;Scheduled;Starting;Running;Finished;Failed.