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
,ServiceReferenceBuilder
,ServiceReferenceFluentImpl
,WatchEventFluentImpl.ServiceReferenceObjectNestedImpl
public interface ServiceReferenceFluent<A extends ServiceReferenceFluent<A>> extends Fluent<A>
-
-
Method Summary
All Methods Instance Methods Abstract Methods 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
withPort(Integer port)
-
-
-
Method Detail
-
getName
String getName()
-
hasName
Boolean hasName()
-
withNewName
A withNewName(StringBuilder arg1)
-
withNewName
A withNewName(StringBuffer arg1)
-
getNamespace
String getNamespace()
-
hasNamespace
Boolean hasNamespace()
-
withNewNamespace
A withNewNamespace(StringBuilder arg1)
-
withNewNamespace
A withNewNamespace(StringBuffer arg1)
-
getPort
Integer getPort()
-
hasPort
Boolean hasPort()
-
-