Skip to content

Commit

Permalink
fix: fix e2e test
Browse files Browse the repository at this point in the history
Signed-off-by: zongz <zongzhe1024@163.com>
  • Loading branch information
zong-zhe committed Mar 28, 2024
1 parent f46ad5c commit eda9409
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 19 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
adding 'helloworld' with version '0.1.1'
downloading 'test/helloworld:0.1.1' from 'localhost:5001/test/helloworld:0.1.1'
apiVersion: v1
kind: Pod
metadata:
name: web-app
spec:
containers:
- image: nginx
name: main-container
ports:
- containerPort: 80
a: Hello World!
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
import k8s.api.core.v1 as k8core
import helloworld

k8core.Pod {
metadata.name = "web-app"
spec.containers = [{
name = "main-container"
image = "nginx"
ports = [{containerPort = 80}]
}]
}
a = helloworld.The_first_kcl_program

0 comments on commit eda9409

Please sign in to comment.