Skip to content

Instantly share code, notes, and snippets.

View IzioDev's full-sized avatar
🎯
Focusing

Romain Billot IzioDev

🎯
Focusing
View GitHub Profile
@bsnux
bsnux / pvc-inspector.sh
Created August 30, 2023 23:41
k8s-pvc-inspector
#!/usr/bin/env bash
set -euo pipefail
claim=$1
ns=$2
pod_name="pvc-inspector"
kubectl get po "$pod_name" -n "$ns" && kubectl delete po "$pod_name" -n "$ns"
cat <<EOF | kubectl apply -f -
-- mathlib.lua
--[[
Maths extension library for use in Corona SDK by Matthew Webster.
All work derived from referenced sources.
twitter: @horacebury
blog: http://springboardpillow.blogspot.co.uk/2012/04/sample-code.html
code exchange: http://code.coronalabs.com/search/node/HoraceBury
github: https://gist.github.com/HoraceBury