v1

package
v0.0.0-...-fe632b3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 26, 2020 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	SchemeBuilder = runtime.NewSchemeBuilder(addKnownTypes)
	AddToScheme   = SchemeBuilder.AddToScheme
)
View Source
var SchemeGroupVersion = schema.GroupVersion{Group: "rpccontroller.istio.io", Version: "v1"}

SchemeGroupVersion is group version used to register these objects

Functions

func Kind

func Kind(kind string) schema.GroupKind

Kind takes an unqualified kind and returns back a Group qualified GroupKind

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL