Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
var ( SchemeBuilder = runtime.NewSchemeBuilder(addKnownTypes) AddToScheme = SchemeBuilder.AddToScheme )
var SchemeGroupVersion = schema.GroupVersion{Group: "rpccontroller.istio.io", Version: "v1"}
SchemeGroupVersion is group version used to register these objects
Functions ¶
func Resource ¶
func Resource(resource string) schema.GroupResource
Resource takes an unqualified resource and returns a Group qualified GroupResource
Types ¶
type RpcService ¶
type RpcService struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec RpcServiceSpec `json:"spec"` Status RpcServiceStatus `json:"status"` }
func (*RpcService) DeepCopy ¶
func (in *RpcService) DeepCopy() *RpcService
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RpcService.
func (*RpcService) DeepCopyInto ¶
func (in *RpcService) DeepCopyInto(out *RpcService)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*RpcService) DeepCopyObject ¶
func (in *RpcService) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type RpcServiceList ¶
type RpcServiceList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata"` Items []RpcService `json:"items"` }
func (*RpcServiceList) DeepCopy ¶
func (in *RpcServiceList) DeepCopy() *RpcServiceList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RpcServiceList.
func (*RpcServiceList) DeepCopyInto ¶
func (in *RpcServiceList) DeepCopyInto(out *RpcServiceList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*RpcServiceList) DeepCopyObject ¶
func (in *RpcServiceList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type RpcServiceSpec ¶
type RpcServiceSpec struct { // k8s service selector Selector map[string]string `json:"selector"` // domain suffix to register dns DomainSuffix string `json:"domainsuffix"` }
func (*RpcServiceSpec) DeepCopy ¶
func (in *RpcServiceSpec) DeepCopy() *RpcServiceSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RpcServiceSpec.
func (*RpcServiceSpec) DeepCopyInto ¶
func (in *RpcServiceSpec) DeepCopyInto(out *RpcServiceSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type RpcServiceStatus ¶
type RpcServiceStatus struct { }
func (*RpcServiceStatus) DeepCopy ¶
func (in *RpcServiceStatus) DeepCopy() *RpcServiceStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RpcServiceStatus.
func (*RpcServiceStatus) DeepCopyInto ¶
func (in *RpcServiceStatus) DeepCopyInto(out *RpcServiceStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.