Versions in this module Expand all Collapse all v0 v0.2.0 Apr 22, 2018 Changes in this version + const CVAPP type ContainerVersionSpec + Container string + Selector map[string]string v0.1.0 Mar 26, 2018 Changes in this version + var AddToScheme = SchemeBuilder.AddToScheme + var SchemeBuilder = runtime.NewSchemeBuilder(addKnownTypes) + var SchemeGroupVersion = schema.GroupVersion + func Kind(kind string) schema.GroupKind + func Resource(resource string) schema.GroupResource + type ConfigSpec struct + Key string + Name string + func (in *ConfigSpec) DeepCopy() *ConfigSpec + func (in *ConfigSpec) DeepCopyInto(out *ConfigSpec) + type ContainerVersion struct + Spec ContainerVersionSpec + Status ContainerVersionStatus + func (in *ContainerVersion) DeepCopy() *ContainerVersion + func (in *ContainerVersion) DeepCopyInto(out *ContainerVersion) + func (in *ContainerVersion) DeepCopyObject() runtime.Object + type ContainerVersionList struct + Items []ContainerVersion + func (in *ContainerVersionList) DeepCopy() *ContainerVersionList + func (in *ContainerVersionList) DeepCopyInto(out *ContainerVersionList) + func (in *ContainerVersionList) DeepCopyObject() runtime.Object + type ContainerVersionSpec struct + CheckFrequency int + Config *ConfigSpec + Deployment DeploymentSpec + ImageRepo string + Tag string + func (in *ContainerVersionSpec) DeepCopy() *ContainerVersionSpec + func (in *ContainerVersionSpec) DeepCopyInto(out *ContainerVersionSpec) + type ContainerVersionStatus struct + Created bool + func (in *ContainerVersionStatus) DeepCopy() *ContainerVersionStatus + func (in *ContainerVersionStatus) DeepCopyInto(out *ContainerVersionStatus) + type DeploymentSpec struct + Container string + Name string + func (in *DeploymentSpec) DeepCopy() *DeploymentSpec + func (in *DeploymentSpec) DeepCopyInto(out *DeploymentSpec)