Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cmd = &cobra.Command{ Use: "ingress", Aliases: []string{"route"}, Short: "Edit the additional cluster ingress", Long: "Edit the additional non-default application router for a cluster.", Example: ` # Make additional ingress with ID 'a1b2' private on a cluster named 'mycluster' rosa edit ingress --private --cluster=mycluster a1b2 # Update the router selectors for the additional ingress with ID 'a1b2' rosa edit ingress --label-match=foo=bar --cluster=mycluster a1b2 # Update the default ingress using the sub-domain identifier rosa edit ingress --private=false --cluster=mycluster apps`, Run: run, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.