| Package | Description |
|---|---|
| io.fabric8.kubernetes.api.model |
| Modifier and Type | Method and Description |
|---|---|
TopologySpreadConstraint |
TopologySpreadConstraintBuilder.build() |
TopologySpreadConstraint |
PodSpecFluentImpl.buildFirstTopologySpreadConstraint() |
TopologySpreadConstraint |
PodSpecFluent.buildFirstTopologySpreadConstraint() |
TopologySpreadConstraint |
PodSpecFluentImpl.buildLastTopologySpreadConstraint() |
TopologySpreadConstraint |
PodSpecFluent.buildLastTopologySpreadConstraint() |
TopologySpreadConstraint |
PodSpecFluentImpl.buildMatchingTopologySpreadConstraint(Predicate<TopologySpreadConstraintBuilder> predicate) |
TopologySpreadConstraint |
PodSpecFluent.buildMatchingTopologySpreadConstraint(Predicate<TopologySpreadConstraintBuilder> predicate) |
TopologySpreadConstraint |
PodSpecFluentImpl.buildTopologySpreadConstraint(int index) |
TopologySpreadConstraint |
PodSpecFluent.buildTopologySpreadConstraint(int index) |
| Modifier and Type | Method and Description |
|---|---|
List<TopologySpreadConstraint> |
PodSpecFluentImpl.buildTopologySpreadConstraints() |
List<TopologySpreadConstraint> |
PodSpecFluent.buildTopologySpreadConstraints() |
List<TopologySpreadConstraint> |
PodSpecFluentImpl.getTopologySpreadConstraints()
Deprecated.
|
List<TopologySpreadConstraint> |
PodSpecFluent.getTopologySpreadConstraints()
Deprecated.
|
List<TopologySpreadConstraint> |
PodSpec.getTopologySpreadConstraints() |
| Modifier and Type | Method and Description |
|---|---|
A |
PodSpecFluentImpl.addAllToTopologySpreadConstraints(Collection<TopologySpreadConstraint> items) |
A |
PodSpecFluent.addAllToTopologySpreadConstraints(Collection<TopologySpreadConstraint> items) |
A |
PodSpecFluentImpl.removeAllFromTopologySpreadConstraints(Collection<TopologySpreadConstraint> items) |
A |
PodSpecFluent.removeAllFromTopologySpreadConstraints(Collection<TopologySpreadConstraint> items) |
void |
PodSpec.setTopologySpreadConstraints(List<TopologySpreadConstraint> topologySpreadConstraints) |
A |
PodSpecFluentImpl.withTopologySpreadConstraints(List<TopologySpreadConstraint> topologySpreadConstraints) |
A |
PodSpecFluent.withTopologySpreadConstraints(List<TopologySpreadConstraint> topologySpreadConstraints) |
| Constructor and Description |
|---|
TopologySpreadConstraintBuilder(TopologySpreadConstraint instance) |
TopologySpreadConstraintBuilder(TopologySpreadConstraint instance,
Boolean validationEnabled) |
TopologySpreadConstraintBuilder(TopologySpreadConstraintFluent<?> fluent,
TopologySpreadConstraint instance) |
TopologySpreadConstraintBuilder(TopologySpreadConstraintFluent<?> fluent,
TopologySpreadConstraint instance,
Boolean validationEnabled) |
TopologySpreadConstraintFluentImpl(TopologySpreadConstraint 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,
String hostname,
List<LocalObjectReference> imagePullSecrets,
List<Container> initContainers,
String nodeName,
Map<String,String> nodeSelector,
Map<String,Quantity> overhead,
String preemptionPolicy,
Integer priority,
String priorityClassName,
List<PodReadinessGate> readinessGates,
String restartPolicy,
String runtimeClassName,
String schedulerName,
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–2021 Red Hat. All rights reserved.