public class PortSelectorFluentImpl<A extends PortSelectorFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements PortSelectorFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
PortSelectorFluentImpl.NamePortNestedImpl<N> |
class |
PortSelectorFluentImpl.NumberPortNestedImpl<N> |
PortSelectorFluent.NamePortNested<N>, PortSelectorFluent.NumberPortNested<N>| Constructor and Description |
|---|
PortSelectorFluentImpl() |
PortSelectorFluentImpl(PortSelector instance) |
| Modifier and Type | Method and Description |
|---|---|
PortSelector.Port |
buildPort() |
boolean |
equals(Object o) |
PortSelector.Port |
getPort()
Deprecated.
|
Boolean |
hasPort() |
A |
withNamePort(NamePort namePort) |
PortSelectorFluent.NamePortNested<A> |
withNewNamePort() |
A |
withNewNamePort(String name) |
PortSelectorFluent.NamePortNested<A> |
withNewNamePortLike(NamePort item) |
PortSelectorFluent.NumberPortNested<A> |
withNewNumberPort() |
A |
withNewNumberPort(Integer number) |
PortSelectorFluent.NumberPortNested<A> |
withNewNumberPortLike(NumberPort item) |
A |
withNumberPort(NumberPort numberPort) |
A |
withPort(PortSelector.Port port) |
public PortSelectorFluentImpl()
public PortSelectorFluentImpl(PortSelector instance)
@Deprecated public PortSelector.Port getPort()
getPort in interface PortSelectorFluent<A extends PortSelectorFluent<A>>public PortSelector.Port buildPort()
buildPort in interface PortSelectorFluent<A extends PortSelectorFluent<A>>public A withPort(PortSelector.Port port)
withPort in interface PortSelectorFluent<A extends PortSelectorFluent<A>>public Boolean hasPort()
hasPort in interface PortSelectorFluent<A extends PortSelectorFluent<A>>public A withNamePort(NamePort namePort)
withNamePort in interface PortSelectorFluent<A extends PortSelectorFluent<A>>public PortSelectorFluent.NamePortNested<A> withNewNamePort()
withNewNamePort in interface PortSelectorFluent<A extends PortSelectorFluent<A>>public PortSelectorFluent.NamePortNested<A> withNewNamePortLike(NamePort item)
withNewNamePortLike in interface PortSelectorFluent<A extends PortSelectorFluent<A>>public A withNewNamePort(String name)
withNewNamePort in interface PortSelectorFluent<A extends PortSelectorFluent<A>>public A withNumberPort(NumberPort numberPort)
withNumberPort in interface PortSelectorFluent<A extends PortSelectorFluent<A>>public PortSelectorFluent.NumberPortNested<A> withNewNumberPort()
withNewNumberPort in interface PortSelectorFluent<A extends PortSelectorFluent<A>>public PortSelectorFluent.NumberPortNested<A> withNewNumberPortLike(NumberPort item)
withNewNumberPortLike in interface PortSelectorFluent<A extends PortSelectorFluent<A>>public A withNewNumberPort(Integer number)
withNewNumberPort in interface PortSelectorFluent<A extends PortSelectorFluent<A>>Copyright © 2017–2018 Red Hat. All rights reserved.