Interface GenerateAttachedClusterInstallManifestResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GenerateAttachedClusterInstallManifestResponse
,GenerateAttachedClusterInstallManifestResponse.Builder
public interface GenerateAttachedClusterInstallManifestResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getManifest()
A set of Kubernetes resources (in YAML format) to be applied to the cluster to be attached.com.google.protobuf.ByteString
getManifestBytes()
A set of Kubernetes resources (in YAML format) to be applied to the cluster to be attached.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getManifest
String getManifest()
A set of Kubernetes resources (in YAML format) to be applied to the cluster to be attached.
string manifest = 1;
- Returns:
- The manifest.
-
getManifestBytes
com.google.protobuf.ByteString getManifestBytes()
A set of Kubernetes resources (in YAML format) to be applied to the cluster to be attached.
string manifest = 1;
- Returns:
- The bytes for manifest.
-
-