| Package | Description |
|---|---|
| io.fabric8.kubernetes.api.model |
| Modifier and Type | Method and Description |
|---|---|
PodOS |
PodOSBuilder.build() |
PodOS |
PodSpecFluent.buildOs() |
PodOS |
PodSpec.getOs() |
| Modifier and Type | Method and Description |
|---|---|
PodSpecFluent.OsNested<A> |
PodSpecFluent.editOrNewOsLike(PodOS item) |
void |
PodSpec.setOs(PodOS os) |
PodSpecFluent.OsNested<A> |
PodSpecFluent.withNewOsLike(PodOS item) |
NamedExtensionFluent.PodOSExtensionNested<A> |
NamedExtensionFluent.withNewPodOSExtensionLike(PodOS item) |
WatchEventFluent.PodOSObjectNested<A> |
WatchEventFluent.withNewPodOSObjectLike(PodOS item) |
A |
PodSpecFluent.withOs(PodOS os) |
| Constructor and Description |
|---|
PodOSBuilder(PodOS instance) |
PodOSBuilder(PodOS instance,
Boolean validationEnabled) |
PodOSBuilder(PodOSFluent<?> fluent,
PodOS instance) |
PodOSBuilder(PodOSFluent<?> fluent,
PodOS instance,
Boolean validationEnabled) |
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,
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) |
Copyright © 2015–2023 Red Hat. All rights reserved.