kubernetes

package
v0.0.0-...-421ad94 Latest Latest
Warning

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

Go to latest
Published: May 1, 2024 License: Apache-2.0 Imports: 13 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
}

Client has info on how to connect to the kubernetes cluster

func NewClient

func NewClient() (*Client, error)

NewClient .. create new client

func (*Client) CreateConfigMap

func (sClient *Client) CreateConfigMap(ctx context.Context, nodeName, namespace string) (cm *corev1.ConfigMap, err error)

CreateConfigMap ... create configmap

func (*Client) GetConfigMap

func (sClient *Client) GetConfigMap(ctx context.Context, nodeName, namespace string) (*corev1.ConfigMap, error)

GetConfigMap .. get configmap

func (*Client) InitConfigMap

func (sClient *Client) InitConfigMap(storePath, nodeName, namespace string) error

InitConfigMap ... using configmap

func (*Client) SetClientSet

func (sClient *Client) SetClientSet(c kubernetes.Interface)

SetClientSet .. set clientset

func (*Client) UpdateConfigMap

func (sClient *Client) UpdateConfigMap(ctx context.Context, data []subscriber.Subscriber, nodeName, namespace string) error

UpdateConfigMap ... update configmap

type StorageTypeType

type StorageTypeType string

StorageTypeType define storage type

const (

	// EmptyDir  Default storage type
	EmptyDir StorageTypeType = "EMPTY_DIR"
	// ConfigMap as storage
	ConfigMap StorageTypeType = "CONFIGMAP"
)

Jump to

Keyboard shortcuts

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