Uses of Class
io.fabric8.kubernetes.api.model.Toleration
| Package | Description |
|---|---|
| io.fabric8.kubernetes.api.model |
-
Uses of Toleration in io.fabric8.kubernetes.api.model
Methods in io.fabric8.kubernetes.api.model that return Toleration Modifier and Type Method Description TolerationTolerationBuilder. build()TolerationPodSpecFluent. buildFirstToleration()TolerationPodSpecFluentImpl. buildFirstToleration()TolerationPodSpecFluent. buildLastToleration()TolerationPodSpecFluentImpl. buildLastToleration()TolerationPodSpecFluent. buildMatchingToleration(Predicate<TolerationBuilder> predicate)TolerationPodSpecFluentImpl. buildMatchingToleration(Predicate<TolerationBuilder> predicate)TolerationKubeSchemaFluent. buildToleration()TolerationKubeSchemaFluentImpl. buildToleration()TolerationPodSpecFluent. buildToleration(int index)TolerationPodSpecFluentImpl. buildToleration(int index)TolerationDoneableToleration. done()TolerationKubeSchema. getToleration()TolerationKubeSchemaFluent. getToleration()Deprecated.TolerationKubeSchemaFluentImpl. getToleration()Deprecated.Methods in io.fabric8.kubernetes.api.model that return types with arguments of type Toleration Modifier and Type Method Description List<Toleration>PodSpecFluent. buildTolerations()List<Toleration>PodSpecFluentImpl. buildTolerations()List<Toleration>PodSpec. getTolerations()List<Toleration>PodSpecFluent. getTolerations()Deprecated.List<Toleration>PodSpecFluentImpl. getTolerations()Deprecated.Method parameters in io.fabric8.kubernetes.api.model with type arguments of type Toleration Modifier and Type Method Description APodSpecFluent. addAllToTolerations(Collection<Toleration> items)APodSpecFluentImpl. addAllToTolerations(Collection<Toleration> items)APodSpecFluent. removeAllFromTolerations(Collection<Toleration> items)APodSpecFluentImpl. removeAllFromTolerations(Collection<Toleration> items)voidPodSpec. setTolerations(List<Toleration> tolerations)APodSpecFluent. withTolerations(List<Toleration> tolerations)APodSpecFluentImpl. withTolerations(List<Toleration> tolerations)Constructors in io.fabric8.kubernetes.api.model with parameters of type Toleration Constructor Description DoneableToleration(Toleration item)DoneableToleration(Toleration item, Function<Toleration,Toleration> function)KubeSchema(APIGroup aPIGroup, APIGroupList aPIGroupList, APIService aPIService, APIServiceList aPIServiceList, 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, PodExecOptions podExecOptions, 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(TolerationFluent<?> fluent, Toleration instance)TolerationBuilder(TolerationFluent<?> fluent, Toleration instance, Boolean validationEnabled)TolerationBuilder(Toleration instance, Boolean validationEnabled)TolerationFluentImpl(Toleration instance)Constructor parameters in io.fabric8.kubernetes.api.model with type arguments of type Toleration Constructor 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)