Skip to content

Instantly share code, notes, and snippets.

View x893675's full-sized avatar
:octocat:
🐳 ☸️

Hanamichi x893675

:octocat:
🐳 ☸️
View GitHub Profile
@x893675
x893675 / main.go
Last active April 23, 2023 09:37
use client-go emulate kubectl apply
package main
import (
"bufio"
"bytes"
"context"
"encoding/json"
"github.com/pkg/errors"
"io"
"k8s.io/apimachinery/pkg/api/meta"