UNPKG

@pulumi/kubernetes-cert-manager

Version:

This repo contains the Pulumi Cert Manager component for Kubernetes. This add-on automates the management and issuance of TLS certificates from various issuing sources. It ensures certificates are valid and up to date periodically, and attempts to renew c

9 lines (8 loc) 409 B
export { CertManagerArgs } from "./certManager"; export type CertManager = import("./certManager").CertManager; export declare const CertManager: typeof import("./certManager").CertManager; export { ProviderArgs } from "./provider"; export type Provider = import("./provider").Provider; export declare const Provider: typeof import("./provider").Provider; import * as types from "./types"; export { types, };