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 documentation for the `KubernetesSecret` class within the Anthos Multi-Cloud v1 API, specifically within version 2.5.0 of the .NET library."],["The `KubernetesSecret` class represents information about a Kubernetes Secret and inherits from the `object` class while implementing multiple interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class is found in the `Google.Cloud.GkeMultiCloud.V1` namespace, within the `Google.Cloud.GkeMultiCloud.V1.dll` assembly."],["The `KubernetesSecret` class includes two constructors: a default constructor and a copy constructor that takes another `KubernetesSecret` as a parameter."],["Key properties of the `KubernetesSecret` class include `Name`, which represents the name of the secret, and `Namespace`, indicating the namespace where the secret is located, both of which are string types."]]],[]]