Versions in this module Expand all Collapse all v1 v1.4.1 Apr 25, 2019 Changes in this version + func CheckError(err error) + type Containers struct + Command []string + Env []EnvVar + Image string + Lifecycle Lifecycle + Name string + Ports []Port + Resources Resources + SecurityContext SecurityContext + VolumeMounts []VolumeMounts + WorkingDir string + type EnvVar struct + Name interface{} + Value interface{} + type Exec struct + Command []string + type Handler struct + Exec Exec + type Kubernetes struct + Deployments []KubesDeployment + Services []KubesService + func (k Kubernetes) MarshalToFile(path string) error + func (k Kubernetes) UnmarshalFromFile(path string) error + type KubesDeployment struct + ApiVersion string + Kind string + Metadata Metadata + Spec Spec + type KubesService struct + ApiVersion string + Kind string + Metadata Metadata + Spec Spec + type Lifecycle struct + PostStart Handler + PreStop Handler + type Limits struct + Cpu int + Memory string + type Metadata struct + Labels map[string]string + Name string + type PodSpec struct + Containers []Containers + TerminationGracePeriodSeconds int + type Port struct + ContainerPort int + Name string + NodePort int + Port int + Protocol string + TargetPort int + type Resources struct + Limits Limits + type SecurityContext struct + Priviliged bool + type Spec struct + Ports []Port + Template Template + Type string + type Template struct + Metadata Metadata + PodSpec PodSpec + type VolumeMounts struct + MountPath string + Name string + ReadOnly bool