encryption

package
v1.3.0 Latest Latest
Warning

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

Go to latest
Published: Oct 12, 2022 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	StoreTypeClient = StoreType("client")
	StoreTypeServer = StoreType("server")
)
View Source
const (
	StoreNameKeystore   = StoreName("keystore")
	StoreNameTruststore = StoreName("truststore")
)

Variables

This section is empty.

Functions

This section is empty.

Types

type StoreName

type StoreName string

type StoreType

type StoreType string

type Stores

type Stores struct {
	// ref to the secret that contains the keystore and its password
	// the expected format of the secret is a "keystore" entry and a "keystore-password" entry
	// +kubebuilder:validation:Required
	KeystoreSecretRef corev1.LocalObjectReference `json:"keystoreSecretRef"`

	// ref to the secret that contains the truststore and its password
	// the expected format of the secret is a "truststore" entry and a "truststore-password" entry
	// +kubebuilder:validation:Required
	TruststoreSecretRef corev1.LocalObjectReference `json:"truststoreSecretRef"`
}

+kubebuilder:object:generate=true

func (*Stores) DeepCopy

func (in *Stores) DeepCopy() *Stores

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Stores.

func (*Stores) DeepCopyInto

func (in *Stores) DeepCopyInto(out *Stores)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

Jump to

Keyboard shortcuts

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