Documentation ¶
Index ¶
Constants ¶
View Source
const ( PrefixFlag = "prefix" HostedCpFlag = "hosted-cp" OidcConfigIdFlag = "oidc-config-id" InstallerRoleArnFlag = "role-arn" )
Variables ¶
View Source
var Cmd = &cobra.Command{ Use: "operator-roles", Aliases: []string{"operatorroles"}, Short: "Create operator IAM roles for a cluster.", Long: "Create cluster-specific operator IAM roles based on your cluster configuration.", Example: ` # Create default operator roles for cluster named "mycluster" rosa create operator-roles --cluster=mycluster # Create operator roles with a specific permissions boundary rosa create operator-roles -c mycluster --permissions-boundary arn:aws:iam::123456789012:policy/perm-boundary`, RunE: run, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.