Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { kapi.TypeMeta `json:",inline"` kapi.ObjectMeta `json:"metadata,omitempty"` // Required: Items is an array of Kubernetes resources of Service, // Pod and/or ReplicationController kind. Items []runtime.RawExtension `json:"items"` }
Config contains a set of Kubernetes resources to be applied. TODO: Unify with Kubernetes Config
https://github.com/GoogleCloudPlatform/kubernetes/pull/1007
func (*Config) IsAnAPIObject ¶
func (*Config) IsAnAPIObject()
Click to show internal directories.
Click to hide internal directories.