Class Metadata
- Namespace
- Steeltoe.Discovery.Kubernetes.Discovery
- Assembly
- Steeltoe.Discovery.Kubernetes.dll
[Obsolete("This feature will be removed in the next major version. See https://steeltoe.io/docs/v3/obsolete for details.")]
public class Metadata
- Inheritance
-
Metadata
- Inherited Members
Properties
AddAnnotations
Gets or sets a value indicating whether the Kubernetes annotations of the services will be included
public bool AddAnnotations { get; set; }
Property Value
AddLabels
Gets or sets a value indicating whether Kubernetes labels of the services will be included
public bool AddLabels { get; set; }
Property Value
AddPorts
Gets or sets a value indicating whether named Kubernetes service ports will be included
public bool AddPorts { get; set; }
Property Value
AnnotationsPrefix
Gets or sets a value to use as a prefix to the key names in the metadata hashtable
public string AnnotationsPrefix { get; set; }
Property Value
LabelsPrefix
Gets or sets a value to use as a prefix for the keys in Metadata hashtable
public string LabelsPrefix { get; set; }
Property Value
PortsPrefix
Gets or sets a value to use as a prefix to the keys on metadata entries for ports
public string PortsPrefix { get; set; }