mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-22 01:17:16 +00:00
56 lines
No EOL
1.5 KiB
YAML
56 lines
No EOL
1.5 KiB
YAML
apiVersion: apiextensions.k8s.io/v1
|
|
kind: CustomResourceDefinition
|
|
metadata:
|
|
name: examples.example.io
|
|
spec:
|
|
conversion:
|
|
strategy: None
|
|
group: example.io
|
|
names:
|
|
kind: Example
|
|
listKind: ExampleList
|
|
plural: examples
|
|
shortNames:
|
|
- ex
|
|
singular: example
|
|
preserveUnknownFields: true
|
|
scope: Namespaced
|
|
versions:
|
|
- additionalPrinterColumns:
|
|
- 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
|
|
jsonPath: .metadata.creationTimestamp
|
|
name: Age
|
|
type: date
|
|
name: v1alpha1
|
|
served: true
|
|
storage: true
|
|
subresources: {}
|
|
status:
|
|
acceptedNames:
|
|
kind: Example
|
|
listKind: ExampleList
|
|
plural: examples
|
|
shortNames:
|
|
- ex
|
|
singular: example
|
|
conditions:
|
|
- lastTransitionTime: '2024-05-19T23:35:28Z'
|
|
message: no conflicts found
|
|
reason: NoConflicts
|
|
status: 'True'
|
|
type: NamesAccepted
|
|
- lastTransitionTime: '2024-05-19T23:35:28Z'
|
|
message: user has deleted the CRD
|
|
reason: terminating
|
|
status: 'True'
|
|
type: Terminating
|
|
storedVersions:
|
|
- v1alpha1 |