certificate

package
v0.0.0-...-36c55c0 Latest Latest
Warning

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

Go to latest
Published: Apr 11, 2026 License: MIT Imports: 14 Imported by: 0

Documentation

Overview

Package certificate provides certificate-related API handlers.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Handler

func Handler(
	logger *slog.Logger,
	jobClient client.JobClient,
	signingKey string,
	customRoles map[string][]string,
) []func(e *echo.Echo)

Handler returns Certificate route registration functions.

Types

type Certificate

type Certificate struct {
	// JobClient provides job-based operations for certificate management.
	JobClient client.JobClient
	// contains filtered or unexported fields
}

Certificate implementation of the Certificate APIs operations.

func New

func New(
	logger *slog.Logger,
	jobClient client.JobClient,
) *Certificate

New factory to create a new instance.

func (*Certificate) DeleteNodeCertificateCa

DeleteNodeCertificateCa deletes a CA certificate on a target node.

func (*Certificate) GetNodeCertificateCa

GetNodeCertificateCa lists all CA certificates on a target node.

func (*Certificate) PostNodeCertificateCa

PostNodeCertificateCa creates a CA certificate on a target node.

func (*Certificate) PutNodeCertificateCa

PutNodeCertificateCa updates a CA certificate on a target node.

Directories

Path Synopsis
Package gen provides primitives to interact with the openapi HTTP API.
Package gen provides primitives to interact with the openapi HTTP API.

Jump to

Keyboard shortcuts

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