package
0.0.0-20250307185937-c09e9946e1f6
Repository: https://github.com/openshift/cloud-credential-operator.git
Documentation: pkg.go.dev

# Functions

NewAWSCmd implements the "aws" subcommand for the credentials provisioning.
NewCreateAllCmd provides the "create-all" subcommand.
NewCreateIAMRolesCmd provides the "create-iam-roles" subcommand.
NewCreateIdentityProviderCmd provides the "create-identity-provider" subcommand.
NewDeleteCmd implements the "delete" command for the credentials provisioning.

# Variables

CreateAllOpts captures the options that affect creation/updating of the generated objects.
CreateIAMRolesOpts captures the options that affect creation/updating of the IAM Roles.
CreateIdentityProviderOpts captures the options that affect creation of the identity provider.
DeleteOpts captures the options that affect deletion of the generated objects.

# Structs

PolicyDocument is a simple type used to serialize to AWS' PolicyDocument format.
StatementEntry is a simple type used to serialize to AWS' PolicyDocument format.