kubernetesk8s.io/kubernetes/pkg/apis/autoscaling/validation Index | Files

package validation

import "k8s.io/kubernetes/pkg/apis/autoscaling/validation"

Index

Variables

var ValidateHorizontalPodAutoscalerName = apivalidation.ValidateReplicationControllerName

ValidateHorizontalPodAutoscaler can be used to check whether the given autoscaler name is valid. Prefix indicates this name will be used as part of generation, in which case trailing dashes are allowed.

Functions

func ValidateCrossVersionObjectReference

func ValidateCrossVersionObjectReference(ref autoscaling.CrossVersionObjectReference, fldPath *field.Path) field.ErrorList

func ValidateHorizontalPodAutoscaler

func ValidateHorizontalPodAutoscaler(autoscaler *autoscaling.HorizontalPodAutoscaler) field.ErrorList

func ValidateHorizontalPodAutoscalerStatusUpdate

func ValidateHorizontalPodAutoscalerStatusUpdate(newAutoscaler, oldAutoscaler *autoscaling.HorizontalPodAutoscaler) field.ErrorList

func ValidateHorizontalPodAutoscalerUpdate

func ValidateHorizontalPodAutoscalerUpdate(newAutoscaler, oldAutoscaler *autoscaling.HorizontalPodAutoscaler) field.ErrorList

func ValidateScale

func ValidateScale(scale *autoscaling.Scale) field.ErrorList

Source Files

validation.go

Version
v1.13.5
Published
Mar 22, 2019
Platform
js/wasm
Imports
7 packages
Last checked
44 seconds ago

Tools for package owners.