github.com/wmuizelaar/kpt@v0.0.0-20221018115725-bd564717b2ed/e2e/testdata/fn-eval/out-of-place-dir/.expected/diff.patch (about)

     1  diff --git a/out/resources.yaml b/out/resources.yaml
     2  new file mode 100644
     3  index 0000000..254b9cd
     4  --- /dev/null
     5  +++ b/out/resources.yaml
     6  @@ -0,0 +1,28 @@
     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  +spec:
    26  +  replicas: 3
    27  +---
    28  +apiVersion: custom.io/v1
    29  +kind: Custom
    30  +metadata:
    31  +  name: custom
    32  +  namespace: staging
    33  +spec:
    34  +  image: nginx:1.2.3