Documentation
¶
Index ¶
Constants ¶
View Source
const (
RedeployLabel = "security.plural.sh/inject-oauth-sidecar"
)
Annotations used by the oauthinjector_webhook operator
Variables ¶
This section is empty.
Functions ¶
func RedeployLabelSelector ¶
Types ¶
type Service ¶
type Service interface { // IsControlled checks if secret should be controlled by the // redeployment operator. IsControlled() bool // DeletePods deletes all matching pods DeletePods() error }
Service is a redeployment operator service that simplifies the process of finding the application that uses a Resource and triggering a rollout restart of the application in order to be able to always use the latest config values without having to manually restart the application after every change.
Click to show internal directories.
Click to hide internal directories.