Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ServiceClient ¶ added in v1.2.2
type ServiceClient interface { CreateCertificate(ctx context.Context, grpcConfig *bean.ArgoGRPCConfig, query *certificate.RepositoryCertificateCreateRequest) (*v1alpha1.RepositoryCertificateList, error) DeleteCertificate(ctx context.Context, grpcConfig *bean.ArgoGRPCConfig, query *certificate.RepositoryCertificateQuery, opts ...grpc.CallOption) (*v1alpha1.RepositoryCertificateList, error) }
type ServiceClientImpl ¶
type ServiceClientImpl struct {
// contains filtered or unexported fields
}
func NewServiceClientImpl ¶
func NewServiceClientImpl( logger *zap.SugaredLogger, argoCDConnectionManager connection.ArgoCDConnectionManager) *ServiceClientImpl
func (*ServiceClientImpl) CreateCertificate ¶
func (c *ServiceClientImpl) CreateCertificate(ctx context.Context, grpcConfig *bean.ArgoGRPCConfig, query *certificate.RepositoryCertificateCreateRequest) (*v1alpha1.RepositoryCertificateList, error)
func (*ServiceClientImpl) DeleteCertificate ¶
func (c *ServiceClientImpl) DeleteCertificate(ctx context.Context, grpcConfig *bean.ArgoGRPCConfig, query *certificate.RepositoryCertificateQuery, opts ...grpc.CallOption) (*v1alpha1.RepositoryCertificateList, error)
Click to show internal directories.
Click to hide internal directories.