Documentation ¶
Index ¶
- Constants
- type OneAgentPodMutator
- func (mutator *OneAgentPodMutator) Enabled(request *dtwebhook.BaseRequest) bool
- func (mutator *OneAgentPodMutator) Injected(request *dtwebhook.BaseRequest) bool
- func (mutator *OneAgentPodMutator) Mutate(ctx context.Context, request *dtwebhook.MutationRequest) error
- func (mutator *OneAgentPodMutator) Reinvoke(request *dtwebhook.ReinvocationRequest) bool
- type VersionLabelMapping
Constants ¶
View Source
const ( OneAgentBinVolumeName = "oneagent-bin" OneAgentConfMountPath = "/opt/dynatrace/oneagent-paas/agent/conf" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OneAgentPodMutator ¶
type OneAgentPodMutator struct {
// contains filtered or unexported fields
}
func NewOneAgentPodMutator ¶
func (*OneAgentPodMutator) Enabled ¶
func (mutator *OneAgentPodMutator) Enabled(request *dtwebhook.BaseRequest) bool
func (*OneAgentPodMutator) Injected ¶
func (mutator *OneAgentPodMutator) Injected(request *dtwebhook.BaseRequest) bool
func (*OneAgentPodMutator) Mutate ¶
func (mutator *OneAgentPodMutator) Mutate(ctx context.Context, request *dtwebhook.MutationRequest) error
func (*OneAgentPodMutator) Reinvoke ¶
func (mutator *OneAgentPodMutator) Reinvoke(request *dtwebhook.ReinvocationRequest) bool
type VersionLabelMapping ¶
Click to show internal directories.
Click to hide internal directories.