mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-26 20:54:08 +00:00
remove rootscopedkinds from groupmeta
This commit is contained in:
@@ -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{}
|
||||
}
|
||||
|
Reference in New Issue
Block a user