Versions in this module Expand all Collapse all v0 v0.1.0 Oct 25, 2015 Changes in this version + func IsNotMoreThan100Percent(intOrStringValue util.IntOrString, fieldName string) errs.ValidationErrorList + func ValidateClusterAutoscaler(autoscaler *experimental.ClusterAutoscaler) errs.ValidationErrorList + func ValidateDaemonSet(controller *experimental.DaemonSet) errs.ValidationErrorList + func ValidateDaemonSetName(name string, prefix bool) (bool, string) + func ValidateDaemonSetSpec(spec *experimental.DaemonSetSpec) errs.ValidationErrorList + func ValidateDaemonSetStatusUpdate(controller, oldController *experimental.DaemonSet) errs.ValidationErrorList + func ValidateDaemonSetTemplateUpdate(oldPodTemplate, podTemplate *api.PodTemplateSpec) errs.ValidationErrorList + func ValidateDaemonSetUpdate(oldController, controller *experimental.DaemonSet) errs.ValidationErrorList + func ValidateDeployment(obj *experimental.Deployment) errs.ValidationErrorList + func ValidateDeploymentName(name string, prefix bool) (bool, string) + func ValidateDeploymentSpec(spec *experimental.DeploymentSpec) errs.ValidationErrorList + func ValidateDeploymentStrategy(strategy *experimental.DeploymentStrategy, fieldName string) errs.ValidationErrorList + func ValidateDeploymentUpdate(old, update *experimental.Deployment) errs.ValidationErrorList + func ValidateHorizontalPodAutoscaler(autoscaler *experimental.HorizontalPodAutoscaler) errs.ValidationErrorList + func ValidateHorizontalPodAutoscalerName(name string, prefix bool) (bool, string) + func ValidateHorizontalPodAutoscalerUpdate(newAutoscler, oldAutoscaler *experimental.HorizontalPodAutoscaler) errs.ValidationErrorList + func ValidateIngress(ingress *experimental.Ingress) errs.ValidationErrorList + func ValidateIngressName(name string, prefix bool) (bool, string) + func ValidateIngressSpec(spec *experimental.IngressSpec) errs.ValidationErrorList + func ValidateIngressUpdate(oldIngress, ingress *experimental.Ingress) errs.ValidationErrorList + func ValidateJob(job *experimental.Job) errs.ValidationErrorList + func ValidateJobSpec(spec *experimental.JobSpec) errs.ValidationErrorList + func ValidateJobSpecUpdate(oldSpec, spec experimental.JobSpec) errs.ValidationErrorList + func ValidateJobStatus(status *experimental.JobStatus) errs.ValidationErrorList + func ValidateJobStatusUpdate(oldStatus, status experimental.JobStatus) errs.ValidationErrorList + func ValidateJobUpdate(oldJob, job *experimental.Job) errs.ValidationErrorList + func ValidateJobUpdateStatus(oldJob, job *experimental.Job) errs.ValidationErrorList + func ValidatePositiveIntOrPercent(intOrPercent util.IntOrString, fieldName string) errs.ValidationErrorList + func ValidateRollingUpdateDeployment(rollingUpdate *experimental.RollingUpdateDeployment, fieldName string) errs.ValidationErrorList + func ValidateThirdPartyResource(obj *experimental.ThirdPartyResource) errs.ValidationErrorList + func ValidateThirdPartyResourceData(obj *experimental.ThirdPartyResourceData) errs.ValidationErrorList + func ValidateThirdPartyResourceDataUpdate(old, update *experimental.ThirdPartyResourceData) errs.ValidationErrorList + func ValidateThirdPartyResourceUpdate(old, update *experimental.ThirdPartyResource) errs.ValidationErrorList