mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-05-22 06:47:00 +00:00
10 lines
246 B
Go
10 lines
246 B
Go
// Copyright 2019 The Kubernetes Authors.
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
// Package main contains an example using the the framework.
|
|
//
|
|
// To generate the Dockerfile for the function image run:
|
|
//
|
|
// $ go run ./main.go .
|
|
package main
|