Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cmd = &cobra.Command{ Use: "ingress ID", Aliases: []string{"ingresses", "route", "routes"}, Short: "Delete cluster ingress", Long: "Delete the additional non-default application router for a cluster.", Example: ` # Delete ingress with ID a1b2 from a cluster named 'mycluster' rosa delete ingress --cluster=mycluster a1b2 # Delete secondary ingress using the sub-domain name rosa delete ingress --cluster=mycluster apps2`, Run: run, Args: func(_ *cobra.Command, argv []string) error { if len(argv) != 1 { return fmt.Errorf( "Expected exactly one command line parameter containing the id of the ingress", ) } return nil }, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.