Uses of Class
io.fabric8.kubernetes.api.model.ContainerRestartRule
-
Packages that use ContainerRestartRule Package Description io.fabric8.kubernetes.api.model -
-
Uses of ContainerRestartRule in io.fabric8.kubernetes.api.model
Methods in io.fabric8.kubernetes.api.model that return ContainerRestartRule Modifier and Type Method Description ContainerRestartRuleContainerRestartRuleBuilder. build()ContainerRestartRuleContainerFluent. buildFirstRestartPolicyRule()ContainerRestartRuleEphemeralContainerFluent. buildFirstRestartPolicyRule()ContainerRestartRuleContainerFluent. buildLastRestartPolicyRule()ContainerRestartRuleEphemeralContainerFluent. buildLastRestartPolicyRule()ContainerRestartRuleContainerFluent. buildMatchingRestartPolicyRule(Predicate<ContainerRestartRuleBuilder> predicate)ContainerRestartRuleEphemeralContainerFluent. buildMatchingRestartPolicyRule(Predicate<ContainerRestartRuleBuilder> predicate)ContainerRestartRuleContainerFluent. buildRestartPolicyRule(int index)ContainerRestartRuleEphemeralContainerFluent. buildRestartPolicyRule(int index)Methods in io.fabric8.kubernetes.api.model that return types with arguments of type ContainerRestartRule Modifier and Type Method Description List<ContainerRestartRule>ContainerFluent. buildRestartPolicyRules()List<ContainerRestartRule>EphemeralContainerFluent. buildRestartPolicyRules()List<ContainerRestartRule>Container. getRestartPolicyRules()Represents a list of rules to be checked to determine if the container should be restarted on exit.List<ContainerRestartRule>EphemeralContainer. getRestartPolicyRules()Represents a list of rules to be checked to determine if the container should be restarted on exit.Method parameters in io.fabric8.kubernetes.api.model with type arguments of type ContainerRestartRule Modifier and Type Method Description AContainerFluent. addAllToRestartPolicyRules(Collection<ContainerRestartRule> items)AEphemeralContainerFluent. addAllToRestartPolicyRules(Collection<ContainerRestartRule> items)AContainerFluent. removeAllFromRestartPolicyRules(Collection<ContainerRestartRule> items)AEphemeralContainerFluent. removeAllFromRestartPolicyRules(Collection<ContainerRestartRule> items)voidContainer. setRestartPolicyRules(List<ContainerRestartRule> restartPolicyRules)Represents a list of rules to be checked to determine if the container should be restarted on exit.voidEphemeralContainer. setRestartPolicyRules(List<ContainerRestartRule> restartPolicyRules)Represents a list of rules to be checked to determine if the container should be restarted on exit.AContainerFluent. withRestartPolicyRules(List<ContainerRestartRule> restartPolicyRules)AEphemeralContainerFluent. withRestartPolicyRules(List<ContainerRestartRule> restartPolicyRules)Constructors in io.fabric8.kubernetes.api.model with parameters of type ContainerRestartRule Constructor Description ContainerRestartRuleBuilder(ContainerRestartRule instance)ContainerRestartRuleBuilder(ContainerRestartRuleFluent<?> fluent, ContainerRestartRule instance)ContainerRestartRuleFluent(ContainerRestartRule instance)
-