Versions in this module Expand all Collapse all v0 v0.5.0 Aug 8, 2018 Changes in this version + const Group + const 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 Destination struct + Host string + Port *PortSelector + func (in *Destination) DeepCopy() *Destination + func (in *Destination) DeepCopyInto(out *Destination) + type DestinationWeight struct + Destination *Destination + func (in *DestinationWeight) DeepCopy() *DestinationWeight + func (in *DestinationWeight) DeepCopyInto(out *DestinationWeight) + type HTTPMatchRequest struct + Uri *StringMatch + func (in *HTTPMatchRequest) DeepCopy() *HTTPMatchRequest + func (in *HTTPMatchRequest) DeepCopyInto(out *HTTPMatchRequest) + type HTTPRoute struct + Match []*HTTPMatchRequest + Route []*DestinationWeight + func (in *HTTPRoute) DeepCopy() *HTTPRoute + func (in *HTTPRoute) DeepCopyInto(out *HTTPRoute) + func (o *HTTPRoute) String() string + type PortSelector struct + Number uint32 + func (in *PortSelector) DeepCopy() *PortSelector + func (in *PortSelector) DeepCopyInto(out *PortSelector) + type StringMatch struct + Regex string + func (in *StringMatch) DeepCopy() *StringMatch + func (in *StringMatch) DeepCopyInto(out *StringMatch) + type VirtualService struct + Spec *VirtualServiceSpec + func (in *VirtualService) DeepCopy() *VirtualService + func (in *VirtualService) DeepCopyInto(out *VirtualService) + func (in *VirtualService) DeepCopyObject() runtime.Object + func (v *VirtualService) String() string + type VirtualServiceList struct + Items []VirtualService + func (in *VirtualServiceList) DeepCopy() *VirtualServiceList + func (in *VirtualServiceList) DeepCopyInto(out *VirtualServiceList) + func (in *VirtualServiceList) DeepCopyObject() runtime.Object + type VirtualServiceSpec struct + Gateways []string + Hosts []string + Http []*HTTPRoute + func (in *VirtualServiceSpec) DeepCopy() *VirtualServiceSpec + func (in *VirtualServiceSpec) DeepCopyInto(out *VirtualServiceSpec) + func (s *VirtualServiceSpec) String() string