types

package
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: Nov 9, 2021 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// MethodCreate to create K8s resource
	MethodCreate = "create"
	// MethodGet to get K8s resource
	MethodGet = "get"
	// MethodUpdate to update K8s resource
	MethodUpdate = "update"
	// MethodDelete to delete K8s resource
	MethodDelete = "delete"

	// Client types
	TypedClient Client = iota
	DynamicClient
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client int

Client defines client type for Kubernetes APIs

type KubeMethod

type KubeMethod string

KubeMethod define methods to manage K8s resource

func (KubeMethod) String

func (m KubeMethod) String() string

Jump to

Keyboard shortcuts

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