Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsInvalidConfig ¶
IsInvalidConfig asserts invalidConfigError.
func IsWrongTypeError ¶
IsWrongTypeError asserts wrongTypeError.
Types ¶
type Cluster ¶
type Cluster struct {
*controller.Controller
}
func NewCluster ¶
func NewCluster(config ClusterConfig) (*Cluster, error)
type ClusterConfig ¶
type ClusterConfig struct { BaseDomain string CertsSearcher certs.Interface FileSystem afero.Fs K8sClient k8sclient.Interface Logger micrologger.Logger Tenant tenantcluster.Interface ReleaseVersion releaseversion.Interface PodCIDR podcidr.Interface APIIP string ClusterIPRange string DNSIP string ClusterDomain string RawAppDefaultConfig string RawAppOverrideConfig string RegistryDomain string }
ClusterConfig contains necessary dependencies and settings for CAPI's Cluster CRD controller implementation.
Click to show internal directories.
Click to hide internal directories.