public class KubernetesDataData from the Kubernetes API
Namespace
Google.Api.GaxAssembly
Google.Api.Gax.dll
Properties
MountInfo
public string[] MountInfo { get; set; }Lines from /proc/self/mountinfo
| Property Value | |
|---|---|
| Type | Description | 
String[] | 
        |
NamespaceJson
public string NamespaceJson { get; set; }JSON from https://kubernetes/api/v1/namespaces/{namespace}
| Property Value | |
|---|---|
| Type | Description | 
String | 
        |
NamespaceName
public string NamespaceName { get; set; }The Kubernetes namespace name
| Property Value | |
|---|---|
| Type | Description | 
String | 
        |
PodJson
public string PodJson { get; set; }JSON from https://kubernetes/api/v1/namespaces/{namespace}/pods/{pod-name}
| Property Value | |
|---|---|
| Type | Description | 
String | 
        |
PodName
public string PodName { get; set; }The Kubernetes pod name
| Property Value | |
|---|---|
| Type | Description | 
String | 
        |