Google Cloud Security Command Center v1 API - Class Kubernetes.Types.Pod (3.4.0)

public sealed class Pod : IMessage<Kubernetes.Types.Pod>, IEquatable<Kubernetes.Types.Pod>, IDeepCloneable<Kubernetes.Types.Pod>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Security Command Center v1 API class Kubernetes.Types.Pod.

Kubernetes Pod.

Inheritance

Object > Kubernetes.Types.Pod

Namespace

Google.Cloud.SecurityCenter.V1

Assembly

Google.Cloud.SecurityCenter.V1.dll

Constructors

Pod()

public Pod()

Pod(Kubernetes.Types.Pod)

public Pod(Kubernetes.Types.Pod other)
Parameter
NameDescription
otherKubernetes.Types.Pod

Properties

Containers

public RepeatedField<Container> Containers { get; }

Pod containers associated with this finding, if any.

Property Value
TypeDescription
RepeatedField<Container>

Labels

public RepeatedField<Label> Labels { get; }

Pod labels. For Kubernetes containers, these are applied to the container.

Property Value
TypeDescription
RepeatedField<Label>

Name

public string Name { get; set; }

Kubernetes Pod name.

Property Value
TypeDescription
String

Ns

public string Ns { get; set; }

Kubernetes Pod namespace.

Property Value
TypeDescription
String