cluster

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: Jul 17, 2025 License: Apache-2.0 Imports: 33 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

Functions

This section is empty.

Types

type BootstrapReconciler

type BootstrapReconciler struct {
	client.Client
	// contains filtered or unexported fields
}

func (*BootstrapReconciler) Reconcile

func (r *BootstrapReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)

func (*BootstrapReconciler) SetupWithManager

func (r *BootstrapReconciler) SetupWithManager(name string, mgr ctrl.Manager) error

SetupWithManager sets up the controller with the Manager.

type KubeconfigReconciler

type KubeconfigReconciler struct {
	client.Client
}

func (*KubeconfigReconciler) Reconcile

func (r *KubeconfigReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)

func (*KubeconfigReconciler) SetupWithManager

func (r *KubeconfigReconciler) SetupWithManager(name string, mgr ctrl.Manager) error

SetupWithManager sets up the controller with the Manager

type OIDCInfo

type OIDCInfo struct {
	ClientID     string
	ClientSecret string
	IssuerURL    string
}

type RemoteClusterReconciler

type RemoteClusterReconciler struct {
	client.Client

	RemoteClusterBearerTokenValidity   time.Duration
	RenewRemoteClusterBearerTokenAfter time.Duration
	// contains filtered or unexported fields
}

RemoteClusterReconciler reconciles a Cluster object with accessMode=direct set.

func (*RemoteClusterReconciler) EnsureCreated

func (*RemoteClusterReconciler) EnsureDeleted

EnsureDeleted - handles the deletion / cleanup of cluster resource

func (*RemoteClusterReconciler) GetEventRecorder

func (r *RemoteClusterReconciler) GetEventRecorder() record.EventRecorder

func (*RemoteClusterReconciler) Reconcile

func (r *RemoteClusterReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)

func (*RemoteClusterReconciler) SetupWithManager

func (r *RemoteClusterReconciler) SetupWithManager(name string, mgr ctrl.Manager) error

SetupWithManager sets up the controller with the Manager.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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