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-03-21 UTC."],[[["This webpage provides documentation for the `Kubernetes.Types.Pod` class within the Google Cloud Security Center v1 API, specifically for .NET development."],["The page lists all available versions of the `Kubernetes.Types.Pod` class, ranging from the latest version 3.24.0 down to 2.2.0, allowing users to navigate to documentation for each version."],["The `Kubernetes.Types.Pod` class is a representation of a Kubernetes Pod and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, making it compatible with various .NET functionalities."],["The class includes properties like `Containers`, `Labels`, `Name`, and `Ns` to provide information about a Kubernetes Pod's containers, labels, name, and namespace."],["The class also includes two constructors, one is the default `Pod()` and the other is `Pod(Kubernetes.Types.Pod other)`, which allows a pod to be copied using another pod as a parameter."]]],[]]