Interface ResourceLabelProvider

All Known Implementing Classes:
HostResourceLabelProvider, JavaRuntimeResourceLabelProvider

public interface ResourceLabelProvider
Provides labels from the runtime context (Cloud, Deployment, Host, JVM, etc) that can be set on the Resource.
  • Method Summary

    Modifier and Type
    Method
    Description
    Get labels to be set on the Resource.
  • Method Details

    • getLabels

      Map<String,String> getLabels()
      Get labels to be set on the Resource. The labels should be namespaced according to the conventions defined here.
      Returns:
      A (possibly empty) map of label-value pairs.