Versions in this module Expand all Collapse all v0 v0.2.0 Oct 1, 2020 Changes in this version + type Image struct + PullPolicy v1.PullPolicy + Repository string + Tag string + func (in Image) Name() string + type PodConfig struct + ActiveDeadlineSeconds int64 + Affinity v1.Affinity + Annotations map[string]string + EnvFrom []v1.EnvFromSource + EnvVar []v1.EnvVar + Labels map[string]string + NodeSelector map[string]string + Resources v1.ResourceRequirements + RestartPolicy v1.RestartPolicy + SecurityContext v1.PodSecurityContext + func (in *PodConfig) DeepCopy() *PodConfig + func (in *PodConfig) DeepCopyInto(out *PodConfig) + func (in *PodConfig) GenerateEnvFrom(sources ...v1.EnvFromSource) []v1.EnvFromSource + func (in *PodConfig) GenerateEnvVar(sources ...v1.EnvVar) []v1.EnvVar