We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed03e34 commit 7bf747bCopy full SHA for 7bf747b
.gitignore
@@ -0,0 +1,4 @@
1
+.version-defs
2
+bin/**/*
3
+go/**/*
4
+/.idea
README.md
@@ -53,4 +53,4 @@ $ kubectl get pods
53
54
You can clean up the created CustomResourceDefinition with:
55
56
- $ kubectl delete crd tapps.tke.tencent.com
+ $ kubectl delete crd tapps.tkestack.io
doc/tutorial.md
@@ -157,7 +157,7 @@ type TAppStatus struct {
157
- name: nginx
158
image: nginx:1.7.9
159
templates:
160
- "1": "test"
+ "1": "test"
161
```
162
163
### 2.2 Get tapp
0 commit comments