interfaces

package
v0.0.0-...-cc11b02 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 22, 2023 License: BSD-2-Clause Imports: 0 Imported by: 0

README

GoDoc

Documentation

Overview

Package interfaces defines interfaces that allow pkg/controller and pkg/varnish to access code from one another without introducing import cycles.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type SvcEventGenerator

type SvcEventGenerator interface {
	SvcInfoEvent(svcKey, reason, msgFmt string, args ...interface{})
	SvcWarnEvent(svcKey, reason, msgFmt string, args ...interface{})
}

A SvcEventGenerator defines methods to generate Events for the Service whose namespace/name is svcKey.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL