github.com/wmuizelaar/kpt@v0.0.0-20221018115725-bd564717b2ed/e2e/testdata/fn-eval/out-of-place-fnchain-stdout/.expected/config.yaml (about)

     1  stdErr: |
     2    [RUNNING] "gcr.io/kpt-fn/set-namespace:v0.1.3"
     3    [PASS] "gcr.io/kpt-fn/set-namespace:v0.1.3" in 0s
     4    [RUNNING] "gcr.io/kpt-fn/set-annotations:v0.1.3"
     5    [PASS] "gcr.io/kpt-fn/set-annotations:v0.1.3" in 0s
     6    [RUNNING] "gcr.io/kpt-fn/set-labels:v0.1.3"
     7    [PASS] "gcr.io/kpt-fn/set-labels:v0.1.3" in 0s
     8  stdOut: |
     9    apiVersion: config.kubernetes.io/v1
    10    kind: ResourceList
    11    items:
    12    # Copyright 2021 Google LLC
    13    #
    14    # Licensed under the Apache License, Version 2.0 (the "License");
    15    # you may not use this file except in compliance with the License.
    16    # You may obtain a copy of the License at
    17    #
    18    #      http://www.apache.org/licenses/LICENSE-2.0
    19    #
    20    # Unless required by applicable law or agreed to in writing, software
    21    # distributed under the License is distributed on an "AS IS" BASIS,
    22    # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    23    # See the License for the specific language governing permissions and
    24    # limitations under the License.
    25    - apiVersion: apps/v1
    26      kind: Deployment
    27      metadata:
    28        name: nginx-deployment
    29        annotations:
    30          config.kubernetes.io/index: "0"
    31          config.kubernetes.io/path: resources.yaml
    32          internal.config.kubernetes.io/index: "0"
    33          internal.config.kubernetes.io/path: resources.yaml
    34          internal.config.kubernetes.io/seqindent: compact
    35          foo: bar
    36        namespace: staging
    37        labels:
    38          tier: backend
    39      spec:
    40        replicas: 3
    41        template:
    42          metadata:
    43            annotations:
    44              foo: bar
    45            labels:
    46              tier: backend
    47        selector:
    48          matchLabels:
    49            tier: backend
    50    - apiVersion: custom.io/v1
    51      kind: Custom
    52      metadata:
    53        name: custom
    54        annotations:
    55          config.kubernetes.io/index: "1"
    56          config.kubernetes.io/path: resources.yaml
    57          internal.config.kubernetes.io/index: "1"
    58          internal.config.kubernetes.io/path: resources.yaml
    59          internal.config.kubernetes.io/seqindent: compact
    60          foo: bar
    61        namespace: staging
    62        labels:
    63          tier: backend
    64      spec:
    65        image: nginx:1.2.3