public sealed class Pod : IMessage<Kubernetes.Types.Pod>, IEquatable<Kubernetes.Types.Pod>, IDeepCloneable<Kubernetes.Types.Pod>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Security Command Center v1 API class Kubernetes.Types.Pod.
Kubernetes Pod.
Implements
IMessage<Kubernetes.Types.Pod>, IEquatable<Kubernetes.Types.Pod>, IDeepCloneable<Kubernetes.Types.Pod>, IBufferMessage, IMessageNamespace
Google.Cloud.SecurityCenter.V1Assembly
Google.Cloud.SecurityCenter.V1.dll
Constructors
Pod()
public Pod()Pod(Kubernetes.Types.Pod)
public Pod(Kubernetes.Types.Pod other)| Parameter | |
|---|---|
| Name | Description |
other |
Kubernetes.Types.Pod |
Properties
Containers
public RepeatedField<Container> Containers { get; }Pod containers associated with this finding, if any.
| Property Value | |
|---|---|
| Type | Description |
RepeatedField<Container> |
|
Labels
public RepeatedField<Label> Labels { get; }Pod labels. For Kubernetes containers, these are applied to the container.
| Property Value | |
|---|---|
| Type | Description |
RepeatedField<Label> |
|
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 |
|