CertManagerResource Properties
Class Properties 2 members
Represents a cert-manager installation on a Kubernetes environment.
Gets the underlying Helm chart resource used to install cert-manager. Use this to layer additional Helm values via
WithHelmChartValues or to inspect chart metadata. The chart name and version are fixed at construction time and cannot be changed through this property. public KubernetesHelmChartResource HelmChart { get; } Gets the parent Kubernetes environment that hosts cert-manager.
public KubernetesEnvironmentResource Parent { get; }