JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
io.quarkus.kubernetes.deployment
Interface HostAliasConfig
public interface
HostAliasConfig
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
Optional
<
List
<
String
>>
hostnames
()
The hostnames to resolve to the ip.
Optional
<
String
>
ip
()
The ip address.
Method Details
ip
Optional
<
String
>
ip
()
The ip address.
hostnames
Optional
<
List
<
String
>>
hostnames
()
The hostnames to resolve to the ip.