Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsInvalidConfig ¶
IsInvalidConfig asserts invalidConfigError.
func NewResourceSet ¶
func NewResourceSet(config ResourceSetConfig) (*controller.ResourceSet, error)
NewResourceSet returns a configured AzureClusterConfig controller ResourceSet.
func VersionBundle ¶
func VersionBundle() versionbundle.Bundle
Types ¶
type ResourceSetConfig ¶
type ResourceSetConfig struct { ApprClient *apprclient.Client BaseClusterConfig *cluster.Config CertSearcher certs.Interface Fs afero.Fs G8sClient versioned.Interface K8sClient kubernetes.Interface Logger micrologger.Logger Tenant tenantcluster.Interface CalicoAddress string CalicoPrefixLength string ClusterIPRange string HandledVersionBundles []string ProjectName string RegistryDomain string ResourceNamespace string }
ResourceSetConfig contains necessary dependencies and settings for AzureClusterConfig controller ResourceSet configuration.
Click to show internal directories.
Click to hide internal directories.