Package io.quarkus.kubernetes.deployment
Class IngressRuleConfig$$accessor
- java.lang.Object
-
- io.quarkus.kubernetes.deployment.IngressRuleConfig$$accessor
-
public final class IngressRuleConfig$$accessor extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Objectget_host(Object __instance)static Objectget_path(Object __instance)static Objectget_pathType(Object __instance)static Objectget_serviceName(Object __instance)static Objectget_servicePortName(Object __instance)static Objectget_servicePortNumber(Object __instance)static voidset_host(Object __instance, Object host)static voidset_path(Object __instance, Object path)static voidset_pathType(Object __instance, Object pathType)static voidset_serviceName(Object __instance, Object serviceName)static voidset_servicePortName(Object __instance, Object servicePortName)static voidset_servicePortNumber(Object __instance, Object servicePortNumber)
-