Documentation
¶
Index ¶
- Constants
- func GetDefaultAccountPoolName(reqLogger logr.Logger, kubeClient client.Client) (string, error)
- func GetDefaultRegion() (regionName string)
- func GetIAMArn(awsAccountID, awsResourceType, awsResourceID string) (arn string)
- func IsFedramp() bool
- func SetIsFedramp(configMap *corev1.ConfigMap) error
Constants ¶
View Source
const ( // OperatorName stores the name used by this code for the AWS Account Operator OperatorName string = "aws-account-operator" // OperatorNamespace stores a string indicating the Kubernetes namespace in which the operator runs OperatorNamespace string = "aws-account-operator" // used in constructing ARNs AwsResourceTypeRole string = "role" AwsResourceTypePolicy string = "policy" AwsResourceIDAdministratorAccessRole string = "AdministratorAccess" )
Variables ¶
This section is empty.
Functions ¶
func GetDefaultRegion ¶
func GetDefaultRegion() (regionName string)
func SetIsFedramp ¶
SetIsFedramp sets the var isFedramp to value in default configmap
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.