Skip to content

Instantly share code, notes, and snippets.

@ian-howell
ian-howell / main.go
Created May 6, 2019 22:03
k8sobjects
package main
import (
"fmt"
yaml "github.com/ghodss/yaml"
v1 "k8s.io/api/core/v1"
v1beta1 "k8s.io/api/extensions/v1beta1"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
)
#compdef kubectl
# Copyright 2016 The Kubernetes Authors.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#