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.
Kubernetes Pod.
Implements
IMessageKubernetesTypesPod, IEquatableKubernetesTypesPod, IDeepCloneableKubernetesTypesPod, IBufferMessage, IMessageNamespace
GoogleCloudGoogle.Cloud.SecurityCenterV1Assembly
Google.Cloud.SecurityCenter.V1.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 |