createvalidations

package
v0.19.5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 1, 2024 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var SkippableValidations = []string{
	validations.VSphereUserPriv,
}

SkippableValidations represents all the validations we offer for users to skip.

Functions

func ValidateClusterNameIsUnique

func ValidateClusterNameIsUnique(ctx context.Context, k validations.KubectlClient, cluster *types.Cluster, clusterName string) error

func ValidateGitOps

func ValidateGitOps(ctx context.Context, k validations.KubectlClient, cluster *types.Cluster, clusterSpec *cluster.Spec) error

func ValidateIdentityProviderNameIsUnique

func ValidateIdentityProviderNameIsUnique(ctx context.Context, k validations.KubectlClient, cluster *types.Cluster, spec *cluster.Spec) error

func ValidateManagementCluster

func ValidateManagementCluster(ctx context.Context, k validations.KubectlClient, cluster *types.Cluster) error

Types

type CreateValidations

type CreateValidations struct {
	Opts *validations.Opts
}

func New

func (*CreateValidations) PreflightValidations

func (v *CreateValidations) PreflightValidations(ctx context.Context) []validations.Validation

PreflightValidations returns the validations required before creating a cluster.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL