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

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