const isNegativeErrorMsg …
const isNotIntegerErrorMsg …
func ValidateResourceRequirements(requirements *v1.ResourceRequirements, fldPath *field.Path) field.ErrorList { … }
func ValidateContainerResourceName(value core.ResourceName, fldPath *field.Path) field.ErrorList { … }
func ValidateResourceQuantityValue(resource core.ResourceName, value resource.Quantity, fldPath *field.Path) field.ErrorList { … }
func ValidateNonnegativeQuantity(value resource.Quantity, fldPath *field.Path) field.ErrorList { … }
func validateResourceName(value core.ResourceName, fldPath *field.Path) field.ErrorList { … }
func ValidatePodLogOptions(opts *v1.PodLogOptions) field.ErrorList { … }
func AccumulateUniqueHostPorts(containers []v1.Container, accumulator *sets.String, fldPath *field.Path) field.ErrorList { … }