joshlong-attic/Kubernetes Service Availability Waiter
Waits for one or more Kubernetes services to become available, halting the workflow in its tracks until such time as they are available.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| kubeconfig | The ~/.kube/config configuration file base64 encoded | yes | — |
| waitlist | The comma-separated logical name or names of the services and pods on which we are to wait | yes | — |
Outputs
| name | description |
|---|---|
| success | Was the run a success or not? |
| time | The time we were able to move on (through success or not) |