# Functions
AddToProtobufScheme add the given SchemeBuilder into protobufScheme, which should be additional types that do support protobuf.
GVKForObject finds the GroupVersionKind associated with the given object, if there is only a single such GVK.
IsGVKNamespaced returns true if the object having the provided GVK is namespace scoped.
IsObjectNamespaced returns true if the object is namespace scoped.
NewDynamicRESTMapper returns a dynamic RESTMapper for cfg.
RESTClientForGVK constructs a new rest.Interface capable of accessing the resource associated with the given GroupVersionKind.
# Type aliases
ErrResourceDiscoveryFailed is returned if the RESTMapper cannot discover supported resources for some GroupVersions.