Class ServiceConfig


  • public class ServiceConfig
    extends Object
    • Field Detail

      • binding

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

        @ConfigItem
        public Optional<String> kind
        The kind of the service.
      • apiVersion

        @ConfigItem
        public Optional<String> apiVersion
        The apiVersion of the service
      • name

        @ConfigItem
        public 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

        @ConfigItem
        public Optional<String> namespace
        The namespace of the service.
    • Constructor Detail

      • ServiceConfig

        public ServiceConfig()