Uses of Class
io.fabric8.kubernetes.api.model.PodSchedulingGroup
-
Packages that use PodSchedulingGroup Package Description io.fabric8.kubernetes.api.model -
-
Uses of PodSchedulingGroup in io.fabric8.kubernetes.api.model
Methods in io.fabric8.kubernetes.api.model that return PodSchedulingGroup Modifier and Type Method Description PodSchedulingGroupPodSchedulingGroupBuilder. build()PodSchedulingGroupPodSpecFluent. buildSchedulingGroup()PodSchedulingGroupPodSpec. getSchedulingGroup()PodSpec is a description of a pod.Methods in io.fabric8.kubernetes.api.model with parameters of type PodSchedulingGroup Modifier and Type Method Description protected voidPodSchedulingGroupFluent. copyInstance(PodSchedulingGroup instance)PodSpecFluent.SchedulingGroupNested<A>PodSpecFluent. editOrNewSchedulingGroupLike(PodSchedulingGroup item)voidPodSpec. setSchedulingGroup(PodSchedulingGroup schedulingGroup)PodSpec is a description of a pod.PodSpecFluent.SchedulingGroupNested<A>PodSpecFluent. withNewSchedulingGroupLike(PodSchedulingGroup item)APodSpecFluent. withSchedulingGroup(PodSchedulingGroup schedulingGroup)Constructors in io.fabric8.kubernetes.api.model with parameters of type PodSchedulingGroup Constructor Description PodSchedulingGroupBuilder(PodSchedulingGroup instance)PodSchedulingGroupBuilder(PodSchedulingGroupFluent<?> fluent, PodSchedulingGroup instance)PodSchedulingGroupFluent(PodSchedulingGroup 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, PodSchedulingGroup schedulingGroup, PodSecurityContext securityContext, String serviceAccount, String serviceAccountName, Boolean setHostnameAsFQDN, Boolean shareProcessNamespace, String subdomain, Long terminationGracePeriodSeconds, List<Toleration> tolerations, List<TopologySpreadConstraint> topologySpreadConstraints, List<Volume> volumes)
-