Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AgentAnnotations ¶
type AgentAnnotations struct {
// contains filtered or unexported fields
}
type AgentPatch ¶
type AgentPatch struct {
// contains filtered or unexported fields
}
func (AgentPatch) GenerateAgentPatches ¶
func (agentPatch AgentPatch) GenerateAgentPatches() ([]patchOperation, error)
type JavaAgentConfig ¶
type JavaAgentConfig struct {
// contains filtered or unexported fields
}
func (JavaAgentConfig) GeneratePatches ¶
func (config JavaAgentConfig) GeneratePatches() []patchOperation
type MutateConfig ¶
type MutateConfig struct {
SecretName string
}
MutateConfig is a struct containing the configuration for the mutation process
func (*MutateConfig) MutateHandler ¶
func (mutateConfig *MutateConfig) MutateHandler(response http.ResponseWriter, request *http.Request)
MutateHandler is an HTTP handler for handling a admission controller webhook and injects the necessary configuration for running the service with a Contrast Agent
Click to show internal directories.
Click to hide internal directories.