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."],[[["This webpage provides documentation for the `ResourceManifest` class within the Google Cloud GKE Hub v1 API."],["`ResourceManifest` represents a Kubernetes resource to be applied to a cluster, and includes properties for specifying whether it is cluster-scoped and the YAML manifest itself."],["The latest version of the API available on the page is 2.5.0, and the documentation also references previous versions from 2.4.0 back to 1.0.0."],["The `ResourceManifest` class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation includes information about the `ResourceManifest` constructors and properties, namely `ClusterScoped` and `Manifest`, including their data types and descriptions."]]],[]]