Documentation ¶
Index ¶
- type ArgoApplicationReadService
- type ArgoApplicationReadServiceImpl
- func (impl *ArgoApplicationReadServiceImpl) GetAppDetail(resourceName, resourceNamespace string, clusterId int) (*bean.ArgoApplicationDetailDto, error)
- func (impl *ArgoApplicationReadServiceImpl) ValidateArgoResourceRequest(ctx context.Context, appIdentifier *bean.ArgoAppIdentifier, ...) (bool, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ArgoApplicationReadService ¶
type ArgoApplicationReadService interface { ValidateArgoResourceRequest(ctx context.Context, appIdentifier *bean.ArgoAppIdentifier, request *k8s.K8sRequestBean) (bool, error) GetAppDetail(resourceName, resourceNamespace string, clusterId int) (*bean.ArgoApplicationDetailDto, error) }
type ArgoApplicationReadServiceImpl ¶
type ArgoApplicationReadServiceImpl struct {
// contains filtered or unexported fields
}
func NewArgoApplicationReadServiceImpl ¶
func NewArgoApplicationReadServiceImpl(logger *zap.SugaredLogger, clusterRepository clusterRepository.ClusterRepository, k8sUtil *k8s.K8sServiceImpl, argoUserService argo.ArgoUserService, helmAppClient gRPC.HelmAppClient, helmAppService service.HelmAppService) *ArgoApplicationReadServiceImpl
func (*ArgoApplicationReadServiceImpl) GetAppDetail ¶
func (impl *ArgoApplicationReadServiceImpl) GetAppDetail(resourceName, resourceNamespace string, clusterId int) (*bean.ArgoApplicationDetailDto, error)
func (*ArgoApplicationReadServiceImpl) ValidateArgoResourceRequest ¶
func (impl *ArgoApplicationReadServiceImpl) ValidateArgoResourceRequest(ctx context.Context, appIdentifier *bean.ArgoAppIdentifier, request *k8s.K8sRequestBean) (bool, error)
Click to show internal directories.
Click to hide internal directories.