Documentation ¶
Overview ¶
Package v1alpha1 contains API Schema definitions for the v1alpha1 API group +kubebuilder:object:generate=true +groupName=opentelemetry.io
Index ¶
Constants ¶
This section is empty.
Variables ¶
var ( // GroupVersion is group version used to register these objects GroupVersion = schema.GroupVersion{Group: "opentelemetry.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 OpenTelemetryInstrumentation ¶
type OpenTelemetryInstrumentation struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec OpenTelemetryInstrumentationSpec `json:"spec,omitempty"` Status OpenTelemetryInstrumentationStatus `json:"status,omitempty"` }
OpenTelemetryInstrumentation is the Schema for the opentelemetryinstrumentations API
func (*OpenTelemetryInstrumentation) DeepCopy ¶
func (in *OpenTelemetryInstrumentation) DeepCopy() *OpenTelemetryInstrumentation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new OpenTelemetryInstrumentation.
func (*OpenTelemetryInstrumentation) DeepCopyInto ¶
func (in *OpenTelemetryInstrumentation) DeepCopyInto(out *OpenTelemetryInstrumentation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*OpenTelemetryInstrumentation) DeepCopyObject ¶
func (in *OpenTelemetryInstrumentation) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type OpenTelemetryInstrumentationList ¶
type OpenTelemetryInstrumentationList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []OpenTelemetryInstrumentation `json:"items"` }
OpenTelemetryInstrumentationList contains a list of OpenTelemetryInstrumentation
func (*OpenTelemetryInstrumentationList) DeepCopy ¶
func (in *OpenTelemetryInstrumentationList) DeepCopy() *OpenTelemetryInstrumentationList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new OpenTelemetryInstrumentationList.
func (*OpenTelemetryInstrumentationList) DeepCopyInto ¶
func (in *OpenTelemetryInstrumentationList) DeepCopyInto(out *OpenTelemetryInstrumentationList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*OpenTelemetryInstrumentationList) DeepCopyObject ¶
func (in *OpenTelemetryInstrumentationList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type OpenTelemetryInstrumentationSpec ¶
type OpenTelemetryInstrumentationSpec struct { OTLPEndpoint string `json:"OTLPEndpoint,omitempty"` JavaagentImage string `json:"javaagentImage,omitempty"` TracesSampler string `json:"tracesSampler,omitempty"` TracesSamplerArg string `json:"tracesSamplerArg,omitempty"` ResourceAttributes map[string]string `json:"resourceAttributes,omitempty"` }
OpenTelemetryInstrumentationSpec defines the desired state of OpenTelemetryInstrumentation
func (*OpenTelemetryInstrumentationSpec) DeepCopy ¶
func (in *OpenTelemetryInstrumentationSpec) DeepCopy() *OpenTelemetryInstrumentationSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new OpenTelemetryInstrumentationSpec.
func (*OpenTelemetryInstrumentationSpec) DeepCopyInto ¶
func (in *OpenTelemetryInstrumentationSpec) DeepCopyInto(out *OpenTelemetryInstrumentationSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type OpenTelemetryInstrumentationStatus ¶
type OpenTelemetryInstrumentationStatus struct { }
OpenTelemetryInstrumentationStatus defines the observed state of OpenTelemetryInstrumentation
func (*OpenTelemetryInstrumentationStatus) DeepCopy ¶
func (in *OpenTelemetryInstrumentationStatus) DeepCopy() *OpenTelemetryInstrumentationStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new OpenTelemetryInstrumentationStatus.
func (*OpenTelemetryInstrumentationStatus) DeepCopyInto ¶
func (in *OpenTelemetryInstrumentationStatus) DeepCopyInto(out *OpenTelemetryInstrumentationStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.