public sealed class Kubernetes.Types.Pod : IMessage<Kubernetes.Types.Pod>, IEquatable<Kubernetes.Types.Pod>, IDeepCloneable<Kubernetes.Types.Pod>, IBufferMessage, IMessageReference documentation and code samples for the Security Command Center v2 API class Kubernetes.Types.Pod.
A Kubernetes Pod.
Implements
IMessageKubernetesTypesPod, IEquatableKubernetesTypesPod, IDeepCloneableKubernetesTypesPod, IBufferMessage, IMessageNamespace
Google.Cloud.SecurityCenter.V2Assembly
Google.Cloud.SecurityCenter.V2.dll
Constructors
Pod()
public Pod()Pod(Pod)
public Pod(Kubernetes.Types.Pod other)| Parameter | |
|---|---|
| Name | Description |
other |
KubernetesTypesPod |
Properties
Containers
public RepeatedField<Container> Containers { get; }Pod containers associated with this finding, if any.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldContainer |
|
Labels
public RepeatedField<Label> Labels { get; }Pod labels. For Kubernetes containers, these are applied to the container.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldLabel |
|
Name
public string Name { get; set; }Kubernetes Pod name.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Ns
public string Ns { get; set; }Kubernetes Pod namespace.
| Property Value | |
|---|---|
| Type | Description |
string |
|