Skip to content

Commit 6999810

Browse files
committed
add readme for the crd-puller
On-behalf-of: @SAP [email protected]
1 parent bc88181 commit 6999810

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

cmd/crd-puller/README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# CRD Puller
2+
3+
The `crd-puller` can be used for testing and development in order to export a
4+
CustomResourceDefinition for any Group/Version/Kind (GVK) in a Kubernetes cluster.
5+
6+
The main difference between this and kcp's own `crd-puller` is that this one
7+
works based on GVKs and not resources (i.e. on `apps/v1 Deployment` instead of
8+
`apps.deployments`). This is more useful since a PublishedResource publishes a
9+
specific Kind and version.
10+
11+
## Usage
12+
13+
```shell
14+
export KUBECONFIG=/path/to/kubeconfig
15+
16+
./crd-puller Deployment.v1.apps.k8s.io
17+
```

0 commit comments

Comments
 (0)