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:
NodeAddressBuilder,NodeAddressFluentImpl,NodeStatusFluentImpl.AddressesNestedImpl,WatchEventFluentImpl.NodeAddressObjectNestedImpl
public interface NodeAddressFluent<A extends NodeAddressFluent<A>> extends Fluent<A>
-
-
Method Summary
All Methods Instance Methods Abstract Methods 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 Detail
-
getAddress
String getAddress()
-
hasAddress
Boolean hasAddress()
-
withNewAddress
A withNewAddress(StringBuilder arg1)
-
withNewAddress
A withNewAddress(StringBuffer arg1)
-
getType
String getType()
-
hasType
Boolean hasType()
-
withNewType
A withNewType(StringBuilder arg1)
-
withNewType
A withNewType(StringBuffer arg1)
-
-