Documentation ¶
Index ¶
- type Filter
- func (j *Filter) Latest() (*batchv1.Job, bool)
- func (j *Filter) List() (*batchv1.JobList, bool)
- func (j *Filter) String() string
- func (j *Filter) WithGeneration(generation string) *Filter
- func (j *Filter) WithLabel(name, value string) *Filter
- func (j *Filter) WithName(name string) *Filter
- func (j *Filter) WithNamespace(namespace string) *Filter
- func (j *Filter) WithStage(stage string) *Filter
- func (j *Filter) WithUID(uid string) *Filter
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Filter ¶
type Filter struct {
// contains filtered or unexported fields
}
Filter provides a filter for jobs
func (*Filter) WithGeneration ¶
WithGeneration sets the generation for the filter
func (*Filter) WithNamespace ¶
WithNamespace filters on the configuration namespace
Click to show internal directories.
Click to hide internal directories.