github.com/wmuizelaar/kpt@v0.0.0-20221018115725-bd564717b2ed/e2e/testdata/fn-render/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  stdOut: |
    16    # Copyright 2021 Google LLC
    17    #
    18    # Licensed under the Apache License, Version 2.0 (the "License");
    19    # you may not use this file except in compliance with the License.
    20    # You may obtain a copy of the License at
    21    #
    22    #      http://www.apache.org/licenses/LICENSE-2.0
    23    #
    24    # Unless required by applicable law or agreed to in writing, software
    25    # distributed under the License is distributed on an "AS IS" BASIS,
    26    # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    27    # See the License for the specific language governing permissions and
    28    # limitations under the License.
    29    apiVersion: apps/v1
    30    kind: Deployment
    31    metadata:
    32      name: nginx-deployment
    33      annotations:
    34        foo: bar
    35      namespace: staging
    36      labels:
    37        tier: backend
    38    spec:
    39      replicas: 3
    40      template:
    41        metadata:
    42          annotations:
    43            foo: bar
    44          labels:
    45            tier: backend
    46      selector:
    47        matchLabels:
    48          tier: backend
    49    ---
    50    apiVersion: custom.io/v1
    51    kind: Custom
    52    metadata:
    53      name: custom
    54      annotations:
    55        foo: bar
    56      namespace: staging
    57      labels:
    58        tier: backend
    59    spec:
    60      image: nginx:1.2.3