daemonset

package
v1.4.0-beta1 Latest Latest
Warning

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

Go to latest
Published: Aug 26, 2016 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DeleteDaemonSet

func DeleteDaemonSet(client k8sClient.Interface, namespace, name string,
	deleteServices bool) error

TODO(floreks): This should be transactional to make sure that DS will not be deleted without pods Deletes daemon set with given name in given namespace and related pods. Also deletes services related to daemon set if deleteServices is true.

func DeleteDaemonSetServices

func DeleteDaemonSetServices(client k8sClient.Interface, namespace, name string) error

DeleteDaemonSetServices deletes services related to daemon set with given name in given namespace.

func GetDaemonSetEvents added in v1.1.1

func GetDaemonSetEvents(client client.Interface, namespace, daemonSetName string) (
	*common.EventList, error)

GetDaemonSetEvents gets events associated to daemon set.

func GetDaemonSetPods added in v1.1.1

func GetDaemonSetPods(client k8sClient.Interface, heapsterClient client.HeapsterClient,
	dsQuery *dataselect.DataSelectQuery, daemonSetName, namespace string) (*pod.PodList, error)

GetDaemonSetPods return list of pods targeting daemon set.

func GetDaemonSetPodsEvents added in v1.1.1

func GetDaemonSetPodsEvents(client client.Interface, namespace, daemonSetName string) (
	[]api.Event, error)

GetDaemonSetPodsEvents gets events associated to pods in daemon set.

func GetDaemonSetServices added in v1.1.1

func GetDaemonSetServices(client client.Interface, dsQuery *dataselect.DataSelectQuery,
	namespace, name string) (*service.ServiceList, error)

GetDaemonSetServices returns list of services that are related to daemon set targeted by given name.

Types

type DaemonSet

type DaemonSet struct {
	ObjectMeta common.ObjectMeta `json:"objectMeta"`
	TypeMeta   common.TypeMeta   `json:"typeMeta"`

	// Aggregate information about pods belonging to this Daemon Set.
	Pods common.PodInfo `json:"pods"`

	// Container images of the Daemon Set.
	ContainerImages []string `json:"containerImages"`
}

DaemonSet (aka. Daemon Set) plus zero or more Kubernetes services that target the Daemon Set.

type DaemonSetCell added in v1.4.0

type DaemonSetCell extensions.DaemonSet

func (DaemonSetCell) GetProperty added in v1.4.0

type DaemonSetDetail

type DaemonSetDetail struct {
	ObjectMeta common.ObjectMeta `json:"objectMeta"`
	TypeMeta   common.TypeMeta   `json:"typeMeta"`

	// Label selector of the Daemon Set.
	LabelSelector *unversioned.LabelSelector `json:"labelSelector,omitempty"`

	// Container image list of the pod template specified by this Daemon Set.
	ContainerImages []string `json:"containerImages"`

	// Aggregate information about pods of this daemon set.
	PodInfo common.PodInfo `json:"podInfo"`

	// Detailed information about Pods belonging to this Daemon Set.
	PodList pod.PodList `json:"podList"`

	// Detailed information about service related to Daemon Set.
	ServiceList resourceService.ServiceList `json:"serviceList"`

	// True when the data contains at least one pod with metrics information, false otherwise.
	HasMetrics bool `json:"hasMetrics"`

	// List of events related to this daemon set
	EventList common.EventList `json:"eventList"`
}

DaemonSeDetail represents detailed information about a Daemon Set.

func GetDaemonSetDetail

func GetDaemonSetDetail(client k8sClient.Interface, heapsterClient client.HeapsterClient,
	dsQuery *dataselect.DataSelectQuery, namespace, name string) (*DaemonSetDetail, error)

Returns detailed information about the given daemon set in the given namespace.

type DaemonSetList

type DaemonSetList struct {
	ListMeta common.ListMeta `json:"listMeta"`

	// Unordered list of Daemon Sets
	DaemonSets []DaemonSet `json:"daemonSets"`
}

DaemonSetList contains a list of Daemon Sets in the cluster.

func CreateDaemonSetList added in v1.1.1

func CreateDaemonSetList(daemonSets []extensions.DaemonSet, pods []api.Pod,
	events []api.Event, dsQuery *dataselect.DataSelectQuery) *DaemonSetList

CreateDaemonSetList returns a list of all Daemon Set model objects in the cluster, based on all Kubernetes Daemon Set API objects.

func GetDaemonSetList

func GetDaemonSetList(client *client.Client, nsQuery *common.NamespaceQuery,
	dsQuery *dataselect.DataSelectQuery) (*DaemonSetList, error)

GetDaemonSetList returns a list of all Daemon Set in the cluster.

func GetDaemonSetListFromChannels

func GetDaemonSetListFromChannels(channels *common.ResourceChannels,
	dsQuery *dataselect.DataSelectQuery) (*DaemonSetList, error)

GetDaemonSetListFromChannels returns a list of all Daemon Seet in the cluster reading required resource list once from the channels.

Jump to

Keyboard shortcuts

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