package testgroup

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

+groupName=testgroup.k8s.io

Index

Variables

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

Types

type TestType

type TestType struct {
	metav1.TypeMeta
	metav1.ObjectMeta
	Status TestTypeStatus
}

func (*TestType) GetObjectKind

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

type TestTypeList

type TestTypeList struct {
	metav1.TypeMeta
	metav1.ListMeta

	Items []TestType
}

func (*TestTypeList) GetObjectKind

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

type TestTypeStatus

type TestTypeStatus struct {
	Blah string
}

Source Files

doc.go register.go types.go

Directories

PathSynopsis
cmd/libs/go2idl/client-gen/test_apis/testgroup/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/v1+k8s:openapi-gen=true +groupName=testgroup.k8s.io
Version
v1.7.6-beta.0
Published
Aug 31, 2017
Platform
js/wasm
Imports
3 packages
Last checked
1 minute ago

Tools for package owners.