Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
Controller defines struct
func New ¶
func New(logger log.Logger, allowlistPrefix string, allowlistSuffix string, deleteAlilas bool, deleteCname bool, dnsType string) *Controller
New creates a new object from type Controller and return object pointer
func (*Controller) Create ¶
func (c *Controller) Create(obj interface{})
Create will do something when an ingress resource is beeing created
func (*Controller) Delete ¶
func (c *Controller) Delete(obj interface{})
Delete will do something when an ingress resource is beeing deleted
func (*Controller) Update ¶
func (c *Controller) Update(oldobj interface{}, newobj interface{})
Update will do something when an ingress resource is beeing updated
Click to show internal directories.
Click to hide internal directories.