config

package
v1.6.3 Latest Latest
Warning

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

Go to latest
Published: Sep 3, 2025 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const DefaultClusterCAKeySize = 4096

DefaultClusterCAKeySize is the default size of the cluster CA key.

Variables

This section is empty.

Functions

This section is empty.

Types

type KeyType

type KeyType string

KeyType is the type of private key.

const (
	// ECDSA is the key type for ECDSA keys.
	ECDSA KeyType = "ecdsa"
	// RSA is the key type for RSA keys.
	RSA KeyType = "rsa"
	// DefaultClusterCAKeyType is the default key type for the cluster CA.
	DefaultClusterCAKeyType KeyType = ECDSA
)

func (*KeyType) Set

func (kt *KeyType) Set(v string) error

Set implements flag.Value.

func (*KeyType) String

func (kt *KeyType) String() string

String implements the String() method from flag.Value interface.

Jump to

Keyboard shortcuts

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