Package | Description |
---|---|
io.fabric8.kubernetes.api.model |
Modifier and Type | Method and Description |
---|---|
Lifecycle |
LifecycleBuilder.build() |
Lifecycle |
ContainerFluentImpl.buildLifecycle() |
Lifecycle |
EphemeralContainerFluent.buildLifecycle() |
Lifecycle |
EphemeralContainerFluentImpl.buildLifecycle() |
Lifecycle |
ContainerFluent.buildLifecycle() |
Lifecycle |
DoneableLifecycle.done() |
Lifecycle |
ContainerFluentImpl.getLifecycle()
Deprecated.
|
Lifecycle |
EphemeralContainerFluent.getLifecycle()
Deprecated.
|
Lifecycle |
EphemeralContainerFluentImpl.getLifecycle()
Deprecated.
|
Lifecycle |
ContainerFluent.getLifecycle()
Deprecated.
|
Lifecycle |
EphemeralContainer.getLifecycle() |
Lifecycle |
Container.getLifecycle() |
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,
ResourceRequirements resources,
SecurityContext securityContext,
Probe startupProbe,
Boolean stdin,
Boolean stdinOnce,
String terminationMessagePath,
String terminationMessagePolicy,
Boolean tty,
List<VolumeDevice> volumeDevices,
List<VolumeMount> volumeMounts,
String workingDir) |
DoneableLifecycle(Lifecycle item) |
DoneableLifecycle(Lifecycle item,
Function<Lifecycle,Lifecycle> function) |
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,
ResourceRequirements resources,
SecurityContext securityContext,
Probe startupProbe,
Boolean stdin,
Boolean stdinOnce,
String targetContainerName,
String terminationMessagePath,
String terminationMessagePolicy,
Boolean tty,
List<VolumeDevice> volumeDevices,
List<VolumeMount> volumeMounts,
String workingDir) |
LifecycleBuilder(Lifecycle instance) |
LifecycleBuilder(Lifecycle instance,
Boolean validationEnabled) |
LifecycleBuilder(LifecycleFluent<?> fluent,
Lifecycle instance) |
LifecycleBuilder(LifecycleFluent<?> fluent,
Lifecycle instance,
Boolean validationEnabled) |
LifecycleFluentImpl(Lifecycle instance) |
Constructor and Description |
---|
DoneableLifecycle(Function<Lifecycle,Lifecycle> function) |
DoneableLifecycle(Function<Lifecycle,Lifecycle> function) |
DoneableLifecycle(Lifecycle item,
Function<Lifecycle,Lifecycle> function) |
DoneableLifecycle(Lifecycle item,
Function<Lifecycle,Lifecycle> function) |
Copyright © 2015–2020 Red Hat. All rights reserved.