Documentation
¶
Overview ¶
Package scheduledjob provides Registry interface and it's RESTStorage implementation for storing ScheduledJob api objects.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var StatusStrategy = scheduledJobStatusStrategy{Strategy}
View Source
var Strategy = scheduledJobStrategy{api.Scheme, api.SimpleNameGenerator}
Strategy is the default logic that applies when creating and updating ScheduledJob objects.
Functions ¶
func MatchScheduledJob ¶
func MatchScheduledJob(label labels.Selector, field fields.Selector) generic.Matcher
MatchScheduledJob is the filter used by the generic etcd backend to route watch events from etcd to clients of the apiserver only interested in specific labels/fields.
func ScheduledJobToSelectableFields ¶
func ScheduledJobToSelectableFields(scheduledJob *batch.ScheduledJob) fields.Set
ScheduledJobToSelectableFields returns a field set that represents the object for matching purposes.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.