package
0.1.0
Repository: https://github.com/tcnghia/serving.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Package testing includes utilities for testing controllers.

# Functions

Filter makes it simple to create FilterFunc's for use with cache.FilteringResourceEventHandler that filter based on the kind of the controlling resources.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NewBase instantiates a new instance of Base implementing the common & boilerplate code between our controllers.
NewControllerRef creates an OwnerReference pointing to the given Resource.
PassNew makes it simple to create an UpdateFunc for use with cache.ResourceEventHandlerFuncs that can delegate the same methods as AddFunc/DeleteFunc but passing through only the second argument (which is the "new" object).

# Structs

Base implements most of the boilerplate and common code we have in our controllers.
Options defines the common controller options passed to NewBase.

# Interfaces

Interface defines the controller interface.