Uses of Class
io.fabric8.openshift.api.model.autoscaling.v1.ClusterAutoscalerSpecRLGpus
-
Packages that use ClusterAutoscalerSpecRLGpus Package Description io.fabric8.openshift.api.model.autoscaling.v1 -
-
Uses of ClusterAutoscalerSpecRLGpus in io.fabric8.openshift.api.model.autoscaling.v1
Methods in io.fabric8.openshift.api.model.autoscaling.v1 that return ClusterAutoscalerSpecRLGpus Modifier and Type Method Description ClusterAutoscalerSpecRLGpusClusterAutoscalerSpecRLGpusBuilder. build()ClusterAutoscalerSpecRLGpusClusterAutoscalerSpecResourceLimitsFluent. buildFirstGpus()ClusterAutoscalerSpecRLGpusClusterAutoscalerSpecResourceLimitsFluent. buildGpus(int index)ClusterAutoscalerSpecRLGpusClusterAutoscalerSpecResourceLimitsFluent. buildLastGpus()ClusterAutoscalerSpecRLGpusClusterAutoscalerSpecResourceLimitsFluent. buildMatchingGpus(Predicate<ClusterAutoscalerSpecRLGpusBuilder> predicate)Methods in io.fabric8.openshift.api.model.autoscaling.v1 that return types with arguments of type ClusterAutoscalerSpecRLGpus Modifier and Type Method Description List<ClusterAutoscalerSpecRLGpus>ClusterAutoscalerSpecResourceLimitsFluent. buildGpus()List<ClusterAutoscalerSpecRLGpus>ClusterAutoscalerSpecResourceLimits. getGpus()Minimum and maximum number of different GPUs in cluster, in the format <gpu_type>:<min>:<max>.Methods in io.fabric8.openshift.api.model.autoscaling.v1 with parameters of type ClusterAutoscalerSpecRLGpus Modifier and Type Method Description ClusterAutoscalerSpecResourceLimitsFluent.GpusNested<A>ClusterAutoscalerSpecResourceLimitsFluent. addNewGpusLike(ClusterAutoscalerSpecRLGpus item)AClusterAutoscalerSpecResourceLimitsFluent. addToGpus(int index, ClusterAutoscalerSpecRLGpus item)AClusterAutoscalerSpecResourceLimitsFluent. addToGpus(ClusterAutoscalerSpecRLGpus... items)protected voidClusterAutoscalerSpecRLGpusFluent. copyInstance(ClusterAutoscalerSpecRLGpus instance)AClusterAutoscalerSpecResourceLimitsFluent. removeFromGpus(ClusterAutoscalerSpecRLGpus... items)ClusterAutoscalerSpecResourceLimitsFluent.GpusNested<A>ClusterAutoscalerSpecResourceLimitsFluent. setNewGpusLike(int index, ClusterAutoscalerSpecRLGpus item)AClusterAutoscalerSpecResourceLimitsFluent. setToGpus(int index, ClusterAutoscalerSpecRLGpus item)AClusterAutoscalerSpecResourceLimitsFluent. withGpus(ClusterAutoscalerSpecRLGpus... gpus)Method parameters in io.fabric8.openshift.api.model.autoscaling.v1 with type arguments of type ClusterAutoscalerSpecRLGpus Modifier and Type Method Description AClusterAutoscalerSpecResourceLimitsFluent. addAllToGpus(Collection<ClusterAutoscalerSpecRLGpus> items)AClusterAutoscalerSpecResourceLimitsFluent. removeAllFromGpus(Collection<ClusterAutoscalerSpecRLGpus> items)voidClusterAutoscalerSpecResourceLimits. setGpus(List<ClusterAutoscalerSpecRLGpus> gpus)Minimum and maximum number of different GPUs in cluster, in the format <gpu_type>:<min>:<max>.AClusterAutoscalerSpecResourceLimitsFluent. withGpus(List<ClusterAutoscalerSpecRLGpus> gpus)Constructors in io.fabric8.openshift.api.model.autoscaling.v1 with parameters of type ClusterAutoscalerSpecRLGpus Constructor Description ClusterAutoscalerSpecRLGpusBuilder(ClusterAutoscalerSpecRLGpus instance)ClusterAutoscalerSpecRLGpusBuilder(ClusterAutoscalerSpecRLGpusFluent<?> fluent, ClusterAutoscalerSpecRLGpus instance)ClusterAutoscalerSpecRLGpusFluent(ClusterAutoscalerSpecRLGpus instance)Constructor parameters in io.fabric8.openshift.api.model.autoscaling.v1 with type arguments of type ClusterAutoscalerSpecRLGpus Constructor Description ClusterAutoscalerSpecResourceLimits(ClusterAutoscalerSpecRLCores cores, List<ClusterAutoscalerSpecRLGpus> gpus, Integer maxNodesTotal, ClusterAutoscalerSpecRLMemory memory)
-