Documentation ¶ Index ¶ func IsInvalidConfig(err error) bool func IsVersionNotFound(err error) bool type Clients type Interface Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func IsInvalidConfig ¶ func IsInvalidConfig(err error) bool IsInvalidConfig asserts invalidConfigError. func IsVersionNotFound ¶ func IsVersionNotFound(err error) bool IsVersionNotFound asserts versionNotFoundError. Types ¶ type Clients ¶ type Clients interface { // G8sClient returns a properly configured control plane client for the Giant // Swarm API Extensions Types. G8sClient() versioned.Interface } type Interface ¶ type Interface interface { CurrentStatus() (v1alpha1.StatusCluster, error) CurrentVersion() (string, error) NextVersion() (string, error) UpdateVersion(nextVersion string) error } Source Files ¶ View all Source files error.golabel.gospec.go Click to show internal directories. Click to hide internal directories.