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 StringgetAddress()StringgetType()BooleanhasAddress()BooleanhasType()AwithAddress(String address)AwithNewAddress(String arg1)AwithNewAddress(StringBuffer arg1)AwithNewAddress(StringBuilder arg1)AwithNewType(String arg1)AwithNewType(StringBuffer arg1)AwithNewType(StringBuilder arg1)AwithType(String type)
-
Method Details
-
getAddress
String getAddress() -
withAddress
-
hasAddress
Boolean hasAddress() -
withNewAddress
-
withNewAddress
-
withNewAddress
-
getType
String getType() -
withType
-
hasType
Boolean hasType() -
withNewType
-
withNewType
-
withNewType
-