Versions in this module Expand all Collapse all v3 v3.11.0 Oct 9, 2018 Changes in this version + func NewDeploymentConfigHistoryViewer(kc kubernetes.Interface) kubectl.HistoryViewer + func NewDeploymentConfigRollbacker(appsClient appsclient.Interface) kubectl.Rollbacker + func NewDeploymentConfigStatusViewer(client appstypedclient.AppsV1Interface) 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 DeploymentConfigRollbacker struct + func (r *DeploymentConfigRollbacker) Rollback(obj runtime.Object, updatedAnnotations map[string]string, toRevision int64, ...) (string, error) + type DeploymentConfigStatusViewer struct + func (s *DeploymentConfigStatusViewer) Status(namespace, name string, desiredRevision int64) (string, bool, error) Other modules containing this package gopkg.in/openshift/origin.v4