Class AcmeSecretKeySelector
Describes CertManager Secret Key Selector.
Namespace: Neon.Kube.Resources.CertManager
Assembly: Neon.Kube.Resources.dll
Syntax
public class AcmeSecretKeySelector
Constructors
AcmeSecretKeySelector()
Default constructor.
Declaration
public AcmeSecretKeySelector()
Properties
Key
The key of the entry in the Secret resource’s data field to be used. Some instances of this field may be defaulted, in others it may be required.
Declaration
[JsonProperty(PropertyName = "key", Required = Required.Default, DefaultValueHandling = DefaultValueHandling.IgnoreAndPopulate)]
[YamlMember(Alias = "key", ApplyNamingConventions = false)]
public string Key { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Name of the resource being referred to. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
Declaration
[JsonProperty(PropertyName = "name", Required = Required.Default, DefaultValueHandling = DefaultValueHandling.IgnoreAndPopulate)]
[YamlMember(Alias = "name", ApplyNamingConventions = false)]
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
Methods
Validate()
Declaration
public void Validate()