I hereby claim:
- I am sastorsl on github.
- I am sastorsl (https://keybase.io/sastorsl) on keybase.
- I have a public key ASD38PK5MQhuYvi3fj56rnYiTfy2G4WKpLJFAqdQOGt1Ygo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
#!/bin/bash | |
# https://www.gnu.org/software/bash/manual/html_node/Arrays.html | |
# Preparing to upgrade to OpenShift Container Platform 4.12 | |
# https://access.redhat.com/articles/6955381 | |
declare -A removedapis=( | |
[CronJob]=batch/v1beta1 | |
[EndpointSlice]=discovery.k8s.io/v1beta1 | |
[Event]=events.k8s.io/v1beta1 | |
[HorizontalPodAutoscaler]=autoscaling/v2beta1 |