sysctl

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 sysctl provides sysctl-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 Sysctl route registration functions.

Types

type Sysctl

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

Sysctl implementation of the Sysctl APIs operations.

func New

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

New factory to create a new instance.

func (*Sysctl) DeleteNodeSysctl

DeleteNodeSysctl deletes a managed sysctl entry on a target node.

func (*Sysctl) GetNodeSysctl

GetNodeSysctl lists all managed sysctl entries on a target node.

func (*Sysctl) GetNodeSysctlByKey

GetNodeSysctlByKey gets a single sysctl entry by key on a target node.

func (*Sysctl) PostNodeSysctl

PostNodeSysctl creates a sysctl parameter on a target node.

func (*Sysctl) PutNodeSysctl

PutNodeSysctl updates an existing sysctl parameter on a target node.

Directories

Path Synopsis
Package gen contains generated code for the sysctl API.
Package gen contains generated code for the sysctl API.

Jump to

Keyboard shortcuts

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