config

package
v0.68.1 Latest Latest
Warning

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

Go to latest
Published: Apr 17, 2024 License: Apache-2.0 Imports: 21 Imported by: 0

Documentation

Overview

Package config provides access to fsoc configuration, both to obtain the current configuration and to incrementally or fully modify the configuration. The fsoc configuration has two dimension: a config file and a context within the config file. Each config file contains one or more contexts plus a setting indicating which of them is the current one.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetAuthMethodsStringList

func GetAuthMethodsStringList() []string

GetAuthMethodsStringList returns the list of authentication methods as strings (for join, etc.)

func NewSubCmd

func NewSubCmd() *cobra.Command

Package registration function for the config root command

Types

type AuthFieldConfig added in v0.47.0

type AuthFieldConfig int8
const (
	ClearField AuthFieldConfig = 0
	AllowField AuthFieldConfig = 1
)

type AuthFieldConfigRow added in v0.47.0

type AuthFieldConfigRow map[string]AuthFieldConfig

Jump to

Keyboard shortcuts

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