upgradevalidations

package
v0.16.1 Latest Latest
Warning

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

Go to latest
Published: Jun 16, 2023 License: Apache-2.0 Imports: 19 Imported by: 0

Documentation

Index

Constants

View Source
const (
	PDB = "pod-disruption"
)

string values of supported validation names that can be skipped.

Variables

View Source
var SkippableValidations = []string{
	PDB,
}

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

Functions

func ValidateClusterObjectExists

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

func ValidateEksaSystemComponents

func ValidateEksaSystemComponents(ctx context.Context, k *executables.Kubectl, cluster *types.Cluster) error

func ValidateGitOpsImmutableFields added in v0.11.0

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

func ValidateImmutableFields

func ValidateImmutableFields(ctx context.Context, k validations.KubectlClient, cluster *types.Cluster, spec *cluster.Spec, provider providers.Provider) error

func ValidatePodDisruptionBudgets added in v0.16.0

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

ValidatePodDisruptionBudgets returns an error if any pdbs are detected on a cluster.

func ValidateServerVersionSkew

func ValidateServerVersionSkew(ctx context.Context, compareVersion v1alpha1.KubernetesVersion, cluster *types.Cluster, kubectl validations.KubectlClient) error

func ValidateSkippableUpgradeValidation added in v0.16.0

func ValidateSkippableUpgradeValidation(skippedValidations []string) (map[string]bool, error)

ValidateSkippableUpgradeValidation validates if provided validations are supported by EKSA to skip for upgrades.

Types

type UpgradeValidations

type UpgradeValidations struct {
	Opts *validations.Opts
}

func New

func (*UpgradeValidations) PreflightValidations

func (u *UpgradeValidations) PreflightValidations(ctx context.Context) []validations.Validation

PreflightValidations returns the validations required before upgrading a cluster.

Directories

Path Synopsis
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.

Jump to

Keyboard shortcuts

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