Interface ServiceConfig


public interface ServiceConfig
  • Method Details

    • binding

      Optional<String> binding()
      The name of the service binding. If no value is specified the id of the service will be used instead.
    • kind

      Optional<String> kind()
      The kind of the service.
    • apiVersion

      Optional<String> apiVersion()
      The apiVersion of the service
    • name

      Optional<String> name()
      The name of the service. When this is empty the key of the service is meant to be used as name.
    • namespace

      Optional<String> namespace()
      The namespace of the service.