Documentation
¶
Index ¶
Constants ¶
View Source
const ( RegionParamName = "AWS_REGION" ProfileParamName = "AWS_PROFILE" ConfigFileMountPath = "/ocular/aws/config" )
Variables ¶
View Source
var FileSecrets = []definitions.FileSecret{ { SecretKey: "aws-config", MountPath: ConfigFileMountPath, }, }
View Source
var Parameters = []v1beta1.ParameterDefinition{ { Name: RegionParamName, Description: "AWS region of the ECR repository. Defaults to the region configured in the AWS SDK.", Required: false, }, { Name: ProfileParamName, Description: "ARN of the role to assume for accessing the ECR repository. Optional.", Required: false, }, }
Functions ¶
func BuildConfig ¶
func WithProfile ¶
func WithProfile(profile string) func(*config.LoadOptions) error
func WithRegionOverride ¶
func WithRegionOverride(regionOverride string) func(*config.LoadOptions) error
Types ¶
Click to show internal directories.
Click to hide internal directories.