0
我想要使用Python獲取Google容器引擎中的圖像列表,並最終啓動其中一個實例。我知道有gcloud command to list images,但是可以使用googleapiclient嗎?Google API客戶端:容器註冊表API Python
我想這將是這樣的:
from googleapiclient.discovery import build
gce_service = build('container', 'v1')
# Now what?