Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cmd = &cobra.Command{ Use: "ingress", Aliases: []string{"route", "routes", "ingresses"}, Short: "Add Ingress (load balancer) to the cluster", Long: "Add an Ingress to determine application 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" # Add an ingress of load balancer type nlb rosa create ingress --lb-type=nlb -c mycluster`, Run: run, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.