public interface SyncSetSpecFluent<A extends SyncSetSpecFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
SyncSetSpecFluent.ClusterDeploymentRefsNested<N> |
static interface |
SyncSetSpecFluent.PatchesNested<N> |
static interface |
SyncSetSpecFluent.SecretMappingsNested<N> |
String getApplyBehavior()
Boolean hasApplyBehavior()
A addToClusterDeploymentRefs(Integer index, io.fabric8.kubernetes.api.model.LocalObjectReference item)
A setToClusterDeploymentRefs(Integer index, io.fabric8.kubernetes.api.model.LocalObjectReference item)
A addToClusterDeploymentRefs(io.fabric8.kubernetes.api.model.LocalObjectReference... items)
A addAllToClusterDeploymentRefs(Collection<io.fabric8.kubernetes.api.model.LocalObjectReference> items)
A removeFromClusterDeploymentRefs(io.fabric8.kubernetes.api.model.LocalObjectReference... items)
A removeAllFromClusterDeploymentRefs(Collection<io.fabric8.kubernetes.api.model.LocalObjectReference> items)
A removeMatchingFromClusterDeploymentRefs(Predicate<io.fabric8.kubernetes.api.model.LocalObjectReferenceBuilder> predicate)
@Deprecated List<io.fabric8.kubernetes.api.model.LocalObjectReference> getClusterDeploymentRefs()
List<io.fabric8.kubernetes.api.model.LocalObjectReference> buildClusterDeploymentRefs()
io.fabric8.kubernetes.api.model.LocalObjectReference buildClusterDeploymentRef(Integer index)
io.fabric8.kubernetes.api.model.LocalObjectReference buildFirstClusterDeploymentRef()
io.fabric8.kubernetes.api.model.LocalObjectReference buildLastClusterDeploymentRef()
io.fabric8.kubernetes.api.model.LocalObjectReference buildMatchingClusterDeploymentRef(Predicate<io.fabric8.kubernetes.api.model.LocalObjectReferenceBuilder> predicate)
Boolean hasMatchingClusterDeploymentRef(Predicate<io.fabric8.kubernetes.api.model.LocalObjectReferenceBuilder> predicate)
A withClusterDeploymentRefs(List<io.fabric8.kubernetes.api.model.LocalObjectReference> clusterDeploymentRefs)
A withClusterDeploymentRefs(io.fabric8.kubernetes.api.model.LocalObjectReference... clusterDeploymentRefs)
Boolean hasClusterDeploymentRefs()
SyncSetSpecFluent.ClusterDeploymentRefsNested<A> addNewClusterDeploymentRef()
SyncSetSpecFluent.ClusterDeploymentRefsNested<A> addNewClusterDeploymentRefLike(io.fabric8.kubernetes.api.model.LocalObjectReference item)
SyncSetSpecFluent.ClusterDeploymentRefsNested<A> setNewClusterDeploymentRefLike(Integer index, io.fabric8.kubernetes.api.model.LocalObjectReference item)
SyncSetSpecFluent.ClusterDeploymentRefsNested<A> editClusterDeploymentRef(Integer index)
SyncSetSpecFluent.ClusterDeploymentRefsNested<A> editFirstClusterDeploymentRef()
SyncSetSpecFluent.ClusterDeploymentRefsNested<A> editLastClusterDeploymentRef()
SyncSetSpecFluent.ClusterDeploymentRefsNested<A> editMatchingClusterDeploymentRef(Predicate<io.fabric8.kubernetes.api.model.LocalObjectReferenceBuilder> predicate)
A addToPatches(Integer index, SyncObjectPatch item)
A setToPatches(Integer index, SyncObjectPatch item)
A addToPatches(SyncObjectPatch... items)
A addAllToPatches(Collection<SyncObjectPatch> items)
A removeFromPatches(SyncObjectPatch... items)
A removeAllFromPatches(Collection<SyncObjectPatch> items)
A removeMatchingFromPatches(Predicate<SyncObjectPatchBuilder> predicate)
@Deprecated List<SyncObjectPatch> getPatches()
List<SyncObjectPatch> buildPatches()
SyncObjectPatch buildPatch(Integer index)
SyncObjectPatch buildFirstPatch()
SyncObjectPatch buildLastPatch()
SyncObjectPatch buildMatchingPatch(Predicate<SyncObjectPatchBuilder> predicate)
Boolean hasMatchingPatch(Predicate<SyncObjectPatchBuilder> predicate)
A withPatches(List<SyncObjectPatch> patches)
A withPatches(SyncObjectPatch... patches)
Boolean hasPatches()
SyncSetSpecFluent.PatchesNested<A> addNewPatch()
SyncSetSpecFluent.PatchesNested<A> addNewPatchLike(SyncObjectPatch item)
SyncSetSpecFluent.PatchesNested<A> setNewPatchLike(Integer index, SyncObjectPatch item)
SyncSetSpecFluent.PatchesNested<A> editPatch(Integer index)
SyncSetSpecFluent.PatchesNested<A> editFirstPatch()
SyncSetSpecFluent.PatchesNested<A> editLastPatch()
SyncSetSpecFluent.PatchesNested<A> editMatchingPatch(Predicate<SyncObjectPatchBuilder> predicate)
String getResourceApplyMode()
Boolean hasResourceApplyMode()
A addAllToResources(Collection<Map<String,Object>> items)
A removeAllFromResources(Collection<Map<String,Object>> items)
Boolean hasResources()
A addToSecretMappings(Integer index, SecretMapping item)
A setToSecretMappings(Integer index, SecretMapping item)
A addToSecretMappings(SecretMapping... items)
A addAllToSecretMappings(Collection<SecretMapping> items)
A removeFromSecretMappings(SecretMapping... items)
A removeAllFromSecretMappings(Collection<SecretMapping> items)
A removeMatchingFromSecretMappings(Predicate<SecretMappingBuilder> predicate)
@Deprecated List<SecretMapping> getSecretMappings()
List<SecretMapping> buildSecretMappings()
SecretMapping buildSecretMapping(Integer index)
SecretMapping buildFirstSecretMapping()
SecretMapping buildLastSecretMapping()
SecretMapping buildMatchingSecretMapping(Predicate<SecretMappingBuilder> predicate)
Boolean hasMatchingSecretMapping(Predicate<SecretMappingBuilder> predicate)
A withSecretMappings(List<SecretMapping> secretMappings)
A withSecretMappings(SecretMapping... secretMappings)
Boolean hasSecretMappings()
SyncSetSpecFluent.SecretMappingsNested<A> addNewSecretMapping()
SyncSetSpecFluent.SecretMappingsNested<A> addNewSecretMappingLike(SecretMapping item)
SyncSetSpecFluent.SecretMappingsNested<A> setNewSecretMappingLike(Integer index, SecretMapping item)
SyncSetSpecFluent.SecretMappingsNested<A> editSecretMapping(Integer index)
SyncSetSpecFluent.SecretMappingsNested<A> editFirstSecretMapping()
SyncSetSpecFluent.SecretMappingsNested<A> editLastSecretMapping()
SyncSetSpecFluent.SecretMappingsNested<A> editMatchingSecretMapping(Predicate<SecretMappingBuilder> predicate)
Boolean hasAdditionalProperties()
Copyright © 2015–2022 Red Hat. All rights reserved.