我正在尝试列出 knative (v0.17.0) services
,我有一个clientset
但我不知道从哪里开始。这是我为测试启动的服务:
apiVersion: serving.knative.dev/v1alpha1
kind: Service
metadata:
name: "helloworld"
spec:
runLatest:
configuration:
revisionTemplate:
spec:
container:
image: "gcr.io/knative-samples/helloworld-go"
env:
- name: "TARGET"
value: "world"
如果您有任何建议、教程或示例,那就太好了