Skip to content

Commit

Permalink
DS: added unversioned type apps.DaemonSet and validation
Browse files Browse the repository at this point in the history
  • Loading branch information
foxish committed Jul 25, 2017
1 parent e3a22d8 commit af32aee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/apis/apps/register.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ func Resource(resource string) schema.GroupResource {
func addKnownTypes(scheme *runtime.Scheme) error {
// TODO this will get cleaned up with the scheme types are fixed
scheme.AddKnownTypes(SchemeGroupVersion,
&extensions.DaemonSet{},
&extensions.DaemonSetList{},
&extensions.Deployment{},
&extensions.DeploymentList{},
&extensions.DeploymentRollback{},
Expand Down

0 comments on commit af32aee

Please sign in to comment.