Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cmd = &cobra.Command{ Use: "idp ID", Aliases: []string{"idps"}, Short: "Delete cluster IDPs", Long: "Delete a specific identity provider for a cluster.", Example: ` # Delete an identity provider named github-1 rosa delete idp github-1 --cluster=mycluster`, Run: run, Args: func(_ *cobra.Command, argv []string) error { if len(argv) != 1 { return fmt.Errorf( "Expected exactly one command line parameter containing the name of the identity provider", ) } return nil }, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.