Versions in this module Expand all Collapse all v1 v1.1.0 Feb 25, 2019 Changes in this version type PodList + func (p *PodList) FilterByDeployment(namePrefix string) *PodList v1.0.0 Oct 6, 2018 Changes in this version + type BearerTokenRetriever interface + RetrieveToken func() string + type Deployer interface + Deploy func(containerTag string) error + type KubernetesClusterNamespace struct + DeployMaker Deployer + Description string + PodRetriever PodListRetriever + func (n *KubernetesClusterNamespace) Deploy(containerTag string) error + func (n *KubernetesClusterNamespace) GetPodList() (*PodList, error) + type KubernetesDeployer struct + BearerTokenService BearerTokenRetriever + Client *http.Client + ContainerImage string + ContainerName string + DeploymentName string + Endpoint string + Namespace string + func (d *KubernetesDeployer) Deploy(containerTag string) error + type KubernetesPodListRetriever struct + BearerTokenService BearerTokenRetriever + Client *http.Client + Endpoint string + Namespace string + func (p *KubernetesPodListRetriever) PodInformation() (*PodList, error) + type PodContainerStatuses struct + Image string + State PodContainerStatusesState + type PodContainerStatusesState struct + Running *PodContainerStatusesStateRunning + Waiting *PodContainerStatusesStateWaiting + type PodContainerStatusesStateRunning struct + StartedAt time.Time + type PodContainerStatusesStateWaiting struct + Reason string + type PodDeployResponse struct + Status PodDeployStatus + type PodDeployStatus struct + AvailableReplicas int + type PodItem struct + Created time.Time + Name string + Status string + Tag string + type PodList struct + Items []PodMetadataContainer + func (p *PodList) Overview() []PodItem + type PodListRetriever interface + PodInformation func() (*PodList, error) + type PodMetadataContainer struct + Metadata PodMetadataDetail + Status PodStatus + type PodMetadataDetail struct + CreationTimestamp time.Time + Name string + type PodStatus struct + ContainerStatuses []PodContainerStatuses + Phase string