Documentation ¶
Index ¶
- func GetGitServerLabels(resource *v1alpha1.GitServer) map[string]string
- func GetImageTag(resource *v1alpha1.GitServer) string
- func GetImageUrl(resource *v1alpha1.GitServer) string
- func SetGitDeploymentPodTemplateSpec(resource *v1alpha1.GitServer, target *appsv1.Deployment)
- func SetIngressSpec(resource *v1alpha1.GitServer, ingress *networkingv1.Ingress)
- func SetServiceSpec(resource *v1alpha1.GitServer, service *v1.Service)
- type GitServerReconciler
- func (g *GitServerReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
- func (g *GitServerReconciler) ReconcileGitServer(ctx context.Context, req ctrl.Request, resource *v1alpha1.GitServer) (ctrl.Result, error)
- func (g *GitServerReconciler) SetupWithManager(mgr ctrl.Manager) error
- func (g *GitServerReconciler) ValidateSource(resource *v1alpha1.GitServer) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetImageTag ¶
func GetImageUrl ¶
func SetGitDeploymentPodTemplateSpec ¶
func SetGitDeploymentPodTemplateSpec(resource *v1alpha1.GitServer, target *appsv1.Deployment)
func SetIngressSpec ¶
func SetIngressSpec(resource *v1alpha1.GitServer, ingress *networkingv1.Ingress)
Types ¶
type GitServerReconciler ¶
func (*GitServerReconciler) ReconcileGitServer ¶
func (*GitServerReconciler) SetupWithManager ¶
func (g *GitServerReconciler) SetupWithManager(mgr ctrl.Manager) error
func (*GitServerReconciler) ValidateSource ¶
func (g *GitServerReconciler) ValidateSource(resource *v1alpha1.GitServer) error
Click to show internal directories.
Click to hide internal directories.