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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eResourceManifest\u003c/code\u003e class represents a single Kubernetes resource intended for application to a cluster.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of the \u003ccode\u003eResourceManifest\u003c/code\u003e class available is 2.5.0, with older versions available down to 1.0.0.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eResourceManifest\u003c/code\u003e implements several interfaces, including \u003ccode\u003eIMessage<ResourceManifest>\u003c/code\u003e, \u003ccode\u003eIEquatable<ResourceManifest>\u003c/code\u003e, \u003ccode\u003eIDeepCloneable<ResourceManifest>\u003c/code\u003e, \u003ccode\u003eIBufferMessage\u003c/code\u003e, and \u003ccode\u003eIMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class has two constructors, a default one and one that takes another \u003ccode\u003eResourceManifest\u003c/code\u003e object as a parameter.\u003c/p\u003e\n"],["\u003cp\u003eKey properties of the \u003ccode\u003eResourceManifest\u003c/code\u003e class include \u003ccode\u003eClusterScoped\u003c/code\u003e, which determines if the resource is cluster-scoped, and \u003ccode\u003eManifest\u003c/code\u003e, which holds the YAML manifest of the resource.\u003c/p\u003e\n"]]],[],null,[]]