Uses of Class
io.kubernetes.client.openapi.models.V1SuccessPolicyRule
Packages that use V1SuccessPolicyRule
-
Uses of V1SuccessPolicyRule in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1SuccessPolicyRuleModifier and TypeMethodDescriptionstatic V1SuccessPolicyRule
Create an instance of V1SuccessPolicyRule given an JSON stringV1SuccessPolicyRule.succeededCount
(Integer succeededCount) V1SuccessPolicyRule.succeededIndexes
(String succeededIndexes) Methods in io.kubernetes.client.openapi.models that return types with arguments of type V1SuccessPolicyRuleModifier and TypeMethodDescriptionV1SuccessPolicy.getRules()
rules represents the list of alternative rules for the declaring the Jobs as successful before `.status.succeeded >= .spec.completions`.Methods in io.kubernetes.client.openapi.models with parameters of type V1SuccessPolicyRuleMethod parameters in io.kubernetes.client.openapi.models with type arguments of type V1SuccessPolicyRuleModifier and TypeMethodDescriptionV1SuccessPolicy.rules
(List<V1SuccessPolicyRule> rules) void
V1SuccessPolicy.setRules
(List<V1SuccessPolicyRule> rules)