Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cmd = &cobra.Command{ Use: "idp --cluster={NAME|ID|EXTERNAL_ID}", 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" ocm create idp --type=github --cluster=mycluster # Add an identity provider following interactive prompts ocm create idp --cluster=mycluster`, Args: cobra.NoArgs, RunE: run, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.