| Package | Description |
|---|---|
| io.fabric8.kubernetes.api.model |
| Modifier and Type | Method and Description |
|---|---|
ContainerPort |
ContainerPortBuilder.build() |
ContainerPort |
EphemeralContainerFluent.buildFirstPort() |
ContainerPort |
ContainerFluent.buildFirstPort() |
ContainerPort |
EphemeralContainerFluent.buildLastPort() |
ContainerPort |
ContainerFluent.buildLastPort() |
ContainerPort |
EphemeralContainerFluent.buildMatchingPort(Predicate<ContainerPortBuilder> predicate) |
ContainerPort |
ContainerFluent.buildMatchingPort(Predicate<ContainerPortBuilder> predicate) |
ContainerPort |
EphemeralContainerFluent.buildPort(int index) |
ContainerPort |
ContainerFluent.buildPort(int index) |
| Modifier and Type | Method and Description |
|---|---|
List<ContainerPort> |
EphemeralContainerFluent.buildPorts() |
List<ContainerPort> |
ContainerFluent.buildPorts() |
List<ContainerPort> |
EphemeralContainer.getPorts() |
List<ContainerPort> |
Container.getPorts() |
| Modifier and Type | Method and Description |
|---|---|
A |
EphemeralContainerFluent.addAllToPorts(Collection<ContainerPort> items) |
A |
ContainerFluent.addAllToPorts(Collection<ContainerPort> items) |
A |
EphemeralContainerFluent.removeAllFromPorts(Collection<ContainerPort> items) |
A |
ContainerFluent.removeAllFromPorts(Collection<ContainerPort> items) |
void |
EphemeralContainer.setPorts(List<ContainerPort> ports) |
void |
Container.setPorts(List<ContainerPort> ports) |
A |
EphemeralContainerFluent.withPorts(List<ContainerPort> ports) |
A |
ContainerFluent.withPorts(List<ContainerPort> ports) |
| Constructor and Description |
|---|
ContainerPortBuilder(ContainerPort instance) |
ContainerPortBuilder(ContainerPortFluent<?> fluent,
ContainerPort instance) |
ContainerPortFluent(ContainerPort instance) |
| Constructor and Description |
|---|
Container(List<String> args,
List<String> command,
List<EnvVar> env,
List<EnvFromSource> envFrom,
String image,
String imagePullPolicy,
Lifecycle lifecycle,
Probe livenessProbe,
String name,
List<ContainerPort> ports,
Probe readinessProbe,
List<ContainerResizePolicy> resizePolicy,
ResourceRequirements resources,
String restartPolicy,
SecurityContext securityContext,
Probe startupProbe,
Boolean stdin,
Boolean stdinOnce,
String terminationMessagePath,
String terminationMessagePolicy,
Boolean tty,
List<VolumeDevice> volumeDevices,
List<VolumeMount> volumeMounts,
String workingDir) |
EphemeralContainer(List<String> args,
List<String> command,
List<EnvVar> env,
List<EnvFromSource> envFrom,
String image,
String imagePullPolicy,
Lifecycle lifecycle,
Probe livenessProbe,
String name,
List<ContainerPort> ports,
Probe readinessProbe,
List<ContainerResizePolicy> resizePolicy,
ResourceRequirements resources,
String restartPolicy,
SecurityContext securityContext,
Probe startupProbe,
Boolean stdin,
Boolean stdinOnce,
String targetContainerName,
String terminationMessagePath,
String terminationMessagePolicy,
Boolean tty,
List<VolumeDevice> volumeDevices,
List<VolumeMount> volumeMounts,
String workingDir) |
Copyright © 2015–2023 Red Hat. All rights reserved.