Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Agent ¶
type Agent struct {
// contains filtered or unexported fields
}
Agent builds pods for jaegertracing/jaeger-agent
func (*Agent) InjectSidecar ¶
func (a *Agent) InjectSidecar(dep appsv1.Deployment) *appsv1.Deployment
InjectSidecar adds a new container to the deployment, containing Jaeger's agent
type AllInOne ¶
type AllInOne struct {
// contains filtered or unexported fields
}
AllInOne builds pods for jaegertracing/all-in-one
func NewAllInOne ¶
NewAllInOne builds a new AllInOne struct based on the given spec
func (*AllInOne) Get ¶
func (a *AllInOne) Get() *appsv1.Deployment
Get returns a pod for the current all-in-one configuration
type Collector ¶
type Collector struct {
// contains filtered or unexported fields
}
Collector builds pods for jaegertracing/jaeger-collector
func NewCollector ¶
NewCollector builds a new Collector struct based on the given spec
type Query ¶
type Query struct {
// contains filtered or unexported fields
}
Query builds pods for jaegertracing/jaeger-query
func (*Query) Get ¶
func (q *Query) Get() *appsv1.Deployment
Get returns a deployment specification for the current instance
Click to show internal directories.
Click to hide internal directories.