| Package | Description |
|---|---|
| io.fabric8.kubernetes.api.model |
| Modifier and Type | Method and Description |
|---|---|
PodSchedulingGate |
PodSchedulingGateBuilder.build() |
PodSchedulingGate |
PodSpecFluentImpl.buildFirstSchedulingGate() |
PodSchedulingGate |
PodSpecFluent.buildFirstSchedulingGate() |
PodSchedulingGate |
PodSpecFluentImpl.buildLastSchedulingGate() |
PodSchedulingGate |
PodSpecFluent.buildLastSchedulingGate() |
PodSchedulingGate |
PodSpecFluentImpl.buildMatchingSchedulingGate(Predicate<PodSchedulingGateBuilder> predicate) |
PodSchedulingGate |
PodSpecFluent.buildMatchingSchedulingGate(Predicate<PodSchedulingGateBuilder> predicate) |
PodSchedulingGate |
PodSpecFluentImpl.buildSchedulingGate(Integer index) |
PodSchedulingGate |
PodSpecFluent.buildSchedulingGate(Integer index) |
| Modifier and Type | Method and Description |
|---|---|
List<PodSchedulingGate> |
PodSpecFluentImpl.buildSchedulingGates() |
List<PodSchedulingGate> |
PodSpecFluent.buildSchedulingGates() |
List<PodSchedulingGate> |
PodSpecFluentImpl.getSchedulingGates()
Deprecated.
|
List<PodSchedulingGate> |
PodSpecFluent.getSchedulingGates()
Deprecated.
|
List<PodSchedulingGate> |
PodSpec.getSchedulingGates() |
| Modifier and Type | Method and Description |
|---|---|
A |
PodSpecFluentImpl.addAllToSchedulingGates(Collection<PodSchedulingGate> items) |
A |
PodSpecFluent.addAllToSchedulingGates(Collection<PodSchedulingGate> items) |
A |
PodSpecFluentImpl.removeAllFromSchedulingGates(Collection<PodSchedulingGate> items) |
A |
PodSpecFluent.removeAllFromSchedulingGates(Collection<PodSchedulingGate> items) |
void |
PodSpec.setSchedulingGates(List<PodSchedulingGate> schedulingGates) |
A |
PodSpecFluentImpl.withSchedulingGates(List<PodSchedulingGate> schedulingGates) |
A |
PodSpecFluent.withSchedulingGates(List<PodSchedulingGate> schedulingGates) |
| Constructor and Description |
|---|
PodSchedulingGateBuilder(PodSchedulingGate instance) |
PodSchedulingGateBuilder(PodSchedulingGate instance,
Boolean validationEnabled) |
PodSchedulingGateBuilder(PodSchedulingGateFluent<?> fluent,
PodSchedulingGate instance) |
PodSchedulingGateBuilder(PodSchedulingGateFluent<?> fluent,
PodSchedulingGate instance,
Boolean validationEnabled) |
PodSchedulingGateFluentImpl(PodSchedulingGate instance) |
| Constructor and Description |
|---|
PodSpec(Long activeDeadlineSeconds,
Affinity affinity,
Boolean automountServiceAccountToken,
List<Container> containers,
PodDNSConfig dnsConfig,
String dnsPolicy,
Boolean enableServiceLinks,
List<EphemeralContainer> ephemeralContainers,
List<HostAlias> hostAliases,
Boolean hostIPC,
Boolean hostNetwork,
Boolean hostPID,
Boolean hostUsers,
String hostname,
List<LocalObjectReference> imagePullSecrets,
List<Container> initContainers,
String nodeName,
Map<String,String> nodeSelector,
PodOS os,
Map<String,Quantity> overhead,
String preemptionPolicy,
Integer priority,
String priorityClassName,
List<PodReadinessGate> readinessGates,
List<PodResourceClaim> resourceClaims,
String restartPolicy,
String runtimeClassName,
String schedulerName,
List<PodSchedulingGate> schedulingGates,
PodSecurityContext securityContext,
String serviceAccount,
String serviceAccountName,
Boolean setHostnameAsFQDN,
Boolean shareProcessNamespace,
String subdomain,
Long terminationGracePeriodSeconds,
List<Toleration> tolerations,
List<TopologySpreadConstraint> topologySpreadConstraints,
List<Volume> volumes) |
Copyright © 2015–2023 Red Hat. All rights reserved.