Versions in this module Expand all Collapse all v0 v0.2.0 Apr 22, 2018 Changes in this version + type K8sProvider struct + Pod *v1.Pod + Recorder record.EventRecorder + func NewK8sProvider(cs kubernetes.Interface, ns string, stats stats.Stats, recordHistory bool) *K8sProvider + func (k *K8sProvider) CVWorkload(cv *cv1.ContainerVersion) ([]*Resource, error) + func (k *K8sProvider) SyncVersionConfig(cv *cv1.ContainerVersion, version string) error + func (k *K8sProvider) SyncWorkload(cv *cv1.ContainerVersion, version string) error + type Resource struct + AvailablePods int32 + CV string + Container string + Name string + Namespace string + Tag string + Type string + Version string