diff options
author | Brent Baude <bbaude@redhat.com> | 2021-09-20 12:44:14 -0500 |
---|---|---|
committer | Matthew Heon <matthew.heon@pm.me> | 2021-09-22 16:32:33 -0400 |
commit | a98e0371ee81e2364e5307499d9fda700fa9e974 (patch) | |
tree | 62a4c5012c4b5f5881262282c1a3d26a89faa1dd /pkg/domain/infra | |
parent | 70a4286626b6d418f4b4a969af42bde85aa1a09f (diff) | |
download | podman-a98e0371ee81e2364e5307499d9fda700fa9e974.tar.gz podman-a98e0371ee81e2364e5307499d9fda700fa9e974.tar.bz2 podman-a98e0371ee81e2364e5307499d9fda700fa9e974.zip |
Remove references to kube being development
At this point and even though we are always improving the play and
generate kube functions, I would say it no longers needs to be denoted
as under development.
[NO TESTS NEEDED]
Signed-off-by: Brent Baude <bbaude@redhat.com>
Diffstat (limited to 'pkg/domain/infra')
-rw-r--r-- | pkg/domain/infra/abi/generate.go | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/pkg/domain/infra/abi/generate.go b/pkg/domain/infra/abi/generate.go index 2d7bc15f5..1e614ce58 100644 --- a/pkg/domain/infra/abi/generate.go +++ b/pkg/domain/infra/abi/generate.go @@ -210,9 +210,7 @@ func generateKubeYAML(kubeKind interface{}) ([]byte, error) { func generateKubeOutput(content [][]byte) ([]byte, error) { output := make([]byte, 0) - header := `# Generation of Kubernetes YAML is still under development! -# -# Save the output of this file and use kubectl create -f to import + header := `# Save the output of this file and use kubectl create -f to import # it into Kubernetes. # # Created with podman-%s |