var _ …
type mockCacheableObject …
func (m *mockCacheableObject) DeepCopyObject() runtime.Object { … }
func (m *mockCacheableObject) GetObjectKind() schema.ObjectKind { … }
func (m *mockCacheableObject) GroupVersionKind() schema.GroupVersionKind { … }
func (m *mockCacheableObject) SetGroupVersionKind(gvk schema.GroupVersionKind) { … }
func (m *mockCacheableObject) CacheEncode(id runtime.Identifier, encode func(runtime.Object, io.Writer) error, w io.Writer) error { … }
func (m *mockCacheableObject) GetObject() runtime.Object { … }
type mockNamer …
func (*mockNamer) Namespace(_ *http.Request) (string, error) { … }
func (*mockNamer) Name(_ *http.Request) (string, string, error) { … }
func (*mockNamer) ObjectName(_ runtime.Object) (string, string, error) { … }
type mockEncoder …
func (e *mockEncoder) Encode(obj runtime.Object, _ io.Writer) error { … }
func (e *mockEncoder) Identifier() runtime.Identifier { … }
func TestCacheableObject(t *testing.T) { … }
func TestAsPartialObjectMetadataList(t *testing.T) { … }
func TestWatchEncoderIdentifier(t *testing.T) { … }
func TestWatchListEncoder(t *testing.T) { … }
func encodeObjectToBase64String(obj runtime.Object, t *testing.T) string { … }
func newJSONSerializer() runtime.Serializer { … }