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-04-09 UTC."],[[["This webpage provides reference documentation for the `KubernetesSecret` class within the Anthos Multi-Cloud v1 API, specifically version 2.7.0."],["The `KubernetesSecret` class is an implementation of several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and represents information about a Kubernetes Secret."],["The available versions of the `KubernetesSecret` class range from 1.0.0-beta01 to the latest version 2.8.0, with version 2.7.0 being the current focus."],["The class has two constructors, `KubernetesSecret()` and `KubernetesSecret(KubernetesSecret other)`, and two properties named `Name` and `Namespace`, which are both strings."],["The `KubernetesSecret` class includes inherited members like `GetHashCode()`, `GetType()`, and `ToString()` from the base `object` class, allowing operations on the objects created."]]],[]]