public sealed class 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.
[[["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-08-04 UTC."],[[["This webpage provides documentation for the `Kubernetes.Types.Pod` class within the Google Cloud Security Center v1 API, specifically for .NET development."],["The latest version documented is 3.24.0, with a range of previous versions available from 3.23.0 down to 2.2.0, all linking to their respective pages."],["The `Pod` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, inheriting from `Object`, all of which can be reviewed in the full reference."],["The `Pod` class offers properties such as `Containers`, `Labels`, `Name`, and `Ns`, providing access to information about the Kubernetes Pod, like its name, namespace, and any associated containers or labels."],["The documentation also outlines the constructors available for creating `Pod` objects, either empty or initialized with another `Pod` object, and they can be further explored on the full reference."]]],[]]