Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BuildAll ¶
func BuildAll(params manifestutils.Params) ([]client.Object, error)
BuildAll creates objects for Tempo deployment.
func MutateFuncFor ¶
func MutateFuncFor(existing, desired client.Object) controllerutil.MutateFn
MutateFuncFor returns a mutate function based on the existing resource's concrete type. It supports currently only the following types or else panics: - ConfigMap - Service - Deployment - StatefulSet - ServiceMonitor - Secret.
Types ¶
type ImmutableErr ¶ added in v0.8.0
type ImmutableErr struct {
// contains filtered or unexported fields
}
ImmutableErr occurs if an immutable field should be changed.
func (*ImmutableErr) Error ¶ added in v0.8.0
func (m *ImmutableErr) Error() string
Click to show internal directories.
Click to hide internal directories.