1 // Copyright 2020 The Kubernetes Authors. 2 // SPDX-License-Identifier: Apache-2.0 3 4 // Package resource implements representations of k8s API resources. 5 package resource 6
View as plain text