Uses of Class
io.fabric8.kubernetes.api.model.PodOS
-
Packages that use PodOS Package Description io.fabric8.kubernetes.api.model -
-
Uses of PodOS in io.fabric8.kubernetes.api.model
Methods in io.fabric8.kubernetes.api.model that return PodOS Modifier and Type Method Description PodOS
PodOSBuilder. build()
PodOS
PodSpecFluent. buildOs()
PodOS
PodSpec. getOs()
PodSpec is a description of a pod.Methods in io.fabric8.kubernetes.api.model with parameters of type PodOS Modifier and Type Method Description protected void
PodOSFluent. copyInstance(PodOS instance)
PodSpecFluent.OsNested<A>
PodSpecFluent. editOrNewOsLike(PodOS item)
void
PodSpec. setOs(PodOS os)
PodSpec is a description of a pod.PodSpecFluent.OsNested<A>
PodSpecFluent. withNewOsLike(PodOS item)
A
PodSpecFluent. withOs(PodOS os)
Constructors in io.fabric8.kubernetes.api.model with parameters of type PodOS Constructor Description PodOSBuilder(PodOS instance)
PodOSBuilder(PodOSFluent<?> fluent, PodOS instance)
PodOSFluent(PodOS 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)
-