Documentation ¶
Index ¶
- Constants
- func AWSEBSCSIDriverCredsSecret(controlPlaneNamespace string) *corev1.Secret
- func AWSKMSCredsSecret(controlPlaneNamespace string) *corev1.Secret
- func CloudNetworkConfigControllerCredsSecret(controlPlaneNamespace string) *corev1.Secret
- func ControlPlaneOperatorCredsSecret(controlPlaneNamespace string) *corev1.Secret
- func KubeCloudControllerCredsSecret(controlPlaneNamespace string) *corev1.Secret
- func NodePoolManagementCredsSecret(controlPlaneNamespace string) *corev1.Secret
- func ValidCredentials(hc *hyperv1.HostedCluster) bool
- type AWS
- func (p AWS) CAPIProviderDeploymentSpec(hcluster *hyperv1.HostedCluster, hcp *hyperv1.HostedControlPlane) (*appsv1.DeploymentSpec, error)
- func (AWS) CAPIProviderPolicyRules() []rbacv1.PolicyRule
- func (AWS) DeleteCredentials(ctx context.Context, c client.Client, hcluster *hyperv1.HostedCluster, ...) error
- func (AWS) DeleteOrphanedMachines(ctx context.Context, c client.Client, hc *hyperv1.HostedCluster, ...) error
- func (p AWS) ReconcileCAPIInfraCR(ctx context.Context, c client.Client, createOrUpdate upsert.CreateOrUpdateFN, ...) (client.Object, error)
- func (p AWS) ReconcileCredentials(ctx context.Context, c client.Client, createOrUpdate upsert.CreateOrUpdateFN, ...) error
- func (AWS) ReconcileSecretEncryption(ctx context.Context, c client.Client, createOrUpdate upsert.CreateOrUpdateFN, ...) error
Constants ¶
View Source
const (
ImageStreamCAPA = "aws-cluster-api-controllers"
)
Variables ¶
This section is empty.
Functions ¶
func AWSKMSCredsSecret ¶
func ValidCredentials ¶ added in v0.1.4
func ValidCredentials(hc *hyperv1.HostedCluster) bool
Types ¶
type AWS ¶
type AWS struct {
// contains filtered or unexported fields
}
func (AWS) CAPIProviderDeploymentSpec ¶
func (p AWS) CAPIProviderDeploymentSpec(hcluster *hyperv1.HostedCluster, hcp *hyperv1.HostedControlPlane) (*appsv1.DeploymentSpec, error)
func (AWS) CAPIProviderPolicyRules ¶
func (AWS) CAPIProviderPolicyRules() []rbacv1.PolicyRule
func (AWS) DeleteCredentials ¶
func (AWS) DeleteOrphanedMachines ¶
func (AWS) ReconcileCAPIInfraCR ¶
func (p AWS) ReconcileCAPIInfraCR(ctx context.Context, c client.Client, createOrUpdate upsert.CreateOrUpdateFN, hcluster *hyperv1.HostedCluster, controlPlaneNamespace string, apiEndpoint hyperv1.APIEndpoint, ) (client.Object, error)
func (AWS) ReconcileCredentials ¶
func (AWS) ReconcileSecretEncryption ¶
Click to show internal directories.
Click to hide internal directories.