Documentation
¶
Overview ¶
Package service contains logic for managing Service resources.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
Handler is a handler for services.
func NewHandler ¶
func NewHandler(annotationKey string, ipMapper IPMapper, disallowedHostPortRanges []string, logger *zap.Logger) (*Handler, error)
NewHandler returns a new Handler.
func (*Handler) HandleDelete ¶
HandleDelete handles a service deletion.
Click to show internal directories.
Click to hide internal directories.