Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cmd = &cobra.Command{ Use: "ingress", Aliases: []string{"route", "routes", "ingresses"}, Short: "Add Ingress to cluster", Long: "Add an Ingress endpoint to determine API access to the cluster.", Example: ` # Add an internal ingress to a cluster named "mycluster" rosa create ingress --private --cluster=mycluster # Add a public ingress to a cluster rosa create ingress --cluster=mycluster # Add an ingress with route selector label match rosa create ingress -c mycluster --label-match="foo=bar,bar=baz"`, Run: run, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.