package
1.3.0
Repository: https://github.com/kong/gateway-operator.git
Documentation: pkg.go.dev

# Constants

Created indicates that an operation resulted in creation of a resource.
Deleted indicates that an operation resulted in a delete of a resource.
Noop indicated that an operation did not perform any actions.
Updated indicates that an operation resulted in an update of a resource.

# Type aliases

Result represents a result of an operation that can either: - create a resource - update a resource - do nothing.