Skip to content
This repository was archived by the owner on Apr 1, 2025. It is now read-only.

ProbeType can't be set programmatically as it is not public #534

Closed
DebajitKumarPhukan opened this issue Mar 18, 2023 · 0 comments
Closed
Labels
status/need-triage Team needs to triage and take a first look

Comments

@DebajitKumarPhukan
Copy link

Issue:
The enum org.springframework.cloud.deployer.spi.kubernetes.ProbeType is not "public" making it inaccessible when attempting to perform org.springframework.cloud.deployer.spi.kubernetes.KubernetesDeployerProperties.setProbeType()

Example:

        KubernetesDeployerProperties kubernetesDeployerProperties = new KubernetesDeployerProperties();
        kubernetesDeployerProperties.setProbeType(<This is what is not allowed due to visibility issue>);
@github-actions github-actions bot added the status/need-triage Team needs to triage and take a first look label Mar 18, 2023
corneil pushed a commit that referenced this issue Apr 3, 2023
* Fix ProbyType not public
#534
@corneil corneil closed this as completed Apr 3, 2023
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
status/need-triage Team needs to triage and take a first look
Development

No branches or pull requests

2 participants