Interface CustomLocation.UpdateStages.WithNamespace

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

public static interface CustomLocation.UpdateStages.WithNamespace
The stage of the CustomLocation update allowing to specify namespace.
  • Method Summary

    Modifier and Type
    Method
    Description
    withNamespace(String namespace)
    Specifies the namespace property: Kubernetes namespace that will be created on the specified cluster..
  • Method Details

    • withNamespace

      CustomLocation.Update withNamespace(String namespace)
      Specifies the namespace property: Kubernetes namespace that will be created on the specified cluster..
      Parameters:
      namespace - Kubernetes namespace that will be created on the specified cluster.
      Returns:
      the next definition stage.