reconcile

package
v0.0.0-...-20b8e5d Latest Latest
Warning

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

Go to latest
Published: Jan 27, 2024 License: Apache-2.0 Imports: 17 Imported by: 0

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

func ConfigMap

func ConfigMap(ctx context.Context, params Params) error

func Deployment

func Deployment(ctx context.Context, params Params) (ctrl.Result, error)

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.

Jump to

Keyboard shortcuts

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