package
0.0.0-20220426211005-98512d8eacbb
Repository: https://github.com/kevinpollet/k8s-sample-controller.git
Documentation: pkg.go.dev

# Functions

Kind takes an unqualified kind and returns back a Group qualified GroupKind.
Resource takes an unqualified resource and returns a Group qualified GroupResource.

# Variables

AddToScheme applies all the stored functions to the scheme.
SchemeBuilder collects functions that add things to a scheme.
SchemeGroupVersion is the identifier for the API which includes the name of the group and the version of the API.

# Structs

Job represents the configuration of a Job.
JobList represents a list of Job.
JobSpec describes the expected Job execution.