deployment

package
v1.57.4 Latest Latest
Warning

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

Go to latest
Published: Jul 22, 2024 License: MIT Imports: 25 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// SuccessSynced is used as part of the Event 'reason' when a Deployment is synced
	SuccessSynced = "Synced"

	// MessageResourceSynced is the message used for an Event fired when a Deployment
	// is synced successfully
	MessageResourceSynced = "Radix Deployment synced successfully"
)

Variables

This section is empty.

Functions

func NewController

func NewController(ctx context.Context, client kubernetes.Interface,
	radixClient radixclient.Interface,
	handler common.Handler,
	kubeInformerFactory kubeinformers.SharedInformerFactory,
	radixInformerFactory informers.SharedInformerFactory,
	waitForChildrenToSync bool,
	recorder record.EventRecorder) *common.Controller

NewController creates a new controller that handles RadixDeployments

Types

type Handler

type Handler struct {
	// contains filtered or unexported fields
}

Handler Instance variables

func NewHandler

func NewHandler(kubeclient kubernetes.Interface,
	kubeutil *kube.Kube,
	radixclient radixclient.Interface,
	kedaClient kedav2.Interface,
	prometheusperatorclient monitoring.Interface,
	certClient certclient.Interface,
	config *config.Config,
	options ...HandlerConfigOption) *Handler

NewHandler Constructor

func (*Handler) Sync

func (t *Handler) Sync(ctx context.Context, namespace, name string, eventRecorder record.EventRecorder) error

Sync Is created on sync of resource

type HandlerConfigOption added in v1.15.5

type HandlerConfigOption func(*Handler)

HandlerConfigOption defines a configuration function used for additional configuration of Handler

func WithDeploymentSyncerFactory added in v1.15.5

func WithDeploymentSyncerFactory(factory deployment.DeploymentSyncerFactory) HandlerConfigOption

WithDeploymentSyncerFactory configures the deploymentSyncerFactory for the Handler

func WithHasSyncedCallback added in v1.15.5

func WithHasSyncedCallback(callback common.HasSynced) HandlerConfigOption

WithHasSyncedCallback configures Handler callback when RD has synced successfully

func WithIngressConfiguration added in v1.18.0

func WithIngressConfiguration(config ingress.IngressConfiguration) HandlerConfigOption

WithIngressConfiguration sets the list of custom ingress confiigurations

func WithOAuth2DefaultConfig added in v1.18.0

func WithOAuth2DefaultConfig(oauth2Config defaults.OAuth2Config) HandlerConfigOption

WithOAuth2DefaultConfig configures default OAuth2 settings

func WithOAuth2ProxyDockerImage added in v1.18.0

func WithOAuth2ProxyDockerImage(image string) HandlerConfigOption

WithOAuth2ProxyDockerImage configures the Docker image to use for OAuth2 proxy auxiliary component

Jump to

Keyboard shortcuts

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