Package io.fabric8.kubernetes.api.model
Interface NodeAddressFluent<A extends NodeAddressFluent<A>>
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
NodeStatusFluent.AddressesNested<N>
,WatchEventFluent.NodeAddressObjectNested<N>
- All Known Implementing Classes:
DoneableNodeAddress
,NodeAddressBuilder
,NodeAddressFluentImpl
,NodeStatusFluentImpl.AddressesNestedImpl
,WatchEventFluentImpl.NodeAddressObjectNestedImpl
public interface NodeAddressFluent<A extends NodeAddressFluent<A>> extends Fluent<A>
-
Method Summary
Modifier and Type Method Description String
getAddress()
String
getType()
Boolean
hasAddress()
Boolean
hasType()
A
withAddress(String address)
A
withNewAddress(String arg1)
A
withNewAddress(StringBuffer arg1)
A
withNewAddress(StringBuilder arg1)
A
withNewType(String arg1)
A
withNewType(StringBuffer arg1)
A
withNewType(StringBuilder arg1)
A
withType(String type)
-
Method Details
-
getAddress
String getAddress() -
withAddress
-
hasAddress
Boolean hasAddress() -
withNewAddress
-
withNewAddress
-
withNewAddress
-
getType
String getType() -
withType
-
hasType
Boolean hasType() -
withNewType
-
withNewType
-
withNewType
-