Uses of Class
io.kubernetes.client.openapi.models.V1ExemptPriorityLevelConfiguration
Packages that use V1ExemptPriorityLevelConfiguration
-
Uses of V1ExemptPriorityLevelConfiguration in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1ExemptPriorityLevelConfigurationModifier and TypeMethodDescriptionCreate an instance of V1ExemptPriorityLevelConfiguration given an JSON stringV1PriorityLevelConfigurationSpec.getExempt()
Get exemptV1ExemptPriorityLevelConfiguration.lendablePercent
(Integer lendablePercent) V1ExemptPriorityLevelConfiguration.nominalConcurrencyShares
(Integer nominalConcurrencyShares) Methods in io.kubernetes.client.openapi.models with parameters of type V1ExemptPriorityLevelConfigurationModifier and TypeMethodDescriptionV1PriorityLevelConfigurationSpec.exempt
(V1ExemptPriorityLevelConfiguration exempt) void
V1PriorityLevelConfigurationSpec.setExempt
(V1ExemptPriorityLevelConfiguration exempt)