package
0.0.0-20240421091437-e6f21ea8fe80
Repository: https://github.com/shyunny/jaeger-operator.git
Documentation: pkg.go.dev
# Constants
InfrastructureComponent Define the Infrastructure component.
No description provided by the author
OperatorByLabelKey Operator Common Labels Key.
ReconcilerComponent Define the Reconciler component.
No description provided by the author
StatusComponent Define the Status component.
TranslatorComponent Define the Translator component.
# Variables
AddToScheme adds the types in this group-version to the given scheme.
AllInOneType The deployment type is allInOne.
No description provided by the author
Distribute The deployment type is distribute.
No description provided by the author
GroupVersion is group version used to register these objects.
No description provided by the author
No description provided by the author
No description provided by the author
SchemeBuilder is used to add go types to the GroupVersionKind scheme.
ServiceTypeClusterIP means a service will only be accessible inside the cluster, via the cluster IP.
ServiceTypeLoadBalancer means a service will be exposed via an external load balancer (if the cloud provider supports it), in addition to 'NodePort' type.
ServiceTypeNodePort means a service will be exposed on one port of every node, in addition to 'ClusterIP' type.
# Structs
AllInOneComponent Define the AllInOne Jaeger component under the type=allInOne.
No description provided by the author
CommonMetadata Define Metadata common to all components and infrastructure resources.
CommonSpec Define Generic configuration of Kubernetes components.
ComponentSettings Define common Settings between components.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
HTTPRoute Define the HTTPRoute configuration for the Gateway API.
Jaeger is the Schema for the jaegers API.
JaegerComponent Defining individual components.
JaegerList contains a list of Jaeger.
JaegerOperator Define the configuration of the Jaeger Operator.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
JaegerSpec Define the desired state of Jaeger.
JaegerStatus Define the observed state of Jaeger.
No description provided by the author
No description provided by the author
ServiceSettings Define personalized configuration of Jaeger component Service.
StorageComponent Define storage component.
# Type aliases
DeploymentType Define the type of Jaeger deployment +kubebuilder:validation:Enum={allInOne,distribute}.
JaegerServiceTarget Define target of Jaeger Kubernetes Services target +kubebuilder:validation:Enum={collector,query}.
ServiceType Define type of components Services +kubebuilder:validation:Enum={ClusterIP,NodePort,LoadBalancer}.
No description provided by the author