Uses of Class
io.fabric8.openshift.api.model.autoscaling.v1.ClusterAutoscalerSpecRLMemory
-
Packages that use ClusterAutoscalerSpecRLMemory Package Description io.fabric8.openshift.api.model.autoscaling.v1 -
-
Uses of ClusterAutoscalerSpecRLMemory in io.fabric8.openshift.api.model.autoscaling.v1
Methods in io.fabric8.openshift.api.model.autoscaling.v1 that return ClusterAutoscalerSpecRLMemory Modifier and Type Method Description ClusterAutoscalerSpecRLMemoryClusterAutoscalerSpecRLMemoryBuilder. build()ClusterAutoscalerSpecRLMemoryClusterAutoscalerSpecResourceLimitsFluent. buildMemory()ClusterAutoscalerSpecRLMemoryClusterAutoscalerSpecResourceLimits. getMemory()Constraints of autoscaling resourcesMethods in io.fabric8.openshift.api.model.autoscaling.v1 with parameters of type ClusterAutoscalerSpecRLMemory Modifier and Type Method Description protected voidClusterAutoscalerSpecRLMemoryFluent. copyInstance(ClusterAutoscalerSpecRLMemory instance)ClusterAutoscalerSpecResourceLimitsFluent.MemoryNested<A>ClusterAutoscalerSpecResourceLimitsFluent. editOrNewMemoryLike(ClusterAutoscalerSpecRLMemory item)voidClusterAutoscalerSpecResourceLimits. setMemory(ClusterAutoscalerSpecRLMemory memory)Constraints of autoscaling resourcesAClusterAutoscalerSpecResourceLimitsFluent. withMemory(ClusterAutoscalerSpecRLMemory memory)ClusterAutoscalerSpecResourceLimitsFluent.MemoryNested<A>ClusterAutoscalerSpecResourceLimitsFluent. withNewMemoryLike(ClusterAutoscalerSpecRLMemory item)Constructors in io.fabric8.openshift.api.model.autoscaling.v1 with parameters of type ClusterAutoscalerSpecRLMemory Constructor Description ClusterAutoscalerSpecResourceLimits(ClusterAutoscalerSpecRLCores cores, List<ClusterAutoscalerSpecRLGpus> gpus, Integer maxNodesTotal, ClusterAutoscalerSpecRLMemory memory)ClusterAutoscalerSpecRLMemoryBuilder(ClusterAutoscalerSpecRLMemory instance)ClusterAutoscalerSpecRLMemoryBuilder(ClusterAutoscalerSpecRLMemoryFluent<?> fluent, ClusterAutoscalerSpecRLMemory instance)ClusterAutoscalerSpecRLMemoryFluent(ClusterAutoscalerSpecRLMemory instance)
-