testing

package
v1.1.6 Latest Latest
Warning

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

Go to latest
Published: Apr 5, 2016 License: Apache-2.0, Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Simple

type Simple struct {
	unversioned.TypeMeta `json:",inline"`
	api.ObjectMeta       `json:"metadata"`
	Other                string            `json:"other,omitempty"`
	Labels               map[string]string `json:"labels,omitempty"`
}

func (*Simple) GetObjectKind added in v1.1.3

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

type SimpleGetOptions

type SimpleGetOptions struct {
	unversioned.TypeMeta `json:",inline"`
	Param1               string `json:"param1"`
	Param2               string `json:"param2"`
	Path                 string `json:"atAPath"`
}

func (*SimpleGetOptions) GetObjectKind added in v1.1.3

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

func (SimpleGetOptions) SwaggerDoc

func (SimpleGetOptions) SwaggerDoc() map[string]string

type SimpleList

type SimpleList struct {
	unversioned.TypeMeta `json:",inline"`
	unversioned.ListMeta `json:"metadata,inline"`
	Items                []Simple `json:"items,omitempty"`
}

func (*SimpleList) GetObjectKind added in v1.1.3

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

type SimpleRoot

type SimpleRoot struct {
	unversioned.TypeMeta `json:",inline"`
	api.ObjectMeta       `json:"metadata"`
	Other                string            `json:"other,omitempty"`
	Labels               map[string]string `json:"labels,omitempty"`
}

func (*SimpleRoot) GetObjectKind added in v1.1.3

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

Jump to

Keyboard shortcuts

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