# Functions
GetJobName creates a job name that appends the type.
NewMutatingWebhook allows us to keep the jobReceiver private If it's public it's exported and kubebuilder tries to add to zz_generated_deepcopy and you get all kinds of terrible errors about admission.Decoder missing DeepCopyInto.
SubmitFluxJob wraps a pod or job spec into a FluxJob We essentially create a CRD for a a FluxJob.
# Constants
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
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
FluxJob is the Schema for the fluxjobs API.
FluxJobList contains a list of FluxJob.
FluxJobSpec defines the desired state of FluxJob A user is not expected to create these - 1.
FluxJobStatus defines the observed state of FluxJob.
No description provided by the author
# Type aliases
"Enum" to determine what we are wrapping.
No description provided by the author