| Package | Description |
|---|---|
| io.fabric8.kubernetes.api.model |
| Modifier and Type | Method and Description |
|---|---|
Toleration |
TolerationBuilder.build() |
Toleration |
PodSpecFluentImpl.buildFirstToleration() |
Toleration |
PodSpecFluent.buildFirstToleration() |
Toleration |
PodSpecFluentImpl.buildLastToleration() |
Toleration |
PodSpecFluent.buildLastToleration() |
Toleration |
PodSpecFluentImpl.buildMatchingToleration(Predicate<TolerationBuilder> predicate) |
Toleration |
PodSpecFluent.buildMatchingToleration(Predicate<TolerationBuilder> predicate) |
Toleration |
KubeSchemaFluent.buildToleration() |
Toleration |
KubeSchemaFluentImpl.buildToleration() |
Toleration |
PodSpecFluentImpl.buildToleration(int index) |
Toleration |
PodSpecFluent.buildToleration(int index) |
Toleration |
DoneableToleration.done() |
Toleration |
KubeSchemaFluent.getToleration()
Deprecated.
|
Toleration |
KubeSchemaFluentImpl.getToleration()
Deprecated.
|
Toleration |
KubeSchema.getToleration() |
| Modifier and Type | Method and Description |
|---|---|
List<Toleration> |
PodSpecFluentImpl.buildTolerations() |
List<Toleration> |
PodSpecFluent.buildTolerations() |
List<Toleration> |
PodSpecFluentImpl.getTolerations()
Deprecated.
|
List<Toleration> |
PodSpecFluent.getTolerations()
Deprecated.
|
List<Toleration> |
PodSpec.getTolerations() |
| Modifier and Type | Method and Description |
|---|---|
A |
PodSpecFluentImpl.addAllToTolerations(Collection<Toleration> items) |
A |
PodSpecFluent.addAllToTolerations(Collection<Toleration> items) |
A |
PodSpecFluentImpl.removeAllFromTolerations(Collection<Toleration> items) |
A |
PodSpecFluent.removeAllFromTolerations(Collection<Toleration> items) |
void |
PodSpec.setTolerations(List<Toleration> tolerations) |
A |
PodSpecFluentImpl.withTolerations(List<Toleration> tolerations) |
A |
PodSpecFluent.withTolerations(List<Toleration> tolerations) |
| Constructor and Description |
|---|
DoneableToleration(Toleration item) |
DoneableToleration(Toleration item,
Function<Toleration,Toleration> function) |
KubeSchema(APIGroup aPIGroup,
APIGroupList aPIGroupList,
BaseKubernetesList baseKubernetesList,
Binding binding,
ComponentStatus componentStatus,
ComponentStatusList componentStatusList,
Config config,
ConfigMap configMap,
ConfigMapList configMapList,
ContainerStatus containerStatus,
CreateOptions createOptions,
DeleteOptions deleteOptions,
EndpointPort endpointPort,
Endpoints endpoints,
EndpointsList endpointsList,
EnvVar envVar,
Event event,
EventList eventList,
EventSeries eventSeries,
EventSource eventSource,
GetOptions getOptions,
GroupVersionKind groupVersionKind,
GroupVersionResource groupVersionResource,
Info info,
LimitRangeList limitRangeList,
ListOptions listOptions,
MicroTime microTime,
Namespace namespace,
NamespaceList namespaceList,
Node node,
NodeList nodeList,
ObjectMeta objectMeta,
Patch patch,
PatchOptions patchOptions,
PersistentVolume persistentVolume,
PersistentVolumeClaim persistentVolumeClaim,
PersistentVolumeClaimList persistentVolumeClaimList,
PersistentVolumeList persistentVolumeList,
PodList podList,
PodTemplateList podTemplateList,
Quantity quantity,
ReplicationControllerList replicationControllerList,
ResourceQuota resourceQuota,
ResourceQuotaList resourceQuotaList,
RootPaths rootPaths,
Secret secret,
SecretList secretList,
ServiceAccount serviceAccount,
ServiceAccountList serviceAccountList,
ServiceList serviceList,
Status status,
String time,
Toleration toleration,
TopologySelectorTerm topologySelectorTerm,
TypeMeta typeMeta,
UpdateOptions updateOptions,
WatchEvent watchEvent) |
TolerationBuilder(Toleration instance) |
TolerationBuilder(Toleration instance,
Boolean validationEnabled) |
TolerationBuilder(TolerationFluent<?> fluent,
Toleration instance) |
TolerationBuilder(TolerationFluent<?> fluent,
Toleration instance,
Boolean validationEnabled) |
TolerationFluentImpl(Toleration instance) |
| Constructor and Description |
|---|
DoneableToleration(Function<Toleration,Toleration> function) |
DoneableToleration(Function<Toleration,Toleration> function) |
DoneableToleration(Toleration item,
Function<Toleration,Toleration> function) |
DoneableToleration(Toleration item,
Function<Toleration,Toleration> function) |
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,
String hostname,
List<LocalObjectReference> imagePullSecrets,
List<Container> initContainers,
String nodeName,
Map<String,String> nodeSelector,
Map<String,Quantity> overhead,
String preemptionPolicy,
Integer priority,
String priorityClassName,
List<PodReadinessGate> readinessGates,
String restartPolicy,
String runtimeClassName,
String schedulerName,
PodSecurityContext securityContext,
String serviceAccount,
String serviceAccountName,
Boolean shareProcessNamespace,
String subdomain,
Long terminationGracePeriodSeconds,
List<Toleration> tolerations,
List<TopologySpreadConstraint> topologySpreadConstraints,
List<Volume> volumes) |
Copyright © 2015–2020 Red Hat. All rights reserved.