Versions in this module Expand all Collapse all v1 v1.5.1 Apr 28, 2017 Changes in this version + func IsNotMoreThan100Percent(intOrStringValue intstr.IntOrString, fldPath *field.Path) field.ErrorList + func IsValidPercent(percent string) bool + func ValidateDeploymentConfigRollbackDeprecated(rollback *deployapi.DeploymentConfigRollback) field.ErrorList + func ValidateDeploymentConfigSpec(spec deployapi.DeploymentConfigSpec) field.ErrorList + func ValidateDeploymentConfigStatus(status deployapi.DeploymentConfigStatus) field.ErrorList + func ValidateDeploymentConfigStatusUpdate(newConfig *deployapi.DeploymentConfig, oldConfig *deployapi.DeploymentConfig) field.ErrorList + func ValidateDeploymentConfigUpdate(newConfig *deployapi.DeploymentConfig, oldConfig *deployapi.DeploymentConfig) field.ErrorList + func ValidateDeploymentLogOptions(opts *deployapi.DeploymentLogOptions) field.ErrorList + func ValidateDeploymentRequest(req *deployapi.DeploymentRequest) field.ErrorList + func ValidatePositiveField(value int64, fldPath *field.Path) field.ErrorList + func ValidatePositiveIntOrPercent(intOrPercent intstr.IntOrString, fldPath *field.Path) field.ErrorList + func ValidateRequestForDeploymentConfig(req *deployapi.DeploymentRequest, config *deployapi.DeploymentConfig) field.ErrorList v0 v0.3.2 Feb 21, 2015 Changes in this version + func ValidateDeploymentConfigRollback(rollback *deployapi.DeploymentConfigRollback) errors.ValidationErrorList v0.0.1 Nov 5, 2014 Changes in this version + func ValidateDeployment(deployment *deployapi.Deployment) errors.ErrorList + func ValidateDeploymentConfig(config *deployapi.DeploymentConfig) errors.ErrorList