controllers

package
v0.0.24 Latest Latest
Warning

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

Go to latest
Published: Aug 1, 2019 License: MIT Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type KubeRouterNetworkController

type KubeRouterNetworkController struct {
	// contains filtered or unexported fields
}

func (*KubeRouterNetworkController) GetName

func (nc *KubeRouterNetworkController) GetName() string

func (*KubeRouterNetworkController) HasInstalled

func (nc *KubeRouterNetworkController) HasInstalled() (bool, error)

func (*KubeRouterNetworkController) Initialize

func (*KubeRouterNetworkController) Install

func (nc *KubeRouterNetworkController) Install() error

func (*KubeRouterNetworkController) UnInstall

func (nc *KubeRouterNetworkController) UnInstall() error

type NetworkStackController

type NetworkStackController interface {
	Initialize(client *k8s.Clientset, clientIp string, settings entities.LightningMonkeyClusterSettings) error
	Install() error
	UnInstall() error
	GetName() string
	HasInstalled() (bool, error)
}

func CreateNetworkStackController

func CreateNetworkStackController(client *k8s.Clientset, clientIp string, settings entities.LightningMonkeyClusterSettings) (NetworkStackController, error)

Jump to

Keyboard shortcuts

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