kubernetes/staging/src/k8s.io/apimachinery/pkg/api/meta/priority.go

const AnyGroup

const AnyVersion

const AnyResource

const AnyKind

var _

type PriorityRESTMapper

func (m PriorityRESTMapper) String() string {}

// ResourceFor finds all resources, then passes them through the ResourcePriority patterns to find a single matching hit.
func (m PriorityRESTMapper) ResourceFor(partiallySpecifiedResource schema.GroupVersionResource) (schema.GroupVersionResource, error) {}

// KindFor finds all kinds, then passes them through the KindPriority patterns to find a single matching hit.
func (m PriorityRESTMapper) KindFor(partiallySpecifiedResource schema.GroupVersionResource) (schema.GroupVersionKind, error) {}

func resourceMatches(pattern schema.GroupVersionResource, resource schema.GroupVersionResource) bool {}

func kindMatches(pattern schema.GroupVersionKind, kind schema.GroupVersionKind) bool {}

func (m PriorityRESTMapper) RESTMapping(gk schema.GroupKind, versions ...string) (mapping *RESTMapping, err error) {}

func (m PriorityRESTMapper) RESTMappings(gk schema.GroupKind, versions ...string) ([]*RESTMapping, error) {}

func (m PriorityRESTMapper) ResourceSingularizer(resource string) (singular string, err error) {}

func (m PriorityRESTMapper) ResourcesFor(partiallySpecifiedResource schema.GroupVersionResource) ([]schema.GroupVersionResource, error) {}

func (m PriorityRESTMapper) KindsFor(partiallySpecifiedResource schema.GroupVersionResource) (gvk []schema.GroupVersionKind, err error) {}

func (m PriorityRESTMapper) Reset() {}