output

package
v0.0.4-rc2 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Deployment

type Deployment struct {
	Enabled         bool
	UseLoadBalancer bool
	Ports           []int
	Stacks          map[string]*v1beta1.Stack
	Services        map[string]*v1.Service
	Gateways        map[string]*Gateway
}

func NewDeployment

func NewDeployment() *Deployment

func (*Deployment) Deploy

func (d *Deployment) Deploy(ns, groupID string) error

type Gateway

type Gateway struct {
	types.Namespaced

	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`

	Spec interface{} `json:"spec,omitempty"`
}

func (*Gateway) DeepCopyObject

func (g *Gateway) DeepCopyObject() runtime.Object

Source Files

  • types.go

Jump to

Keyboard shortcuts

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