File: doc.go

package info (click to toggle)
golang-k8s-sigs-kustomize-kyaml 0.19.0%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 7,148 kB
  • sloc: makefile: 220; sh: 68
file content (19 lines) | stat: -rw-r--r-- 496 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// Copyright 2019 The Kubernetes Authors.
// SPDX-License-Identifier: Apache-2.0

// Package krmfile provides functionality for working with Krmfiles.
//
// Example Krmfile
//
//    apiVersion: config.k8s.io/v1alpha1
//    kind: Krmfile
//    openAPI:
//      definitions:
//        io.k8s.cli.setters.replicas:
//          x-k8s-cli:
//            setter:
//              name: replicas
//              value: "3"
//              setBy: me
//          description: "hello world"
package krmfile