Uses of Class
io.kubernetes.client.openapi.models.V2HPAScalingPolicy
Packages that use V2HPAScalingPolicy
-
Uses of V2HPAScalingPolicy in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V2HPAScalingPolicyModifier and TypeMethodDescriptionstatic V2HPAScalingPolicy
Create an instance of V2HPAScalingPolicy given an JSON stringV2HPAScalingPolicy.periodSeconds
(Integer periodSeconds) Methods in io.kubernetes.client.openapi.models that return types with arguments of type V2HPAScalingPolicyModifier and TypeMethodDescriptionV2HPAScalingRules.getPolicies()
policies is a list of potential scaling polices which can be used during scaling.Methods in io.kubernetes.client.openapi.models with parameters of type V2HPAScalingPolicyModifier and TypeMethodDescriptionV2HPAScalingRules.addPoliciesItem
(V2HPAScalingPolicy policiesItem) Method parameters in io.kubernetes.client.openapi.models with type arguments of type V2HPAScalingPolicyModifier and TypeMethodDescriptionV2HPAScalingRules.policies
(List<V2HPAScalingPolicy> policies) void
V2HPAScalingRules.setPolicies
(List<V2HPAScalingPolicy> policies)