Class EmptyLabelSupplier

java.lang.Object
io.micronaut.kubernetes.client.informer.EmptyLabelSupplier
All Implemented Interfaces:
Supplier<String>

public class EmptyLabelSupplier extends Object implements Supplier<String>
Default label supplier for the Informer.labelSelectorSupplier() that returns empty string.
Since:
3.1
Author:
Pavol Gressa
  • Constructor Details

    • EmptyLabelSupplier

      public EmptyLabelSupplier()
  • Method Details