| Package | Description |
|---|---|
| io.kubernetes.client.openapi.models |
| Modifier and Type | Method and Description |
|---|---|
List<V1beta1EndpointPort> |
V1beta1EndpointSliceFluentImpl.buildPorts() |
List<V1beta1EndpointPort> |
V1beta1EndpointSliceFluent.buildPorts() |
List<V1beta1EndpointPort> |
V1beta1EndpointSliceFluentImpl.getPorts()
Deprecated.
|
List<V1beta1EndpointPort> |
V1beta1EndpointSliceFluent.getPorts()
Deprecated.
|
List<V1beta1EndpointPort> |
V1beta1EndpointSlice.getPorts()
ports specifies the list of network ports exposed by each endpoint in this slice.
|
| Modifier and Type | Method and Description |
|---|---|
V1beta1EndpointSliceFluent.PortsNested<A> |
V1beta1EndpointSliceFluentImpl.addNewPortLike(V1beta1EndpointPort item) |
V1beta1EndpointSliceFluent.PortsNested<A> |
V1beta1EndpointSliceFluent.addNewPortLike(V1beta1EndpointPort item) |
V1beta1EndpointSlice |
V1beta1EndpointSlice.addPortsItem(V1beta1EndpointPort portsItem) |
A |
V1beta1EndpointSliceFluentImpl.addToPorts(int index,
V1beta1EndpointPort item) |
A |
V1beta1EndpointSliceFluent.addToPorts(int index,
V1beta1EndpointPort item) |
A |
V1beta1EndpointSliceFluentImpl.addToPorts(V1beta1EndpointPort... items) |
A |
V1beta1EndpointSliceFluent.addToPorts(V1beta1EndpointPort... items) |
A |
V1beta1EndpointSliceFluentImpl.removeFromPorts(V1beta1EndpointPort... items) |
A |
V1beta1EndpointSliceFluent.removeFromPorts(V1beta1EndpointPort... items) |
V1beta1EndpointSliceFluent.PortsNested<A> |
V1beta1EndpointSliceFluentImpl.setNewPortLike(int index,
V1beta1EndpointPort item) |
V1beta1EndpointSliceFluent.PortsNested<A> |
V1beta1EndpointSliceFluent.setNewPortLike(int index,
V1beta1EndpointPort item) |
A |
V1beta1EndpointSliceFluentImpl.setToPorts(int index,
V1beta1EndpointPort item) |
A |
V1beta1EndpointSliceFluent.setToPorts(int index,
V1beta1EndpointPort item) |
A |
V1beta1EndpointSliceFluentImpl.withPorts(V1beta1EndpointPort... ports) |
A |
V1beta1EndpointSliceFluent.withPorts(V1beta1EndpointPort... ports) |
| Modifier and Type | Method and Description |
|---|---|
A |
V1beta1EndpointSliceFluentImpl.addAllToPorts(Collection<V1beta1EndpointPort> items) |
A |
V1beta1EndpointSliceFluent.addAllToPorts(Collection<V1beta1EndpointPort> items) |
V1beta1EndpointSlice |
V1beta1EndpointSlice.ports(List<V1beta1EndpointPort> ports) |
A |
V1beta1EndpointSliceFluentImpl.removeAllFromPorts(Collection<V1beta1EndpointPort> items) |
A |
V1beta1EndpointSliceFluent.removeAllFromPorts(Collection<V1beta1EndpointPort> items) |
void |
V1beta1EndpointSlice.setPorts(List<V1beta1EndpointPort> ports) |
A |
V1beta1EndpointSliceFluentImpl.withPorts(List<V1beta1EndpointPort> ports) |
A |
V1beta1EndpointSliceFluent.withPorts(List<V1beta1EndpointPort> ports) |
| Constructor and Description |
|---|
V1beta1EndpointPortBuilder(V1beta1EndpointPort instance) |
V1beta1EndpointPortBuilder(V1beta1EndpointPort instance,
Boolean validationEnabled) |
V1beta1EndpointPortBuilder(V1beta1EndpointPortFluent<?> fluent,
V1beta1EndpointPort instance) |
V1beta1EndpointPortBuilder(V1beta1EndpointPortFluent<?> fluent,
V1beta1EndpointPort instance,
Boolean validationEnabled) |
V1beta1EndpointPortFluentImpl(V1beta1EndpointPort instance) |
Copyright © 2020. All rights reserved.