type testDecodable …
type DecodableSpec …
func (d *testDecodable) DeepCopyObject() runtime.Object { … }
func (d *testDecodable) DeepCopyInto(out *testDecodable) { … }
type testDecodeCoercion …
func (d *testDecodeCoercion) DeepCopyObject() runtime.Object { … }
func (d *testDecodeCoercion) DeepCopyInto(out *testDecodeCoercion) { … }
func TestDecode(t *testing.T) { … }
func TestCacheableObject(t *testing.T) { … }
type mockCreater …
func (c *mockCreater) New(kind schema.GroupVersionKind) (runtime.Object, error) { … }
type mockTyper …
func (t *mockTyper) ObjectKinds(obj runtime.Object) ([]schema.GroupVersionKind, bool, error) { … }
func (t *mockTyper) Recognizes(_ schema.GroupVersionKind) bool { … }
type testEncodableDuplicateTag …
func (testEncodableDuplicateTag) DeepCopyObject() runtime.Object { … }
type testEncodableTagMatchesUntaggedName …
func (testEncodableTagMatchesUntaggedName) DeepCopyObject() runtime.Object { … }
type staticTextMarshaler …
func (staticTextMarshaler) MarshalText() ([]byte, error) { … }
type testEncodableMap …
func (testEncodableMap[K]) GetObjectKind() schema.ObjectKind { … }
func (testEncodableMap[K]) DeepCopyObject() runtime.Object { … }
func TestEncode(t *testing.T) { … }
func TestRoundtripUnstructuredFractionlessFloat64(t *testing.T) { … }