ingress

package
v0.1.58 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 23, 2021 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Cmd = &cobra.Command{
	Use:     "ingress --cluster={NAME|ID|EXTERNAL_ID}",
	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"
  ocm create ingress --private --cluster=mycluster
  # Add a public ingress to a cluster
  ocm create ingress --cluster=mycluster
  # Add an ingress with route selector label match
  ocm create ingress -c mycluster --label-match="foo=bar,bar=baz"`,
	Args: cobra.NoArgs,
	RunE: run,
}

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL