ResourceManifest represents a single Kubernetes resource to
be applied to the cluster.
Attributes
Name
Description
manifest
str
YAML manifest of the resource.
cluster_scoped
bool
Whether the resource provided in the manifest is
cluster_scoped. If unset, the manifest is assumed to be
namespace scoped.
This field is used for REST mapping when applying the
resource in a cluster.