Versions in this module Expand all Collapse all v0 v0.5.0 Jan 20, 2021 Changes in this version + var AddToScheme = SchemeBuilder.AddToScheme + var SchemeBuilder = runtime.NewSchemeBuilder(addKnownTypes) + var SchemeGroupVersion = schema.GroupVersion + func Kind(kind string) schema.GroupKind + func Resource(resource string) schema.GroupResource + type TrafficSplit struct + Spec TrafficSplitSpec + func (in *TrafficSplit) DeepCopy() *TrafficSplit + func (in *TrafficSplit) DeepCopyInto(out *TrafficSplit) + func (in *TrafficSplit) DeepCopyObject() runtime.Object + type TrafficSplitBackend struct + Service string + Weight int + func (in *TrafficSplitBackend) DeepCopy() *TrafficSplitBackend + func (in *TrafficSplitBackend) DeepCopyInto(out *TrafficSplitBackend) + type TrafficSplitList struct + Items []TrafficSplit + func (in *TrafficSplitList) DeepCopy() *TrafficSplitList + func (in *TrafficSplitList) DeepCopyInto(out *TrafficSplitList) + func (in *TrafficSplitList) DeepCopyObject() runtime.Object + type TrafficSplitSpec struct + Backends []TrafficSplitBackend + Matches []corev1.TypedLocalObjectReference + Service string + func (in *TrafficSplitSpec) DeepCopy() *TrafficSplitSpec + func (in *TrafficSplitSpec) DeepCopyInto(out *TrafficSplitSpec)