externalauthprovider

package
v1.2.37 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 2, 2024 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Cmd = &cobra.Command{
	Use:     "external-auth-provider",
	Aliases: []string{"externalauthproviders", "externalauthprovider", "external-auth-providers"},
	Short:   "Delete external authentication provider",
	Long:    "Delete an external authentication provider from a cluster.",
	Example: `  # Delete an external authentication provider named exauth-1
  rosa delete external-auth-provider exauth-1  --cluster=mycluster`,
	Run:    run,
	Hidden: true,
	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 external authentication provider",
			)
		}
		return nil
	},
}

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL