public interface ResourceManifestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getClusterScoped()
Whether the resource provided in the manifest is `cluster_scoped`.
|
String |
getManifest()
YAML manifest of the resource.
|
com.google.protobuf.ByteString |
getManifestBytes()
YAML manifest of the resource.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getManifest()
YAML manifest of the resource.
string manifest = 1;com.google.protobuf.ByteString getManifestBytes()
YAML manifest of the resource.
string manifest = 1;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;Copyright © 2025 Google LLC. All rights reserved.