Class ResourceManifest (1.5.1)

ResourceManifest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

ResourceManifest represents a single Kubernetes resource to be applied to the cluster.

Attributes

NameDescription
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.

Inheritance

builtins.object > proto.message.Message > ResourceManifest