Interface V1PodFailurePolicyOnExitCodesRequirementFluent<A extends V1PodFailurePolicyOnExitCodesRequirementFluent<A>>
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
V1PodFailurePolicyRuleFluent.OnExitCodesNested<N>
- All Known Implementing Classes:
V1PodFailurePolicyOnExitCodesRequirementBuilder
,V1PodFailurePolicyOnExitCodesRequirementFluentImpl
public interface V1PodFailurePolicyOnExitCodesRequirementFluent<A extends V1PodFailurePolicyOnExitCodesRequirementFluent<A>>
extends Fluent<A>
Generated
-
Method Summary
Modifier and TypeMethodDescriptionaddAllToValues
(Collection<Integer> items) addToValues
(Integer... items) addToValues
(Integer index, Integer item) getMatchingValue
(Predicate<Integer> predicate) hasMatchingValue
(Predicate<Integer> predicate) removeAllFromValues
(Collection<Integer> items) removeFromValues
(Integer... items) setToValues
(Integer index, Integer item) withContainerName
(String containerName) withOperator
(String operator) withValues
(Integer... values) withValues
(List<Integer> values)
-
Method Details
-
getContainerName
String getContainerName() -
withContainerName
-
hasContainerName
Boolean hasContainerName() -
getOperator
String getOperator() -
withOperator
-
hasOperator
Boolean hasOperator() -
addToValues
-
setToValues
-
addToValues
-
addAllToValues
-
removeFromValues
-
removeAllFromValues
-
getValues
-
getValue
-
getFirstValue
Integer getFirstValue() -
getLastValue
Integer getLastValue() -
getMatchingValue
-
hasMatchingValue
-
withValues
-
withValues
-
hasValues
Boolean hasValues()
-