kubernetes

package
v0.0.6 Latest Latest
Warning

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

Go to latest
Published: Mar 22, 2021 License: MIT Imports: 7 Imported by: 0

Documentation

Overview

Package kubernetes contains Kubernetes helper functions (https://kubernetes.io/)

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func FuncMap

func FuncMap() template.FuncMap

Types

type Client

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

func Open added in v0.0.4

func Open() (*Client, error)

func (Client) Contexts

func (k Client) Contexts() ([]*Context, error)

func (Client) Namespaces

func (k Client) Namespaces() ([]*Namespace, error)

type Context

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

func Contexts added in v0.0.4

func Contexts() ([]*Context, error)

func (Context) String

func (c Context) String() string

type Namespace

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

func Namespaces added in v0.0.4

func Namespaces() ([]*Namespace, error)

func (Namespace) String

func (n Namespace) String() string

Jump to

Keyboard shortcuts

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