Uses of Class
io.fabric8.openshift.api.model.hive.v1.SyncObjectPatch
-
Packages that use SyncObjectPatch Package Description io.fabric8.openshift.api.model.hive.v1 -
-
Uses of SyncObjectPatch in io.fabric8.openshift.api.model.hive.v1
Methods in io.fabric8.openshift.api.model.hive.v1 that return SyncObjectPatch Modifier and Type Method Description SyncObjectPatchSyncObjectPatchBuilder. build()SyncObjectPatchSelectorSyncSetSpecFluent. buildFirstPatch()SyncObjectPatchSyncSetCommonSpecFluent. buildFirstPatch()SyncObjectPatchSyncSetSpecFluent. buildFirstPatch()SyncObjectPatchSelectorSyncSetSpecFluent. buildLastPatch()SyncObjectPatchSyncSetCommonSpecFluent. buildLastPatch()SyncObjectPatchSyncSetSpecFluent. buildLastPatch()SyncObjectPatchSelectorSyncSetSpecFluent. buildMatchingPatch(Predicate<SyncObjectPatchBuilder> predicate)SyncObjectPatchSyncSetCommonSpecFluent. buildMatchingPatch(Predicate<SyncObjectPatchBuilder> predicate)SyncObjectPatchSyncSetSpecFluent. buildMatchingPatch(Predicate<SyncObjectPatchBuilder> predicate)SyncObjectPatchSelectorSyncSetSpecFluent. buildPatch(int index)SyncObjectPatchSyncSetCommonSpecFluent. buildPatch(int index)SyncObjectPatchSyncSetSpecFluent. buildPatch(int index)Methods in io.fabric8.openshift.api.model.hive.v1 that return types with arguments of type SyncObjectPatch Modifier and Type Method Description List<SyncObjectPatch>SelectorSyncSetSpecFluent. buildPatches()List<SyncObjectPatch>SyncSetCommonSpecFluent. buildPatches()List<SyncObjectPatch>SyncSetSpecFluent. buildPatches()List<SyncObjectPatch>SelectorSyncSetSpec. getPatches()Patches is the list of patches to apply.List<SyncObjectPatch>SyncSetCommonSpec. getPatches()Patches is the list of patches to apply.List<SyncObjectPatch>SyncSetSpec. getPatches()Patches is the list of patches to apply.Methods in io.fabric8.openshift.api.model.hive.v1 with parameters of type SyncObjectPatch Modifier and Type Method Description SelectorSyncSetSpecFluent.PatchesNested<A>SelectorSyncSetSpecFluent. addNewPatchLike(SyncObjectPatch item)SyncSetCommonSpecFluent.PatchesNested<A>SyncSetCommonSpecFluent. addNewPatchLike(SyncObjectPatch item)SyncSetSpecFluent.PatchesNested<A>SyncSetSpecFluent. addNewPatchLike(SyncObjectPatch item)ASelectorSyncSetSpecFluent. addToPatches(int index, SyncObjectPatch item)ASelectorSyncSetSpecFluent. addToPatches(SyncObjectPatch... items)ASyncSetCommonSpecFluent. addToPatches(int index, SyncObjectPatch item)ASyncSetCommonSpecFluent. addToPatches(SyncObjectPatch... items)ASyncSetSpecFluent. addToPatches(int index, SyncObjectPatch item)ASyncSetSpecFluent. addToPatches(SyncObjectPatch... items)protected voidSyncObjectPatchFluent. copyInstance(SyncObjectPatch instance)ASelectorSyncSetSpecFluent. removeFromPatches(SyncObjectPatch... items)ASyncSetCommonSpecFluent. removeFromPatches(SyncObjectPatch... items)ASyncSetSpecFluent. removeFromPatches(SyncObjectPatch... items)SelectorSyncSetSpecFluent.PatchesNested<A>SelectorSyncSetSpecFluent. setNewPatchLike(int index, SyncObjectPatch item)SyncSetCommonSpecFluent.PatchesNested<A>SyncSetCommonSpecFluent. setNewPatchLike(int index, SyncObjectPatch item)SyncSetSpecFluent.PatchesNested<A>SyncSetSpecFluent. setNewPatchLike(int index, SyncObjectPatch item)ASelectorSyncSetSpecFluent. setToPatches(int index, SyncObjectPatch item)ASyncSetCommonSpecFluent. setToPatches(int index, SyncObjectPatch item)ASyncSetSpecFluent. setToPatches(int index, SyncObjectPatch item)ASelectorSyncSetSpecFluent. withPatches(SyncObjectPatch... patches)ASyncSetCommonSpecFluent. withPatches(SyncObjectPatch... patches)ASyncSetSpecFluent. withPatches(SyncObjectPatch... patches)Method parameters in io.fabric8.openshift.api.model.hive.v1 with type arguments of type SyncObjectPatch Modifier and Type Method Description ASelectorSyncSetSpecFluent. addAllToPatches(Collection<SyncObjectPatch> items)ASyncSetCommonSpecFluent. addAllToPatches(Collection<SyncObjectPatch> items)ASyncSetSpecFluent. addAllToPatches(Collection<SyncObjectPatch> items)ASelectorSyncSetSpecFluent. removeAllFromPatches(Collection<SyncObjectPatch> items)ASyncSetCommonSpecFluent. removeAllFromPatches(Collection<SyncObjectPatch> items)ASyncSetSpecFluent. removeAllFromPatches(Collection<SyncObjectPatch> items)voidSelectorSyncSetSpec. setPatches(List<SyncObjectPatch> patches)Patches is the list of patches to apply.voidSyncSetCommonSpec. setPatches(List<SyncObjectPatch> patches)Patches is the list of patches to apply.voidSyncSetSpec. setPatches(List<SyncObjectPatch> patches)Patches is the list of patches to apply.ASelectorSyncSetSpecFluent. withPatches(List<SyncObjectPatch> patches)ASyncSetCommonSpecFluent. withPatches(List<SyncObjectPatch> patches)ASyncSetSpecFluent. withPatches(List<SyncObjectPatch> patches)Constructors in io.fabric8.openshift.api.model.hive.v1 with parameters of type SyncObjectPatch Constructor Description SyncObjectPatchBuilder(SyncObjectPatch instance)SyncObjectPatchBuilder(SyncObjectPatchFluent<?> fluent, SyncObjectPatch instance)SyncObjectPatchFluent(SyncObjectPatch instance)Constructor parameters in io.fabric8.openshift.api.model.hive.v1 with type arguments of type SyncObjectPatch Constructor Description SelectorSyncSetSpec(String applyBehavior, io.fabric8.kubernetes.api.model.LabelSelector clusterDeploymentSelector, Boolean enableResourceTemplates, List<SyncObjectPatch> patches, String resourceApplyMode, List<Object> resources, List<SecretMapping> secretMappings)SyncSetCommonSpec(String applyBehavior, Boolean enableResourceTemplates, List<SyncObjectPatch> patches, String resourceApplyMode, List<Object> resources, List<SecretMapping> secretMappings)
-