clusterapi

package
v1.7.0 Latest Latest
Warning

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

Go to latest
Published: Oct 13, 2023 License: UPL-1.0 Imports: 36 Imported by: 0

Documentation

Index

Constants

View Source
const ComponentJSONName = "clusterAPI"

ComponentJSONName is the JSON name of the component in CRD

View Source
const ComponentName = "cluster-api"

ComponentName is the name of the component

View Source
const ComponentNamespace = constants.VerrazzanoCAPINamespace

Namespace for CAPI providers

Variables

This section is empty.

Functions

func NewComponent

func NewComponent() spi.Component

Types

type ImageConfig

type ImageConfig struct {
	Version    string
	Repository string
	Tag        string
}

type OverridesInterface

type OverridesInterface interface {
	GetGlobalRegistry() string
	GetClusterAPIRepository() string
	GetClusterAPIControllerFullImagePath() string
	GetClusterAPITag() string
	GetClusterAPIURL() string
	GetClusterAPIOverridesURL() string
	GetClusterAPIVersion() string
	GetClusterAPIOverridesVersion() string
	GetClusterAPIBomVersion() string
	ClusterAPIOverridesExists() bool
	GetOCIRepository() string
	GetOCIControllerFullImagePath() string
	GetOCITag() string
	GetOCIURL() string
	GetOCIOverridesURL() string
	GetOCIVersion() string
	GetOCIOverridesVersion() string
	GetOCIBomVersion() string
	OCIOverridesExists() bool
	GetOCNEBootstrapRepository() string
	GetOCNEBootstrapControllerFullImagePath() string
	GetOCNEBootstrapTag() string
	GetOCNEBootstrapURL() string
	GetOCNEBootstrapOverridesURL() string
	GetOCNEBootstrapVersion() string
	GetOCNEBootstrapOverridesVersion() string
	GetOCNEBootstrapBomVersion() string
	OCNEBootstrapOverridesExists() bool
	GetOCNEControlPlaneRepository() string
	GetOCNEControlPlaneControllerFullImagePath() string
	GetOCNEControlPlaneTag() string
	GetOCNEControlPlaneURL() string
	GetOCNEControlPlaneOverridesURL() string
	GetOCNEControlPlaneVersion() string
	GetOCNEControlPlaneOverridesVersion() string
	GetOCNEControlPlaneBomVersion() string
	OCNEControlPlaneOverridesExists() bool
	GetVerrazzanoAddonOverridesVersion() string
	GetVerrazzanoAddonBomVersion() string
	GetVerrazzanoAddonRepository() string
	GetVerrazzanoAddonControllerFullImagePath() string
	GetVerrazzanoAddonTag() string
	GetVerrazzanoAddonOverridesURL() string
	GetVerrazzanoAddonVersion() string
	GetVerrazzanoAddonURL() string
	IncludeImagesHeader() bool
}

OverridesInterface - interface for retrieving values from the Cluster API overrides

type PodMatcherClusterAPI added in v1.6.2

type PodMatcherClusterAPI struct {
	// contains filtered or unexported fields
}

PodMatcherClusterAPI matches pods with an out of date CoreProvider, BootstrapProvider, ControlPlaneProvider, or InfrastructureProvider.

Jump to

Keyboard shortcuts

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