Interface GenerateAttachedClusterInstallManifestResponseOrBuilder

    • 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.MessageLiteOrBuilder

        isInitialized
      • 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.