...

Source file src/sigs.k8s.io/kustomize/api/krusty/doc.go

Documentation: sigs.k8s.io/kustomize/api/krusty

     1  // Copyright 2019 The Kubernetes Authors.
     2  // SPDX-License-Identifier: Apache-2.0
     3  
     4  // Package krusty is intended as the entry point package
     5  // for those seeking to add kustomize ability to other
     6  // programs.
     7  //
     8  // To use, follow the example of the kustomize CLI's 'build'
     9  // command.  Also, see the high level tests in this package,
    10  // which serve a dual purpose as examples.
    11  package krusty
    12  

View as plain text