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 booleanequals(Object o)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)
-
Constructor Details
-
ServiceReferenceFluentImpl
public ServiceReferenceFluentImpl() -
ServiceReferenceFluentImpl
-
-
Method Details
-
getName
- Specified by:
getNamein interfaceServiceReferenceFluent<A extends ServiceReferenceFluent<A>>
-
withName
- Specified by:
withNamein interfaceServiceReferenceFluent<A extends ServiceReferenceFluent<A>>
-
hasName
- Specified by:
hasNamein interfaceServiceReferenceFluent<A extends ServiceReferenceFluent<A>>
-
withNewName
- Specified by:
withNewNamein interfaceServiceReferenceFluent<A extends ServiceReferenceFluent<A>>
-
withNewName
- Specified by:
withNewNamein interfaceServiceReferenceFluent<A extends ServiceReferenceFluent<A>>
-
withNewName
- Specified by:
withNewNamein interfaceServiceReferenceFluent<A extends ServiceReferenceFluent<A>>
-
getNamespace
- Specified by:
getNamespacein interfaceServiceReferenceFluent<A extends ServiceReferenceFluent<A>>
-
withNamespace
- Specified by:
withNamespacein interfaceServiceReferenceFluent<A extends ServiceReferenceFluent<A>>
-
hasNamespace
- Specified by:
hasNamespacein interfaceServiceReferenceFluent<A extends ServiceReferenceFluent<A>>
-
withNewNamespace
- Specified by:
withNewNamespacein interfaceServiceReferenceFluent<A extends ServiceReferenceFluent<A>>
-
withNewNamespace
- Specified by:
withNewNamespacein interfaceServiceReferenceFluent<A extends ServiceReferenceFluent<A>>
-
withNewNamespace
- Specified by:
withNewNamespacein interfaceServiceReferenceFluent<A extends ServiceReferenceFluent<A>>
-
getPort
- Specified by:
getPortin interfaceServiceReferenceFluent<A extends ServiceReferenceFluent<A>>
-
withPort
- Specified by:
withPortin interfaceServiceReferenceFluent<A extends ServiceReferenceFluent<A>>
-
hasPort
- Specified by:
hasPortin interfaceServiceReferenceFluent<A extends ServiceReferenceFluent<A>>
-
withNewPort
- Specified by:
withNewPortin interfaceServiceReferenceFluent<A extends ServiceReferenceFluent<A>>
-
withNewPort
- Specified by:
withNewPortin interfaceServiceReferenceFluent<A extends ServiceReferenceFluent<A>>
-
equals
-