Documentation ¶
Overview ¶
Package v1 is the v1 version of the API. +groupName=gateway.solo.io
Index ¶
- Constants
- Variables
- func Resource(resource string) schema.GroupResource
- type Gateway
- type GatewayList
- type HttpListenerOption
- func (in *HttpListenerOption) DeepCopy() *HttpListenerOption
- func (in *HttpListenerOption) DeepCopyInto(out *HttpListenerOption)
- func (in *HttpListenerOption) DeepCopyObject() runtime.Object
- func (o *HttpListenerOption) MarshalJSON() ([]byte, error)
- func (o *HttpListenerOption) UnmarshalJSON(data []byte) error
- type HttpListenerOptionList
- type ListenerOption
- type ListenerOptionList
- type MatchableHttpGateway
- func (in *MatchableHttpGateway) DeepCopy() *MatchableHttpGateway
- func (in *MatchableHttpGateway) DeepCopyInto(out *MatchableHttpGateway)
- func (in *MatchableHttpGateway) DeepCopyObject() runtime.Object
- func (o *MatchableHttpGateway) MarshalJSON() ([]byte, error)
- func (o *MatchableHttpGateway) UnmarshalJSON(data []byte) error
- type MatchableHttpGatewayList
- type MatchableTcpGateway
- func (in *MatchableTcpGateway) DeepCopy() *MatchableTcpGateway
- func (in *MatchableTcpGateway) DeepCopyInto(out *MatchableTcpGateway)
- func (in *MatchableTcpGateway) DeepCopyObject() runtime.Object
- func (o *MatchableTcpGateway) MarshalJSON() ([]byte, error)
- func (o *MatchableTcpGateway) UnmarshalJSON(data []byte) error
- type MatchableTcpGatewayList
- type RouteOption
- type RouteOptionList
- type RouteTable
- type RouteTableList
- type VirtualHostOption
- func (in *VirtualHostOption) DeepCopy() *VirtualHostOption
- func (in *VirtualHostOption) DeepCopyInto(out *VirtualHostOption)
- func (in *VirtualHostOption) DeepCopyObject() runtime.Object
- func (o *VirtualHostOption) MarshalJSON() ([]byte, error)
- func (o *VirtualHostOption) UnmarshalJSON(data []byte) error
- type VirtualHostOptionList
- type VirtualService
- type VirtualServiceList
Constants ¶
const (
// Package-wide consts from generator "register".
GroupName = "gateway.solo.io"
)
Variables ¶
var ( // Package-wide variables from generator "register". SchemeGroupVersion = schema.GroupVersion{Group: GroupName, Version: "v1"} SchemeBuilder = runtime.NewSchemeBuilder(addKnownTypes) AddToScheme = localSchemeBuilder.AddToScheme )
Functions ¶
func Resource ¶
func Resource(resource string) schema.GroupResource
Types ¶
type Gateway ¶
type Gateway struct { v1.TypeMeta `json:",inline"` // +optional v1.ObjectMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"` // Spec defines the implementation of this definition. // +optional Spec api.Gateway `json:"spec,omitempty" protobuf:"bytes,2,opt,name=spec"` Status core.NamespacedStatuses `json:"status,omitempty" protobuf:"bytes,3,opt,name=status"` }
+k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object +resourceName=gateways +genclient
func (*Gateway) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Gateway.
func (*Gateway) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*Gateway) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*Gateway) MarshalJSON ¶
func (*Gateway) UnmarshalJSON ¶
type GatewayList ¶
type GatewayList struct { v1.TypeMeta `json:",inline"` // +optional v1.ListMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"` Items []Gateway `json:"items" protobuf:"bytes,2,rep,name=items"` }
+k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object GatewayList is a collection of Gateways.
func (*GatewayList) DeepCopy ¶
func (in *GatewayList) DeepCopy() *GatewayList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new GatewayList.
func (*GatewayList) DeepCopyInto ¶
func (in *GatewayList) DeepCopyInto(out *GatewayList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*GatewayList) DeepCopyObject ¶
func (in *GatewayList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type HttpListenerOption ¶ added in v1.17.0
type HttpListenerOption struct { v1.TypeMeta `json:",inline"` // +optional v1.ObjectMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"` // Spec defines the implementation of this definition. // +optional Spec api.HttpListenerOption `json:"spec,omitempty" protobuf:"bytes,2,opt,name=spec"` }
+k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object +resourceName=httplisteneroptions +genclient +genclient:noStatus
func (*HttpListenerOption) DeepCopy ¶ added in v1.17.0
func (in *HttpListenerOption) DeepCopy() *HttpListenerOption
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new HttpListenerOption.
func (*HttpListenerOption) DeepCopyInto ¶ added in v1.17.0
func (in *HttpListenerOption) DeepCopyInto(out *HttpListenerOption)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*HttpListenerOption) DeepCopyObject ¶ added in v1.17.0
func (in *HttpListenerOption) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*HttpListenerOption) MarshalJSON ¶ added in v1.17.0
func (o *HttpListenerOption) MarshalJSON() ([]byte, error)
func (*HttpListenerOption) UnmarshalJSON ¶ added in v1.17.0
func (o *HttpListenerOption) UnmarshalJSON(data []byte) error
type HttpListenerOptionList ¶ added in v1.17.0
type HttpListenerOptionList struct { v1.TypeMeta `json:",inline"` // +optional v1.ListMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"` Items []HttpListenerOption `json:"items" protobuf:"bytes,2,rep,name=items"` }
+k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object HttpListenerOptionList is a collection of HttpListenerOptions.
func (*HttpListenerOptionList) DeepCopy ¶ added in v1.17.0
func (in *HttpListenerOptionList) DeepCopy() *HttpListenerOptionList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new HttpListenerOptionList.
func (*HttpListenerOptionList) DeepCopyInto ¶ added in v1.17.0
func (in *HttpListenerOptionList) DeepCopyInto(out *HttpListenerOptionList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*HttpListenerOptionList) DeepCopyObject ¶ added in v1.17.0
func (in *HttpListenerOptionList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type ListenerOption ¶ added in v1.17.0
type ListenerOption struct { v1.TypeMeta `json:",inline"` // +optional v1.ObjectMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"` // Spec defines the implementation of this definition. // +optional Spec api.ListenerOption `json:"spec,omitempty" protobuf:"bytes,2,opt,name=spec"` }
+k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object +resourceName=listeneroptions +genclient +genclient:noStatus
func (*ListenerOption) DeepCopy ¶ added in v1.17.0
func (in *ListenerOption) DeepCopy() *ListenerOption
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ListenerOption.
func (*ListenerOption) DeepCopyInto ¶ added in v1.17.0
func (in *ListenerOption) DeepCopyInto(out *ListenerOption)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*ListenerOption) DeepCopyObject ¶ added in v1.17.0
func (in *ListenerOption) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*ListenerOption) MarshalJSON ¶ added in v1.17.0
func (o *ListenerOption) MarshalJSON() ([]byte, error)
func (*ListenerOption) UnmarshalJSON ¶ added in v1.17.0
func (o *ListenerOption) UnmarshalJSON(data []byte) error
type ListenerOptionList ¶ added in v1.17.0
type ListenerOptionList struct { v1.TypeMeta `json:",inline"` // +optional v1.ListMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"` Items []ListenerOption `json:"items" protobuf:"bytes,2,rep,name=items"` }
+k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object ListenerOptionList is a collection of ListenerOptions.
func (*ListenerOptionList) DeepCopy ¶ added in v1.17.0
func (in *ListenerOptionList) DeepCopy() *ListenerOptionList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ListenerOptionList.
func (*ListenerOptionList) DeepCopyInto ¶ added in v1.17.0
func (in *ListenerOptionList) DeepCopyInto(out *ListenerOptionList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*ListenerOptionList) DeepCopyObject ¶ added in v1.17.0
func (in *ListenerOptionList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type MatchableHttpGateway ¶ added in v1.9.25
type MatchableHttpGateway struct { v1.TypeMeta `json:",inline"` // +optional v1.ObjectMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"` // Spec defines the implementation of this definition. // +optional Spec api.MatchableHttpGateway `json:"spec,omitempty" protobuf:"bytes,2,opt,name=spec"` Status core.NamespacedStatuses `json:"status,omitempty" protobuf:"bytes,3,opt,name=status"` }
+k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object +resourceName=httpgateways +genclient
func (*MatchableHttpGateway) DeepCopy ¶ added in v1.9.25
func (in *MatchableHttpGateway) DeepCopy() *MatchableHttpGateway
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new MatchableHttpGateway.
func (*MatchableHttpGateway) DeepCopyInto ¶ added in v1.9.25
func (in *MatchableHttpGateway) DeepCopyInto(out *MatchableHttpGateway)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*MatchableHttpGateway) DeepCopyObject ¶ added in v1.9.25
func (in *MatchableHttpGateway) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*MatchableHttpGateway) MarshalJSON ¶ added in v1.9.25
func (o *MatchableHttpGateway) MarshalJSON() ([]byte, error)
func (*MatchableHttpGateway) UnmarshalJSON ¶ added in v1.9.25
func (o *MatchableHttpGateway) UnmarshalJSON(data []byte) error
type MatchableHttpGatewayList ¶ added in v1.9.25
type MatchableHttpGatewayList struct { v1.TypeMeta `json:",inline"` // +optional v1.ListMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"` Items []MatchableHttpGateway `json:"items" protobuf:"bytes,2,rep,name=items"` }
+k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object MatchableHttpGatewayList is a collection of MatchableHttpGateways.
func (*MatchableHttpGatewayList) DeepCopy ¶ added in v1.9.25
func (in *MatchableHttpGatewayList) DeepCopy() *MatchableHttpGatewayList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new MatchableHttpGatewayList.
func (*MatchableHttpGatewayList) DeepCopyInto ¶ added in v1.9.25
func (in *MatchableHttpGatewayList) DeepCopyInto(out *MatchableHttpGatewayList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*MatchableHttpGatewayList) DeepCopyObject ¶ added in v1.9.25
func (in *MatchableHttpGatewayList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type MatchableTcpGateway ¶ added in v1.14.4
type MatchableTcpGateway struct { v1.TypeMeta `json:",inline"` // +optional v1.ObjectMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"` // Spec defines the implementation of this definition. // +optional Spec api.MatchableTcpGateway `json:"spec,omitempty" protobuf:"bytes,2,opt,name=spec"` Status core.NamespacedStatuses `json:"status,omitempty" protobuf:"bytes,3,opt,name=status"` }
+k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object +resourceName=tcpgateways +genclient
func (*MatchableTcpGateway) DeepCopy ¶ added in v1.14.4
func (in *MatchableTcpGateway) DeepCopy() *MatchableTcpGateway
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new MatchableTcpGateway.
func (*MatchableTcpGateway) DeepCopyInto ¶ added in v1.14.4
func (in *MatchableTcpGateway) DeepCopyInto(out *MatchableTcpGateway)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*MatchableTcpGateway) DeepCopyObject ¶ added in v1.14.4
func (in *MatchableTcpGateway) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*MatchableTcpGateway) MarshalJSON ¶ added in v1.14.4
func (o *MatchableTcpGateway) MarshalJSON() ([]byte, error)
func (*MatchableTcpGateway) UnmarshalJSON ¶ added in v1.14.4
func (o *MatchableTcpGateway) UnmarshalJSON(data []byte) error
type MatchableTcpGatewayList ¶ added in v1.14.4
type MatchableTcpGatewayList struct { v1.TypeMeta `json:",inline"` // +optional v1.ListMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"` Items []MatchableTcpGateway `json:"items" protobuf:"bytes,2,rep,name=items"` }
+k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object MatchableTcpGatewayList is a collection of MatchableTcpGateways.
func (*MatchableTcpGatewayList) DeepCopy ¶ added in v1.14.4
func (in *MatchableTcpGatewayList) DeepCopy() *MatchableTcpGatewayList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new MatchableTcpGatewayList.
func (*MatchableTcpGatewayList) DeepCopyInto ¶ added in v1.14.4
func (in *MatchableTcpGatewayList) DeepCopyInto(out *MatchableTcpGatewayList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*MatchableTcpGatewayList) DeepCopyObject ¶ added in v1.14.4
func (in *MatchableTcpGatewayList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type RouteOption ¶ added in v1.8.0
type RouteOption struct { v1.TypeMeta `json:",inline"` // +optional v1.ObjectMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"` // Spec defines the implementation of this definition. // +optional Spec api.RouteOption `json:"spec,omitempty" protobuf:"bytes,2,opt,name=spec"` Status core.NamespacedStatuses `json:"status,omitempty" protobuf:"bytes,3,opt,name=status"` }
+k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object +resourceName=routeoptions +genclient
func (*RouteOption) DeepCopy ¶ added in v1.8.0
func (in *RouteOption) DeepCopy() *RouteOption
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RouteOption.
func (*RouteOption) DeepCopyInto ¶ added in v1.8.0
func (in *RouteOption) DeepCopyInto(out *RouteOption)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*RouteOption) DeepCopyObject ¶ added in v1.8.0
func (in *RouteOption) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*RouteOption) MarshalJSON ¶ added in v1.8.0
func (o *RouteOption) MarshalJSON() ([]byte, error)
func (*RouteOption) UnmarshalJSON ¶ added in v1.8.0
func (o *RouteOption) UnmarshalJSON(data []byte) error
type RouteOptionList ¶ added in v1.8.0
type RouteOptionList struct { v1.TypeMeta `json:",inline"` // +optional v1.ListMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"` Items []RouteOption `json:"items" protobuf:"bytes,2,rep,name=items"` }
+k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object RouteOptionList is a collection of RouteOptions.
func (*RouteOptionList) DeepCopy ¶ added in v1.8.0
func (in *RouteOptionList) DeepCopy() *RouteOptionList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RouteOptionList.
func (*RouteOptionList) DeepCopyInto ¶ added in v1.8.0
func (in *RouteOptionList) DeepCopyInto(out *RouteOptionList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*RouteOptionList) DeepCopyObject ¶ added in v1.8.0
func (in *RouteOptionList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type RouteTable ¶
type RouteTable struct { v1.TypeMeta `json:",inline"` // +optional v1.ObjectMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"` // Spec defines the implementation of this definition. // +optional Spec api.RouteTable `json:"spec,omitempty" protobuf:"bytes,2,opt,name=spec"` Status core.NamespacedStatuses `json:"status,omitempty" protobuf:"bytes,3,opt,name=status"` }
+k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object +resourceName=routetables +genclient
func (*RouteTable) DeepCopy ¶
func (in *RouteTable) DeepCopy() *RouteTable
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RouteTable.
func (*RouteTable) DeepCopyInto ¶
func (in *RouteTable) DeepCopyInto(out *RouteTable)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*RouteTable) DeepCopyObject ¶
func (in *RouteTable) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*RouteTable) MarshalJSON ¶
func (o *RouteTable) MarshalJSON() ([]byte, error)
func (*RouteTable) UnmarshalJSON ¶
func (o *RouteTable) UnmarshalJSON(data []byte) error
type RouteTableList ¶
type RouteTableList struct { v1.TypeMeta `json:",inline"` // +optional v1.ListMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"` Items []RouteTable `json:"items" protobuf:"bytes,2,rep,name=items"` }
+k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object RouteTableList is a collection of RouteTables.
func (*RouteTableList) DeepCopy ¶
func (in *RouteTableList) DeepCopy() *RouteTableList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RouteTableList.
func (*RouteTableList) DeepCopyInto ¶
func (in *RouteTableList) DeepCopyInto(out *RouteTableList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*RouteTableList) DeepCopyObject ¶
func (in *RouteTableList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type VirtualHostOption ¶ added in v1.8.0
type VirtualHostOption struct { v1.TypeMeta `json:",inline"` // +optional v1.ObjectMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"` // Spec defines the implementation of this definition. // +optional Spec api.VirtualHostOption `json:"spec,omitempty" protobuf:"bytes,2,opt,name=spec"` Status core.NamespacedStatuses `json:"status,omitempty" protobuf:"bytes,3,opt,name=status"` }
+k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object +resourceName=virtualhostoptions +genclient
func (*VirtualHostOption) DeepCopy ¶ added in v1.8.0
func (in *VirtualHostOption) DeepCopy() *VirtualHostOption
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VirtualHostOption.
func (*VirtualHostOption) DeepCopyInto ¶ added in v1.8.0
func (in *VirtualHostOption) DeepCopyInto(out *VirtualHostOption)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*VirtualHostOption) DeepCopyObject ¶ added in v1.8.0
func (in *VirtualHostOption) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*VirtualHostOption) MarshalJSON ¶ added in v1.8.0
func (o *VirtualHostOption) MarshalJSON() ([]byte, error)
func (*VirtualHostOption) UnmarshalJSON ¶ added in v1.8.0
func (o *VirtualHostOption) UnmarshalJSON(data []byte) error
type VirtualHostOptionList ¶ added in v1.8.0
type VirtualHostOptionList struct { v1.TypeMeta `json:",inline"` // +optional v1.ListMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"` Items []VirtualHostOption `json:"items" protobuf:"bytes,2,rep,name=items"` }
+k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object VirtualHostOptionList is a collection of VirtualHostOptions.
func (*VirtualHostOptionList) DeepCopy ¶ added in v1.8.0
func (in *VirtualHostOptionList) DeepCopy() *VirtualHostOptionList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VirtualHostOptionList.
func (*VirtualHostOptionList) DeepCopyInto ¶ added in v1.8.0
func (in *VirtualHostOptionList) DeepCopyInto(out *VirtualHostOptionList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*VirtualHostOptionList) DeepCopyObject ¶ added in v1.8.0
func (in *VirtualHostOptionList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type VirtualService ¶
type VirtualService struct { v1.TypeMeta `json:",inline"` // +optional v1.ObjectMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"` // Spec defines the implementation of this definition. // +optional Spec api.VirtualService `json:"spec,omitempty" protobuf:"bytes,2,opt,name=spec"` Status core.NamespacedStatuses `json:"status,omitempty" protobuf:"bytes,3,opt,name=status"` }
+k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object +resourceName=virtualservices +genclient
func (*VirtualService) DeepCopy ¶
func (in *VirtualService) DeepCopy() *VirtualService
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VirtualService.
func (*VirtualService) DeepCopyInto ¶
func (in *VirtualService) DeepCopyInto(out *VirtualService)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*VirtualService) DeepCopyObject ¶
func (in *VirtualService) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*VirtualService) MarshalJSON ¶
func (o *VirtualService) MarshalJSON() ([]byte, error)
func (*VirtualService) UnmarshalJSON ¶
func (o *VirtualService) UnmarshalJSON(data []byte) error
type VirtualServiceList ¶
type VirtualServiceList struct { v1.TypeMeta `json:",inline"` // +optional v1.ListMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"` Items []VirtualService `json:"items" protobuf:"bytes,2,rep,name=items"` }
+k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object VirtualServiceList is a collection of VirtualServices.
func (*VirtualServiceList) DeepCopy ¶
func (in *VirtualServiceList) DeepCopy() *VirtualServiceList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VirtualServiceList.
func (*VirtualServiceList) DeepCopyInto ¶
func (in *VirtualServiceList) DeepCopyInto(out *VirtualServiceList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*VirtualServiceList) DeepCopyObject ¶
func (in *VirtualServiceList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.