Class ApicurioRegistrySpecDeploymentFluentImpl<A extends ApicurioRegistrySpecDeploymentFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.apicurio.registry.operator.api.v1.model.ApicurioRegistrySpecDeploymentFluentImpl<A>
-
- All Implemented Interfaces:
ApicurioRegistrySpecDeploymentFluent<A>,io.fabric8.kubernetes.api.builder.Fluent<A>,io.fabric8.kubernetes.api.builder.Visitable<A>
- Direct Known Subclasses:
ApicurioRegistrySpecDeploymentBuilder,ApicurioRegistrySpecFluentImpl.DeploymentNestedImpl
public class ApicurioRegistrySpecDeploymentFluentImpl<A extends ApicurioRegistrySpecDeploymentFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements ApicurioRegistrySpecDeploymentFluent<A>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classApicurioRegistrySpecDeploymentFluentImpl.ManagedResourcesNestedImpl<N>classApicurioRegistrySpecDeploymentFluentImpl.MetadataNestedImpl<N>-
Nested classes/interfaces inherited from interface io.apicurio.registry.operator.api.v1.model.ApicurioRegistrySpecDeploymentFluent
ApicurioRegistrySpecDeploymentFluent.ManagedResourcesNested<N>, ApicurioRegistrySpecDeploymentFluent.MetadataNested<N>
-
-
Constructor Summary
Constructors Constructor Description ApicurioRegistrySpecDeploymentFluentImpl()ApicurioRegistrySpecDeploymentFluentImpl(ApicurioRegistrySpecDeployment instance)
-
Method Summary
-
-
-
Constructor Detail
-
ApicurioRegistrySpecDeploymentFluentImpl
public ApicurioRegistrySpecDeploymentFluentImpl()
-
ApicurioRegistrySpecDeploymentFluentImpl
public ApicurioRegistrySpecDeploymentFluentImpl(ApicurioRegistrySpecDeployment instance)
-
-
Method Detail
-
getReplicas
public Integer getReplicas()
- Specified by:
getReplicasin interfaceApicurioRegistrySpecDeploymentFluent<A extends ApicurioRegistrySpecDeploymentFluent<A>>
-
withReplicas
public A withReplicas(Integer replicas)
- Specified by:
withReplicasin interfaceApicurioRegistrySpecDeploymentFluent<A extends ApicurioRegistrySpecDeploymentFluent<A>>
-
hasReplicas
public Boolean hasReplicas()
- Specified by:
hasReplicasin interfaceApicurioRegistrySpecDeploymentFluent<A extends ApicurioRegistrySpecDeploymentFluent<A>>
-
getHost
public String getHost()
- Specified by:
getHostin interfaceApicurioRegistrySpecDeploymentFluent<A extends ApicurioRegistrySpecDeploymentFluent<A>>
-
withHost
public A withHost(String host)
- Specified by:
withHostin interfaceApicurioRegistrySpecDeploymentFluent<A extends ApicurioRegistrySpecDeploymentFluent<A>>
-
hasHost
public Boolean hasHost()
- Specified by:
hasHostin interfaceApicurioRegistrySpecDeploymentFluent<A extends ApicurioRegistrySpecDeploymentFluent<A>>
-
withNewHost
@Deprecated public A withNewHost(String original)
Deprecated.- Specified by:
withNewHostin interfaceApicurioRegistrySpecDeploymentFluent<A extends ApicurioRegistrySpecDeploymentFluent<A>>
-
getAffinity
public io.fabric8.kubernetes.api.model.Affinity getAffinity()
- Specified by:
getAffinityin interfaceApicurioRegistrySpecDeploymentFluent<A extends ApicurioRegistrySpecDeploymentFluent<A>>
-
withAffinity
public A withAffinity(io.fabric8.kubernetes.api.model.Affinity affinity)
- Specified by:
withAffinityin interfaceApicurioRegistrySpecDeploymentFluent<A extends ApicurioRegistrySpecDeploymentFluent<A>>
-
hasAffinity
public Boolean hasAffinity()
- Specified by:
hasAffinityin interfaceApicurioRegistrySpecDeploymentFluent<A extends ApicurioRegistrySpecDeploymentFluent<A>>
-
addToTolerations
public A addToTolerations(int index, io.fabric8.kubernetes.api.model.Toleration item)
- Specified by:
addToTolerationsin interfaceApicurioRegistrySpecDeploymentFluent<A extends ApicurioRegistrySpecDeploymentFluent<A>>
-
setToTolerations
public A setToTolerations(int index, io.fabric8.kubernetes.api.model.Toleration item)
- Specified by:
setToTolerationsin interfaceApicurioRegistrySpecDeploymentFluent<A extends ApicurioRegistrySpecDeploymentFluent<A>>
-
addToTolerations
public A addToTolerations(io.fabric8.kubernetes.api.model.Toleration... items)
- Specified by:
addToTolerationsin interfaceApicurioRegistrySpecDeploymentFluent<A extends ApicurioRegistrySpecDeploymentFluent<A>>
-
addAllToTolerations
public A addAllToTolerations(Collection<io.fabric8.kubernetes.api.model.Toleration> items)
- Specified by:
addAllToTolerationsin interfaceApicurioRegistrySpecDeploymentFluent<A extends ApicurioRegistrySpecDeploymentFluent<A>>
-
removeFromTolerations
public A removeFromTolerations(io.fabric8.kubernetes.api.model.Toleration... items)
- Specified by:
removeFromTolerationsin interfaceApicurioRegistrySpecDeploymentFluent<A extends ApicurioRegistrySpecDeploymentFluent<A>>
-
removeAllFromTolerations
public A removeAllFromTolerations(Collection<io.fabric8.kubernetes.api.model.Toleration> items)
- Specified by:
removeAllFromTolerationsin interfaceApicurioRegistrySpecDeploymentFluent<A extends ApicurioRegistrySpecDeploymentFluent<A>>
-
getTolerations
public List<io.fabric8.kubernetes.api.model.Toleration> getTolerations()
- Specified by:
getTolerationsin interfaceApicurioRegistrySpecDeploymentFluent<A extends ApicurioRegistrySpecDeploymentFluent<A>>
-
getToleration
public io.fabric8.kubernetes.api.model.Toleration getToleration(int index)
- Specified by:
getTolerationin interfaceApicurioRegistrySpecDeploymentFluent<A extends ApicurioRegistrySpecDeploymentFluent<A>>
-
getFirstToleration
public io.fabric8.kubernetes.api.model.Toleration getFirstToleration()
- Specified by:
getFirstTolerationin interfaceApicurioRegistrySpecDeploymentFluent<A extends ApicurioRegistrySpecDeploymentFluent<A>>
-
getLastToleration
public io.fabric8.kubernetes.api.model.Toleration getLastToleration()
- Specified by:
getLastTolerationin interfaceApicurioRegistrySpecDeploymentFluent<A extends ApicurioRegistrySpecDeploymentFluent<A>>
-
getMatchingToleration
public io.fabric8.kubernetes.api.model.Toleration getMatchingToleration(Predicate<io.fabric8.kubernetes.api.model.Toleration> predicate)
- Specified by:
getMatchingTolerationin interfaceApicurioRegistrySpecDeploymentFluent<A extends ApicurioRegistrySpecDeploymentFluent<A>>
-
hasMatchingToleration
public Boolean hasMatchingToleration(Predicate<io.fabric8.kubernetes.api.model.Toleration> predicate)
- Specified by:
hasMatchingTolerationin interfaceApicurioRegistrySpecDeploymentFluent<A extends ApicurioRegistrySpecDeploymentFluent<A>>
-
withTolerations
public A withTolerations(List<io.fabric8.kubernetes.api.model.Toleration> tolerations)
- Specified by:
withTolerationsin interfaceApicurioRegistrySpecDeploymentFluent<A extends ApicurioRegistrySpecDeploymentFluent<A>>
-
withTolerations
public A withTolerations(io.fabric8.kubernetes.api.model.Toleration... tolerations)
- Specified by:
withTolerationsin interfaceApicurioRegistrySpecDeploymentFluent<A extends ApicurioRegistrySpecDeploymentFluent<A>>
-
hasTolerations
public Boolean hasTolerations()
- Specified by:
hasTolerationsin interfaceApicurioRegistrySpecDeploymentFluent<A extends ApicurioRegistrySpecDeploymentFluent<A>>
-
addNewToleration
public A addNewToleration(String effect, String key, String operator, Long tolerationSeconds, String value)
- Specified by:
addNewTolerationin interfaceApicurioRegistrySpecDeploymentFluent<A extends ApicurioRegistrySpecDeploymentFluent<A>>
-
getMetadata
@Deprecated public ApicurioRegistrySpecDeploymentMetadata getMetadata()
Deprecated.- Specified by:
getMetadatain interfaceApicurioRegistrySpecDeploymentFluent<A extends ApicurioRegistrySpecDeploymentFluent<A>>
-
buildMetadata
public ApicurioRegistrySpecDeploymentMetadata buildMetadata()
- Specified by:
buildMetadatain interfaceApicurioRegistrySpecDeploymentFluent<A extends ApicurioRegistrySpecDeploymentFluent<A>>
-
withMetadata
public A withMetadata(ApicurioRegistrySpecDeploymentMetadata metadata)
- Specified by:
withMetadatain interfaceApicurioRegistrySpecDeploymentFluent<A extends ApicurioRegistrySpecDeploymentFluent<A>>
-
hasMetadata
public Boolean hasMetadata()
- Specified by:
hasMetadatain interfaceApicurioRegistrySpecDeploymentFluent<A extends ApicurioRegistrySpecDeploymentFluent<A>>
-
withNewMetadata
public ApicurioRegistrySpecDeploymentFluent.MetadataNested<A> withNewMetadata()
- Specified by:
withNewMetadatain interfaceApicurioRegistrySpecDeploymentFluent<A extends ApicurioRegistrySpecDeploymentFluent<A>>
-
withNewMetadataLike
public ApicurioRegistrySpecDeploymentFluent.MetadataNested<A> withNewMetadataLike(ApicurioRegistrySpecDeploymentMetadata item)
- Specified by:
withNewMetadataLikein interfaceApicurioRegistrySpecDeploymentFluent<A extends ApicurioRegistrySpecDeploymentFluent<A>>
-
editMetadata
public ApicurioRegistrySpecDeploymentFluent.MetadataNested<A> editMetadata()
- Specified by:
editMetadatain interfaceApicurioRegistrySpecDeploymentFluent<A extends ApicurioRegistrySpecDeploymentFluent<A>>
-
editOrNewMetadata
public ApicurioRegistrySpecDeploymentFluent.MetadataNested<A> editOrNewMetadata()
- Specified by:
editOrNewMetadatain interfaceApicurioRegistrySpecDeploymentFluent<A extends ApicurioRegistrySpecDeploymentFluent<A>>
-
editOrNewMetadataLike
public ApicurioRegistrySpecDeploymentFluent.MetadataNested<A> editOrNewMetadataLike(ApicurioRegistrySpecDeploymentMetadata item)
- Specified by:
editOrNewMetadataLikein interfaceApicurioRegistrySpecDeploymentFluent<A extends ApicurioRegistrySpecDeploymentFluent<A>>
-
getImage
public String getImage()
- Specified by:
getImagein interfaceApicurioRegistrySpecDeploymentFluent<A extends ApicurioRegistrySpecDeploymentFluent<A>>
-
withImage
public A withImage(String image)
- Specified by:
withImagein interfaceApicurioRegistrySpecDeploymentFluent<A extends ApicurioRegistrySpecDeploymentFluent<A>>
-
hasImage
public Boolean hasImage()
- Specified by:
hasImagein interfaceApicurioRegistrySpecDeploymentFluent<A extends ApicurioRegistrySpecDeploymentFluent<A>>
-
withNewImage
@Deprecated public A withNewImage(String original)
Deprecated.- Specified by:
withNewImagein interfaceApicurioRegistrySpecDeploymentFluent<A extends ApicurioRegistrySpecDeploymentFluent<A>>
-
addToImagePullSecrets
public A addToImagePullSecrets(int index, io.fabric8.kubernetes.api.model.LocalObjectReference item)
- Specified by:
addToImagePullSecretsin interfaceApicurioRegistrySpecDeploymentFluent<A extends ApicurioRegistrySpecDeploymentFluent<A>>
-
setToImagePullSecrets
public A setToImagePullSecrets(int index, io.fabric8.kubernetes.api.model.LocalObjectReference item)
- Specified by:
setToImagePullSecretsin interfaceApicurioRegistrySpecDeploymentFluent<A extends ApicurioRegistrySpecDeploymentFluent<A>>
-
addToImagePullSecrets
public A addToImagePullSecrets(io.fabric8.kubernetes.api.model.LocalObjectReference... items)
- Specified by:
addToImagePullSecretsin interfaceApicurioRegistrySpecDeploymentFluent<A extends ApicurioRegistrySpecDeploymentFluent<A>>
-
addAllToImagePullSecrets
public A addAllToImagePullSecrets(Collection<io.fabric8.kubernetes.api.model.LocalObjectReference> items)
- Specified by:
addAllToImagePullSecretsin interfaceApicurioRegistrySpecDeploymentFluent<A extends ApicurioRegistrySpecDeploymentFluent<A>>
-
removeFromImagePullSecrets
public A removeFromImagePullSecrets(io.fabric8.kubernetes.api.model.LocalObjectReference... items)
- Specified by:
removeFromImagePullSecretsin interfaceApicurioRegistrySpecDeploymentFluent<A extends ApicurioRegistrySpecDeploymentFluent<A>>
-
removeAllFromImagePullSecrets
public A removeAllFromImagePullSecrets(Collection<io.fabric8.kubernetes.api.model.LocalObjectReference> items)
- Specified by:
removeAllFromImagePullSecretsin interfaceApicurioRegistrySpecDeploymentFluent<A extends ApicurioRegistrySpecDeploymentFluent<A>>
-
getImagePullSecrets
public List<io.fabric8.kubernetes.api.model.LocalObjectReference> getImagePullSecrets()
- Specified by:
getImagePullSecretsin interfaceApicurioRegistrySpecDeploymentFluent<A extends ApicurioRegistrySpecDeploymentFluent<A>>
-
getImagePullSecret
public io.fabric8.kubernetes.api.model.LocalObjectReference getImagePullSecret(int index)
- Specified by:
getImagePullSecretin interfaceApicurioRegistrySpecDeploymentFluent<A extends ApicurioRegistrySpecDeploymentFluent<A>>
-
getFirstImagePullSecret
public io.fabric8.kubernetes.api.model.LocalObjectReference getFirstImagePullSecret()
- Specified by:
getFirstImagePullSecretin interfaceApicurioRegistrySpecDeploymentFluent<A extends ApicurioRegistrySpecDeploymentFluent<A>>
-
getLastImagePullSecret
public io.fabric8.kubernetes.api.model.LocalObjectReference getLastImagePullSecret()
- Specified by:
getLastImagePullSecretin interfaceApicurioRegistrySpecDeploymentFluent<A extends ApicurioRegistrySpecDeploymentFluent<A>>
-
getMatchingImagePullSecret
public io.fabric8.kubernetes.api.model.LocalObjectReference getMatchingImagePullSecret(Predicate<io.fabric8.kubernetes.api.model.LocalObjectReference> predicate)
- Specified by:
getMatchingImagePullSecretin interfaceApicurioRegistrySpecDeploymentFluent<A extends ApicurioRegistrySpecDeploymentFluent<A>>
-
hasMatchingImagePullSecret
public Boolean hasMatchingImagePullSecret(Predicate<io.fabric8.kubernetes.api.model.LocalObjectReference> predicate)
- Specified by:
hasMatchingImagePullSecretin interfaceApicurioRegistrySpecDeploymentFluent<A extends ApicurioRegistrySpecDeploymentFluent<A>>
-
withImagePullSecrets
public A withImagePullSecrets(List<io.fabric8.kubernetes.api.model.LocalObjectReference> imagePullSecrets)
- Specified by:
withImagePullSecretsin interfaceApicurioRegistrySpecDeploymentFluent<A extends ApicurioRegistrySpecDeploymentFluent<A>>
-
withImagePullSecrets
public A withImagePullSecrets(io.fabric8.kubernetes.api.model.LocalObjectReference... imagePullSecrets)
- Specified by:
withImagePullSecretsin interfaceApicurioRegistrySpecDeploymentFluent<A extends ApicurioRegistrySpecDeploymentFluent<A>>
-
hasImagePullSecrets
public Boolean hasImagePullSecrets()
- Specified by:
hasImagePullSecretsin interfaceApicurioRegistrySpecDeploymentFluent<A extends ApicurioRegistrySpecDeploymentFluent<A>>
-
addNewImagePullSecret
public A addNewImagePullSecret(String name)
- Specified by:
addNewImagePullSecretin interfaceApicurioRegistrySpecDeploymentFluent<A extends ApicurioRegistrySpecDeploymentFluent<A>>
-
getManagedResources
@Deprecated public ApicurioRegistrySpecDeploymentManagedResources getManagedResources()
Deprecated.- Specified by:
getManagedResourcesin interfaceApicurioRegistrySpecDeploymentFluent<A extends ApicurioRegistrySpecDeploymentFluent<A>>
-
buildManagedResources
public ApicurioRegistrySpecDeploymentManagedResources buildManagedResources()
- Specified by:
buildManagedResourcesin interfaceApicurioRegistrySpecDeploymentFluent<A extends ApicurioRegistrySpecDeploymentFluent<A>>
-
withManagedResources
public A withManagedResources(ApicurioRegistrySpecDeploymentManagedResources managedResources)
- Specified by:
withManagedResourcesin interfaceApicurioRegistrySpecDeploymentFluent<A extends ApicurioRegistrySpecDeploymentFluent<A>>
-
hasManagedResources
public Boolean hasManagedResources()
- Specified by:
hasManagedResourcesin interfaceApicurioRegistrySpecDeploymentFluent<A extends ApicurioRegistrySpecDeploymentFluent<A>>
-
withNewManagedResources
public ApicurioRegistrySpecDeploymentFluent.ManagedResourcesNested<A> withNewManagedResources()
- Specified by:
withNewManagedResourcesin interfaceApicurioRegistrySpecDeploymentFluent<A extends ApicurioRegistrySpecDeploymentFluent<A>>
-
withNewManagedResourcesLike
public ApicurioRegistrySpecDeploymentFluent.ManagedResourcesNested<A> withNewManagedResourcesLike(ApicurioRegistrySpecDeploymentManagedResources item)
- Specified by:
withNewManagedResourcesLikein interfaceApicurioRegistrySpecDeploymentFluent<A extends ApicurioRegistrySpecDeploymentFluent<A>>
-
editManagedResources
public ApicurioRegistrySpecDeploymentFluent.ManagedResourcesNested<A> editManagedResources()
- Specified by:
editManagedResourcesin interfaceApicurioRegistrySpecDeploymentFluent<A extends ApicurioRegistrySpecDeploymentFluent<A>>
-
editOrNewManagedResources
public ApicurioRegistrySpecDeploymentFluent.ManagedResourcesNested<A> editOrNewManagedResources()
- Specified by:
editOrNewManagedResourcesin interfaceApicurioRegistrySpecDeploymentFluent<A extends ApicurioRegistrySpecDeploymentFluent<A>>
-
editOrNewManagedResourcesLike
public ApicurioRegistrySpecDeploymentFluent.ManagedResourcesNested<A> editOrNewManagedResourcesLike(ApicurioRegistrySpecDeploymentManagedResources item)
- Specified by:
editOrNewManagedResourcesLikein interfaceApicurioRegistrySpecDeploymentFluent<A extends ApicurioRegistrySpecDeploymentFluent<A>>
-
getPodTemplateSpecPreview
public io.fabric8.kubernetes.api.model.PodTemplateSpec getPodTemplateSpecPreview()
- Specified by:
getPodTemplateSpecPreviewin interfaceApicurioRegistrySpecDeploymentFluent<A extends ApicurioRegistrySpecDeploymentFluent<A>>
-
withPodTemplateSpecPreview
public A withPodTemplateSpecPreview(io.fabric8.kubernetes.api.model.PodTemplateSpec podTemplateSpecPreview)
- Specified by:
withPodTemplateSpecPreviewin interfaceApicurioRegistrySpecDeploymentFluent<A extends ApicurioRegistrySpecDeploymentFluent<A>>
-
hasPodTemplateSpecPreview
public Boolean hasPodTemplateSpecPreview()
- Specified by:
hasPodTemplateSpecPreviewin interfaceApicurioRegistrySpecDeploymentFluent<A extends ApicurioRegistrySpecDeploymentFluent<A>>
-
-