Package | Description |
---|---|
io.fabric8.kubernetes.api.model |
Modifier and Type | Method and Description |
---|---|
Container |
ContainerBuilder.build() |
Container |
DoneableContainer.done() |
Modifier and Type | Method and Description |
---|---|
List<Container> |
PodSpecFluentImpl.getContainers() |
List<Container> |
PodSpecFluent.getContainers() |
List<Container> |
PodSpec.getContainers() |
Modifier and Type | Method and Description |
---|---|
PodSpecFluent.ContainersNested<A> |
PodSpecFluentImpl.addNewContainerLike(Container item) |
PodSpecFluent.ContainersNested<A> |
PodSpecFluent.addNewContainerLike(Container item) |
A |
PodSpecFluentImpl.addToContainers(Container... items) |
A |
PodSpecFluent.addToContainers(Container... items) |
A |
PodSpecFluentImpl.removeFromContainers(Container... items) |
A |
PodSpecFluent.removeFromContainers(Container... items) |
A |
PodSpecFluentImpl.withContainers(Container... containers) |
A |
PodSpecFluent.withContainers(Container... containers) |
Modifier and Type | Method and Description |
---|---|
void |
PodSpec.setContainers(List<Container> containers) |
A |
PodSpecFluentImpl.withContainers(List<Container> containers) |
A |
PodSpecFluent.withContainers(List<Container> containers) |
Constructor and Description |
---|
ContainerBuilder(Container instance) |
ContainerBuilder(Container instance,
Boolean validationEnabled) |
ContainerBuilder(ContainerFluent<?> fluent,
Container instance) |
ContainerBuilder(ContainerFluent<?> fluent,
Container instance,
Boolean validationEnabled) |
ContainerFluentImpl(Container instance) |
DoneableContainer(Container item) |
DoneableContainer(Container item,
Function<Container,Container> function) |
Constructor and Description |
---|
DoneableContainer(Container item,
Function<Container,Container> function) |
DoneableContainer(Container item,
Function<Container,Container> function) |
DoneableContainer(Function<Container,Container> function) |
DoneableContainer(Function<Container,Container> function) |
PodSpec(Long activeDeadlineSeconds,
List<Container> containers,
String dnsPolicy,
String host,
Boolean hostIPC,
Boolean hostNetwork,
Boolean hostPID,
String hostname,
List<LocalObjectReference> imagePullSecrets,
String nodeName,
Map<String,String> nodeSelector,
String restartPolicy,
PodSecurityContext securityContext,
String serviceAccount,
String serviceAccountName,
String subdomain,
Long terminationGracePeriodSeconds,
List<Volume> volumes) |
Copyright © 2011–2016 Red Hat. All rights reserved.