Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetCloudConfigTransformer ¶
func GetCloudConfigTransformer(platformStatus *configv1.PlatformStatus) (cloudConfigTransformer, bool, error)
GetCloudConfigTransformer returns the function that should be used to transform the cloud configuration config map, and a boolean to indicate if the config should be synced from the CCO namespace before applying the transformation. TODO: the boolean return value to indicate if the config should be synced can be removed once we migrate the AWS and Azure logic from the CCO to this operator. See the FIXME comments below, and the TODO comment in the Reconcile function inside cloud_config_sync_controller.go.
func GetResources ¶
func GetResources(operatorConfig config.OperatorConfig) ([]client.Object, error)
GetResources selectively returns a list of resources required for provisioning CCM instance in the cluster for the given OperatorConfig.
These resources will be actively maintained by the operator, preventing changes in their spec.
Types ¶
This section is empty.