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 AffinityAffinityBuilder. build()AffinityPodSpecFluent. buildAffinity()AffinityPodSpec. 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 voidAffinityFluent. copyInstance(Affinity instance)PodSpecFluent.AffinityNested<A>PodSpecFluent. editOrNewAffinityLike(Affinity item)voidPodSpec. setAffinity(Affinity affinity)PodSpec is a description of a pod.APodSpecFluent. 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, String hostnameOverride, 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)
-