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
- type AWS
- func (p AWS) CAPIProviderDeploymentSpec(hcluster *hyperv1.HostedCluster, _ *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
- type CredentialStatus
Constants ¶
View Source
const (
ImageStreamCAPA = "aws-cluster-api-controllers"
)
Variables ¶
This section is empty.
Functions ¶
func AWSKMSCredsSecret ¶
Types ¶
type AWS ¶
type AWS struct {
// contains filtered or unexported fields
}
func (AWS) CAPIProviderDeploymentSpec ¶
func (p AWS) CAPIProviderDeploymentSpec(hcluster *hyperv1.HostedCluster, _ *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 ¶
type CredentialStatus ¶ added in v0.1.73
type CredentialStatus int
CredentialStatus represents the status of AWS credentials
const ( // CredentialStatusValid indicates that AWS credentials are valid CredentialStatusValid CredentialStatus = 0 // CredentialStatusInvalid indicates that AWS credentials are invalid CredentialStatusInvalid CredentialStatus = 1 // CredentialStatusUnknown indicates that AWS credential status is unknown CredentialStatusUnknown CredentialStatus = 2 )
func GetCredentialStatus ¶ added in v0.1.73
func GetCredentialStatus(hc *hyperv1.HostedCluster) CredentialStatus
GetCredentialStatus returns the AWS credential status (valid/invalid/unknown)
Click to show internal directories.
Click to hide internal directories.