Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WithCluster ¶
func WithCluster(cluster string) certMgrOption
func WithNamespace ¶
func WithNamespace(namespace string) certMgrOption
func WithRestConfig ¶
Types ¶
type K8sOpensearchCertManager ¶
type K8sOpensearchCertManager interface { GetTransportCARef() (corev1.LocalObjectReference, error) GetHTTPCARef() (corev1.LocalObjectReference, error) }
type OpensearchCertManager ¶
type OpensearchCertManager interface { OpensearchCertWriter OpensearchCertReader }
func NewCertMgrOpensearchCertManager ¶
func NewCertMgrOpensearchCertManager(ctx context.Context, opts ...certMgrOption) OpensearchCertManager
type OpensearchCertReader ¶
type OpensearchCertReconcile ¶
type OpensearchCertReconcile interface { OpensearchCertManager K8sOpensearchCertManager }
Click to show internal directories.
Click to hide internal directories.