package testing
import "k8s.io/kubernetes/pkg/kubectl/testing"
Index ¶
Types ¶
type TestStruct ¶
type TestStruct struct { metav1.TypeMeta `json:",inline"` // +optional metav1.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() schema.ObjectKind
Source Files ¶
types.generated.go types.go
- Version
- v1.6.0
- Published
- Mar 28, 2017
- Platform
- js/wasm
- Imports
- 9 packages
- Last checked
- 5 minutes ago –
Tools for package owners.