Versions in this module Expand all Collapse all v0 v0.1.12 Jul 18, 2019 v0.1.11 Jun 20, 2019 v0.1.10 Mar 25, 2019 Changes in this version + var SchemeBuilder = &scheme.Builder + var SchemeGroupVersion = schema.GroupVersion + type Toy struct + Spec ToySpec + Status ToyStatus + func (in *Toy) DeepCopy() *Toy + func (in *Toy) DeepCopyInto(out *Toy) + func (in *Toy) DeepCopyObject() runtime.Object + type ToyList struct + Items []Toy + func (in *ToyList) DeepCopy() *ToyList + func (in *ToyList) DeepCopyInto(out *ToyList) + func (in *ToyList) DeepCopyObject() runtime.Object + type ToyS3LogConfig struct + Bucket string + type ToySpec struct + Address string + Addresses []string + Alias string + Bricks int32 + Claim v1.PersistentVolumeClaim + Comment []byte + Description string + Knights []string + Location map[string]string + Name string + Power float32 + Rank int + Replicas *int32 + Rook *intstr.IntOrString + S3Log ToyS3LogConfig + Template v1.PodTemplateSpec + Winner bool + func (in *ToySpec) DeepCopy() *ToySpec + func (in *ToySpec) DeepCopyInto(out *ToySpec) + type ToyStatus struct + Replicas int32 + func (in *ToyStatus) DeepCopy() *ToyStatus + func (in *ToyStatus) DeepCopyInto(out *ToyStatus)