Skip to content

Commit

Permalink
Merge pull request #47994 from caesarxuchao/automated-cherry-pick-of-…
Browse files Browse the repository at this point in the history
…#46500-upstream-release-1.6

Automatic merge from submit-queue

Automated cherry pick of #46500

Cherry pick of #46500 on release-1.6.

#46500: Fix standardFinalizers - add missing

Fix #47960
  • Loading branch information
Kubernetes Submit Queue authored Jun 26, 2017
2 parents e8ec954 + fdeb9d4 commit 020412e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions pkg/api/helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,7 @@ func IsServiceIPRequested(service *Service) bool {
var standardFinalizers = sets.NewString(
string(FinalizerKubernetes),
metav1.FinalizerOrphanDependents,
metav1.FinalizerDeleteDependents,
)

// HasAnnotation returns a bool if passed in annotation exists
Expand Down
1 change: 1 addition & 0 deletions staging/src/k8s.io/client-go/pkg/api/helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,7 @@ func IsServiceIPRequested(service *Service) bool {
var standardFinalizers = sets.NewString(
string(FinalizerKubernetes),
metav1.FinalizerOrphanDependents,
metav1.FinalizerDeleteDependents,
)

// HasAnnotation returns a bool if passed in annotation exists
Expand Down

0 comments on commit 020412e

Please sign in to comment.