Skip to content

Instantly share code, notes, and snippets.

@soltysh
Created February 28, 2017 20:57
Show Gist options
  • Save soltysh/70d400857ace05474c51d6d35c458c12 to your computer and use it in GitHub Desktop.
Save soltysh/70d400857ace05474c51d6d35c458c12 to your computer and use it in GitHub Desktop.
[root@openshiftdev ~]# oc get ns/test -o yaml
apiVersion: v1
kind: Namespace
metadata:
annotations:
openshift.io/description: This is an example project to demonstrate OpenShift
v3
openshift.io/display-name: OpenShift 3 Sample
openshift.io/requester: test-admin
openshift.io/sa.scc.mcs: s0:c6,c5
openshift.io/sa.scc.supplemental-groups: 1000040000/10000
openshift.io/sa.scc.uid-range: 1000040000/10000
creationTimestamp: 2017-02-28T20:47:48Z
name: test
resourceVersion: "493"
selfLink: /api/v1/namespacestest
uid: 2a0c82d9-fdf7-11e6-b733-525400f25e34
spec:
finalizers:
- openshift.io/origin
- kubernetes
status:
phase: Active
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment