types

package
v1.0.2 Latest Latest
Warning

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

Go to latest
Published: Mar 15, 2021 License: Apache-2.0, BSD-2-Clause, BSD-3-Clause, + 8 more Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// Synced means the operator has already synced the status of CSIDeployment.
	Synced = "Synced"
	// Validated means the operator has already validate the spec of CSIDeployment.
	Validated = "Validated"
	// NodeAvailable means controller components are running normally.
	NodeAvailable = "NodeAvailable"
	// ControllerAvailable means node drivers are running normally.
	ControllerAvailable = "ControllerAvailable"
)
View Source
const (
	// FetchError means fetch the CSIDeployment object failed.
	FetchError = "FetchError"
	// SyncError means sync the CSIDeployment's status failed.
	SyncError = "SyncError"
	// RBACSynced means the rbac resources has been synced.
	RBACSynced = "RBACSynced"
	// SecretsSynced means the secrets has been synced.
	SecretsSynced = "SecretsSynced"
	// StorageClassesSynced means the storageClasses has been synced.
	StorageClassesSynced = "StorageClassesSynced"
	// NodeDriverSynced means the node driver daemonSet has been synced.
	NodeDriverSynced = "NodeDriverSynced"
	// ControllerDriverSynced means the controller driver daemonSet has been synced.
	ControllerDriverSynced = "ControllerDriverSynced"
)
View Source
const LivenessProbePortKey = "storage.tkestack.io/liveness-probe-port"

LivenessProbePortKey is the annotation key to set liveness probe port in CSI object.

Variables

This section is empty.

Functions

This section is empty.

Types

type ErrorList

type ErrorList []error

ErrorList is a Combination of a list of errors.

func (ErrorList) Error

func (l ErrorList) Error() string

Error returns the detail error messages.

Jump to

Keyboard shortcuts

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