Class Input
Inheritance
System.Object
Input
Assembly: Steeltoe.Discovery.Kubernetes.dll
public class Input : object
Constructors
|
Edit this page
View Source
Declaration
public Input(string serviceName, int? port = null, IDictionary<string, string> serviceLabels = null, IDictionary<string, string> serviceAnnotations = null)
Parameters
Type |
Name |
Description |
System.String |
serviceName |
|
System.Nullable<System.Int32> |
port |
|
IDictionary<System.String, System.String> |
serviceLabels |
|
IDictionary<System.String, System.String> |
serviceAnnotations |
|
Methods
|
Edit this page
View Source
Declaration
Returns
Type |
Description |
System.Nullable<System.Int32> |
|
|
Edit this page
View Source
Declaration
public IDictionary<string, string> GetServiceAnnotations()
Returns
Type |
Description |
IDictionary<System.String, System.String> |
|
|
Edit this page
View Source
Declaration
public IDictionary<string, string> GetServiceLabels()
Returns
Type |
Description |
IDictionary<System.String, System.String> |
|
|
Edit this page
View Source
Declaration
public string GetServiceName()
Returns
Type |
Description |
System.String |
|