Documentation ¶
Overview ¶
Copyright © 2024 Cranom Technologies Limited info@cranom.tech, Beingana Jim Junior
Index ¶
- func ApplyApplication(ctx context.Context, req ctrl.Request, application cranev1.Application, ...) error
- func DeleteApplication(ctx context.Context, req ctrl.Request, kubeClient *kubernetes.Clientset) error
- func GetDeploymentCFGFromApp(app cranev1.Application) *appsv1.Deployment
- func GetPersistentVolumeClaimFromApp(app cranev1.Application) *corev1.PersistentVolumeClaim
- func GetServiceCFGFromApp(app cranev1.Application) *corev1.Service
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ApplyApplication ¶
func ApplyApplication( ctx context.Context, req ctrl.Request, application cranev1.Application, kubeClient *kubernetes.Clientset, ) error
func DeleteApplication ¶
func GetDeploymentCFGFromApp ¶
func GetDeploymentCFGFromApp( app cranev1.Application, ) *appsv1.Deployment
func GetPersistentVolumeClaimFromApp ¶
func GetPersistentVolumeClaimFromApp( app cranev1.Application, ) *corev1.PersistentVolumeClaim
func GetServiceCFGFromApp ¶
func GetServiceCFGFromApp( app cranev1.Application, ) *corev1.Service
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.