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

public sealed class Kubernetes.Types.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.

A Kubernetes Pod.

Inheritance

object > Kubernetes.Types.Pod

Namespace

Google.Cloud.SecurityCenter.V1

Assembly

Google.Cloud.SecurityCenter.V1.dll

Constructors

Pod()

public Pod()

Pod(Pod)

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

Properties

Containers

public RepeatedField<Container> Containers { get; }

Pod containers associated with this finding, if any.

Property Value
TypeDescription
RepeatedFieldContainer

Labels

public RepeatedField<Label> Labels { get; }

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

Property Value
TypeDescription
RepeatedFieldLabel

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