v1

package
v1.3.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 7, 2017 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var SchemeGroupVersion = unversioned.GroupVersion{Group: "testgroup.k8s.io", Version: "v1"}

Functions

func AddToScheme

func AddToScheme(scheme *runtime.Scheme)

Types

type TestType

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

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) GetObjectKind

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

type TestTypeStatus

type TestTypeStatus struct {
	Blah string
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL