type autoscalerStrategy …
var Strategy …
func (autoscalerStrategy) NamespaceScoped() bool { … }
func (autoscalerStrategy) GetResetFields() map[fieldpath.APIVersion]*fieldpath.Set { … }
func (autoscalerStrategy) PrepareForCreate(ctx context.Context, obj runtime.Object) { … }
func (autoscalerStrategy) Validate(ctx context.Context, obj runtime.Object) field.ErrorList { … }
func (autoscalerStrategy) WarningsOnCreate(ctx context.Context, obj runtime.Object) []string { … }
func (autoscalerStrategy) Canonicalize(obj runtime.Object) { … }
func (autoscalerStrategy) AllowCreateOnUpdate() bool { … }
func (autoscalerStrategy) PrepareForUpdate(ctx context.Context, obj, old runtime.Object) { … }
func (autoscalerStrategy) ValidateUpdate(ctx context.Context, obj, old runtime.Object) field.ErrorList { … }
func (autoscalerStrategy) WarningsOnUpdate(ctx context.Context, obj, old runtime.Object) []string { … }
func (autoscalerStrategy) AllowUnconditionalUpdate() bool { … }
type autoscalerStatusStrategy …
var StatusStrategy …
func (autoscalerStatusStrategy) GetResetFields() map[fieldpath.APIVersion]*fieldpath.Set { … }
func (autoscalerStatusStrategy) PrepareForUpdate(ctx context.Context, obj, old runtime.Object) { … }
func (autoscalerStatusStrategy) ValidateUpdate(ctx context.Context, obj, old runtime.Object) field.ErrorList { … }
func (autoscalerStatusStrategy) WarningsOnUpdate(ctx context.Context, obj, old runtime.Object) []string { … }