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

package testing

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

Index

Types

type TestStruct

type TestStruct struct {
	unversioned.TypeMeta `json:",inline"`
	api.ObjectMeta       `json:"metadata,omitempty"`
	Key                  string         `json:"Key"`
	Map                  map[string]int `json:"Map"`
	StringList           []string       `json:"StringList"`
	IntList              []int          `json:"IntList"`
}

func (*TestStruct) CodecDecodeSelf

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

func (*TestStruct) CodecEncodeSelf

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

func (*TestStruct) GetObjectKind

func (obj *TestStruct) GetObjectKind() unversioned.ObjectKind

Source Files

types.generated.go types.go

Version
v1.3.0-alpha.4
Published
May 17, 2016
Platform
js/wasm
Imports
9 packages
Last checked
21 seconds ago

Tools for package owners.