Package io.fabric8.kubernetes.api.model
Interface ServerAddressByClientCIDRFluent<A extends ServerAddressByClientCIDRFluent<A>>
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
APIGroupFluent.ServerAddressByClientCIDRsNested<N>,WatchEventFluent.ServerAddressByClientCIDRObjectNested<N>
- All Known Implementing Classes:
APIGroupFluentImpl.ServerAddressByClientCIDRsNestedImpl,DoneableServerAddressByClientCIDR,ServerAddressByClientCIDRBuilder,ServerAddressByClientCIDRFluentImpl,WatchEventFluentImpl.ServerAddressByClientCIDRObjectNestedImpl
public interface ServerAddressByClientCIDRFluent<A extends ServerAddressByClientCIDRFluent<A>> extends Fluent<A>
-
Method Summary
Modifier and Type Method Description StringgetClientCIDR()StringgetServerAddress()BooleanhasClientCIDR()BooleanhasServerAddress()AwithClientCIDR(String clientCIDR)AwithNewClientCIDR(String arg1)AwithNewClientCIDR(StringBuffer arg1)AwithNewClientCIDR(StringBuilder arg1)AwithNewServerAddress(String arg1)AwithNewServerAddress(StringBuffer arg1)AwithNewServerAddress(StringBuilder arg1)AwithServerAddress(String serverAddress)
-
Method Details
-
getClientCIDR
String getClientCIDR() -
withClientCIDR
-
hasClientCIDR
Boolean hasClientCIDR() -
withNewClientCIDR
-
withNewClientCIDR
-
withNewClientCIDR
-
getServerAddress
String getServerAddress() -
withServerAddress
-
hasServerAddress
Boolean hasServerAddress() -
withNewServerAddress
-
withNewServerAddress
-
withNewServerAddress
-