github.com/wmuizelaar/kpt@v0.0.0-20221018115725-bd564717b2ed/e2e/testdata/fn-eval/function-chain/.expected/diff.patch (about)

     1  diff --git a/out/resources.yaml b/out/resources.yaml
     2  new file mode 100644
     3  index 0000000..0298ad0
     4  --- /dev/null
     5  +++ b/out/resources.yaml
     6  @@ -0,0 +1,39 @@
     7  +# Copyright 2021 Google LLC
     8  +#
     9  +# Licensed under the Apache License, Version 2.0 (the "License");
    10  +# you may not use this file except in compliance with the License.
    11  +# You may obtain a copy of the License at
    12  +#
    13  +#      http://www.apache.org/licenses/LICENSE-2.0
    14  +#
    15  +# Unless required by applicable law or agreed to in writing, software
    16  +# distributed under the License is distributed on an "AS IS" BASIS,
    17  +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    18  +# See the License for the specific language governing permissions and
    19  +# limitations under the License.
    20  +apiVersion: apps/v1
    21  +kind: Deployment
    22  +metadata:
    23  +  name: nginx-deployment
    24  +  namespace: staging
    25  +  labels:
    26  +    foo: bar
    27  +spec:
    28  +  replicas: 3
    29  +  selector:
    30  +    matchLabels:
    31  +      foo: bar
    32  +  template:
    33  +    metadata:
    34  +      labels:
    35  +        foo: bar
    36  +---
    37  +apiVersion: custom.io/v1
    38  +kind: Custom
    39  +metadata:
    40  +  name: custom
    41  +  namespace: staging
    42  +  labels:
    43  +    foo: bar
    44  +spec:
    45  +  image: nginx:1.2.3