Skip to content

Instantly share code, notes, and snippets.

View sadysnaat's full-sized avatar
🥷
Nature does not hurry, yet everything is accomplished

Deepak Sharma sadysnaat

🥷
Nature does not hurry, yet everything is accomplished
View GitHub Profile
@sadysnaat
sadysnaat / ClusterClassWithVariableExample.yaml
Created January 4, 2025 18:42
ClusterClass With ClusterClassVariable Example
apiVersion: cluster.x-k8s.io/v1beta1
kind: ClusterClass
metadata:
name: docker-clusterclass-v0.1.0
spec:
...
variables:
- name: dnsImageRespository
required: true
schema:
@sadysnaat
sadysnaat / blueprint.go
Created January 8, 2025 17:19
Blue Print generating Go Program
package main
import (
"fmt"
"image"
"image/color"
"image/png"
"os"
)