github.com/argoproj/argo-cd/v3@v3.2.1/resource_customizations/apiextensions.k8s.io/CustomResourceDefinition/testdata/crd-v1-terminating-condition-progressing.yaml (about) 1 apiVersion: apiextensions.k8s.io/v1 2 kind: CustomResourceDefinition 3 metadata: 4 name: examples.example.io 5 spec: 6 conversion: 7 strategy: None 8 group: example.io 9 names: 10 kind: Example 11 listKind: ExampleList 12 plural: examples 13 shortNames: 14 - ex 15 singular: example 16 preserveUnknownFields: true 17 scope: Namespaced 18 versions: 19 - additionalPrinterColumns: 20 - description: >- 21 CreationTimestamp is a timestamp representing the server time when 22 this object was created. It is not guaranteed to be set in 23 happens-before order across separate operations. Clients may not set 24 this value. It is represented in RFC3339 form and is in UTC. 25 26 27 Populated by the system. Read-only. Null for lists. More info: 28 https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata 29 jsonPath: .metadata.creationTimestamp 30 name: Age 31 type: date 32 name: v1alpha1 33 served: true 34 storage: true 35 subresources: {} 36 status: 37 acceptedNames: 38 kind: Example 39 listKind: ExampleList 40 plural: examples 41 shortNames: 42 - ex 43 singular: example 44 conditions: 45 - lastTransitionTime: '2024-05-19T23:35:28Z' 46 message: no conflicts found 47 reason: NoConflicts 48 status: 'True' 49 type: NamesAccepted 50 - lastTransitionTime: '2024-05-19T23:35:28Z' 51 message: user has deleted the CRD 52 reason: terminating 53 status: 'True' 54 type: Terminating 55 storedVersions: 56 - v1alpha1