Documentation
¶
Index ¶
Constants ¶
View Source
const ( // ConfigHashAnnotation is the key of the annotation on the PodTemplate that // holds the configuratio hash ConfigHashAnnotation = "wave.pusher.com/config-hash" // FinalizerString is the finalizer added to deployments to allow Wave to // perform advanced deletion logic FinalizerString = "wave.pusher.com/finalizer" // RequiredAnnotation is the key of the annotation on the Deployment that Wave // checks for before processing the deployment RequiredAnnotation = "wave.pusher.com/update-on-config-change" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
Handler performs the main business logic of the Wave controller
func NewHandler ¶
func NewHandler(c client.Client, r record.EventRecorder) *Handler
NewHandler constructs a new instance of Handler
func (*Handler) HandleDeployment ¶
HandleDeployment is called by the deployment controller
Click to show internal directories.
Click to hide internal directories.