mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-05-22 14:57:01 +00:00
Replace pkger with embed.FS compatibility
This commit is contained in:
6
kyaml/fn/framework/example/testdata/basic/config.yaml
vendored
Normal file
6
kyaml/fn/framework/example/testdata/basic/config.yaml
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
# Copyright 2019 The Kubernetes Authors.
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
apiVersion: example.com/v1alpha1
|
||||
kind: Tester
|
||||
value: foo
|
||||
21
kyaml/fn/framework/example/testdata/basic/expected.yaml
vendored
Normal file
21
kyaml/fn/framework/example/testdata/basic/expected.yaml
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
# Copyright 2021 The Kubernetes Authors.
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
kind: ConfigMap
|
||||
apiVersion: v1
|
||||
metadata:
|
||||
name: tester
|
||||
annotations:
|
||||
value: foo
|
||||
data:
|
||||
some: data
|
||||
---
|
||||
# Copyright 2021 The Kubernetes Authors.
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
apiVersion: v1
|
||||
kind: ServiceAccount
|
||||
metadata:
|
||||
name: foo
|
||||
annotations:
|
||||
value: foo
|
||||
9
kyaml/fn/framework/example/testdata/basic/input.yaml
vendored
Normal file
9
kyaml/fn/framework/example/testdata/basic/input.yaml
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
# Copyright 2021 The Kubernetes Authors.
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
kind: ConfigMap
|
||||
apiVersion: v1
|
||||
metadata:
|
||||
name: tester
|
||||
data:
|
||||
some: data
|
||||
Reference in New Issue
Block a user