tls

package
v0.0.0-...-3665fb5 Latest Latest
Warning

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

Go to latest
Published: Feb 28, 2025 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

View Source
const (
	Component      = "component"
	IncludeEnabled = "IncludeEnabled"
)

Variables

View Source
var (
	IncludeEnabledOption = framework.Option{Name: IncludeEnabled, Value: ""}
)

Functions

func New

func SecretPath

func SecretPath(resource *obs.SecretReference) string

func ValuePath

func ValuePath(resource *obs.ValueReference) string

Types

type TLSConf

type TLSConf struct {
	Component string
	ID        string
	// Enabled add enabled config (not required for all conf)
	Enabled            typehelpers.OptionalPair
	NeedsEnabled       bool
	InsecureSkipVerify bool
	TlsMinVersion      string
	CipherSuites       string
	CAFilePath         string
	CertPath           string
	KeyPath            string
	PassPhrase         string
}

func (TLSConf) Name

func (t TLSConf) Name() string

func (TLSConf) Template

func (t TLSConf) Template() string

Jump to

Keyboard shortcuts

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