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 Security Command Center v2 API class Kubernetes.Types.Pod.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This document provides reference documentation for the `Kubernetes.Types.Pod` class, a part of the Security Command Center v2 API within the Google Cloud platform."],["The `Kubernetes.Types.Pod` class represents a Kubernetes Pod and inherits from the base `object` class, implementing several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default constructor `Pod()` and a copy constructor `Pod(Kubernetes.Types.Pod other)`, which takes another Pod object as a parameter."],["Key properties of the `Kubernetes.Types.Pod` class include `Containers`, `Labels`, `Name`, and `Ns`, which hold information about the pod's containers, labels, name, and namespace, respectively."],["The `Kubernetes.Types.Pod` class is located in the `Google.Cloud.SecurityCenter.V2` namespace, and is contained within the `Google.Cloud.SecurityCenter.V2.dll` assembly."]]],[]]