Uses of Class
io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.affinity.nodeaffinity.preferredduringschedulingignoredduringexecution.preference.MatchFields
-
-
Uses of MatchFields in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.affinity.nodeaffinity.preferredduringschedulingignoredduringexecution
Methods in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.affinity.nodeaffinity.preferredduringschedulingignoredduringexecution that return MatchFields Modifier and Type Method Description MatchFieldsPreferenceFluent. buildFirstMatchField()MatchFieldsPreferenceFluent. buildLastMatchField()MatchFieldsPreferenceFluent. buildMatchField(int index)MatchFieldsPreferenceFluent. buildMatchingMatchField(Predicate<MatchFieldsBuilder> predicate)Methods in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.affinity.nodeaffinity.preferredduringschedulingignoredduringexecution that return types with arguments of type MatchFields Modifier and Type Method Description List<MatchFields>PreferenceFluent. buildMatchFields()List<MatchFields>Preference. getMatchFields()Methods in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.affinity.nodeaffinity.preferredduringschedulingignoredduringexecution with parameters of type MatchFields Modifier and Type Method Description PreferenceFluent.MatchFieldsNested<A>PreferenceFluent. addNewMatchFieldLike(MatchFields item)APreferenceFluent. addToMatchFields(int index, MatchFields item)APreferenceFluent. addToMatchFields(MatchFields... items)APreferenceFluent. removeFromMatchFields(MatchFields... items)PreferenceFluent.MatchFieldsNested<A>PreferenceFluent. setNewMatchFieldLike(int index, MatchFields item)APreferenceFluent. setToMatchFields(int index, MatchFields item)APreferenceFluent. withMatchFields(MatchFields... matchFields)Method parameters in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.affinity.nodeaffinity.preferredduringschedulingignoredduringexecution with type arguments of type MatchFields Modifier and Type Method Description APreferenceFluent. addAllToMatchFields(Collection<MatchFields> items)APreferenceFluent. removeAllFromMatchFields(Collection<MatchFields> items)voidPreference. setMatchFields(List<MatchFields> matchFields)APreferenceFluent. withMatchFields(List<MatchFields> matchFields) -
Uses of MatchFields in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.affinity.nodeaffinity.preferredduringschedulingignoredduringexecution.preference
Methods in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.affinity.nodeaffinity.preferredduringschedulingignoredduringexecution.preference that return MatchFields Modifier and Type Method Description MatchFieldsMatchFieldsBuilder. build()Constructors in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.affinity.nodeaffinity.preferredduringschedulingignoredduringexecution.preference with parameters of type MatchFields Constructor Description MatchFieldsBuilder(MatchFields instance)MatchFieldsBuilder(MatchFieldsFluent<?> fluent, MatchFields instance)MatchFieldsBuilder(MatchFieldsFluent<?> fluent, MatchFields instance, Boolean validationEnabled)MatchFieldsBuilder(MatchFields instance, Boolean validationEnabled)MatchFieldsFluent(MatchFields instance)
-