Interface SpringApp.UpdateStages.WithConfigurationServiceBinding

All Known Subinterfaces:
SpringApp.Update
Enclosing interface:
SpringApp.UpdateStages

public static interface SpringApp.UpdateStages.WithConfigurationServiceBinding
(Enterprise Tier Only) The stage of a spring app update allowing to bind it to the default configuration service.
  • Method Details

    • withConfigurationServiceBinding

      SpringApp.Update withConfigurationServiceBinding()
      Specifies a binding to the default configuration service. To use the centralized configurations, you must bind the app to Application Configuration Service for Tanzu. When you change the bind/unbind status, you must restart or redeploy the app to for the binding to take effect.
      Returns:
      the next stage of spring app update
    • withoutConfigurationServiceBinding

      SpringApp.Update withoutConfigurationServiceBinding()
      Removes a binding to the default configuration service. When you change the bind/unbind status, you must restart or redeploy the app to for the binding to take effect.
      Returns:
      the next stage of spring app update