Uses of Class
io.kubernetes.client.openapi.models.V1ContainerRestartRule
Packages that use V1ContainerRestartRule
-
Uses of V1ContainerRestartRule in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1ContainerRestartRuleModifier and TypeMethodDescriptionV1ContainerRestartRule.exitCodes(V1ContainerRestartRuleOnExitCodes exitCodes) Methods in io.kubernetes.client.openapi.models that return types with arguments of type V1ContainerRestartRuleModifier and TypeMethodDescriptionV1Container.getRestartPolicyRules()Represents a list of rules to be checked to determine if the container should be restarted on exit.V1EphemeralContainer.getRestartPolicyRules()Represents a list of rules to be checked to determine if the container should be restarted on exit.Methods in io.kubernetes.client.openapi.models with parameters of type V1ContainerRestartRuleModifier and TypeMethodDescriptionV1Container.addRestartPolicyRulesItem(V1ContainerRestartRule restartPolicyRulesItem) V1EphemeralContainer.addRestartPolicyRulesItem(V1ContainerRestartRule restartPolicyRulesItem) Method parameters in io.kubernetes.client.openapi.models with type arguments of type V1ContainerRestartRuleModifier and TypeMethodDescriptionV1Container.restartPolicyRules(List<V1ContainerRestartRule> restartPolicyRules) V1EphemeralContainer.restartPolicyRules(List<V1ContainerRestartRule> restartPolicyRules) voidV1Container.setRestartPolicyRules(List<V1ContainerRestartRule> restartPolicyRules) voidV1EphemeralContainer.setRestartPolicyRules(List<V1ContainerRestartRule> restartPolicyRules)