Skip to content

Instantly share code, notes, and snippets.

@mgencur
Created May 26, 2020 12:58
Show Gist options
  • Save mgencur/3fa2265afa21849fd88e84e1fce8e4ab to your computer and use it in GitHub Desktop.
Save mgencur/3fa2265afa21849fd88e84e1fce8e4ab to your computer and use it in GitHub Desktop.
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
manifestival: new
creationTimestamp: "2020-05-26T08:50:35Z"
generation: 1
name: pipelineruns.tekton.dev
resourceVersion: "35075"
selfLink: /apis/apiextensions.k8s.io/v1/customresourcedefinitions/pipelineruns.tekton.dev
uid: ef0e8d39-3852-407f-891a-645f6c903e55
spec:
conversion:
strategy: None
group: tekton.dev
names:
categories:
- tekton
- tekton-pipelines
kind: PipelineRun
listKind: PipelineRunList
plural: pipelineruns
shortNames:
- pr
- prs
singular: pipelinerun
preserveUnknownFields: true
scope: Namespaced
versions:
- additionalPrinterColumns:
- jsonPath: .status.conditions[?(@.type=="Succeeded")].status
name: Succeeded
type: string
- jsonPath: .status.conditions[?(@.type=="Succeeded")].reason
name: Reason
type: string
- jsonPath: .status.startTime
name: StartTime
type: date
- jsonPath: .status.completionTime
name: CompletionTime
type: date
name: v1alpha1
served: true
storage: true
subresources:
status: {}
- additionalPrinterColumns:
- jsonPath: .status.conditions[?(@.type=="Succeeded")].status
name: Succeeded
type: string
- jsonPath: .status.conditions[?(@.type=="Succeeded")].reason
name: Reason
type: string
- jsonPath: .status.startTime
name: StartTime
type: date
- jsonPath: .status.completionTime
name: CompletionTime
type: date
name: v1beta1
served: true
storage: false
subresources:
status: {}
status:
acceptedNames:
categories:
- tekton
- tekton-pipelines
kind: PipelineRun
listKind: PipelineRunList
plural: pipelineruns
shortNames:
- pr
- prs
singular: pipelinerun
conditions:
- lastTransitionTime: "2020-05-26T08:50:35Z"
message: no conflicts found
reason: NoConflicts
status: "True"
type: NamesAccepted
- lastTransitionTime: "2020-05-26T08:50:35Z"
message: the initial names have been accepted
reason: InitialNamesAccepted
status: "True"
type: Established
storedVersions:
- v1alpha1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment