ingress

package
v1.0.6 Latest Latest
Warning

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

Go to latest
Published: Oct 2, 2018 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DeleteQuery

func DeleteQuery() interface{}

func ListSelectQuery

func ListSelectQuery(namespaceID string) interface{}

func OneSelectQuery

func OneSelectQuery(namespaceID, name string) interface{}

Types

type IngressesResponse added in v1.0.3

type IngressesResponse struct {
	Ingresses ListIngress `json:"ingresses"`
}
IngressesResponse -- ingresses response

swagger:model

type ListIngress added in v1.0.4

type ListIngress []ResourceIngress

ListIngress -- ingresses list

swagger:model

type ResourceIngress added in v1.0.4

type ResourceIngress struct {
	model.Ingress
	ID          string `json:"_id" bson:"_id,omitempty"`
	Deleted     bool   `json:"deleted"`
	NamespaceID string `json:"namespaceid"`
}

ResourceIngress -- model for ingress for resource-service db

swagger:model

func FromKube added in v1.0.4

func FromKube(nsID, owner string, ingress model.Ingress) ResourceIngress

func (ResourceIngress) AllSelectOwnerQuery added in v1.0.4

func (ingr ResourceIngress) AllSelectOwnerQuery() interface{}

func (ResourceIngress) AllSelectQuery added in v1.0.4

func (ingr ResourceIngress) AllSelectQuery() interface{}

func (ResourceIngress) Copy added in v1.0.4

func (ingr ResourceIngress) Copy() ResourceIngress

func (ResourceIngress) OneSelectDeletedQuery added in v1.0.4

func (ingr ResourceIngress) OneSelectDeletedQuery() interface{}

func (ResourceIngress) OneSelectQuery added in v1.0.4

func (ingr ResourceIngress) OneSelectQuery() interface{}

func (ResourceIngress) Paths added in v1.0.4

func (ingr ResourceIngress) Paths() []model.Path

func (ResourceIngress) UpdateQuery added in v1.0.4

func (ingr ResourceIngress) UpdateQuery() interface{}

Jump to

Keyboard shortcuts

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