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
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
func (*Collector) Autoscalers ¶ added in v1.17.0
Autoscalers returns a list of HPAs based on this collector
type Ingester ¶ added in v1.9.1
type Ingester struct {
// contains filtered or unexported fields
}
Ingester builds pods for jaegertracing/jaeger-ingester
func NewIngester ¶ added in v1.9.1
NewIngester builds a new Ingester struct based on the given spec
func (*Ingester) Autoscalers ¶ added in v1.18.0
Autoscalers returns a list of HPAs based on this ingester
func (*Ingester) Get ¶ added in v1.9.1
func (i *Ingester) Get() *appsv1.Deployment
Get returns a ingester pod
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