Skip to content

Instantly share code, notes, and snippets.

@KurtStam
Created March 27, 2020 10:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save KurtStam/10df9031d614364babdccf07cdda69ab to your computer and use it in GitHub Desktop.
Save KurtStam/10df9031d614364babdccf07cdda69ab to your computer and use it in GitHub Desktop.
oc get crd syndesises.syndesis.io -o yaml
apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
metadata:
creationTimestamp: 2020-03-27T09:29:05Z
generation: 1
labels:
app: syndesis
name: syndesises.syndesis.io
resourceVersion: "2409"
selfLink: /apis/apiextensions.k8s.io/v1beta1/customresourcedefinitions/syndesises.syndesis.io
uid: 6722bfb2-700d-11ea-97f8-c2dc1afa0275
spec:
additionalPrinterColumns:
- JSONPath: .status.phase
description: The syndesis phase
name: Phase
type: string
- JSONPath: .status.version
description: The syndesis version
name: Version
type: string
group: syndesis.io
names:
kind: Syndesis
listKind: SyndesisList
plural: syndesises
singular: syndesis
scope: Namespaced
version: v1beta1
versions:
- name: v1beta1
served: true
storage: true
- name: v1alpha1
served: true
storage: false
status:
acceptedNames:
kind: Syndesis
listKind: SyndesisList
plural: syndesises
singular: syndesis
conditions:
- lastTransitionTime: 2020-03-27T09:29:05Z
message: no conflicts found
reason: NoConflicts
status: "True"
type: NamesAccepted
- lastTransitionTime: null
message: the initial names have been accepted
reason: InitialNamesAccepted
status: "True"
type: Established
storedVersions:
- v1beta1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment