package testgroup

import "k8s.io/kubernetes/cmd/libs/go2idl/client-gen/test_apis/testgroup.k8s.io"

+groupName=testgroup.k8s.io

Index

Variables

var (
	SchemeBuilder = runtime.NewSchemeBuilder(addKnownTypes)
	AddToScheme   = SchemeBuilder.AddToScheme
)
var SchemeGroupVersion = unversioned.GroupVersion{Group: "testgroup.k8s.io", Version: runtime.APIVersionInternal}

Types

type TestType

type TestType struct {
	unversioned.TypeMeta `json:",inline"`
	api.ObjectMeta       `json:"metadata,omitempty"`
	Status               TestTypeStatus `json:"status,omitempty"`
}

func (*TestType) CodecDecodeSelf

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

func (*TestType) CodecEncodeSelf

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

func (*TestType) GetObjectKind

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

type TestTypeList

type TestTypeList struct {
	unversioned.TypeMeta `json:",inline"`
	unversioned.ListMeta `json:"metadata,omitempty"`

	Items []TestType `json:"items"`
}

func (*TestTypeList) CodecDecodeSelf

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

func (*TestTypeList) CodecEncodeSelf

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

func (*TestTypeList) GetObjectKind

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

type TestTypeStatus

type TestTypeStatus struct {
	Blah string
}

func (*TestTypeStatus) CodecDecodeSelf

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

func (*TestTypeStatus) CodecEncodeSelf

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

Source Files

doc.go register.go types.generated.go types.go

Directories

PathSynopsis
cmd/libs/go2idl/client-gen/test_apis/testgroup.k8s.io/installPackage install installs the experimental API group, making it available as an option to all of the API encoding/decoding machinery.
cmd/libs/go2idl/client-gen/test_apis/testgroup.k8s.io/v1
Version
v1.4.12
Published
Apr 20, 2017
Platform
js/wasm
Imports
10 packages
Last checked
2 minutes ago

Tools for package owners.