Class V1IssuerSpec
The kubernetes spec for a cert-manager Issuer.
Namespace: Neon.Kube.Resources.CertManager
Assembly: Neon.Kube.Resources.dll
Syntax
public class V1IssuerSpec
Constructors
V1IssuerSpec()
Constructor.
Declaration
public V1IssuerSpec()
Properties
Acme
ACME configures this issuer to communicate with a RFC8555 (ACME) server to obtain signed x509 certificates.
Declaration
[JsonProperty(PropertyName = "Acme", Required = Required.Default, DefaultValueHandling = DefaultValueHandling.IgnoreAndPopulate)]
public AcmeIssuer Acme { get; set; }
Property Value
Type | Description |
---|---|
AcmeIssuer |
Methods
Validate()
Declaration
public void Validate()