You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/generate-model-from-third-party-resources.md
+41-6Lines changed: 41 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,42 @@ Alternatively, without this automatic code-generation process, you can always ma
5
5
models for CRDs by implementing [KubernetesObject](https://github.com/kubernetes-client/java/blob/master/kubernetes/src/main/java/io/kubernetes/client/common/KubernetesObject.java)
6
6
and [KubernetesListObject](https://github.com/kubernetes-client/java/blob/master/kubernetes/src/main/java/io/kubernetes/client/common/KubernetesListObject.java) interfaces.
7
7
8
-
### Example Commands For remote CRD manifests
8
+
### Setup Environment
9
+
10
+
1. Make there's an active docker daemon service working on your host, run `docker ps` to check it if
11
+
it's correctly setup.
12
+
13
+
2. Generating your access token in [https://github.com/settings/tokens](https://github.com/settings/tokens)
14
+
and grants it package-read privilege. And save your token into a local file `~/TOKEN.txt`.
0 commit comments