Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cmd = &cobra.Command{
Use: "idp",
Short: "Add IDP for cluster",
Long: "Add an Identity providers to determine how users log into the cluster.",
Example: ` # Add a GitHub identity provider to a cluster named "mycluster"
rosa create idp --type=github --cluster=mycluster
# Add an identity provider following interactive prompts
rosa create idp --cluster=mycluster --interactive`,
Run: run,
}
Functions ¶
func GenerateIdpName ¶
func GenerateIdpName(idpType string, idps []IdentityProvider) string
Types ¶
type IdentityProvider ¶
type IdentityProvider interface {
Name() string
}
Click to show internal directories.
Click to hide internal directories.