Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Workloads ¶
type Workloads struct {
DeploymentList deployment.DeploymentList `json:"deploymentList"`
ReplicaSetList replicaset.ReplicaSetList `json:"replicaSetList"`
JobList job.JobList `json:"jobList"`
ReplicationControllerList replicationcontroller.ReplicationControllerList `json:"replicationControllerList"`
PodList pod.PodList `json:"podList"`
DaemonSetList daemonset.DaemonSetList `json:"daemonSetList"`
PetSetList petset.PetSetList `json:"petSetList"`
}
Workloads structure contains all resource lists grouped into the workloads category.
func GetWorkloads ¶
func GetWorkloads(client *k8sClient.Client, heapsterClient client.HeapsterClient, nsQuery *common.NamespaceQuery, pQuery *common.PaginationQuery) (*Workloads, error)
GetWorkloads returns a list of all workloads in the cluster.
func GetWorkloadsFromChannels ¶
func GetWorkloadsFromChannels(channels *common.ResourceChannels, heapsterClient client.HeapsterClient, pQuery *common.PaginationQuery) (*Workloads, error)
GetWorkloadsFromChannels returns a list of all workloads in the cluster, from the channel sources.
Click to show internal directories.
Click to hide internal directories.