Package io.fabric8.kubernetes.api.model
Class ServiceReferenceFluentImpl<A extends ServiceReferenceFluent<A>>
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.kubernetes.api.model.ServiceReferenceFluentImpl<A>
- All Implemented Interfaces:
Fluent<A>
,Visitable<A>
,ServiceReferenceFluent<A>
- Direct Known Subclasses:
APIServiceSpecFluentImpl.ServiceNestedImpl
,DoneableServiceReference
,ServiceReferenceBuilder
,WatchEventFluentImpl.ServiceReferenceObjectNestedImpl
public class ServiceReferenceFluentImpl<A extends ServiceReferenceFluent<A>> extends BaseFluent<A> implements ServiceReferenceFluent<A>
-
Field Summary
-
Constructor Summary
Constructors Constructor Description ServiceReferenceFluentImpl()
ServiceReferenceFluentImpl(ServiceReference instance)
-
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
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)
-
Constructor Details
-
ServiceReferenceFluentImpl
public ServiceReferenceFluentImpl() -
ServiceReferenceFluentImpl
-
-
Method Details
-
getName
- Specified by:
getName
in interfaceServiceReferenceFluent<A extends ServiceReferenceFluent<A>>
-
withName
- Specified by:
withName
in interfaceServiceReferenceFluent<A extends ServiceReferenceFluent<A>>
-
hasName
- Specified by:
hasName
in interfaceServiceReferenceFluent<A extends ServiceReferenceFluent<A>>
-
withNewName
- Specified by:
withNewName
in interfaceServiceReferenceFluent<A extends ServiceReferenceFluent<A>>
-
withNewName
- Specified by:
withNewName
in interfaceServiceReferenceFluent<A extends ServiceReferenceFluent<A>>
-
withNewName
- Specified by:
withNewName
in interfaceServiceReferenceFluent<A extends ServiceReferenceFluent<A>>
-
getNamespace
- Specified by:
getNamespace
in interfaceServiceReferenceFluent<A extends ServiceReferenceFluent<A>>
-
withNamespace
- Specified by:
withNamespace
in interfaceServiceReferenceFluent<A extends ServiceReferenceFluent<A>>
-
hasNamespace
- Specified by:
hasNamespace
in interfaceServiceReferenceFluent<A extends ServiceReferenceFluent<A>>
-
withNewNamespace
- Specified by:
withNewNamespace
in interfaceServiceReferenceFluent<A extends ServiceReferenceFluent<A>>
-
withNewNamespace
- Specified by:
withNewNamespace
in interfaceServiceReferenceFluent<A extends ServiceReferenceFluent<A>>
-
withNewNamespace
- Specified by:
withNewNamespace
in interfaceServiceReferenceFluent<A extends ServiceReferenceFluent<A>>
-
getPort
- Specified by:
getPort
in interfaceServiceReferenceFluent<A extends ServiceReferenceFluent<A>>
-
withPort
- Specified by:
withPort
in interfaceServiceReferenceFluent<A extends ServiceReferenceFluent<A>>
-
hasPort
- Specified by:
hasPort
in interfaceServiceReferenceFluent<A extends ServiceReferenceFluent<A>>
-
withNewPort
- Specified by:
withNewPort
in interfaceServiceReferenceFluent<A extends ServiceReferenceFluent<A>>
-
withNewPort
- Specified by:
withNewPort
in interfaceServiceReferenceFluent<A extends ServiceReferenceFluent<A>>
-
equals
-