Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- anfadey5@la5490:~$ kubectl create deployment nginx --image=nginx
- deployment.apps/nginx created
- anfadey5@la5490:~$ kubectl get deployments.apps/nginx -o json | jq .metadata.managedFields[]
- {
- "apiVersion": "apps/v1",
- "fieldsType": "FieldsV1",
- "fieldsV1": {
- "f:metadata": {
- "f:annotations": {
- ".": {},
- "f:deployment.kubernetes.io/revision": {}
- }
- },
- "f:status": {
- "f:conditions": {
- ".": {},
- "k:{\"type\":\"Available\"}": {
- ".": {},
- "f:lastTransitionTime": {},
- "f:lastUpdateTime": {},
- "f:message": {},
- "f:reason": {},
- "f:status": {},
- "f:type": {}
- },
- "k:{\"type\":\"Progressing\"}": {
- ".": {},
- "f:lastTransitionTime": {},
- "f:lastUpdateTime": {},
- "f:message": {},
- "f:reason": {},
- "f:status": {},
- "f:type": {}
- }
- },
- "f:observedGeneration": {},
- "f:replicas": {},
- "f:unavailableReplicas": {},
- "f:updatedReplicas": {}
- }
- },
- "manager": "kube-controller-manager",
- "operation": "Update",
- "time": "2020-11-23T17:42:49Z"
- }
- {
- "apiVersion": "apps/v1",
- "fieldsType": "FieldsV1",
- "fieldsV1": {
- "f:metadata": {
- "f:labels": {
- ".": {},
- "f:app": {}
- }
- },
- "f:spec": {
- "f:progressDeadlineSeconds": {},
- "f:replicas": {},
- "f:revisionHistoryLimit": {},
- "f:selector": {
- "f:matchLabels": {
- ".": {},
- "f:app": {}
- }
- },
- "f:strategy": {
- "f:rollingUpdate": {
- ".": {},
- "f:maxSurge": {},
- "f:maxUnavailable": {}
- },
- "f:type": {}
- },
- "f:template": {
- "f:metadata": {
- "f:labels": {
- ".": {},
- "f:app": {}
- }
- },
- "f:spec": {
- "f:containers": {
- "k:{\"name\":\"nginx\"}": {
- ".": {},
- "f:image": {},
- "f:imagePullPolicy": {},
- "f:name": {},
- "f:resources": {},
- "f:terminationMessagePath": {},
- "f:terminationMessagePolicy": {}
- }
- },
- "f:dnsPolicy": {},
- "f:restartPolicy": {},
- "f:schedulerName": {},
- "f:securityContext": {},
- "f:terminationGracePeriodSeconds": {}
- }
- }
- }
- },
- "manager": "kubectl",
- "operation": "Update",
- "time": "2020-11-23T17:42:49Z"
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement