"Cloud Shell Editor - Kubernetes - ConfigMap"의 두 판 사이의 차이

(새 문서: ==개요== ;Cloud Shell Editor - Kubernetes - ConfigMap <syntaxhighlight lang='yaml'> apiVersion: v1 kind: ConfigMap metadata: name: appname data: key: value </syntaxhighlight>...)
 
 
(같은 사용자의 중간 판 하나는 보이지 않습니다)
13번째 줄: 13번째 줄:
==같이 보기==
==같이 보기==
* [[k8s ConfigMap]]
* [[k8s ConfigMap]]
* [[Cloud Shell Editor]]
* [[Cloud Shell Editor - Kubernetes]]


[[분류: CloudShell]]
[[분류: 구글 클라우드쉘]]

2023년 3월 21일 (화) 10:24 기준 최신판

1 개요[ | ]

Cloud Shell Editor - Kubernetes - ConfigMap
apiVersion: v1
kind: ConfigMap
metadata:
  name: appname
data:
  key: value

2 같이 보기[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}