job

package
v0.0.0-...-f5de34e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 28, 2023 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Job

type Job interface {
	JobGetter
	JobSetter
}

Job interface contains setter and getter

func NewJob

func NewJob(c client.Client) Job

NewJob creates a new Job

type JobClient

type JobClient struct {
	JobGetter
	JobSetter
}

type JobGetter

type JobGetter interface {
	GetByNamespacedName(context.Context, types.NamespacedName) (*batchV1.Job, error)
}

JobGetter get Job from different parameters

type JobSetter

type JobSetter interface {
}

JobMapGetter get Job from different parameters

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL