Documentation ¶
Index ¶
- Constants
- func ValidateDataPlane(dataPlane *v1alpha1.DataPlane, fldPath *field.Path) field.ErrorList
- func ValidateHighAvailabilityConfig(haConfig *v1alpha1.HighAvailabilityConfig, fldPath *field.Path) field.ErrorList
- func ValidateInstance(instance *v1alpha1.Instance, oldInstance *v1alpha1.Instance) field.ErrorList
- func ValidateLandscaperConfiguration(landscaperConfiguration *v1alpha1.LandscaperConfiguration, fldPath *field.Path) field.ErrorList
- func ValidateLandscaperDeployment(deployment *v1alpha1.LandscaperDeployment, ...) field.ErrorList
- func ValidateObjectReference(ref *v1alpha1.ObjectReference, fldPath *field.Path) field.ErrorList
- func ValidateSecretReference(ref *v1alpha1.SecretReference, fldPath *field.Path) field.ErrorList
- func ValidateServiceTargetConfig(config *v1alpha1.ServiceTargetConfig) field.ErrorList
- func ValidateTargetScheduling(scheduling *v1alpha1.TargetScheduling) field.ErrorList
Constants ¶
View Source
const (
// InstanceIdLength is the required length of the Instance id
InstanceIdLength = 8
)
View Source
const (
// LandscaperDeploymentTenantIdLength is the required length of the LandscaperDeployment tenant id
LandscaperDeploymentTenantIdLength = 8
)
Variables ¶
This section is empty.
Functions ¶
func ValidateDataPlane ¶
func ValidateInstance ¶
ValidateInstance validates an instance
func ValidateLandscaperConfiguration ¶ added in v0.113.0
func ValidateLandscaperDeployment ¶
func ValidateLandscaperDeployment(deployment *v1alpha1.LandscaperDeployment, oldDeployment *v1alpha1.LandscaperDeployment) field.ErrorList
ValidateLandscaperDeployment validates a LandscaperDeployment
func ValidateObjectReference ¶
ValidateObjectReference validates an object reference
func ValidateSecretReference ¶
ValidateSecretReference validates a secret reference
func ValidateServiceTargetConfig ¶
func ValidateServiceTargetConfig(config *v1alpha1.ServiceTargetConfig) field.ErrorList
ValidateServiceTargetConfig validates a ServiceTargetConfig
func ValidateTargetScheduling ¶
func ValidateTargetScheduling(scheduling *v1alpha1.TargetScheduling) field.ErrorList
ValidateTargetScheduling validates a TargetScheduling
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.