package
Version:
v0.1.3
Opens a new window with list of versions in this module.
Published: Aug 13, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 13
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
CreateOrUpdateTLSSecret creates or updates a TLS secret in the Kubernetes cluster.
TlsSecret creates a TLS secret from the provided TLS data and Certificate object.
type TLSData struct {
PrivateKeyBytes []byte
CertificateBytes []byte
}
TLSData represents TLS data containing a private key and certificate bytes.
Decoder decodes the PKCS#12 formatted TLS data.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.