Class PreferenceFluent<A extends PreferenceFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.affinity.nodeaffinity.preferredduringschedulingignoredduringexecution.PreferenceFluent<A>
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>,io.fabric8.kubernetes.api.builder.Visitable<A>
- Direct Known Subclasses:
PreferenceBuilder,PreferredDuringSchedulingIgnoredDuringExecutionFluent.SpecPreferenceNested
public class PreferenceFluent<A extends PreferenceFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classPreferenceFluent.SpecMatchExpressionsNested<N>classPreferenceFluent.SpecMatchFieldsNested<N>
-
Constructor Summary
Constructors Constructor Description PreferenceFluent()PreferenceFluent(Preference instance)
-
Method Summary
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
-
-
-
Constructor Detail
-
PreferenceFluent
public PreferenceFluent()
-
PreferenceFluent
public PreferenceFluent(Preference instance)
-
-
Method Detail
-
addToMatchExpressions
public A addToMatchExpressions(int index, MatchExpressions item)
-
setToMatchExpressions
public A setToMatchExpressions(int index, MatchExpressions item)
-
addToMatchExpressions
public A addToMatchExpressions(MatchExpressions... items)
-
addAllToSpecMatchExpressions
public A addAllToSpecMatchExpressions(Collection<MatchExpressions> items)
-
removeFromMatchExpressions
public A removeFromMatchExpressions(MatchExpressions... items)
-
removeAllFromSpecMatchExpressions
public A removeAllFromSpecMatchExpressions(Collection<MatchExpressions> items)
-
removeMatchingFromSpecMatchExpressions
public A removeMatchingFromSpecMatchExpressions(Predicate<MatchExpressionsBuilder> predicate)
-
buildMatchExpressions
public List<MatchExpressions> buildMatchExpressions()
-
buildMatchExpression
public MatchExpressions buildMatchExpression(int index)
-
buildFirstMatchExpression
public MatchExpressions buildFirstMatchExpression()
-
buildLastMatchExpression
public MatchExpressions buildLastMatchExpression()
-
buildMatchingMatchExpression
public MatchExpressions buildMatchingMatchExpression(Predicate<MatchExpressionsBuilder> predicate)
-
hasMatchingMatchExpression
public boolean hasMatchingMatchExpression(Predicate<MatchExpressionsBuilder> predicate)
-
withMatchExpressions
public A withMatchExpressions(List<MatchExpressions> matchExpressions)
-
withMatchExpressions
public A withMatchExpressions(MatchExpressions... matchExpressions)
-
hasMatchExpressions
public boolean hasMatchExpressions()
-
addNewSpecMatchExpression
public PreferenceFluent.SpecMatchExpressionsNested<A> addNewSpecMatchExpression()
-
addNewMatchExpressionLike
public PreferenceFluent.SpecMatchExpressionsNested<A> addNewMatchExpressionLike(MatchExpressions item)
-
setNewMatchExpressionLike
public PreferenceFluent.SpecMatchExpressionsNested<A> setNewMatchExpressionLike(int index, MatchExpressions item)
-
editMatchExpression
public PreferenceFluent.SpecMatchExpressionsNested<A> editMatchExpression(int index)
-
editFirstMatchExpression
public PreferenceFluent.SpecMatchExpressionsNested<A> editFirstMatchExpression()
-
editLastMatchExpression
public PreferenceFluent.SpecMatchExpressionsNested<A> editLastMatchExpression()
-
editMatchingMatchExpression
public PreferenceFluent.SpecMatchExpressionsNested<A> editMatchingMatchExpression(Predicate<MatchExpressionsBuilder> predicate)
-
addToMatchFields
public A addToMatchFields(int index, MatchFields item)
-
setToMatchFields
public A setToMatchFields(int index, MatchFields item)
-
addToMatchFields
public A addToMatchFields(MatchFields... items)
-
addAllToSpecMatchFields
public A addAllToSpecMatchFields(Collection<MatchFields> items)
-
removeFromMatchFields
public A removeFromMatchFields(MatchFields... items)
-
removeAllFromSpecMatchFields
public A removeAllFromSpecMatchFields(Collection<MatchFields> items)
-
removeMatchingFromSpecMatchFields
public A removeMatchingFromSpecMatchFields(Predicate<MatchFieldsBuilder> predicate)
-
buildMatchFields
public List<MatchFields> buildMatchFields()
-
buildMatchField
public MatchFields buildMatchField(int index)
-
buildFirstMatchField
public MatchFields buildFirstMatchField()
-
buildLastMatchField
public MatchFields buildLastMatchField()
-
buildMatchingMatchField
public MatchFields buildMatchingMatchField(Predicate<MatchFieldsBuilder> predicate)
-
hasMatchingMatchField
public boolean hasMatchingMatchField(Predicate<MatchFieldsBuilder> predicate)
-
withMatchFields
public A withMatchFields(List<MatchFields> matchFields)
-
withMatchFields
public A withMatchFields(MatchFields... matchFields)
-
hasMatchFields
public boolean hasMatchFields()
-
addNewSpecMatchField
public PreferenceFluent.SpecMatchFieldsNested<A> addNewSpecMatchField()
-
addNewMatchFieldLike
public PreferenceFluent.SpecMatchFieldsNested<A> addNewMatchFieldLike(MatchFields item)
-
setNewMatchFieldLike
public PreferenceFluent.SpecMatchFieldsNested<A> setNewMatchFieldLike(int index, MatchFields item)
-
editMatchField
public PreferenceFluent.SpecMatchFieldsNested<A> editMatchField(int index)
-
editFirstMatchField
public PreferenceFluent.SpecMatchFieldsNested<A> editFirstMatchField()
-
editLastMatchField
public PreferenceFluent.SpecMatchFieldsNested<A> editLastMatchField()
-
editMatchingMatchField
public PreferenceFluent.SpecMatchFieldsNested<A> editMatchingMatchField(Predicate<MatchFieldsBuilder> predicate)
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends PreferenceFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends PreferenceFluent<A>>
-
-