environment

package
v1.1.3 Latest Latest
Warning

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

Go to latest
Published: Jul 22, 2026 License: Apache-2.0 Imports: 20 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// ReasonDeploymentReady the deployment is ready
	ReasonDeploymentReady controller.ConditionReason = "EnvironmentReady"
	// ReasonEnvironmentFinalizing the deployment is progressing
	ReasonEnvironmentFinalizing controller.ConditionReason = "EnvironmentFinalizing"
	// ReasonDeletionBlocked the environment deletion is blocked
	ReasonDeletionBlocked controller.ConditionReason = "DeletionBlocked"
	// ReasonReleaseBindingsPending the environment is waiting for release bindings to be removed
	ReasonReleaseBindingsPending controller.ConditionReason = "ReleaseBindingsPending"
)

Constants for condition reasons

View Source
const (
	// ConditionReady represents whether the environment is ready
	ConditionReady controller.ConditionType = "Ready"
)

Constants for condition types

View Source
const (
	// EnvCleanupFinalizer is the finalizer that is used to clean up the environment.
	EnvCleanupFinalizer = "openchoreo.dev/environment-cleanup"
)

Variables

This section is empty.

Functions

func NewDeletionBlockedCondition added in v1.0.0

func NewDeletionBlockedCondition(generation int64, message string) metav1.Condition

func NewEnvironmentFinalizingCondition added in v0.2.0

func NewEnvironmentFinalizingCondition(generation int64) metav1.Condition

func NewEnvironmentReadyCondition added in v0.2.0

func NewEnvironmentReadyCondition(generation int64) metav1.Condition

func NewReleaseBindingsPendingCondition added in v1.0.0

func NewReleaseBindingsPendingCondition(generation int64, message string) metav1.Condition

Types

type Reconciler

type Reconciler struct {
	client.Client
	PlaneClientProvider kubernetesClient.DataPlaneClientProvider
	Scheme              *runtime.Scheme
	Recorder            record.EventRecorder
}

Reconciler reconciles a Environment object

func (*Reconciler) Reconcile

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

Reconcile is part of the main kubernetes reconciliation loop which aims to move the current state of the cluster closer to the desired state. TODO(user): Modify the Reconcile function to compare the state specified by the Environment object against the actual cluster state, and then perform operations to make the cluster state reflect the state specified by the user.

For more details, check Reconcile and its Result here: - https://pkg.go.dev/sigs.k8s.io/controller-runtime@v0.19.1/pkg/reconcile

func (*Reconciler) SetupWithManager

func (r *Reconciler) SetupWithManager(mgr ctrl.Manager) error

SetupWithManager sets up the controller with the Manager.

Directories

Path Synopsis
integrations

Jump to

Keyboard shortcuts

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