apps

package
v1.0.0 Latest Latest
Warning

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

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

Documentation

Index

Constants

View Source
const MEMCACHED_PORT = 11211
View Source
const SIDEKIQ_CONFIG = `` /* 167-byte string literal not displayed */

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
}

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 GristReconciler added in v1.0.0

type GristReconciler struct {
	client.Client
}

GristReconciler reconciles a Grist object

func (*GristReconciler) Name added in v1.0.0

func (r *GristReconciler) Name() string

func (*GristReconciler) OwnedConditions added in v1.0.0

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

func (*GristReconciler) Reconcile added in v1.0.0

func (r *GristReconciler) 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 Grist 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 (*GristReconciler) SetupWithManager added in v1.0.0

func (r *GristReconciler) 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 ListmonkReconciler added in v1.0.0

type ListmonkReconciler struct {
	client.Client
}

ListmonkReconciler reconciles a Listmonk object

func (*ListmonkReconciler) Name added in v1.0.0

func (r *ListmonkReconciler) Name() string

func (*ListmonkReconciler) OwnedConditions added in v1.0.0

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

func (*ListmonkReconciler) Reconcile added in v1.0.0

func (r *ListmonkReconciler) 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 (*ListmonkReconciler) SetupWithManager added in v1.0.0

func (r *ListmonkReconciler) 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.

type PlankaReconciler added in v1.0.0

type PlankaReconciler struct {
	client.Client
}

PlankaReconciler reconciles a Planka object

func (*PlankaReconciler) Name added in v1.0.0

func (r *PlankaReconciler) Name() string

func (*PlankaReconciler) OwnedConditions added in v1.0.0

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

func (*PlankaReconciler) Reconcile added in v1.0.0

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

func (*PlankaReconciler) SetupWithManager added in v1.0.0

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

SetupWithManager sets up the controller with the Manager.

type StaticWebsiteReconciler added in v1.0.0

type StaticWebsiteReconciler struct {
	client.Client
}

StaticWebsiteReconciler reconciles a StaticWebsite object

func (*StaticWebsiteReconciler) Name added in v1.0.0

func (r *StaticWebsiteReconciler) Name() string

func (*StaticWebsiteReconciler) OwnedConditions added in v1.0.0

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

func (*StaticWebsiteReconciler) Reconcile added in v1.0.0

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

func (*StaticWebsiteReconciler) SetupWithManager added in v1.0.0

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

SetupWithManager sets up the controller with the Manager.

type VaultwardenReconciler added in v1.0.0

type VaultwardenReconciler struct {
	client.Client
}

VaultwardenReconciler reconciles a Vaultwarden object

func (*VaultwardenReconciler) Name added in v1.0.0

func (r *VaultwardenReconciler) Name() string

func (*VaultwardenReconciler) OwnedConditions added in v1.0.0

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

func (*VaultwardenReconciler) Reconcile added in v1.0.0

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

func (*VaultwardenReconciler) SetupWithManager added in v1.0.0

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

SetupWithManager sets up the controller with the Manager.

type WikijsReconciler added in v1.0.0

type WikijsReconciler struct {
	client.Client
}

WikijsReconciler reconciles a Wikijs object

func (*WikijsReconciler) Name added in v1.0.0

func (r *WikijsReconciler) Name() string

func (*WikijsReconciler) OwnedConditions added in v1.0.0

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

func (*WikijsReconciler) Reconcile added in v1.0.0

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

func (*WikijsReconciler) SetupWithManager added in v1.0.0

func (r *WikijsReconciler) 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