Documentation ¶
Index ¶
Constants ¶
View Source
const ( Group = "ops.dac.nokia.com" Version = "v1alpha1" Resource = "licenceexpireds" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
func New ¶
func New(namespace string, callbacks LicenceExpiredResourceFuncs) *Handler
type LicenceExpiredResourceFuncs ¶
type LicenceExpiredResourceFuncs interface { Expired() Activate() }
Click to show internal directories.
Click to hide internal directories.