container

package
v1.6.1 Latest Latest
Warning

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

Go to latest
Published: May 16, 2017 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ConstructLogs

func ConstructLogs(podID string, rawLogs string, container string, logSelector *logs.Selection) *logs.LogDetails

Build logs structure for given parameters.

func GetPodLogs

func GetPodLogs(client *client.Clientset, namespace, podID string, container string,
	logSelector *logs.Selection) (*logs.LogDetails, error)

GetPodLogs returns logs for particular pod and container. When container is null, logs for the first one are returned.

Types

type PodContainerList

type PodContainerList struct {
	Containers []string `json:"containers"`
}

PodContainerList is a list of containers of a pod.

func GetPodContainers

func GetPodContainers(client *client.Clientset, namespace, podID string) (*PodContainerList, error)

GetPodContainers returns containers that a pod has.

Jump to

Keyboard shortcuts

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