k8s

package
v0.10.5 Latest Latest
Warning

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

Go to latest
Published: Mar 20, 2024 License: Apache-2.0 Imports: 21 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Output

func Output() output.Interface

Types

type API

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

func (*API) ConnectPod

func (api *API) ConnectPod()

func (*API) ConnectService

func (api *API) ConnectService()

func (*API) DeleteGateway added in v0.8.0

func (api *API) DeleteGateway()

func (*API) DisconnectPod

func (api *API) DisconnectPod()

func (*API) DisconnectService

func (api *API) DisconnectService()

func (*API) Pods

func (api *API) Pods()

func (*API) Services

func (api *API) Services()

type Interface

type Interface interface {
	DeleteGateway()

	ConnectService()
	DisconnectService()

	ConnectPod()
	DisconnectPod()

	Services()
	Pods()
}

func Resource

func Resource() Interface

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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