Skip to content

Instantly share code, notes, and snippets.

@pmuir
Created November 6, 2018 15:37
Show Gist options
  • Save pmuir/292cbf0ee66644dc3f88c33f308ed697 to your computer and use it in GitHub Desktop.
Save pmuir/292cbf0ee66644dc3f88c33f308ed697 to your computer and use it in GitHub Desktop.
✔ pmuir:~ ➭ kubectl get crd -o yaml releases.jenkins.io
apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
metadata:
creationTimestamp: 2018-10-15T23:23:23Z
generation: 1
name: releases.jenkins.io
resourceVersion: "47389"
selfLink: /apis/apiextensions.k8s.io/v1beta1/customresourcedefinitions/releases.jenkins.io
uid: 4f69e2d8-d0d1-11e8-926a-42010a9c000b
spec:
additionalPrinterColumns:
- JSONPath: .metadata.creationTimestamp
description: |-
CreationTimestamp is a timestamp representing the server time when this object was created. It is not guaranteed to be set in happens-before order across separate operations. Clients may not set this value. It is represented in RFC3339 form and is in UTC.
Populated by the system. Read-only. Null for lists. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata
name: Age
type: date
group: jenkins.io
names:
kind: Release
listKind: ReleaseList
plural: releases
shortNames:
- rel
singular: release
scope: Namespaced
version: v1
versions:
- name: v1
served: true
storage: true
status:
acceptedNames:
kind: Release
listKind: ReleaseList
plural: releases
shortNames:
- rel
singular: release
conditions:
- lastTransitionTime: 2018-10-15T23:23:23Z
message: no conflicts found
reason: NoConflicts
status: "True"
type: NamesAccepted
- lastTransitionTime: 2018-10-15T23:23:23Z
message: the initial names have been accepted
reason: InitialNamesAccepted
status: "True"
type: Established
storedVersions:
- v1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment