Skip to content

Instantly share code, notes, and snippets.

@kvaps
Created March 27, 2020 17:19
Show Gist options
  • Save kvaps/b836f24f817c7fe967cb7be9090e8968 to your computer and use it in GitHub Desktop.
Save kvaps/b836f24f817c7fe967cb7be9090e8968 to your computer and use it in GitHub Desktop.
apiVersion: v1
data:
index.html: |
hello default
kind: ConfigMap
metadata:
annotations:
kubectl.kubernetes.io/last-applied-configuration: |
{"apiVersion":"v1","data":{"index.html":"hello default\n"},"kind":"ConfigMap","metadata":{"annotations":{"qbec.io/component":"hello"},"labels":{"aaaa":"ccccc","qbec.io/application":"test","qbec.io/environment":"default"},"name":"demo-config","namespace":"default"}}
qbec.io/component: hello
qbec.io/last-applied: H4sIAAAAAAAA/0zOvU7FMAwF4J2nQGcOF7FmZWZlYnESX2qR2KE1FVLVd0cNFN3RP+fT2UBdXnlexBQR6xMCCjkhbhAt/H2ZvFVETFyr3Re+0lf1N8Ue8CFaEPFsepX3F+oIaOx0xknVnFxMl2P8TJwvYo/ZWjdl9RM9qEqJ63gjIkJESikh/Ieo9yp5YIhwXvzmyLrKbNp+zb+Kh6rUeGyaPeTREvt+9wMAAP//AQAA//9p1edP8wAAAA==
creationTimestamp: "2020-03-27T17:08:41Z"
labels:
aaaa: ccccc
qbec.io/application: test
qbec.io/environment: default
managedFields:
- apiVersion: v1
fieldsType: FieldsV1
fieldsV1:
f:data:
.: {}
f:index.html: {}
f:metadata:
f:annotations:
.: {}
f:qbec.io/component: {}
f:qbec.io/last-applied: {}
f:labels:
.: {}
f:qbec.io/application: {}
f:qbec.io/environment: {}
manager: qbec
operation: Update
time: "2020-03-27T17:10:19Z"
- apiVersion: v1
fieldsType: FieldsV1
fieldsV1:
f:metadata:
f:annotations:
f:kubectl.kubernetes.io/last-applied-configuration: {}
f:labels:
f:aaaa: {}
manager: kubectl
operation: Update
time: "2020-03-27T17:13:05Z"
name: demo-config
namespace: default
resourceVersion: "9264"
selfLink: /api/v1/namespaces/default/configmaps/demo-config
uid: 43b30a1f-ef3c-4e2a-8156-b6201b97e877
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment