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 String
getName()
String
getNamespace()
Integer
getPort()
Boolean
hasName()
Boolean
hasNamespace()
Boolean
hasPort()
A
withName(String name)
A
withNamespace(String namespace)
A
withNewName(String arg1)
A
withNewName(StringBuffer arg1)
A
withNewName(StringBuilder arg1)
A
withNewNamespace(String arg1)
A
withNewNamespace(StringBuffer arg1)
A
withNewNamespace(StringBuilder arg1)
A
withNewPort(int arg1)
A
withNewPort(String arg1)
A
withPort(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
-