Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CronJob ¶
type CronJob struct {
// contains filtered or unexported fields
}
CronJob -
func GetCronJobByName ¶
func GetCronJobByName( ctx context.Context, h *helper.Helper, name string, namespace string, ) (*CronJob, error)
GetCronJobByName - returns a *CronJob object with specified name and namespace
func NewCronJob ¶
NewCronJob returns an initialized CronJob.
func (*CronJob) CreateOrPatch ¶
CreateOrPatch - creates or patches a cronjob, reconciles after Xs if object won't exist.
func (*CronJob) GetCronJob ¶
GetCronJob - get the cronjob object.
Click to show internal directories.
Click to hide internal directories.