public sealed class ResourceManifest : IMessage<ResourceManifest>, IEquatable<ResourceManifest>, IDeepCloneable<ResourceManifest>, IBufferMessage, IMessage
Reference documentation and code samples for the GKE Hub v1beta1 API class ResourceManifest.
ResourceManifest represents a single Kubernetes resource to be applied to
the cluster.
[[["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."],[[["The `ResourceManifest` class, part of the Google Cloud GKE Hub v1beta1 API, represents a single Kubernetes resource intended for cluster application."],["It is implemented by several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, demonstrating its comprehensive functionality and integration with the .NET ecosystem."],["The `ResourceManifest` class includes properties such as `ClusterScoped`, which indicates if the resource applies to the entire cluster, and `Manifest`, which holds the YAML definition of the resource."],["There are two constructors available for creating a `ResourceManifest` instance, one empty and one that copies from an existing `ResourceManifest`."],["The latest version of the `ResourceManifest` is 2.0.0-beta07, but there are also older versions available such as 2.0.0-beta06, and 1.0.0-beta04."]]],[]]