Class GkePlatformDetails.KubernetesData (4.3.1)

public class GkePlatformDetails.KubernetesData

Data from the Kubernetes API

Inheritance

object > GkePlatformDetails.KubernetesData

Namespace

GoogleGoogle.ApiGax

Assembly

Google.Api.Gax.dll

Properties

MountInfo

public string[] MountInfo { get; set; }

Lines from /proc/self/mountinfo

Property Value
TypeDescription
string

NamespaceJson

public string NamespaceJson { get; set; }

JSON from https://kubernetes/api/v1/namespaces/{namespace}

Property Value
TypeDescription
string

NamespaceName

public string NamespaceName { get; set; }

The Kubernetes namespace name

Property Value
TypeDescription
string

PodJson

public string PodJson { get; set; }

JSON from https://kubernetes/api/v1/namespaces/{namespace}/pods/{pod-name}

Property Value
TypeDescription
string

PodName

public string PodName { get; set; }

The Kubernetes pod name

Property Value
TypeDescription
string