Skip to content

Commit

Permalink
Remove clarified todos
Browse files Browse the repository at this point in the history
  • Loading branch information
sttts committed May 2, 2017
1 parent 5f212b0 commit 9460827
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/cmd/util/clientcmd/factory_client_access.go
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,6 @@ func (f *ring0Factory) Printer(mapping *meta.RESTMapping, options kprinters.Prin
}

func (f *ring0Factory) Pauser(info *resource.Info) ([]byte, error) {
// TODO(rebase): compare with origin master, the logic changed completely
switch t := info.Object.(type) {
case *deployapi.DeploymentConfig:
if t.Spec.Paused {
Expand Down Expand Up @@ -332,7 +331,6 @@ func (f *ring0Factory) ResolveImage(image string) (string, error) {
}

func (f *ring0Factory) Resumer(info *resource.Info) ([]byte, error) {
// TODO(rebase): compare with origin master, the logic changed completely
switch t := info.Object.(type) {
case *deployapi.DeploymentConfig:
if !t.Spec.Paused {
Expand Down

0 comments on commit 9460827

Please sign in to comment.