Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cmd = &cobra.Command{
Use: "admin",
Short: "Deletes the admin user",
Long: "Deletes the cluster-admin user used to login to the cluster",
Example: ` # Delete the admin user
rosa delete admin --cluster=mycluster`,
Run: run,
}
Functions ¶
This section is empty.
Types ¶
type DeleteAdminIDP ¶ added in v1.2.7
type DeleteAdminIDP struct{}
type DeleteAdminUserStrategy ¶ added in v1.2.7
type DeleteAdminUserStrategy interface {
// contains filtered or unexported methods
}
type DeleteUserAdminFromIDP ¶ added in v1.2.7
type DeleteUserAdminFromIDP struct{}
Click to show internal directories.
Click to hide internal directories.