Package io.fabric8.kubernetes.api.model
Interface ServiceReferenceFluent<A extends ServiceReferenceFluent<A>>
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
APIServiceSpecFluent.ServiceNested<N>,WatchEventFluent.ServiceReferenceObjectNested<N>
- All Known Implementing Classes:
APIServiceSpecFluentImpl.ServiceNestedImpl,DoneableServiceReference,ServiceReferenceBuilder,ServiceReferenceFluentImpl,WatchEventFluentImpl.ServiceReferenceObjectNestedImpl
public interface ServiceReferenceFluent<A extends ServiceReferenceFluent<A>> extends Fluent<A>
-
Method Summary
Modifier and Type Method Description StringgetName()StringgetNamespace()IntegergetPort()BooleanhasName()BooleanhasNamespace()BooleanhasPort()AwithName(String name)AwithNamespace(String namespace)AwithNewName(String arg1)AwithNewName(StringBuffer arg1)AwithNewName(StringBuilder arg1)AwithNewNamespace(String arg1)AwithNewNamespace(StringBuffer arg1)AwithNewNamespace(StringBuilder arg1)AwithNewPort(int arg1)AwithNewPort(String arg1)AwithPort(Integer port)
-
Method Details
-
getName
String getName() -
withName
-
hasName
Boolean hasName() -
withNewName
-
withNewName
-
withNewName
-
getNamespace
String getNamespace() -
withNamespace
-
hasNamespace
Boolean hasNamespace() -
withNewNamespace
-
withNewNamespace
-
withNewNamespace
-
getPort
Integer getPort() -
withPort
-
hasPort
Boolean hasPort() -
withNewPort
-
withNewPort
-