Interface ResourceManifestOrBuilder (1.3.4)

public interface ResourceManifestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getClusterScoped()

public abstract boolean getClusterScoped()

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.

bool cluster_scoped = 2;

Returns
TypeDescription
boolean

The clusterScoped.

getManifest()

public abstract String getManifest()

YAML manifest of the resource.

string manifest = 1;

Returns
TypeDescription
String

The manifest.

getManifestBytes()

public abstract ByteString getManifestBytes()

YAML manifest of the resource.

string manifest = 1;

Returns
TypeDescription
ByteString

The bytes for manifest.