public sealed class Pod : IMessage<Kubernetes.Types.Pod>, IEquatable<Kubernetes.Types.Pod>, IDeepCloneable<Kubernetes.Types.Pod>, IBufferMessage, IMessage
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This page provides documentation for the `Kubernetes.Types.Pod` class within the `Google.Cloud.SecurityCenter.V1` namespace, covering versions from 2.2.0 up to the latest release of 3.24.0."],["The `Pod` class represents a Kubernetes Pod and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains constructors to create a new Pod instance or to clone an existing one, as well as properties like `Containers`, `Labels`, `Name`, and `Ns` to manage pod data."],["The documentation also lists the inherited members from the base `Object` class, including `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`, providing a full overview of the class's structure."]]],[]]