package
0.0.0-20240119081038-8766ec0dba98
Repository: https://github.com/keptn-contrib/helm-service.git
Documentation: pkg.go.dev

# Functions

NewActionTriggeredHandler creates a new ActionTriggeredHandler.
NewDeleteHandler creates a new DeleteHandler.
NewDeploymentHandler creates a new DeploymentHandler.
NewHandlerBase creates a new HandlerBase.
NewMockedHandler creates a MockedHandler.
NewOnboarder creates a new onboarder instance.
NewReleaseHandler creates a ReleaseHandler.
No description provided by the author

# Constants

ActionScaling is the identifier for the scaling action.

# Variables

No description provided by the author

# Structs

ActionTriggeredHandler handles sh.keptn.events.action.triggered events for scaling.
DeleteHandler handles sh.keptn.internal.event.service.delete events.
DeploymentHandler is a handler for doing the deployment and optionally first change the configuration.
HandlerBase provides basic functionality for all handlers.
MockedHandler mocks typical tasks of a handler.
MockedHandlerOptions contains configuration items for the mock.
ReleaseHandler is a handler for releasing a service.
No description provided by the author

# Interfaces

Handler provides methods for handling received Keptn events.
Onboarder is responsible for onboarding a service.

# Type aliases

MockedHandlerOption function is used to configure the mock.