certificate

package
v0.0.17 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 8, 2026 License: Apache-2.0 Imports: 20 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Setup

func Setup(mgr ctrl.Manager, o controller.Options) error

Setup adds a controller that reconciles Certificate managed resources.

Types

type CertificateService

type CertificateService struct {
	// contains filtered or unexported fields
}

func (*CertificateService) CreateCertificate

func (s *CertificateService) CreateCertificate(ctx context.Context, domains []string, owner string, validityDays int32) (*client.CertificateInfo, error)

CreateCertificate creates a new certificate on the Akash network

func (*CertificateService) GetCertificate

func (s *CertificateService) GetCertificate(ctx context.Context, serial string, owner string) (*client.CertificateInfo, error)

GetCertificate retrieves a certificate from the Akash network

func (*CertificateService) RevokeCertificate

func (s *CertificateService) RevokeCertificate(ctx context.Context, serial string, owner string) error

RevokeCertificate revokes a certificate on the Akash network

func (*CertificateService) ValidateForRenewal

func (s *CertificateService) ValidateForRenewal(ctx context.Context, certInfo *client.CertificateInfo, autoRenew bool, validityDays int32) (bool, error)

ValidateForRenewal checks if a certificate needs renewal

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL