Documentation ¶
Index ¶
- type RestMapperMock
- func (m *RestMapperMock) KindFor(schema.GroupVersionResource) (schema.GroupVersionKind, error)
- func (m *RestMapperMock) KindsFor(schema.GroupVersionResource) ([]schema.GroupVersionKind, error)
- func (m *RestMapperMock) RESTMapping(schema.GroupKind, ...string) (*meta.RESTMapping, error)
- func (m *RestMapperMock) RESTMappings(schema.GroupKind, ...string) ([]*meta.RESTMapping, error)
- func (m *RestMapperMock) ResourceFor(schema.GroupVersionResource) (schema.GroupVersionResource, error)
- func (m *RestMapperMock) ResourceSingularizer(string) (string, error)
- func (m *RestMapperMock) ResourcesFor(schema.GroupVersionResource) ([]schema.GroupVersionResource, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RestMapperMock ¶
func (*RestMapperMock) KindFor ¶
func (m *RestMapperMock) KindFor(schema.GroupVersionResource) (schema.GroupVersionKind, error)
func (*RestMapperMock) KindsFor ¶
func (m *RestMapperMock) KindsFor(schema.GroupVersionResource) ([]schema.GroupVersionKind, error)
func (*RestMapperMock) RESTMapping ¶
func (m *RestMapperMock) RESTMapping(schema.GroupKind, ...string) (*meta.RESTMapping, error)
func (*RestMapperMock) RESTMappings ¶
func (m *RestMapperMock) RESTMappings(schema.GroupKind, ...string) ([]*meta.RESTMapping, error)
func (*RestMapperMock) ResourceFor ¶
func (m *RestMapperMock) ResourceFor(schema.GroupVersionResource) (schema.GroupVersionResource, error)
func (*RestMapperMock) ResourceSingularizer ¶
func (m *RestMapperMock) ResourceSingularizer(string) (string, error)
func (*RestMapperMock) ResourcesFor ¶
func (m *RestMapperMock) ResourcesFor(schema.GroupVersionResource) ([]schema.GroupVersionResource, error)
Click to show internal directories.
Click to hide internal directories.