diff --git a/podex/google/nodejs-hello/pod.json b/podex/manifests/google/nodejs-hello/pod.json similarity index 100% rename from podex/google/nodejs-hello/pod.json rename to podex/manifests/google/nodejs-hello/pod.json diff --git a/podex/google/nodejs-hello/pod.yaml b/podex/manifests/google/nodejs-hello/pod.yaml similarity index 100% rename from podex/google/nodejs-hello/pod.yaml rename to podex/manifests/google/nodejs-hello/pod.yaml diff --git a/podex/podex.go b/podex/podex.go index f88c80174f0..93be5119044 100644 --- a/podex/podex.go +++ b/podex/podex.go @@ -14,7 +14,11 @@ See the License for the specific language governing permissions and limitations under the License. */ -// podex is a command line tool to generate a kubernetes container manifest placeholder from docker image metadata +// podex is a command line tool to generate a kubernetes container +// manifest placeholder from docker image metadata. +// +// The manifest can then be edited by a human to match the deployment +// needs. // // Example usage: //