Documentation ¶
Index ¶
Constants ¶
const ( GCS = "gcs" S3 = "s3" Gitea = "gitea" Metrics = "metrics" )
Variables ¶
var ENV = map[string]string{
"GITEA_APP_INI": "/data/gitea/conf/app.ini",
"GITEA_CUSTOM": "/data/gitea",
"GITEA_WORK_DIR": "/data",
"GITEA_TEMP": "/tmp/gitea",
}
Functions ¶
This section is empty.
Types ¶
type AuthReconciler ¶ added in v0.0.6
AuthReconciler reconciles a Auth object
func (*AuthReconciler) Reconcile ¶ added in v0.0.6
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 Auth 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.0/pkg/reconcile
func (*AuthReconciler) SetupWithManager ¶ added in v0.0.6
func (r *AuthReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type GiteaReconciler ¶
GiteaReconciler reconciles a Gitea object
func (*GiteaReconciler) 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 Gitea 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.18.2/pkg/reconcile
func (*GiteaReconciler) SetupWithManager ¶
func (r *GiteaReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type OrgReconciler ¶
type OrgReconciler struct { client.Client Scheme *runtime.Scheme // contains filtered or unexported fields }
OrgReconciler reconciles a Org object
func (*OrgReconciler) 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 Org 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.18.2/pkg/reconcile
func (*OrgReconciler) SetupWithManager ¶
func (r *OrgReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type RepoReconciler ¶
type RepoReconciler struct { client.Client Scheme *runtime.Scheme // contains filtered or unexported fields }
RepoReconciler reconciles a Repo object
func (*RepoReconciler) 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 Repo 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.18.2/pkg/reconcile
func (*RepoReconciler) SetupWithManager ¶
func (r *RepoReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type RunnerReconciler ¶ added in v0.0.2
RunnerReconciler reconciles a Runner object
func (*RunnerReconciler) Reconcile ¶ added in v0.0.2
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 Runner 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.18.4/pkg/reconcile
func (*RunnerReconciler) SetupWithManager ¶ added in v0.0.2
func (r *RunnerReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type UserReconciler ¶
type UserReconciler struct { client.Client Scheme *runtime.Scheme // contains filtered or unexported fields }
UserReconciler reconciles a User object
func (*UserReconciler) 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 User 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.18.2/pkg/reconcile
func (*UserReconciler) SetupWithManager ¶
func (r *UserReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.