thirdparty

package
v1.0.0-rc6 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GlobalConfig

type GlobalConfig struct {
	unversioned.TypeMeta `json:",inline"`
	Metadata             api.ObjectMeta `json:"metadata"`

	Spec GlobalConfigSpec `json:"spec"`
}

func (*GlobalConfig) GetObjectKind

func (e *GlobalConfig) GetObjectKind() schema.ObjectKind

Required to satisfy Object interface

func (*GlobalConfig) GetObjectMeta

func (e *GlobalConfig) GetObjectMeta() meta.Object

Required to satisfy ObjectMetaAccessor interface

func (*GlobalConfig) UnmarshalJSON

func (g *GlobalConfig) UnmarshalJSON(data []byte) error

type GlobalConfigCopy

type GlobalConfigCopy GlobalConfig

type GlobalConfigList

type GlobalConfigList struct {
	unversioned.TypeMeta `json:",inline"`
	Metadata             unversioned.ListMeta `json:"metadata"`

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

func (*GlobalConfigList) GetListMeta

func (el *GlobalConfigList) GetListMeta() unversioned.List

Required to satisfy ListMetaAccessor interface

func (*GlobalConfigList) GetObjectKind

func (el *GlobalConfigList) GetObjectKind() schema.ObjectKind

Required to satisfy Object interface

func (*GlobalConfigList) UnmarshalJSON

func (l *GlobalConfigList) UnmarshalJSON(data []byte) error

type GlobalConfigListCopy

type GlobalConfigListCopy GlobalConfigList

type GlobalConfigSpec

type GlobalConfigSpec struct {
	Name  string `json:"name"`
	Value string `json:"value"`
}

Jump to

Keyboard shortcuts

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