webhooks

package
v0.21.0-dev Latest Latest
Warning

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

Go to latest
Published: Mar 30, 2022 License: Apache-2.0 Imports: 17 Imported by: 0

Documentation

Overview

Package webhooks implements provides utilities for managing and configuration k8s webhooks.

Package webhooks provides functions to manage webhook TLS certificates

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func InstallNewCertificates

func InstallNewCertificates(ctx context.Context, k8sConfig *rest.Config, certPath, keyPath, secretName, namespace, serviceName, labelSelector string) (*corev1.Secret, error)

func NewTLSSecret

func NewTLSSecret(ctx context.Context, secretName, serviceName, certPath, keyPath, namespace string) (*corev1.Secret, error)

func ValidateTLSSecret

func ValidateTLSSecret(tlsSecret *corev1.Secret, certGracePeriod time.Duration) error

Types

type WebhookTLS added in v0.20.0

type WebhookTLS struct {
	Ctx           context.Context
	K8sConfig     *rest.Config
	CertPath      string
	KeyPath       string
	Name          string
	ServiceName   string
	LabelSelector string
	Logger        logr.Logger

	Namespace    string
	RotationTime time.Duration
	// contains filtered or unexported fields
}

func (*WebhookTLS) CACert added in v0.20.0

func (w *WebhookTLS) CACert() []byte

func (*WebhookTLS) ManageCertificates added in v0.20.0

func (w *WebhookTLS) ManageCertificates(frequency time.Duration) error

func (*WebhookTLS) ServerCert added in v0.20.0

func (w *WebhookTLS) ServerCert() []byte

func (*WebhookTLS) ServerKey added in v0.20.0

func (w *WebhookTLS) ServerKey() []byte

func (*WebhookTLS) UpdateOrCreate added in v0.20.0

func (w *WebhookTLS) UpdateOrCreate() error

Jump to

Keyboard shortcuts

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