Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cmd = &cobra.Command{ Use: "ingress --cluster={NAME|ID|EXTERNAL_ID} [flags] INGRESS_ID", Aliases: []string{"route", "routes", "ingresses"}, Short: "Edit a cluster Ingress", Long: "Edit an Ingress endpoint to determine access to the cluster.", Example: ` # Update the router selectors for the additional ingress with ID 'a1b2' ocm edit ingress --label-match=foo=bar --cluster=mycluster a1b2 # Update the default ingress using the sub-domain identifier ocm edit ingress --private=false --cluster=mycluster apps"`, RunE: run, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.