Make inventory public.

This commit is contained in:
jregan
2019-10-20 11:43:04 -07:00
parent 286b9c1aed
commit e2d7a06e9f
5 changed files with 6 additions and 18 deletions

View File

@@ -0,0 +1,12 @@
// Copyright 2019 The Kubernetes Authors.
// SPDX-License-Identifier: Apache-2.0
package inventory
const (
// Annotation that contains the inventory content.
ContentAnnotation = "kustomize.config.k8s.io/Inventory"
// Annotation for inventory content hash.
HashAnnotation = "kustomize.config.k8s.io/InventoryHash"
)