feature

package
v0.0.39 Latest Latest
Warning

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

Go to latest
Published: Dec 26, 2023 License: Apache-2.0 Imports: 30 Imported by: 0

Documentation

Index

Constants

View Source
const (
	UIServerCleanupFinalizer = "ui-server.kubeops.dev/cleanup"
)

Variables

This section is empty.

Functions

func ParseInto added in v0.0.31

func ParseInto(src any, dst any) error

Types

type FeatureReconciler

type FeatureReconciler struct {
	client.Client
	Scheme    *runtime.Scheme
	APIReader client.Reader
}

FeatureReconciler reconciles a Feature object

func (*FeatureReconciler) Reconcile

func (r *FeatureReconciler) 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. For more details, check Reconcile and its Result here: - https://pkg.go.dev/sigs.k8s.io/controller-runtime@v0.13.1/pkg/reconcile

func (*FeatureReconciler) SetupWithManager

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

SetupWithManager sets up the controller with the Manager.

type Status added in v0.0.31

type Status struct {
	Replicas          int32              `json:"replicas,omitempty"`
	ReadyReplicas     int32              `json:"readyReplicas,omitempty"`
	CurrentReplicas   int32              `json:"currentReplicas,omitempty"`
	UpdatedReplicas   int32              `json:"updatedReplicas,omitempty"`
	Conditions        []metav1.Condition `json:"conditions,omitempty"`
	AvailableReplicas int32              `json:"availableReplicas,omitempty"`
}

Jump to

Keyboard shortcuts

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