errors

package
v0.4.2 Latest Latest
Warning

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

Go to latest
Published: May 20, 2025 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CK8sControlPlaneStatusError

type CK8sControlPlaneStatusError string
const (
	// InvalidConfigurationCK8sControlPlaneError indicates that the CK8s control plane
	// configuration is invalid.
	InvalidConfigurationCK8sControlPlaneError CK8sControlPlaneStatusError = "InvalidConfiguration"

	// UnsupportedChangeCK8sControlPlaneError indicates that the CK8s control plane
	// spec has been updated in an unsupported way that cannot be
	// reconciled.
	UnsupportedChangeCK8sControlPlaneError CK8sControlPlaneStatusError = "UnsupportedChange"

	// CreateCK8sControlPlaneError indicates that an error was encountered
	// when trying to create the CK8s control plane.
	CreateCK8sControlPlaneError CK8sControlPlaneStatusError = "CreateError"

	// UpdateCK8sControlPlaneError indicates that an error was encountered
	// when trying to update the CK8s control plane.
	UpdateCK8sControlPlaneError CK8sControlPlaneStatusError = "UpdateError"

	// DeleteCK8sControlPlaneError indicates that an error was encountered
	// when trying to delete the CK8s control plane.
	DeleteCK8sControlPlaneError CK8sControlPlaneStatusError = "DeleteError"
)

Jump to

Keyboard shortcuts

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