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.
[[["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 document provides reference documentation for the `Kubernetes.Types.Pod` class within the Google Cloud Security Center v1 API, specifically detailing its structure and usage."],["The document lists available versions of the API for this class, ranging from the latest version 3.24.0 down to version 2.2.0, with version 3.23.0 being highlighted as the current version."],["`Kubernetes.Types.Pod` is a sealed class that implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is used to represent a Kubernetes Pod."],["The class includes properties such as `Containers`, `Labels`, `Name`, and `Ns`, which represent the Pod's containers, labels, name, and namespace, respectively."],["This class includes two constructors: a default constructor `Pod()`, and an overload constructor `Pod(Kubernetes.Types.Pod other)` to initialize the object with values from another Pod object."]]],[]]