Uses of Class
io.fabric8.kubernetes.api.model.Affinity
-
Packages that use Affinity Package Description io.fabric8.kubernetes.api.model -
-
Uses of Affinity in io.fabric8.kubernetes.api.model
Methods in io.fabric8.kubernetes.api.model that return Affinity Modifier and Type Method Description Affinity
AffinityBuilder. build()
Affinity
PodSpecFluent. buildAffinity()
Affinity
PodSpec. getAffinity()
PodSpec is a description of a pod.Methods in io.fabric8.kubernetes.api.model with parameters of type Affinity Modifier and Type Method Description protected void
AffinityFluent. copyInstance(Affinity instance)
PodSpecFluent.AffinityNested<A>
PodSpecFluent. editOrNewAffinityLike(Affinity item)
void
PodSpec. setAffinity(Affinity affinity)
PodSpec is a description of a pod.A
PodSpecFluent. withAffinity(Affinity affinity)
PodSpecFluent.AffinityNested<A>
PodSpecFluent. withNewAffinityLike(Affinity item)
Constructors in io.fabric8.kubernetes.api.model with parameters of type Affinity Constructor Description AffinityBuilder(Affinity instance)
AffinityBuilder(AffinityFluent<?> fluent, Affinity instance)
AffinityFluent(Affinity instance)
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, ResourceRequirements resources, 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)
-