Uses of Class
io.fabric8.openshift.api.model.hive.v1.ClusterPoolClaimLifetime
-
Packages that use ClusterPoolClaimLifetime Package Description io.fabric8.openshift.api.model.hive.v1 -
-
Uses of ClusterPoolClaimLifetime in io.fabric8.openshift.api.model.hive.v1
Methods in io.fabric8.openshift.api.model.hive.v1 that return ClusterPoolClaimLifetime Modifier and Type Method Description ClusterPoolClaimLifetimeClusterPoolClaimLifetimeBuilder. build()ClusterPoolClaimLifetimeClusterPoolSpecFluent. buildClaimLifetime()ClusterPoolClaimLifetimeClusterPoolSpec. getClaimLifetime()ClusterPoolSpec defines the desired state of the ClusterPool.Methods in io.fabric8.openshift.api.model.hive.v1 with parameters of type ClusterPoolClaimLifetime Modifier and Type Method Description protected voidClusterPoolClaimLifetimeFluent. copyInstance(ClusterPoolClaimLifetime instance)ClusterPoolSpecFluent.ClaimLifetimeNested<A>ClusterPoolSpecFluent. editOrNewClaimLifetimeLike(ClusterPoolClaimLifetime item)voidClusterPoolSpec. setClaimLifetime(ClusterPoolClaimLifetime claimLifetime)ClusterPoolSpec defines the desired state of the ClusterPool.AClusterPoolSpecFluent. withClaimLifetime(ClusterPoolClaimLifetime claimLifetime)ClusterPoolSpecFluent.ClaimLifetimeNested<A>ClusterPoolSpecFluent. withNewClaimLifetimeLike(ClusterPoolClaimLifetime item)Constructors in io.fabric8.openshift.api.model.hive.v1 with parameters of type ClusterPoolClaimLifetime Constructor Description ClusterPoolClaimLifetimeBuilder(ClusterPoolClaimLifetime instance)ClusterPoolClaimLifetimeBuilder(ClusterPoolClaimLifetimeFluent<?> fluent, ClusterPoolClaimLifetime instance)ClusterPoolClaimLifetimeFluent(ClusterPoolClaimLifetime instance)ClusterPoolSpec(Map<String,String> annotations, String baseDomain, ClusterPoolClaimLifetime claimLifetime, String hibernateAfter, HibernationConfig hibernationConfig, ClusterImageSetReference imageSetRef, Integer installAttemptsLimit, io.fabric8.kubernetes.api.model.LocalObjectReference installConfigSecretTemplateRef, List<io.fabric8.kubernetes.api.model.EnvVar> installerEnv, List<InventoryEntry> inventory, Map<String,String> labels, Integer maxConcurrent, Integer maxSize, Platform platform, io.fabric8.kubernetes.api.model.LocalObjectReference pullSecretRef, Integer runningCount, Integer size, Boolean skipMachinePools)
-