public sealed class ResourceManifest : IMessage<ResourceManifest>, IEquatable<ResourceManifest>, IDeepCloneable<ResourceManifest>, IBufferMessage, IMessage
Reference documentation and code samples for the GKE Hub v1 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 latest version of the `ResourceManifest` class in the GKE Hub v1 API is 2.5.0, with documentation available for versions back to 1.0.0."],["The `ResourceManifest` class represents a single Kubernetes resource and is designed for application within a cluster."],["It inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality checks, deep cloning, and buffer operations."],["The class has two constructors, a default and one that takes another `ResourceManifest` object as a parameter."],["Key properties of the `ResourceManifest` class include `ClusterScoped`, a boolean indicating whether the resource is cluster-scoped, and `Manifest`, a string containing the YAML manifest of the resource."]]],[]]