mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-01 07:47:56 +00:00
Merge pull request #73351 from prksu/update-doc-k8s.io-cli-runtime
Update doc.go import for staging/src/k8s.io/cli-runtime
This commit is contained in:
commit
a0a8caac9f
@ -16,4 +16,4 @@ limitations under the License.
|
|||||||
|
|
||||||
// Package genericclioptions contains flags which can be added to you command, bound, completed, and produce
|
// Package genericclioptions contains flags which can be added to you command, bound, completed, and produce
|
||||||
// useful helper functions. Nothing in this package can depend on kube/kube
|
// useful helper functions. Nothing in this package can depend on kube/kube
|
||||||
package genericclioptions
|
package genericclioptions // import "k8s.io/cli-runtime/pkg/genericclioptions"
|
||||||
|
@ -4,6 +4,7 @@ go_library(
|
|||||||
name = "go_default_library",
|
name = "go_default_library",
|
||||||
srcs = [
|
srcs = [
|
||||||
"discard.go",
|
"discard.go",
|
||||||
|
"doc.go",
|
||||||
"interface.go",
|
"interface.go",
|
||||||
"json.go",
|
"json.go",
|
||||||
"jsonpath.go",
|
"jsonpath.go",
|
||||||
|
@ -0,0 +1,19 @@
|
|||||||
|
/*
|
||||||
|
Copyright 2019 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
|
||||||
|
|
||||||
|
Unless required by applicable law or agreed to in writing, software
|
||||||
|
distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
See the License for the specific language governing permissions and
|
||||||
|
limitations under the License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
// Package printers is helper for formatting and printing runtime objects into
|
||||||
|
// primitives io.writer.
|
||||||
|
package printers // import "k8s.io/cli-runtime/pkg/genericclioptions/printers"
|
@ -21,4 +21,4 @@ limitations under the License.
|
|||||||
// standard command line arguments and parameters into a Visitor that can iterate
|
// standard command line arguments and parameters into a Visitor that can iterate
|
||||||
// over all of the identified resources, whether on the server or on the local
|
// over all of the identified resources, whether on the server or on the local
|
||||||
// filesystem.
|
// filesystem.
|
||||||
package resource
|
package resource // import "k8s.io/cli-runtime/pkg/genericclioptions/resource"
|
||||||
|
Loading…
Reference in New Issue
Block a user