Documentation
¶
Overview ¶
Package clusters implements reconciler for GKE cluster components.
Index ¶
Constants ¶
View Source
const (
// GkeScope is the scope to request when generating access token.
GkeScope = "https://www.googleapis.com/auth/cloud-platform"
)
Variables ¶
View Source
var ( // ErrAutopilotClusterMachinePoolsNotAllowed is used when there are machine pools specified for an autopilot enabled cluster. ErrAutopilotClusterMachinePoolsNotAllowed = errors.New("cannot use machine pools with an autopilot enabled cluster") )
Functions ¶
func NewErrUnexpectedClusterStatus ¶
NewErrUnexpectedClusterStatus creates a new error for an unexpected cluster status.
Types ¶
Click to show internal directories.
Click to hide internal directories.