Package io.quarkus.kubernetes.spi
Class Property<T>
- java.lang.Object
-
- io.quarkus.kubernetes.spi.Property<T>
-
public class Property<T> extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static <T> Property<T>fromRuntimeConfiguration(String name, Class<T> type, T defaultValue)TgetDefaultValue()StringgetName()Class<T>getType()Optional<T>getValue()booleanisRuntime()
-