pkg

package
v0.4.0 Latest Latest
Warning

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

Go to latest
Published: Nov 28, 2019 License: MIT Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Kube

type Kube struct {
	ConfigMapNames               []string
	DaemonSetNames               []string
	DeploymentNames              []string
	HorizontalPodAutoscalerNames []string
	IngressNames                 []string
	NetworkPolicyNames           []string
	JobNames                     []string
	PersistentVolumeClaimNames   []string
	PersistentVolumeNames        []string
	PodNames                     []string
	ReplicaSetNames              []string
	ReplicationControllerNames   []string
	SecretNames                  []string
	ServiceNames                 []string
	StatefulSetNames             []string
	StorageClassNames            []string

	NumTemplates             int
	ConfigMaps               []string
	DaemonSets               []string
	Deployments              []string
	HorizontalPodAutoscalers []string
	Ingresses                []string
	NetworkPolicies          []string
	Jobs                     []string
	PersistentVolumeClaims   []string
	PersistentVolumes        []string
	Pods                     []string
	ReplicaSets              []string
	ReplicationControllers   []string
	Secrets                  []string
	Services                 []string
	StatefulSets             []string
	StorageClasses           []string

	ChartName    string
	ChartVersion string
	Namespace    string
}

func (*Kube) BuildRelease

func (k *Kube) BuildRelease(name string) *hapi.Release

func (*Kube) GetKubeObjects

func (k *Kube) GetKubeObjects(client *kubernetes.Clientset) error

Jump to

Keyboard shortcuts

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