ingress

package
v0.3.9 Latest Latest
Warning

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

Go to latest
Published: May 1, 2024 License: Apache-2.0 Imports: 17 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// DefaultIngressNamespace default namespace fro ingress controller
	DefaultIngressNamespace = "nginx"
	// DefaultIngressServiceName default name for ingress controller service and deployment
	DefaultIngressServiceName = "ingress-nginx-controller"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Options

type Options struct {
	KubeClient       kubernetes.Interface
	Dir              string
	IngressNamespace string
	IngressService   string
}

func NewCmdVerifyIngress

func NewCmdVerifyIngress() (*cobra.Command, *Options)

func (*Options) Run

func (o *Options) Run() error

func (*Options) Validate

func (o *Options) Validate() error

Validate checks the command is able to execute

Jump to

Keyboard shortcuts

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