Class GkePlatformDetails.KubernetesData (4.8.0)

public class GkePlatformDetails.KubernetesData

Data from the Kubernetes API

Inheritance

object > GkePlatformDetails.KubernetesData

Namespace

Google.Api.Gax

Assembly

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