mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 21:47:07 +00:00
Merge pull request #32258 from liggitt/ingress-prefix
Automatic merge from submit-queue Pin ingresses etcd prefix for 1.3 compatibility fixes https://github.com/kubernetes/kubernetes/issues/32255
This commit is contained in:
commit
54243d4f1b
@ -289,6 +289,7 @@ var specialDefaultResourcePrefixes = map[unversioned.GroupResource]string{
|
|||||||
unversioned.GroupResource{Group: "", Resource: "endpoints"}: "services/endpoints",
|
unversioned.GroupResource{Group: "", Resource: "endpoints"}: "services/endpoints",
|
||||||
unversioned.GroupResource{Group: "", Resource: "nodes"}: "minions",
|
unversioned.GroupResource{Group: "", Resource: "nodes"}: "minions",
|
||||||
unversioned.GroupResource{Group: "", Resource: "services"}: "services/specs",
|
unversioned.GroupResource{Group: "", Resource: "services"}: "services/specs",
|
||||||
|
unversioned.GroupResource{Group: "extensions", Resource: "ingresses"}: "ingress",
|
||||||
}
|
}
|
||||||
|
|
||||||
func (s *DefaultStorageFactory) ResourcePrefix(groupResource unversioned.GroupResource) string {
|
func (s *DefaultStorageFactory) ResourcePrefix(groupResource unversioned.GroupResource) string {
|
||||||
|
Loading…
Reference in New Issue
Block a user