public class SyncSetSpecFluentImpl<A extends SyncSetSpecFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements SyncSetSpecFluent<A>
SyncSetSpecFluent.ClusterDeploymentRefsNested<N>, SyncSetSpecFluent.PatchesNested<N>, SyncSetSpecFluent.SecretMappingsNested<N>| Constructor and Description |
|---|
SyncSetSpecFluentImpl() |
SyncSetSpecFluentImpl(SyncSetSpec instance) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic SyncSetSpecFluentImpl()
public SyncSetSpecFluentImpl(SyncSetSpec instance)
public String getApplyBehavior()
getApplyBehavior in interface SyncSetSpecFluent<A extends SyncSetSpecFluent<A>>public A withApplyBehavior(String applyBehavior)
withApplyBehavior in interface SyncSetSpecFluent<A extends SyncSetSpecFluent<A>>public Boolean hasApplyBehavior()
hasApplyBehavior in interface SyncSetSpecFluent<A extends SyncSetSpecFluent<A>>public A addToClusterDeploymentRefs(Integer index, io.fabric8.kubernetes.api.model.LocalObjectReference item)
addToClusterDeploymentRefs in interface SyncSetSpecFluent<A extends SyncSetSpecFluent<A>>public A setToClusterDeploymentRefs(Integer index, io.fabric8.kubernetes.api.model.LocalObjectReference item)
setToClusterDeploymentRefs in interface SyncSetSpecFluent<A extends SyncSetSpecFluent<A>>public A addToClusterDeploymentRefs(io.fabric8.kubernetes.api.model.LocalObjectReference... items)
addToClusterDeploymentRefs in interface SyncSetSpecFluent<A extends SyncSetSpecFluent<A>>public A addAllToClusterDeploymentRefs(Collection<io.fabric8.kubernetes.api.model.LocalObjectReference> items)
addAllToClusterDeploymentRefs in interface SyncSetSpecFluent<A extends SyncSetSpecFluent<A>>public A removeFromClusterDeploymentRefs(io.fabric8.kubernetes.api.model.LocalObjectReference... items)
removeFromClusterDeploymentRefs in interface SyncSetSpecFluent<A extends SyncSetSpecFluent<A>>public A removeAllFromClusterDeploymentRefs(Collection<io.fabric8.kubernetes.api.model.LocalObjectReference> items)
removeAllFromClusterDeploymentRefs in interface SyncSetSpecFluent<A extends SyncSetSpecFluent<A>>public A removeMatchingFromClusterDeploymentRefs(Predicate<io.fabric8.kubernetes.api.model.LocalObjectReferenceBuilder> predicate)
removeMatchingFromClusterDeploymentRefs in interface SyncSetSpecFluent<A extends SyncSetSpecFluent<A>>@Deprecated public List<io.fabric8.kubernetes.api.model.LocalObjectReference> getClusterDeploymentRefs()
getClusterDeploymentRefs in interface SyncSetSpecFluent<A extends SyncSetSpecFluent<A>>public List<io.fabric8.kubernetes.api.model.LocalObjectReference> buildClusterDeploymentRefs()
buildClusterDeploymentRefs in interface SyncSetSpecFluent<A extends SyncSetSpecFluent<A>>public io.fabric8.kubernetes.api.model.LocalObjectReference buildClusterDeploymentRef(Integer index)
buildClusterDeploymentRef in interface SyncSetSpecFluent<A extends SyncSetSpecFluent<A>>public io.fabric8.kubernetes.api.model.LocalObjectReference buildFirstClusterDeploymentRef()
buildFirstClusterDeploymentRef in interface SyncSetSpecFluent<A extends SyncSetSpecFluent<A>>public io.fabric8.kubernetes.api.model.LocalObjectReference buildLastClusterDeploymentRef()
buildLastClusterDeploymentRef in interface SyncSetSpecFluent<A extends SyncSetSpecFluent<A>>public io.fabric8.kubernetes.api.model.LocalObjectReference buildMatchingClusterDeploymentRef(Predicate<io.fabric8.kubernetes.api.model.LocalObjectReferenceBuilder> predicate)
buildMatchingClusterDeploymentRef in interface SyncSetSpecFluent<A extends SyncSetSpecFluent<A>>public Boolean hasMatchingClusterDeploymentRef(Predicate<io.fabric8.kubernetes.api.model.LocalObjectReferenceBuilder> predicate)
hasMatchingClusterDeploymentRef in interface SyncSetSpecFluent<A extends SyncSetSpecFluent<A>>public A withClusterDeploymentRefs(List<io.fabric8.kubernetes.api.model.LocalObjectReference> clusterDeploymentRefs)
withClusterDeploymentRefs in interface SyncSetSpecFluent<A extends SyncSetSpecFluent<A>>public A withClusterDeploymentRefs(io.fabric8.kubernetes.api.model.LocalObjectReference... clusterDeploymentRefs)
withClusterDeploymentRefs in interface SyncSetSpecFluent<A extends SyncSetSpecFluent<A>>public Boolean hasClusterDeploymentRefs()
hasClusterDeploymentRefs in interface SyncSetSpecFluent<A extends SyncSetSpecFluent<A>>public A addNewClusterDeploymentRef(String name)
addNewClusterDeploymentRef in interface SyncSetSpecFluent<A extends SyncSetSpecFluent<A>>public SyncSetSpecFluent.ClusterDeploymentRefsNested<A> addNewClusterDeploymentRef()
addNewClusterDeploymentRef in interface SyncSetSpecFluent<A extends SyncSetSpecFluent<A>>public SyncSetSpecFluent.ClusterDeploymentRefsNested<A> addNewClusterDeploymentRefLike(io.fabric8.kubernetes.api.model.LocalObjectReference item)
addNewClusterDeploymentRefLike in interface SyncSetSpecFluent<A extends SyncSetSpecFluent<A>>public SyncSetSpecFluent.ClusterDeploymentRefsNested<A> setNewClusterDeploymentRefLike(Integer index, io.fabric8.kubernetes.api.model.LocalObjectReference item)
setNewClusterDeploymentRefLike in interface SyncSetSpecFluent<A extends SyncSetSpecFluent<A>>public SyncSetSpecFluent.ClusterDeploymentRefsNested<A> editClusterDeploymentRef(Integer index)
editClusterDeploymentRef in interface SyncSetSpecFluent<A extends SyncSetSpecFluent<A>>public SyncSetSpecFluent.ClusterDeploymentRefsNested<A> editFirstClusterDeploymentRef()
editFirstClusterDeploymentRef in interface SyncSetSpecFluent<A extends SyncSetSpecFluent<A>>public SyncSetSpecFluent.ClusterDeploymentRefsNested<A> editLastClusterDeploymentRef()
editLastClusterDeploymentRef in interface SyncSetSpecFluent<A extends SyncSetSpecFluent<A>>public SyncSetSpecFluent.ClusterDeploymentRefsNested<A> editMatchingClusterDeploymentRef(Predicate<io.fabric8.kubernetes.api.model.LocalObjectReferenceBuilder> predicate)
editMatchingClusterDeploymentRef in interface SyncSetSpecFluent<A extends SyncSetSpecFluent<A>>public A addToPatches(Integer index, SyncObjectPatch item)
addToPatches in interface SyncSetSpecFluent<A extends SyncSetSpecFluent<A>>public A setToPatches(Integer index, SyncObjectPatch item)
setToPatches in interface SyncSetSpecFluent<A extends SyncSetSpecFluent<A>>public A addToPatches(SyncObjectPatch... items)
addToPatches in interface SyncSetSpecFluent<A extends SyncSetSpecFluent<A>>public A addAllToPatches(Collection<SyncObjectPatch> items)
addAllToPatches in interface SyncSetSpecFluent<A extends SyncSetSpecFluent<A>>public A removeFromPatches(SyncObjectPatch... items)
removeFromPatches in interface SyncSetSpecFluent<A extends SyncSetSpecFluent<A>>public A removeAllFromPatches(Collection<SyncObjectPatch> items)
removeAllFromPatches in interface SyncSetSpecFluent<A extends SyncSetSpecFluent<A>>public A removeMatchingFromPatches(Predicate<SyncObjectPatchBuilder> predicate)
removeMatchingFromPatches in interface SyncSetSpecFluent<A extends SyncSetSpecFluent<A>>@Deprecated public List<SyncObjectPatch> getPatches()
getPatches in interface SyncSetSpecFluent<A extends SyncSetSpecFluent<A>>public List<SyncObjectPatch> buildPatches()
buildPatches in interface SyncSetSpecFluent<A extends SyncSetSpecFluent<A>>public SyncObjectPatch buildPatch(Integer index)
buildPatch in interface SyncSetSpecFluent<A extends SyncSetSpecFluent<A>>public SyncObjectPatch buildFirstPatch()
buildFirstPatch in interface SyncSetSpecFluent<A extends SyncSetSpecFluent<A>>public SyncObjectPatch buildLastPatch()
buildLastPatch in interface SyncSetSpecFluent<A extends SyncSetSpecFluent<A>>public SyncObjectPatch buildMatchingPatch(Predicate<SyncObjectPatchBuilder> predicate)
buildMatchingPatch in interface SyncSetSpecFluent<A extends SyncSetSpecFluent<A>>public Boolean hasMatchingPatch(Predicate<SyncObjectPatchBuilder> predicate)
hasMatchingPatch in interface SyncSetSpecFluent<A extends SyncSetSpecFluent<A>>public A withPatches(List<SyncObjectPatch> patches)
withPatches in interface SyncSetSpecFluent<A extends SyncSetSpecFluent<A>>public A withPatches(SyncObjectPatch... patches)
withPatches in interface SyncSetSpecFluent<A extends SyncSetSpecFluent<A>>public Boolean hasPatches()
hasPatches in interface SyncSetSpecFluent<A extends SyncSetSpecFluent<A>>public SyncSetSpecFluent.PatchesNested<A> addNewPatch()
addNewPatch in interface SyncSetSpecFluent<A extends SyncSetSpecFluent<A>>public SyncSetSpecFluent.PatchesNested<A> addNewPatchLike(SyncObjectPatch item)
addNewPatchLike in interface SyncSetSpecFluent<A extends SyncSetSpecFluent<A>>public SyncSetSpecFluent.PatchesNested<A> setNewPatchLike(Integer index, SyncObjectPatch item)
setNewPatchLike in interface SyncSetSpecFluent<A extends SyncSetSpecFluent<A>>public SyncSetSpecFluent.PatchesNested<A> editPatch(Integer index)
editPatch in interface SyncSetSpecFluent<A extends SyncSetSpecFluent<A>>public SyncSetSpecFluent.PatchesNested<A> editFirstPatch()
editFirstPatch in interface SyncSetSpecFluent<A extends SyncSetSpecFluent<A>>public SyncSetSpecFluent.PatchesNested<A> editLastPatch()
editLastPatch in interface SyncSetSpecFluent<A extends SyncSetSpecFluent<A>>public SyncSetSpecFluent.PatchesNested<A> editMatchingPatch(Predicate<SyncObjectPatchBuilder> predicate)
editMatchingPatch in interface SyncSetSpecFluent<A extends SyncSetSpecFluent<A>>public String getResourceApplyMode()
getResourceApplyMode in interface SyncSetSpecFluent<A extends SyncSetSpecFluent<A>>public A withResourceApplyMode(String resourceApplyMode)
withResourceApplyMode in interface SyncSetSpecFluent<A extends SyncSetSpecFluent<A>>public Boolean hasResourceApplyMode()
hasResourceApplyMode in interface SyncSetSpecFluent<A extends SyncSetSpecFluent<A>>public A addToResources(Integer index, Map<String,Object> item)
addToResources in interface SyncSetSpecFluent<A extends SyncSetSpecFluent<A>>public A setToResources(Integer index, Map<String,Object> item)
setToResources in interface SyncSetSpecFluent<A extends SyncSetSpecFluent<A>>public A addToResources(Map<String,Object>... items)
addToResources in interface SyncSetSpecFluent<A extends SyncSetSpecFluent<A>>public A addAllToResources(Collection<Map<String,Object>> items)
addAllToResources in interface SyncSetSpecFluent<A extends SyncSetSpecFluent<A>>public A removeFromResources(Map<String,Object>... items)
removeFromResources in interface SyncSetSpecFluent<A extends SyncSetSpecFluent<A>>public A removeAllFromResources(Collection<Map<String,Object>> items)
removeAllFromResources in interface SyncSetSpecFluent<A extends SyncSetSpecFluent<A>>public List<Map<String,Object>> getResources()
getResources in interface SyncSetSpecFluent<A extends SyncSetSpecFluent<A>>public Map<String,Object> getResource(Integer index)
getResource in interface SyncSetSpecFluent<A extends SyncSetSpecFluent<A>>public Map<String,Object> getFirstResource()
getFirstResource in interface SyncSetSpecFluent<A extends SyncSetSpecFluent<A>>public Map<String,Object> getLastResource()
getLastResource in interface SyncSetSpecFluent<A extends SyncSetSpecFluent<A>>public Map<String,Object> getMatchingResource(Predicate<Map<String,Object>> predicate)
getMatchingResource in interface SyncSetSpecFluent<A extends SyncSetSpecFluent<A>>public Boolean hasMatchingResource(Predicate<Map<String,Object>> predicate)
hasMatchingResource in interface SyncSetSpecFluent<A extends SyncSetSpecFluent<A>>public <K,V> A withResources(List<Map<String,Object>> resources)
withResources in interface SyncSetSpecFluent<A extends SyncSetSpecFluent<A>>public A withResources(Map<String,Object>... resources)
withResources in interface SyncSetSpecFluent<A extends SyncSetSpecFluent<A>>public Boolean hasResources()
hasResources in interface SyncSetSpecFluent<A extends SyncSetSpecFluent<A>>public A addToSecretMappings(Integer index, SecretMapping item)
addToSecretMappings in interface SyncSetSpecFluent<A extends SyncSetSpecFluent<A>>public A setToSecretMappings(Integer index, SecretMapping item)
setToSecretMappings in interface SyncSetSpecFluent<A extends SyncSetSpecFluent<A>>public A addToSecretMappings(SecretMapping... items)
addToSecretMappings in interface SyncSetSpecFluent<A extends SyncSetSpecFluent<A>>public A addAllToSecretMappings(Collection<SecretMapping> items)
addAllToSecretMappings in interface SyncSetSpecFluent<A extends SyncSetSpecFluent<A>>public A removeFromSecretMappings(SecretMapping... items)
removeFromSecretMappings in interface SyncSetSpecFluent<A extends SyncSetSpecFluent<A>>public A removeAllFromSecretMappings(Collection<SecretMapping> items)
removeAllFromSecretMappings in interface SyncSetSpecFluent<A extends SyncSetSpecFluent<A>>public A removeMatchingFromSecretMappings(Predicate<SecretMappingBuilder> predicate)
removeMatchingFromSecretMappings in interface SyncSetSpecFluent<A extends SyncSetSpecFluent<A>>@Deprecated public List<SecretMapping> getSecretMappings()
getSecretMappings in interface SyncSetSpecFluent<A extends SyncSetSpecFluent<A>>public List<SecretMapping> buildSecretMappings()
buildSecretMappings in interface SyncSetSpecFluent<A extends SyncSetSpecFluent<A>>public SecretMapping buildSecretMapping(Integer index)
buildSecretMapping in interface SyncSetSpecFluent<A extends SyncSetSpecFluent<A>>public SecretMapping buildFirstSecretMapping()
buildFirstSecretMapping in interface SyncSetSpecFluent<A extends SyncSetSpecFluent<A>>public SecretMapping buildLastSecretMapping()
buildLastSecretMapping in interface SyncSetSpecFluent<A extends SyncSetSpecFluent<A>>public SecretMapping buildMatchingSecretMapping(Predicate<SecretMappingBuilder> predicate)
buildMatchingSecretMapping in interface SyncSetSpecFluent<A extends SyncSetSpecFluent<A>>public Boolean hasMatchingSecretMapping(Predicate<SecretMappingBuilder> predicate)
hasMatchingSecretMapping in interface SyncSetSpecFluent<A extends SyncSetSpecFluent<A>>public A withSecretMappings(List<SecretMapping> secretMappings)
withSecretMappings in interface SyncSetSpecFluent<A extends SyncSetSpecFluent<A>>public A withSecretMappings(SecretMapping... secretMappings)
withSecretMappings in interface SyncSetSpecFluent<A extends SyncSetSpecFluent<A>>public Boolean hasSecretMappings()
hasSecretMappings in interface SyncSetSpecFluent<A extends SyncSetSpecFluent<A>>public SyncSetSpecFluent.SecretMappingsNested<A> addNewSecretMapping()
addNewSecretMapping in interface SyncSetSpecFluent<A extends SyncSetSpecFluent<A>>public SyncSetSpecFluent.SecretMappingsNested<A> addNewSecretMappingLike(SecretMapping item)
addNewSecretMappingLike in interface SyncSetSpecFluent<A extends SyncSetSpecFluent<A>>public SyncSetSpecFluent.SecretMappingsNested<A> setNewSecretMappingLike(Integer index, SecretMapping item)
setNewSecretMappingLike in interface SyncSetSpecFluent<A extends SyncSetSpecFluent<A>>public SyncSetSpecFluent.SecretMappingsNested<A> editSecretMapping(Integer index)
editSecretMapping in interface SyncSetSpecFluent<A extends SyncSetSpecFluent<A>>public SyncSetSpecFluent.SecretMappingsNested<A> editFirstSecretMapping()
editFirstSecretMapping in interface SyncSetSpecFluent<A extends SyncSetSpecFluent<A>>public SyncSetSpecFluent.SecretMappingsNested<A> editLastSecretMapping()
editLastSecretMapping in interface SyncSetSpecFluent<A extends SyncSetSpecFluent<A>>public SyncSetSpecFluent.SecretMappingsNested<A> editMatchingSecretMapping(Predicate<SecretMappingBuilder> predicate)
editMatchingSecretMapping in interface SyncSetSpecFluent<A extends SyncSetSpecFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface SyncSetSpecFluent<A extends SyncSetSpecFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface SyncSetSpecFluent<A extends SyncSetSpecFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface SyncSetSpecFluent<A extends SyncSetSpecFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface SyncSetSpecFluent<A extends SyncSetSpecFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface SyncSetSpecFluent<A extends SyncSetSpecFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface SyncSetSpecFluent<A extends SyncSetSpecFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface SyncSetSpecFluent<A extends SyncSetSpecFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends SyncSetSpecFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends SyncSetSpecFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.