github.com/wmuizelaar/kpt@v0.0.0-20221018115725-bd564717b2ed/e2e/testdata/fn-eval/all-resource-deletion/pkg/.expected/diff.patch (about)

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