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 ¶
Click to show internal directories.
Click to hide internal directories.