controller

package
v0.0.0-...-a58e626 Latest Latest
Warning

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

Go to latest
Published: Feb 24, 2022 License: Apache-2.0 Imports: 10 Imported by: 0

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

Jump to

Keyboard shortcuts

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