controlplane

package
v1.4.2 Latest Latest
Warning

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

Go to latest
Published: May 22, 2025 License: MIT Imports: 1 Imported by: 3

Documentation

Index

Constants

View Source
const (
	// ConditionTypeProvisioned is a condition type indicating whether or
	// not all Deployments (or Daemonsets) for the ControlPlane have been provisioned
	// successfully.
	ConditionTypeProvisioned consts.ConditionType = "Provisioned"

	// ConditionTypeWatchNamespaceGrantValid is a condition type used to
	// indicate whether or not the ControlPlane has been granted permission to
	// watch resources in the requested namespaces.
	ConditionTypeWatchNamespaceGrantValid consts.ConditionType = "WatchNamespaceGrantValid"
)
View Source
const (
	// ConditionReasonPodsNotReady is a reason which indicates why a ControlPlane
	// has not yet reached a fully Provisioned status.
	ConditionReasonPodsNotReady consts.ConditionReason = "PodsNotReady"

	// ConditionReasonPodsReady is a reason which indicates how a ControlPlane
	// reached fully Provisioned status.
	ConditionReasonPodsReady consts.ConditionReason = "PodsReady"

	// ConditionReasonNoDataPlane is a reason which indicates that no DataPlane
	// has been provisioned.
	ConditionReasonNoDataPlane consts.ConditionReason = "NoDataPlane"

	// ConditionReasonWatchNamespaceGrantInvalid is a reason which indicates that
	// WatchNamespaceGrants are invalid or missing for the ControlPlane to be able
	// to watch resources in requested namespaces.
	ConditionReasonWatchNamespaceGrantInvalid consts.ConditionReason = "WatchNamespaceGrantInvalid"

	// ConditionReasonWatchNamespaceGrantValid is a reason which indicates that
	// WatchNamespaceGrants are valid for the ControlPlane to be able to watch
	// resources in requested namespaces.
	ConditionReasonWatchNamespaceGrantValid consts.ConditionReason = "WatchNamespaceGrantValid"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type ConditionReason

type ConditionReason string

ConditionReason are the condition reasons for ControlPlane status conditions.

Jump to

Keyboard shortcuts

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