ingress

package
v1.4.0 Latest Latest
Warning

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

Go to latest
Published: Feb 15, 2019 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DeleteIngress added in v1.2.0

func DeleteIngress(c *kubernetes.Clientset, name, namespace string) error

func GetIngress added in v1.3.0

func GetIngress(c *kubernetes.Clientset, name, namespace string) (ingress *v1beta1.Ingress, err error)

func GetIngressPage added in v1.3.0

func GetIngressPage(cli *kubernetes.Clientset, namespace string, q *backendCommon.QueryParam) (page *backendCommon.Page, err error)

Types

type Ingress added in v1.3.0

type Ingress struct {
	common.ObjectMeta `json:"objectMeta"`
	common.TypeMeta   `json:"typeMeta"`
	Endpoints         []common.Endpoint `json:"endpoints"`
}

func CreateOrUpdateIngress added in v1.2.0

func CreateOrUpdateIngress(c *kubernetes.Clientset, ingress *v1beta1.Ingress) (*Ingress, error)

func GetIngressDetail added in v1.2.0

func GetIngressDetail(c *kubernetes.Clientset, name, namespace string) (*Ingress, error)

func GetIngressList added in v1.3.0

func GetIngressList(cli *kubernetes.Clientset, namespace string, opts metaV1.ListOptions) (list []*Ingress, err error)

type IngressCell added in v1.3.0

type IngressCell Ingress

func (IngressCell) GetProperty added in v1.3.0

Jump to

Keyboard shortcuts

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