public sealed class KubernetesSecret : IMessage<KubernetesSecret>, IEquatable<KubernetesSecret>, IDeepCloneable<KubernetesSecret>, IBufferMessage, IMessage
Reference documentation and code samples for the Anthos Multi-Cloud v1 API class KubernetesSecret.
[[["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 `KubernetesSecret` class within the Anthos Multi-Cloud v1 API, specifically within the `Google.Cloud.GkeMultiCloud.V1` namespace."],["The `KubernetesSecret` class is used to represent information about a Kubernetes Secret and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page offers various versions of the `KubernetesSecret` documentation, ranging from version 1.0.0-beta01 up to the latest version 2.8.0."],["Key properties of the `KubernetesSecret` class include `Name` (the name of the secret) and `Namespace` (where the secret is stored), both represented as strings."],["The class inherits from the base object class and allows for basic object functionalities such as `GetHashCode`, `GetType`, and `ToString`."]]],[]]