Class KubernetesPropertyResolver

  • All Implemented Interfaces:
    PropertyResolver

    public class KubernetesPropertyResolver
    extends Object
    implements PropertyResolver
    Since:
    3.9.11
    Author:
    Kamiel Ahmadpour (kamiel.ahmadpour at graviteesource.com), GraviteeSource Team
    • Constructor Detail

      • KubernetesPropertyResolver

        public KubernetesPropertyResolver()
    • Method Detail

      • resolve

        public io.reactivex.rxjava3.core.Maybe<Object> resolve​(String location)
        Specified by:
        resolve in interface PropertyResolver
        Returns:
        The values of the given property if exist
      • watch

        public io.reactivex.rxjava3.core.Flowable<Object> watch​(String location)
        Description copied from interface: PropertyResolver
        Watch for any changes in the property and emmit the new values
        Specified by:
        watch in interface PropertyResolver
        Returns:
        last value