type jobStrategy …
var Strategy …
func (jobStrategy) DefaultGarbageCollectionPolicy(ctx context.Context) rest.GarbageCollectionPolicy { … }
func (jobStrategy) NamespaceScoped() bool { … }
func (jobStrategy) GetResetFields() map[fieldpath.APIVersion]*fieldpath.Set { … }
func (jobStrategy) PrepareForCreate(ctx context.Context, obj runtime.Object) { … }
func (jobStrategy) PrepareForUpdate(ctx context.Context, obj, old runtime.Object) { … }
func (jobStrategy) Validate(ctx context.Context, obj runtime.Object) field.ErrorList { … }
func validationOptionsForJob(newJob, oldJob *batch.Job) batchvalidation.JobValidationOptions { … }
func (jobStrategy) WarningsOnCreate(ctx context.Context, obj runtime.Object) []string { … }
func generateSelectorIfNeeded(obj *batch.Job) { … }
func generateSelector(obj *batch.Job) { … }
func (jobStrategy) Canonicalize(obj runtime.Object) { … }
func (jobStrategy) AllowUnconditionalUpdate() bool { … }
func (jobStrategy) AllowCreateOnUpdate() bool { … }
func (jobStrategy) ValidateUpdate(ctx context.Context, obj, old runtime.Object) field.ErrorList { … }
func (jobStrategy) WarningsOnUpdate(ctx context.Context, obj, old runtime.Object) []string { … }
type jobStatusStrategy …
var StatusStrategy …
func (jobStatusStrategy) GetResetFields() map[fieldpath.APIVersion]*fieldpath.Set { … }
func (jobStatusStrategy) PrepareForUpdate(ctx context.Context, obj, old runtime.Object) { … }
func (jobStatusStrategy) ValidateUpdate(ctx context.Context, obj, old runtime.Object) field.ErrorList { … }
func getStatusValidationOptions(newJob, oldJob *batch.Job) batchvalidation.JobStatusValidationOptions { … }
func (jobStatusStrategy) WarningsOnUpdate(ctx context.Context, obj, old runtime.Object) []string { … }
func JobToSelectableFields(job *batch.Job) fields.Set { … }
func GetAttrs(obj runtime.Object) (labels.Set, fields.Set, error) { … }
func MatchJob(label labels.Selector, field fields.Selector) storage.SelectionPredicate { … }