k8s

package
v0.11.0 Latest Latest
Warning

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

Go to latest
Published: Jul 17, 2023 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

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

func NewK8sClient added in v0.9.0

func NewK8sClient() (*Client, error)

func (*Client) ConfigMap

func (c *Client) ConfigMap(ns string) v12.ConfigMapInterface

func (*Client) DeleteNode

func (c *Client) DeleteNode(name string) error

func (*Client) GetEndpointsList

func (c *Client) GetEndpointsList(namespace string) (*v1.EndpointsList, error)

func (*Client) ListAllNamespacesPods

func (c *Client) ListAllNamespacesPods() ([]*NamespacePod, error)

func (*Client) ListAllNamespacesSvcs

func (c *Client) ListAllNamespacesSvcs() ([]*NamespaceSvc, error)

func (*Client) ListNodes

func (c *Client) ListNodes() (*v1.NodeList, error)

type NamespacePod

type NamespacePod struct {
	Namespace v1.Namespace
	PodList   *v1.PodList
}

type NamespaceSvc

type NamespaceSvc struct {
	Namespace   v1.Namespace
	ServiceList *v1.ServiceList
}

Jump to

Keyboard shortcuts

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