public sealed class ResourceManifest : IMessage<ResourceManifest>, IEquatable<ResourceManifest>, IDeepCloneable<ResourceManifest>, IBufferMessage, IMessage
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 represents a single Kubernetes resource intended for application to a cluster."],["The latest version of the `ResourceManifest` class available is 2.5.0, with older versions available down to 1.0.0."],["`ResourceManifest` implements several interfaces, including `IMessage\u003cResourceManifest\u003e`, `IEquatable\u003cResourceManifest\u003e`, `IDeepCloneable\u003cResourceManifest\u003e`, `IBufferMessage`, and `IMessage`."],["The class has two constructors, a default one and one that takes another `ResourceManifest` object as a parameter."],["Key properties of the `ResourceManifest` class include `ClusterScoped`, which determines if the resource is cluster-scoped, and `Manifest`, which holds the YAML manifest of the resource."]]],[]]