Class PasswordSecretRef
Configures additional keystore output formats stored in the secretName
Secret resource.
Namespace: Neon.Kube.Resources.CertManager
Assembly: Neon.Kube.Resources.dll
Syntax
public class PasswordSecretRef
Constructors
PasswordSecretRef()
Initializes a new instance of the PasswordSecretRef class.
Declaration
public PasswordSecretRef()
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)]
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.Always, DefaultValueHandling = DefaultValueHandling.Ignore)]
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |