apimachineryk8s.io/apimachinery/pkg/api/meta/testrestmapper Index | Files

package testrestmapper

import "k8s.io/apimachinery/pkg/api/meta/testrestmapper"

Index

Functions

func TestOnlyStaticRESTMapper

func TestOnlyStaticRESTMapper(scheme *runtime.Scheme, versionPatterns ...schema.GroupVersion) meta.RESTMapper

TestOnlyStaticRESTMapper returns a union RESTMapper of all known types with priorities chosen in the following order:

  1. legacy kube group preferred version, extensions preferred version, metrics preferred version, legacy kube any version, extensions any version, metrics any version, all other groups alphabetical preferred version, all other groups alphabetical.

TODO callers of this method should be updated to build their own specific restmapper based on their scheme for their tests TODO the things being tested are related to whether various cases are handled, not tied to the particular types being checked.

Source Files

test_restmapper.go

Version
v0.33.0 (latest)
Published
Apr 11, 2025
Platform
linux/amd64
Imports
4 packages
Last checked
2 days ago

Tools for package owners.