ContainerProperties |
ContainerProperties.withCommand(List<String> command) |
Set the command property: The commands to execute within the container instance in exec form.
|
ContainerProperties |
ContainerProperties.withEnvironmentVariables(List<EnvironmentVariable> environmentVariables) |
Set the environmentVariables property: The environment variables to set in the container instance.
|
ContainerProperties |
ContainerProperties.withImage(String image) |
Set the image property: The name of the image used to create the container instance.
|
ContainerProperties |
ContainerProperties.withLivenessProbe(ContainerProbe livenessProbe) |
Set the livenessProbe property: The liveness probe.
|
ContainerProperties |
ContainerProperties.withPorts(List<ContainerPort> ports) |
Set the ports property: The exposed ports on the container instance.
|
ContainerProperties |
ContainerProperties.withReadinessProbe(ContainerProbe readinessProbe) |
Set the readinessProbe property: The readiness probe.
|
ContainerProperties |
ContainerProperties.withResources(ResourceRequirements resources) |
Set the resources property: The resource requirements of the container instance.
|
ContainerProperties |
ContainerProperties.withVolumeMounts(List<VolumeMount> volumeMounts) |
Set the volumeMounts property: The volume mounts available to the container instance.
|