Documentation ¶
Index ¶
- Variables
- func ValidateCrossVersionObjectReference(ref autoscaling.CrossVersionObjectReference, fldPath *field.Path) field.ErrorList
- func ValidateHorizontalPodAutoscaler(autoscaler *autoscaling.HorizontalPodAutoscaler) field.ErrorList
- func ValidateHorizontalPodAutoscalerStatusUpdate(newAutoscaler, oldAutoscaler *autoscaling.HorizontalPodAutoscaler) field.ErrorList
- func ValidateHorizontalPodAutoscalerUpdate(newAutoscaler, oldAutoscaler *autoscaling.HorizontalPodAutoscaler) field.ErrorList
- func ValidateScale(scale *autoscaling.Scale) field.ErrorList
Constants ¶
This section is empty.
Variables ¶
var ValidateHorizontalPodAutoscalerName = apivalidation.ValidateReplicationControllerName
ValidateHorizontalPodAutoscalerName 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 ¶ added in v1.3.0
func ValidateCrossVersionObjectReference(ref autoscaling.CrossVersionObjectReference, fldPath *field.Path) field.ErrorList
ValidateCrossVersionObjectReference validates a CrossVersionObjectReference and returns an ErrorList with any errors.
func ValidateHorizontalPodAutoscaler ¶ added in v1.3.0
func ValidateHorizontalPodAutoscaler(autoscaler *autoscaling.HorizontalPodAutoscaler) field.ErrorList
ValidateHorizontalPodAutoscaler validates a HorizontalPodAutoscaler and returns an ErrorList with any errors.
func ValidateHorizontalPodAutoscalerStatusUpdate ¶ added in v1.3.0
func ValidateHorizontalPodAutoscalerStatusUpdate(newAutoscaler, oldAutoscaler *autoscaling.HorizontalPodAutoscaler) field.ErrorList
ValidateHorizontalPodAutoscalerStatusUpdate validates an update to status on a HorizontalPodAutoscaler and returns an ErrorList with any errors.
func ValidateHorizontalPodAutoscalerUpdate ¶ added in v1.3.0
func ValidateHorizontalPodAutoscalerUpdate(newAutoscaler, oldAutoscaler *autoscaling.HorizontalPodAutoscaler) field.ErrorList
ValidateHorizontalPodAutoscalerUpdate validates an update to a HorizontalPodAutoscaler and returns an ErrorList with any errors.
func ValidateScale ¶
func ValidateScale(scale *autoscaling.Scale) field.ErrorList
ValidateScale validates a Scale and returns an ErrorList with any errors.
Types ¶
This section is empty.