Documentation ¶
Overview ¶
Package v1alpha1 contains API Schema definitions for the data v1alpha1 API group +kubebuilder:object:generate=true +groupName=data.fennecproject.io
Index ¶
Constants ¶
This section is empty.
Variables ¶
var ( // GroupVersion is group version used to register these objects. GroupVersion = schema.GroupVersion{Group: "data.fennecproject.io", Version: "v1alpha1"} // SchemeBuilder is used to add go types to the GroupVersionKind scheme. SchemeBuilder = &scheme.Builder{GroupVersion: GroupVersion} // AddToScheme adds the types in this group-version to the given scheme. AddToScheme = SchemeBuilder.AddToScheme )
Functions ¶
This section is empty.
Types ¶
type RawReceiver ¶
type RawReceiver struct { Port string `json:"port,omitempty"` FilePath string `json:"filePath,omitempty"` }
func (*RawReceiver) DeepCopy ¶
func (in *RawReceiver) DeepCopy() *RawReceiver
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RawReceiver.
func (*RawReceiver) DeepCopyInto ¶
func (in *RawReceiver) DeepCopyInto(out *RawReceiver)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type SnoopyDataEndpoint ¶
type SnoopyDataEndpoint struct { Status SnoopyDataEndpointStatus `json:"status,omitempty"` metav1.ObjectMeta `json:"metadata,omitempty"` metav1.TypeMeta `json:",inline"` Spec SnoopyDataEndpointSpec `json:"spec,omitempty"` }
SnoopyDataEndpoint is the Schema for the snoopydataendpoints API.
func (*SnoopyDataEndpoint) DeepCopy ¶
func (in *SnoopyDataEndpoint) DeepCopy() *SnoopyDataEndpoint
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SnoopyDataEndpoint.
func (*SnoopyDataEndpoint) DeepCopyInto ¶
func (in *SnoopyDataEndpoint) DeepCopyInto(out *SnoopyDataEndpoint)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*SnoopyDataEndpoint) DeepCopyObject ¶
func (in *SnoopyDataEndpoint) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type SnoopyDataEndpointList ¶
type SnoopyDataEndpointList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []SnoopyDataEndpoint `json:"items"` }
SnoopyDataEndpointList contains a list of SnoopyDataEndpoint.
func (*SnoopyDataEndpointList) DeepCopy ¶
func (in *SnoopyDataEndpointList) DeepCopy() *SnoopyDataEndpointList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SnoopyDataEndpointList.
func (*SnoopyDataEndpointList) DeepCopyInto ¶
func (in *SnoopyDataEndpointList) DeepCopyInto(out *SnoopyDataEndpointList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*SnoopyDataEndpointList) DeepCopyObject ¶
func (in *SnoopyDataEndpointList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type SnoopyDataEndpointSpec ¶
type SnoopyDataEndpointSpec struct { // ServiceName is used to create the service for the gRPC endpoint. ServiceName string `json:"serviceName"` // ServicePort is the exposed port on the service. ServicePort int32 `json:"servicePort"` }
SnoopyDataEndpointSpec defines the desired state of SnoopyDataEndpoint.
func (*SnoopyDataEndpointSpec) DeepCopy ¶
func (in *SnoopyDataEndpointSpec) DeepCopy() *SnoopyDataEndpointSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SnoopyDataEndpointSpec.
func (*SnoopyDataEndpointSpec) DeepCopyInto ¶
func (in *SnoopyDataEndpointSpec) DeepCopyInto(out *SnoopyDataEndpointSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type SnoopyDataEndpointStatus ¶
type SnoopyDataEndpointStatus struct { }
SnoopyDataEndpointStatus defines the observed state of SnoopyDataEndpoint.
func (*SnoopyDataEndpointStatus) DeepCopy ¶
func (in *SnoopyDataEndpointStatus) DeepCopy() *SnoopyDataEndpointStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SnoopyDataEndpointStatus.
func (*SnoopyDataEndpointStatus) DeepCopyInto ¶
func (in *SnoopyDataEndpointStatus) DeepCopyInto(out *SnoopyDataEndpointStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.