output

package
v0.0.4-rc3 Latest Latest
Warning

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

Go to latest
Published: Dec 6, 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 Certificate

type Certificate struct {
	types.Namespaced

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

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

func (*Certificate) DeepCopyObject

func (c *Certificate) DeepCopyObject() runtime.Object

type ClusterIssuer

type ClusterIssuer struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`

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

func (*ClusterIssuer) DeepCopyObject

func (c *ClusterIssuer) DeepCopyObject() runtime.Object

type Deployment

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

func NewDeployment

func NewDeployment() *Deployment

func (*Deployment) Deploy

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

type DestinationRule

type DestinationRule struct {
	types.Namespaced

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

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

func (*DestinationRule) DeepCopyObject

func (d *DestinationRule) DeepCopyObject() runtime.Object

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

type Pod

type Pod struct {
	types.Namespaced

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

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

func (*Pod) DeepCopyObject

func (p *Pod) DeepCopyObject() runtime.Object

type Service

type Service struct {
	types.Namespaced

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

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

func (*Service) DeepCopyObject

func (s *Service) DeepCopyObject() runtime.Object

type VirtualService

type VirtualService struct {
	types.Namespaced

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

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

func (*VirtualService) DeepCopyObject

func (v *VirtualService) 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