apps

package
v0.7.1 Latest Latest
Warning

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

Go to latest
Published: Feb 20, 2024 License: EUPL-1.2 Imports: 46 Imported by: 0

Documentation

Index

Constants

View Source
const MEMCACHED_PORT = 11211

Variables

This section is empty.

Functions

func Exec

func Exec(client K8sClient, namespace, podName, containerName string, command []string, stdin io.Reader, stdout io.Writer) ([]byte, error)

Exec executes a command in a given container

Types

type DecidimReconciler

type DecidimReconciler struct {
	client.Client
	EndpointMonitorEnabled bool
}

DecidimReconciler reconciles a Decidim object

func (*DecidimReconciler) Name

func (r *DecidimReconciler) Name() string

func (*DecidimReconciler) OwnedConditions

func (r *DecidimReconciler) OwnedConditions() []string

func (*DecidimReconciler) Reconcile

func (r *DecidimReconciler) 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 Decidim 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.13.0/pkg/reconcile

func (*DecidimReconciler) SetupWithManager

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

SetupWithManager sets up the controller with the Manager.

type DiscourseReconciler

type DiscourseReconciler struct {
	client.Client
}

DiscourseReconciler reconciles a Discourse object

func (*DiscourseReconciler) Name

func (r *DiscourseReconciler) Name() string

func (*DiscourseReconciler) OwnedConditions

func (r *DiscourseReconciler) OwnedConditions() []string

func (*DiscourseReconciler) Reconcile

func (r *DiscourseReconciler) 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 Discourse 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.16.0/pkg/reconcile

func (*DiscourseReconciler) SetupWithManager

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

SetupWithManager sets up the controller with the Manager.

type ForgejoReconciler

type ForgejoReconciler struct {
	client.Client
}

ForgejoReconciler reconciles a Forgejo object

func (*ForgejoReconciler) Name

func (r *ForgejoReconciler) Name() string

func (*ForgejoReconciler) OwnedConditions

func (r *ForgejoReconciler) OwnedConditions() []string

func (*ForgejoReconciler) Reconcile

func (r *ForgejoReconciler) 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 Forgejo 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.14.1/pkg/reconcile

func (*ForgejoReconciler) SetupWithManager

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

SetupWithManager sets up the controller with the Manager.

type HedgedocReconciler

type HedgedocReconciler struct {
	client.Client
}

HedgedocReconciler reconciles a Hedgedoc object

func (*HedgedocReconciler) Name

func (r *HedgedocReconciler) Name() string

func (*HedgedocReconciler) OwnedConditions

func (r *HedgedocReconciler) OwnedConditions() []string

func (*HedgedocReconciler) Reconcile

func (r *HedgedocReconciler) 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 Hedgedoc 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.16.0/pkg/reconcile

func (*HedgedocReconciler) SetupWithManager

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

SetupWithManager sets up the controller with the Manager.

type K8sClient

type K8sClient struct {
	ClientSet *kubernetes.Clientset
	Config    *rest.Config
}

K8sClient holds a clientset and a config

type KeycloakReconciler

type KeycloakReconciler struct {
	client.Client
}

KeycloakReconciler reconciles a Keycloak object

func (*KeycloakReconciler) Name

func (r *KeycloakReconciler) Name() string

func (*KeycloakReconciler) OwnedConditions

func (r *KeycloakReconciler) OwnedConditions() []string

func (*KeycloakReconciler) Reconcile

func (r *KeycloakReconciler) 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.16.0/pkg/reconcile

func (*KeycloakReconciler) SetupWithManager

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

SetupWithManager sets up the controller with the Manager.

type LibreOfficeOnlineReconciler

type LibreOfficeOnlineReconciler struct {
	client.Client
}

LibreOfficeOnlineReconciler reconciles a LibreOfficeOnline object

func (*LibreOfficeOnlineReconciler) Name

func (*LibreOfficeOnlineReconciler) OwnedConditions

func (r *LibreOfficeOnlineReconciler) OwnedConditions() []string

func (*LibreOfficeOnlineReconciler) Reconcile

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 LibreOfficeOnline 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.16.3/pkg/reconcile

func (*LibreOfficeOnlineReconciler) SetupWithManager

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

SetupWithManager sets up the controller with the Manager.

type MobilizonReconciler

type MobilizonReconciler struct {
	client.Client
}

MobilizonReconciler reconciles a Mobilizon object

func (*MobilizonReconciler) Name

func (r *MobilizonReconciler) Name() string

func (*MobilizonReconciler) OwnedConditions

func (r *MobilizonReconciler) OwnedConditions() []string

func (*MobilizonReconciler) Reconcile

func (r *MobilizonReconciler) 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 Mobilizon 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.13.0/pkg/reconcile

func (*MobilizonReconciler) SetupWithManager

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

SetupWithManager sets up the controller with the Manager.

type NextcloudReconciler

type NextcloudReconciler struct {
	client.Client
}

NextcloudReconciler reconciles a Nextcloud object

func (*NextcloudReconciler) Name

func (r *NextcloudReconciler) Name() string

func (*NextcloudReconciler) OwnedConditions

func (r *NextcloudReconciler) OwnedConditions() []string

func (*NextcloudReconciler) Reconcile

func (r *NextcloudReconciler) 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 Nextcloud 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.16.3/pkg/reconcile

func (*NextcloudReconciler) SetupWithManager

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

SetupWithManager sets up the controller with the Manager.

Source Files

Directories

Path Synopsis
hedgedoc

Jump to

Keyboard shortcuts

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