Class SyncSetCommonSpecFluent<A extends SyncSetCommonSpecFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.hive.v1.SyncSetCommonSpecFluent<A>
-
- Direct Known Subclasses:
SyncSetCommonSpecBuilder
public class SyncSetCommonSpecFluent<A extends SyncSetCommonSpecFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classSyncSetCommonSpecFluent.PatchesNested<N>classSyncSetCommonSpecFluent.SecretMappingsNested<N>
-
Constructor Summary
Constructors Constructor Description SyncSetCommonSpecFluent()SyncSetCommonSpecFluent(SyncSetCommonSpec instance)
-
Method Summary
-
-
-
Constructor Detail
-
SyncSetCommonSpecFluent
public SyncSetCommonSpecFluent()
-
SyncSetCommonSpecFluent
public SyncSetCommonSpecFluent(SyncSetCommonSpec instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(SyncSetCommonSpec instance)
-
getApplyBehavior
public String getApplyBehavior()
-
hasApplyBehavior
public boolean hasApplyBehavior()
-
getEnableResourceTemplates
public Boolean getEnableResourceTemplates()
-
hasEnableResourceTemplates
public boolean hasEnableResourceTemplates()
-
addToPatches
public A addToPatches(int index, SyncObjectPatch item)
-
setToPatches
public A setToPatches(int index, SyncObjectPatch item)
-
addToPatches
public A addToPatches(SyncObjectPatch... items)
-
addAllToPatches
public A addAllToPatches(Collection<SyncObjectPatch> items)
-
removeFromPatches
public A removeFromPatches(SyncObjectPatch... items)
-
removeAllFromPatches
public A removeAllFromPatches(Collection<SyncObjectPatch> items)
-
removeMatchingFromPatches
public A removeMatchingFromPatches(Predicate<SyncObjectPatchBuilder> predicate)
-
buildPatches
public List<SyncObjectPatch> buildPatches()
-
buildPatch
public SyncObjectPatch buildPatch(int index)
-
buildFirstPatch
public SyncObjectPatch buildFirstPatch()
-
buildLastPatch
public SyncObjectPatch buildLastPatch()
-
buildMatchingPatch
public SyncObjectPatch buildMatchingPatch(Predicate<SyncObjectPatchBuilder> predicate)
-
hasMatchingPatch
public boolean hasMatchingPatch(Predicate<SyncObjectPatchBuilder> predicate)
-
withPatches
public A withPatches(List<SyncObjectPatch> patches)
-
withPatches
public A withPatches(SyncObjectPatch... patches)
-
hasPatches
public boolean hasPatches()
-
addNewPatch
public SyncSetCommonSpecFluent.PatchesNested<A> addNewPatch()
-
addNewPatchLike
public SyncSetCommonSpecFluent.PatchesNested<A> addNewPatchLike(SyncObjectPatch item)
-
setNewPatchLike
public SyncSetCommonSpecFluent.PatchesNested<A> setNewPatchLike(int index, SyncObjectPatch item)
-
editPatch
public SyncSetCommonSpecFluent.PatchesNested<A> editPatch(int index)
-
editFirstPatch
public SyncSetCommonSpecFluent.PatchesNested<A> editFirstPatch()
-
editLastPatch
public SyncSetCommonSpecFluent.PatchesNested<A> editLastPatch()
-
editMatchingPatch
public SyncSetCommonSpecFluent.PatchesNested<A> editMatchingPatch(Predicate<SyncObjectPatchBuilder> predicate)
-
getResourceApplyMode
public String getResourceApplyMode()
-
hasResourceApplyMode
public boolean hasResourceApplyMode()
-
addAllToResources
public A addAllToResources(Collection<Object> items)
-
removeAllFromResources
public A removeAllFromResources(Collection<Object> items)
-
getResource
public Object getResource(int index)
-
getFirstResource
public Object getFirstResource()
-
getLastResource
public Object getLastResource()
-
hasResources
public boolean hasResources()
-
addToSecretMappings
public A addToSecretMappings(int index, SecretMapping item)
-
setToSecretMappings
public A setToSecretMappings(int index, SecretMapping item)
-
addToSecretMappings
public A addToSecretMappings(SecretMapping... items)
-
addAllToSecretMappings
public A addAllToSecretMappings(Collection<SecretMapping> items)
-
removeFromSecretMappings
public A removeFromSecretMappings(SecretMapping... items)
-
removeAllFromSecretMappings
public A removeAllFromSecretMappings(Collection<SecretMapping> items)
-
removeMatchingFromSecretMappings
public A removeMatchingFromSecretMappings(Predicate<SecretMappingBuilder> predicate)
-
buildSecretMappings
public List<SecretMapping> buildSecretMappings()
-
buildSecretMapping
public SecretMapping buildSecretMapping(int index)
-
buildFirstSecretMapping
public SecretMapping buildFirstSecretMapping()
-
buildLastSecretMapping
public SecretMapping buildLastSecretMapping()
-
buildMatchingSecretMapping
public SecretMapping buildMatchingSecretMapping(Predicate<SecretMappingBuilder> predicate)
-
hasMatchingSecretMapping
public boolean hasMatchingSecretMapping(Predicate<SecretMappingBuilder> predicate)
-
withSecretMappings
public A withSecretMappings(List<SecretMapping> secretMappings)
-
withSecretMappings
public A withSecretMappings(SecretMapping... secretMappings)
-
hasSecretMappings
public boolean hasSecretMappings()
-
addNewSecretMapping
public SyncSetCommonSpecFluent.SecretMappingsNested<A> addNewSecretMapping()
-
addNewSecretMappingLike
public SyncSetCommonSpecFluent.SecretMappingsNested<A> addNewSecretMappingLike(SecretMapping item)
-
setNewSecretMappingLike
public SyncSetCommonSpecFluent.SecretMappingsNested<A> setNewSecretMappingLike(int index, SecretMapping item)
-
editSecretMapping
public SyncSetCommonSpecFluent.SecretMappingsNested<A> editSecretMapping(int index)
-
editFirstSecretMapping
public SyncSetCommonSpecFluent.SecretMappingsNested<A> editFirstSecretMapping()
-
editLastSecretMapping
public SyncSetCommonSpecFluent.SecretMappingsNested<A> editLastSecretMapping()
-
editMatchingSecretMapping
public SyncSetCommonSpecFluent.SecretMappingsNested<A> editMatchingSecretMapping(Predicate<SecretMappingBuilder> predicate)
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends SyncSetCommonSpecFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends SyncSetCommonSpecFluent<A>>
-
withEnableResourceTemplates
public A withEnableResourceTemplates()
-
-