oidcconfig

package
v1.2.38 Latest Latest
Warning

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

Go to latest
Published: Apr 24, 2024 License: Apache-2.0 Imports: 16 Imported by: 1

Documentation

Index

Constants

View Source
const (
	//nolint
	OidcConfigIdFlag = "oidc-config-id"
)

Variables

View Source
var Cmd = &cobra.Command{
	Use:     "oidc-config",
	Aliases: []string{"oidcconfig"},
	Short:   "Delete OIDC Config",
	Long:    "Cleans up OIDC config based on registered OIDC Config ID.",
	Example: `  # Delete OIDC config based on registered OIDC Config ID that has been supplied
	rosa delete oidc-config --oidc-config-id <oidc_config_id>`,
	Run:  run,
	Args: cobra.NoArgs,
}

Functions

This section is empty.

Types

type DeleteOidcConfigStrategy

type DeleteOidcConfigStrategy interface {
	// contains filtered or unexported methods
}

type OidcConfigInput

type OidcConfigInput struct {
	PrivateKeySecretArn string
	BucketName          string
	IssuerUrl           string
	Managed             bool
}

Jump to

Keyboard shortcuts

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