package job

import "k8s.io/kubernetes/pkg/registry/job"

Package job provides Registry interface and it's RESTStorage implementation for storing Job api objects.

Index

Variables

var StatusStrategy = jobStatusStrategy{Strategy}
var Strategy = jobStrategy{api.Scheme, api.SimpleNameGenerator}

Strategy is the default logic that applies when creating and updating Replication Controller objects.

Functions

func JobToSelectableFields

func JobToSelectableFields(job *batch.Job) fields.Set

JobSelectableFields returns a field set that represents the object for matching purposes.

func MatchJob

MatchJob 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.

Source Files

doc.go strategy.go

Directories

PathSynopsis
pkg/registry/job/etcd
Version
v1.4.9
Published
Feb 15, 2017
Platform
js/wasm
Imports
12 packages
Last checked
20 seconds ago

Tools for package owners.