v1

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: Aug 8, 2018 License: Apache-2.0 Imports: 6 Imported by: 34

Documentation

Index

Constants

View Source
const (
	NotValidated ValidationResult = -1
	OK                            = iota
	FailedWithNotFound
	FailedWithInvalidPort
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Interface

type Interface interface {
	Validate(name, namespace string, portNameOrNumber intstr.IntOrString) (ValidationResult, error)
}

func New

func New(k8sInterface k8s.Interface) Interface

type PortValidator

type PortValidator func(port *k8sCore.ServicePort) bool

type ValidationResult

type ValidationResult int

Jump to

Keyboard shortcuts

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