Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cmd = &cobra.Command{ Use: "ingresses", Aliases: []string{"route", "routes", "ingress"}, Short: "List cluster Ingresses", Long: "List API and ingress endpoints for a cluster.", Example: ` # List all routes on a cluster named "mycluster" rosa list ingresses --cluster=mycluster`, Run: run, Args: cobra.NoArgs, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.