All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
A |
addAllToClusterDeploymentRefs(Collection<io.fabric8.kubernetes.api.model.LocalObjectReference> items) |
A |
addAllToPatches(Collection<SyncObjectPatch> items) |
A |
addAllToResources(Collection<Map<String,Object>> items) |
A |
addAllToSecretMappings(Collection<SecretMapping> items) |
SyncSetSpecFluent.ClusterDeploymentRefsNested<A> |
addNewClusterDeploymentRef() |
A |
addNewClusterDeploymentRef(String name) |
SyncSetSpecFluent.ClusterDeploymentRefsNested<A> |
addNewClusterDeploymentRefLike(io.fabric8.kubernetes.api.model.LocalObjectReference item) |
SyncSetSpecFluent.PatchesNested<A> |
addNewPatch() |
SyncSetSpecFluent.PatchesNested<A> |
addNewPatchLike(SyncObjectPatch item) |
SyncSetSpecFluent.SecretMappingsNested<A> |
addNewSecretMapping() |
SyncSetSpecFluent.SecretMappingsNested<A> |
addNewSecretMappingLike(SecretMapping item) |
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
A |
addToClusterDeploymentRefs(int index,
io.fabric8.kubernetes.api.model.LocalObjectReference item) |
A |
addToClusterDeploymentRefs(io.fabric8.kubernetes.api.model.LocalObjectReference... items) |
A |
addToPatches(int index,
SyncObjectPatch item) |
A |
addToPatches(SyncObjectPatch... items) |
A |
addToResources(int index,
Map<String,Object> item) |
A |
addToResources(Map<String,Object>... items) |
A |
addToSecretMappings(int index,
SecretMapping item) |
A |
addToSecretMappings(SecretMapping... items) |
io.fabric8.kubernetes.api.model.LocalObjectReference |
buildClusterDeploymentRef(int index) |
List<io.fabric8.kubernetes.api.model.LocalObjectReference> |
buildClusterDeploymentRefs() |
io.fabric8.kubernetes.api.model.LocalObjectReference |
buildFirstClusterDeploymentRef() |
SyncObjectPatch |
buildFirstPatch() |
SecretMapping |
buildFirstSecretMapping() |
io.fabric8.kubernetes.api.model.LocalObjectReference |
buildLastClusterDeploymentRef() |
SyncObjectPatch |
buildLastPatch() |
SecretMapping |
buildLastSecretMapping() |
io.fabric8.kubernetes.api.model.LocalObjectReference |
buildMatchingClusterDeploymentRef(Predicate<io.fabric8.kubernetes.api.model.LocalObjectReferenceBuilder> predicate) |
SyncObjectPatch |
buildMatchingPatch(Predicate<SyncObjectPatchBuilder> predicate) |
SecretMapping |
buildMatchingSecretMapping(Predicate<SecretMappingBuilder> predicate) |
SyncObjectPatch |
buildPatch(int index) |
List<SyncObjectPatch> |
buildPatches() |
SecretMapping |
buildSecretMapping(int index) |
List<SecretMapping> |
buildSecretMappings() |
SyncSetSpecFluent.ClusterDeploymentRefsNested<A> |
editClusterDeploymentRef(int index) |
SyncSetSpecFluent.ClusterDeploymentRefsNested<A> |
editFirstClusterDeploymentRef() |
SyncSetSpecFluent.PatchesNested<A> |
editFirstPatch() |
SyncSetSpecFluent.SecretMappingsNested<A> |
editFirstSecretMapping() |
SyncSetSpecFluent.ClusterDeploymentRefsNested<A> |
editLastClusterDeploymentRef() |
SyncSetSpecFluent.PatchesNested<A> |
editLastPatch() |
SyncSetSpecFluent.SecretMappingsNested<A> |
editLastSecretMapping() |
SyncSetSpecFluent.ClusterDeploymentRefsNested<A> |
editMatchingClusterDeploymentRef(Predicate<io.fabric8.kubernetes.api.model.LocalObjectReferenceBuilder> predicate) |
SyncSetSpecFluent.PatchesNested<A> |
editMatchingPatch(Predicate<SyncObjectPatchBuilder> predicate) |
SyncSetSpecFluent.SecretMappingsNested<A> |
editMatchingSecretMapping(Predicate<SecretMappingBuilder> predicate) |
SyncSetSpecFluent.PatchesNested<A> |
editPatch(int index) |
SyncSetSpecFluent.SecretMappingsNested<A> |
editSecretMapping(int index) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
String |
getApplyBehavior() |
Map<String,Object> |
getFirstResource() |
Map<String,Object> |
getLastResource() |
Map<String,Object> |
getMatchingResource(Predicate<Map<String,Object>> predicate) |
Map<String,Object> |
getResource(int index) |
String |
getResourceApplyMode() |
List<Map<String,Object>> |
getResources() |
boolean |
hasAdditionalProperties() |
boolean |
hasApplyBehavior() |
boolean |
hasClusterDeploymentRefs() |
int |
hashCode() |
boolean |
hasMatchingClusterDeploymentRef(Predicate<io.fabric8.kubernetes.api.model.LocalObjectReferenceBuilder> predicate) |
boolean |
hasMatchingPatch(Predicate<SyncObjectPatchBuilder> predicate) |
boolean |
hasMatchingResource(Predicate<Map<String,Object>> predicate) |
boolean |
hasMatchingSecretMapping(Predicate<SecretMappingBuilder> predicate) |
boolean |
hasPatches() |
boolean |
hasResourceApplyMode() |
boolean |
hasResources() |
boolean |
hasSecretMappings() |
A |
removeAllFromClusterDeploymentRefs(Collection<io.fabric8.kubernetes.api.model.LocalObjectReference> items) |
A |
removeAllFromPatches(Collection<SyncObjectPatch> items) |
A |
removeAllFromResources(Collection<Map<String,Object>> items) |
A |
removeAllFromSecretMappings(Collection<SecretMapping> items) |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
A |
removeFromClusterDeploymentRefs(io.fabric8.kubernetes.api.model.LocalObjectReference... items) |
A |
removeFromPatches(SyncObjectPatch... items) |
A |
removeFromResources(Map<String,Object>... items) |
A |
removeFromSecretMappings(SecretMapping... items) |
A |
removeMatchingFromClusterDeploymentRefs(Predicate<io.fabric8.kubernetes.api.model.LocalObjectReferenceBuilder> predicate) |
A |
removeMatchingFromPatches(Predicate<SyncObjectPatchBuilder> predicate) |
A |
removeMatchingFromSecretMappings(Predicate<SecretMappingBuilder> predicate) |
SyncSetSpecFluent.ClusterDeploymentRefsNested<A> |
setNewClusterDeploymentRefLike(int index,
io.fabric8.kubernetes.api.model.LocalObjectReference item) |
SyncSetSpecFluent.PatchesNested<A> |
setNewPatchLike(int index,
SyncObjectPatch item) |
SyncSetSpecFluent.SecretMappingsNested<A> |
setNewSecretMappingLike(int index,
SecretMapping item) |
A |
setToClusterDeploymentRefs(int index,
io.fabric8.kubernetes.api.model.LocalObjectReference item) |
A |
setToPatches(int index,
SyncObjectPatch item) |
A |
setToResources(int index,
Map<String,Object> item) |
A |
setToSecretMappings(int index,
SecretMapping item) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withApplyBehavior(String applyBehavior) |
A |
withClusterDeploymentRefs(List<io.fabric8.kubernetes.api.model.LocalObjectReference> clusterDeploymentRefs) |
A |
withClusterDeploymentRefs(io.fabric8.kubernetes.api.model.LocalObjectReference... clusterDeploymentRefs) |
A |
withPatches(List<SyncObjectPatch> patches) |
A |
withPatches(SyncObjectPatch... patches) |
A |
withResourceApplyMode(String resourceApplyMode) |
<K,V> A |
withResources(List<Map<String,Object>> resources) |
A |
withResources(Map<String,Object>... resources) |
A |
withSecretMappings(List<SecretMapping> secretMappings) |
A |
withSecretMappings(SecretMapping... secretMappings) |