Class Metadata
Inheritance
System.Object
Metadata
Namespace: Steeltoe.Discovery.Kubernetes.Discovery
Assembly: Steeltoe.Discovery.Kubernetes.dll
Syntax
public class Metadata : object
Properties
| Edit this page View SourceAddAnnotations
Gets or sets a value indicating whether the Kubernetes annotations of the services will be included
Declaration
public bool AddAnnotations { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
AddLabels
Gets or sets a value indicating whether Kubernetes labels of the services will be included
Declaration
public bool AddLabels { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
AddPorts
Gets or sets a value indicating whether named Kubernetes service ports will be included
Declaration
public bool AddPorts { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
AnnotationsPrefix
Gets or sets a value to use as a prefix to the key names in the metadata hashtable
Declaration
public string AnnotationsPrefix { get; set; }
Property Value
Type | Description |
---|---|
System.String |
LabelsPrefix
Gets or sets a value to use as a prefix for the keys in Metadata hashtable
Declaration
public string LabelsPrefix { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PortsPrefix
Gets or sets a value to use as a prefix to the keys on metadata entries for ports
Declaration
public string PortsPrefix { get; set; }
Property Value
Type | Description |
---|---|
System.String |