Skip to content

Commit

Permalink
remove extensionsv1beta1 reference to support 1.16 (#229)
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Brennan authored Dec 6, 2019
1 parent 67ab987 commit 0d86096
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/config/supportedcontrollers.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import (
batchv1 "k8s.io/api/batch/v1"
batchv1beta1 "k8s.io/api/batch/v1beta1"
corev1 "k8s.io/api/core/v1"
extensionsv1beta1 "k8s.io/api/extensions/v1beta1"
"k8s.io/apimachinery/pkg/runtime"
)

Expand Down Expand Up @@ -99,7 +98,6 @@ func (s SupportedController) ListSupportedAPIVersions() []runtime.Object {
case Deployments:
supportedVersions = []runtime.Object{
&appsv1.Deployment{},
&extensionsv1beta1.Deployment{},
}
case StatefulSets:
supportedVersions = []runtime.Object{
Expand Down

0 comments on commit 0d86096

Please sign in to comment.