Skip to content

Commit c86b84c

Browse files
committed
Add /eviction subresource.
This is for kubernetes#12611.
1 parent a6d37f7 commit c86b84c

File tree

14 files changed

+1310
-192
lines changed

14 files changed

+1310
-192
lines changed

pkg/apis/policy/register.go

+1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ func addKnownTypes(scheme *runtime.Scheme) error {
5050
&PodDisruptionBudget{},
5151
&PodDisruptionBudgetList{},
5252
&api.ListOptions{},
53+
&Eviction{},
5354
)
5455
return nil
5556
}

0 commit comments

Comments
 (0)