Versions in this module Expand all Collapse all v1 v1.5.1 Apr 28, 2017 Changes in this version + func NewDeploymentConfigHistoryViewer(oc client.Interface, kc kclientset.Interface) kubectl.HistoryViewer + func NewDeploymentConfigReaper(oc client.Interface, kc kclientset.Interface) kubectl.Reaper + func NewDeploymentConfigRollbacker(oc client.Interface) kubectl.Rollbacker + func NewDeploymentConfigScaler(oc client.Interface, kc kclientset.Interface) kubectl.Scaler + func NewDeploymentConfigStatusViewer(oc client.Interface) kubectl.StatusViewer + type BasicDeploymentConfigController struct + func (BasicDeploymentConfigController) Generate(genericParams map[string]interface{}) (runtime.Object, error) + func (BasicDeploymentConfigController) ParamNames() []kubectl.GeneratorParam + type DeploymentConfigHistoryViewer struct + func (h *DeploymentConfigHistoryViewer) ViewHistory(namespace, name string, revision int64) (string, error) + type DeploymentConfigReaper struct + func (reaper *DeploymentConfigReaper) Stop(namespace, name string, timeout time.Duration, gracePeriod *kapi.DeleteOptions) error + type DeploymentConfigRollbacker struct + func (r *DeploymentConfigRollbacker) Rollback(obj runtime.Object, updatedAnnotations map[string]string, toRevision int64, ...) (string, error) + type DeploymentConfigScaler struct + func (scaler *DeploymentConfigScaler) Scale(namespace, name string, newSize uint, preconditions *kubectl.ScalePrecondition, ...) error + func (scaler *DeploymentConfigScaler) ScaleSimple(namespace, name string, preconditions *kubectl.ScalePrecondition, newSize uint) (string, error) + type DeploymentConfigStatusViewer struct + func (s *DeploymentConfigStatusViewer) Status(namespace, name string, desiredRevision int64) (string, bool, error) v1.5.0-alpha.1 Dec 29, 2016 Incompatible versions in this module v3.7.0-alpha.0+incompatible Aug 1, 2017