github.com/crossplane/upjet@v1.3.0/pkg/migration/testdata/plan/generated/migration_plan_filesystem.yaml (about)

     1  # SPDX-FileCopyrightText: 2023 The Crossplane Authors <https://crossplane.io>
     2  #
     3  # SPDX-License-Identifier: Apache-2.0
     4  
     5  spec:
     6    steps:
     7      - apply:
     8          files:
     9            - create-new-managed/sample-vpc.vpcs.faketargetapi.yaml
    10        name: create-new-managed
    11        manualExecution:
    12          - "kubectl apply -f create-new-managed/sample-vpc.vpcs.faketargetapi.yaml"
    13        type: Apply
    14  
    15      - apply:
    16          files:
    17            - new-compositions/example-migrated.compositions.apiextensions.crossplane.io.yaml
    18        name: new-compositions
    19        manualExecution:
    20          - "kubectl apply -f new-compositions/example-migrated.compositions.apiextensions.crossplane.io.yaml"
    21        type: Apply
    22  
    23      - patch:
    24          type: merge
    25          files:
    26            - edit-composites/my-resource-dwjgh.xmyresources.test.com.yaml
    27        name: edit-composites
    28        manualExecution:
    29          - "kubectl patch --type='merge' -f edit-composites/my-resource-dwjgh.xmyresources.test.com.yaml --patch-file edit-composites/my-resource-dwjgh.xmyresources.test.com.yaml"
    30        type: Patch
    31  
    32      - patch:
    33          type: merge
    34          files:
    35            - edit-claims/my-resource.myresources.test.com.yaml
    36        name: edit-claims
    37        manualExecution:
    38          - "kubectl patch --type='merge' -f edit-claims/my-resource.myresources.test.com.yaml --patch-file edit-claims/my-resource.myresources.test.com.yaml"
    39        type: Patch
    40  
    41      - patch:
    42          type: merge
    43          files:
    44            - start-managed/sample-vpc.vpcs.faketargetapi.yaml
    45        name: start-managed
    46        manualExecution:
    47          - "kubectl patch --type='merge' -f start-managed/sample-vpc.vpcs.faketargetapi.yaml --patch-file start-managed/sample-vpc.vpcs.faketargetapi.yaml"
    48        type: Patch
    49  
    50      - patch:
    51          type: merge
    52          files:
    53            - start-composites/my-resource-dwjgh.xmyresources.test.com.yaml
    54        name: start-composites
    55        manualExecution:
    56          - "kubectl patch --type='merge' -f start-composites/my-resource-dwjgh.xmyresources.test.com.yaml --patch-file start-composites/my-resource-dwjgh.xmyresources.test.com.yaml"
    57        type: Patch
    58  
    59  version: 0.1.0