Documentation ¶
Index ¶
Constants ¶
View Source
const MANAGED_BY = "Markhor"
Variables ¶
This section is empty.
Functions ¶
func HandleAddition ¶
func HandleAddition(attrs HandlerAttrs) bool
func HandleDeletion ¶
func HandleDeletion(args HandlerAttrs)
Types ¶
type HandlerAttrs ¶
type HandlerAttrs struct { //The Markhor Secret being processed MarkhorSecret *v1.MarkhorSecret //Identifier of this event EventId slog.Attr //Client to talk with kubernetes Clientset *kubernetes.Clientset //The configuration of Markhor Config *config.Config }
Arguments to pass to the handlers of MarkhorSecret events
Click to show internal directories.
Click to hide internal directories.