May 2018
Intermediate to advanced
554 pages
13h 51m
English
|
Item |
Type |
Example |
|
apiVersion |
String |
apps/v1beta1 |
|
kind |
String |
Deployment |
|
metadata.name |
String |
my-nginx-deploy |
|
spec |
v1.DeploymentSpec |
|
|
v1.DeploymentSpec.template |
v1.PodTemplateSpec |
|
|
v1.PodTemplateSpec.metadata.labels |
Map of string |
env: test |
|
v1.PodTemplateSpec.spec |
v1.PodSpec |
my-nginx |
|
v1.PodSpec.containers |
Array[v1.Container] |
As same as Pod |