public interface PortSelectorFluent<A extends PortSelectorFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
PortSelectorFluent.NamePortNested<N> |
static interface |
PortSelectorFluent.NumberPortNested<N> |
| Modifier and Type | Method and Description |
|---|---|
PortSelector.Port |
buildPort() |
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) |
@Deprecated PortSelector.Port getPort()
PortSelector.Port buildPort()
A withPort(PortSelector.Port port)
Boolean hasPort()
PortSelectorFluent.NamePortNested<A> withNewNamePort()
PortSelectorFluent.NamePortNested<A> withNewNamePortLike(NamePort item)
A withNumberPort(NumberPort numberPort)
PortSelectorFluent.NumberPortNested<A> withNewNumberPort()
PortSelectorFluent.NumberPortNested<A> withNewNumberPortLike(NumberPort item)
Copyright © 2017–2018 Red Hat. All rights reserved.