remove rootscopedkinds from groupmeta

This commit is contained in:
David Eads
2018-04-30 13:27:01 -04:00
parent f03f83a20a
commit 8ae62517da
69 changed files with 209 additions and 186 deletions

View File

@@ -124,6 +124,10 @@ func scaleFromRC(rc *api.ReplicationController) *autoscaling.Scale {
// Dummy implementation
type RcREST struct{}
func (r *RcREST) NamespaceScoped() bool {
return true
}
func (r *RcREST) New() runtime.Object {
return &extensions.ReplicationControllerDummy{}
}