github.com/wmuizelaar/kpt@v0.0.0-20221018115725-bd564717b2ed/commands/alpha/repo/reg/testdata/full-repository.yaml (about)

     1  apiVersion: config.porch.kpt.dev/v1alpha1
     2  kind: Repository
     3  metadata:
     4      creationTimestamp: null
     5      name: repository-resource-name
     6      namespace: repository-namespace
     7  spec:
     8      content: Package
     9      deployment: true
    10      description: '"Test Repository Description"'
    11      git:
    12          branch: main-branch
    13          createBranch: true
    14          directory: /catalog
    15          repo: https://github.com/platkrm/test-blueprints.git
    16          secretRef:
    17              name: ""
    18      type: git
    19  status: {}