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 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 ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Stores.
func (*Stores) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
Click to show internal directories.
Click to hide internal directories.