github.com/GoogleContainerTools/kpt@v1.0.0-beta.50.0.20240520170205-c25345ffcbee/thirdparty/README.md (about)

     1  # What is `thirdparty`?
     2  
     3  This directory contains the files that are copied from 3rd-party projects and modified to fit kpt requirements.
     4  
     5  # What is in `thirdparty`?
     6  
     7  - `kyaml`: Files copied from [kyaml] v0.10.15 library
     8    - `runfn`: KRM function runner
     9  - `cmdconfig`: Files copied from [cmd/config] v0.9.9 library
    10    - `commands`: Command files copied from [cmd/config]
    11  - `cli-utils`: Files copied from [cli-utils]
    12    - `status`: Command files copied from [cli-utils/cmd/status] v0.26.0
    13    - `apply`: apply library copied from [cli-utils/pkg/apply] v0.29.2 + the change in [this PR](https://github.com/kubernetes-sigs/cli-utils/pull/577)
    14  
    15  # Copyright and Licenses
    16  
    17  All files in this directory will keep their original copyright notices at the beginning of the files.
    18  
    19  All files in this directory will be under their original licenses. Licenses notices will be reserved.
    20  
    21  # Contribute to Upstream
    22  
    23  The modifications made in the 3rd-party files may be contributed to upstream. The contribution is determined case by case.
    24  
    25  [kyaml]: https://github.com/kubernetes-sigs/kustomize/tree/8d72528eb5c73df80b20aae0a5e584c056879387/kyaml
    26  [cmd/config]: https://github.com/kubernetes-sigs/kustomize/tree/b9c36caa1c5c6ee64926021841ea441773d0767c/cmd/config
    27  [cli-utils]: https://github.com/kubernetes-sigs/cli-utils
    28  [cli-utils/cmd/status]: https://github.com/kubernetes-sigs/cli-utils/tree/v0.26.0/cmd/status
    29  [cli-utils/pkg/apply]: https://github.com/kubernetes-sigs/cli-utils/tree/v0.29.2/pkg/apply