Skip to content

Commit

Permalink
Adding 1.19 deprecations. (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
swade1987 authored Apr 17, 2020
1 parent e8c636d commit 2302007
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pkg/api/versions.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,12 @@ var VersionList = []Version{
{"extensions/v1beta1", "ReplicaSet", "v1.16.0"},
{"apps/v1beta1", "ReplicaSet", "v1.16.0"},
{"apps/v1beta2", "ReplicaSet", "v1.16.0"},

// MutatingWebhookConfiguration
{"admissionregistration.k8s.io/v1beta1", "MutatingWebhookConfiguration", "v1.19.0"},

// CustomResourceDefinition
{"apiextensions.k8s.io/v1beta1", "CustomResourceDefinition", "v1.19.0"},
}

func checkVersion(stub *Stub) *Version {
Expand Down

0 comments on commit 2302007

Please sign in to comment.