webhookConfiguration

package
v0.3.0-rc.4 Latest Latest
Warning

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

Go to latest
Published: Sep 2, 2021 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Overview

Package webhookConfiguration contains the logic to forge certificates and register the Liqo AdmissionWebhook

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func WriteFile

func WriteFile(filepath string, sCert *bytes.Buffer) error

WriteFile writes data in the file at the given path.

Types

type SecretsType

type SecretsType struct {
	// contains filtered or unexported fields
}

func NewSecrets

func NewSecrets(name string) (*SecretsType, error)

func (*SecretsType) CAPEM

func (s *SecretsType) CAPEM() string

func (*SecretsType) ServerCertPEM

func (s *SecretsType) ServerCertPEM() []byte

ServerCertPEM returns the server certificate in PEM format.

func (*SecretsType) ServerKeyPEM

func (s *SecretsType) ServerKeyPEM() []byte

ServerKeyPEM returns the server key in PEM format.

func (*SecretsType) WriteFiles

func (s *SecretsType) WriteFiles(certFile, keyFile string) error

Jump to

Keyboard shortcuts

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