kubernetesk8s.io/kubernetes/pkg/storage/testing Index | Files

package testing

import "k8s.io/kubernetes/pkg/storage/testing"

Index

Types

type TestResource

type TestResource struct {
	unversioned.TypeMeta `json:",inline"`
	api.ObjectMeta       `json:"metadata"`
	Value                int `json:"value"`
}

func (*TestResource) CodecDecodeSelf

func (x *TestResource) CodecDecodeSelf(d *codec1978.Decoder)

func (*TestResource) CodecEncodeSelf

func (x *TestResource) CodecEncodeSelf(e *codec1978.Encoder)

func (*TestResource) IsAnAPIObject

func (*TestResource) IsAnAPIObject()

Source Files

types.generated.go types.go

Version
v1.2.0-alpha.3
Published
Nov 3, 2015
Platform
js/wasm
Imports
9 packages
Last checked
2 minutes ago

Tools for package owners.