type podTemplateStrategy …
var Strategy …
func (podTemplateStrategy) NamespaceScoped() bool { … }
func (podTemplateStrategy) PrepareForCreate(ctx context.Context, obj runtime.Object) { … }
func (podTemplateStrategy) Validate(ctx context.Context, obj runtime.Object) field.ErrorList { … }
func (podTemplateStrategy) WarningsOnCreate(ctx context.Context, obj runtime.Object) []string { … }
func (podTemplateStrategy) Canonicalize(obj runtime.Object) { … }
func (podTemplateStrategy) AllowCreateOnUpdate() bool { … }
func (podTemplateStrategy) PrepareForUpdate(ctx context.Context, obj, old runtime.Object) { … }
func (podTemplateStrategy) ValidateUpdate(ctx context.Context, obj, old runtime.Object) field.ErrorList { … }
func (podTemplateStrategy) WarningsOnUpdate(ctx context.Context, obj, old runtime.Object) []string { … }
func (podTemplateStrategy) AllowUnconditionalUpdate() bool { … }