Documentation
¶
Index ¶
- Constants
- type OpenStack
- func (a OpenStack) CAPIProviderDeploymentSpec(hcluster *hyperv1.HostedCluster, _ *hyperv1.HostedControlPlane) (*appsv1.DeploymentSpec, error)
- func (a OpenStack) CAPIProviderPolicyRules() []rbacv1.PolicyRule
- func (a OpenStack) DeleteCredentials(ctx context.Context, c client.Client, hcluster *hyperv1.HostedCluster, ...) error
- func (a OpenStack) ReconcileCAPIInfraCR(ctx context.Context, client client.Client, ...) (client.Object, error)
- func (a OpenStack) ReconcileCredentials(ctx context.Context, c client.Client, createOrUpdate upsert.CreateOrUpdateFN, ...) error
- func (a OpenStack) ReconcileSecretEncryption(ctx context.Context, c client.Client, createOrUpdate upsert.CreateOrUpdateFN, ...) error
Constants ¶
View Source
const ( // OpenStackResourceControllerLogLevel is the log level for OpenStack resource controller running // alongside the Cluster API provider for OpenStack. The log level is set to 4 (info) by default. // until we have a better way to control the log level. // See https://github.com/k-orc/openstack-resource-controller/issues/156 OpenStackResourceControllerLogLevel = "4" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OpenStack ¶
type OpenStack struct {
// contains filtered or unexported fields
}
func (OpenStack) CAPIProviderDeploymentSpec ¶
func (a OpenStack) CAPIProviderDeploymentSpec(hcluster *hyperv1.HostedCluster, _ *hyperv1.HostedControlPlane) (*appsv1.DeploymentSpec, error)
func (OpenStack) CAPIProviderPolicyRules ¶
func (a OpenStack) CAPIProviderPolicyRules() []rbacv1.PolicyRule
func (OpenStack) DeleteCredentials ¶
func (OpenStack) ReconcileCAPIInfraCR ¶
func (a OpenStack) ReconcileCAPIInfraCR(ctx context.Context, client client.Client, createOrUpdate upsert.CreateOrUpdateFN, hcluster *hyperv1.HostedCluster, controlPlaneNamespace string, apiEndpoint hyperv1.APIEndpoint) (client.Object, error)
func (OpenStack) ReconcileCredentials ¶
func (OpenStack) ReconcileSecretEncryption ¶
Click to show internal directories.
Click to hide internal directories.