Documentation ¶
Index ¶
Constants ¶
View Source
const ( // typeAvailableOAuth2Proxy represents the status of the Deployment reconciliation TypeAvailableOAuth2Proxy = "Available" // typeDegradedOAuth2Proxy represents the status used when the custom resource is deleted and the finalizer operations are must to occur. TypeDegradedOAuth2Proxy = "Degraded" )
Definitions to manage status conditions
View Source
const Oauth2proxyFinalizer = "oauth2proxy.oauth2proxy-operator.dexter0195.com/finalizer"
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Params ¶
type Params struct { Client client.Client Recorder record.EventRecorder Scheme *runtime.Scheme Log logr.Logger Request ctrl.Request Instance *oauth2proxyv1alpha1.OAuth2Proxy }
Params holds the reconciliation-specific parameters.
Click to show internal directories.
Click to hide internal directories.