Versions in this module Expand all Collapse all v0 v0.0.1 Jun 15, 2017 Changes in this version + type ClusterSpec struct + Apis []kong.Data + BaseImage string + Consumers []kong.ConsumerTPR + Name string + Plugins []kong.Plugin + Replicas int32 + UseSamplePostgres bool + type KongCluster struct + APIVersion string + Kind string + Metadata api.ObjectMeta + Spec ClusterSpec + Type string + func (e *KongCluster) GetObjectKind() unversioned.ObjectKind + func (e *KongCluster) GetObjectMeta() meta.Object + func (e *KongCluster) UnmarshalJSON(data []byte) error + type KongClusterCopy KongCluster + type KongClusterList struct + APIVersion string + Items []KongCluster + Kind string + Metadata api.ObjectMeta + func (el *KongClusterList) GetListMeta() unversioned.List + func (el *KongClusterList) GetObjectKind() unversioned.ObjectKind + func (el *KongClusterList) UnmarshalJSON(data []byte) error + type KongClusterListCopy KongClusterList