Enable Istio on IEC type2
[iec.git] / src / foundation / service_mesh / Istio / init / crd-certmanager-11.yaml
1 # yamllint disable rule:hyphens rule:commas rule:indentation rule:line-length
2 apiVersion: apiextensions.k8s.io/v1beta1
3 kind: CustomResourceDefinition
4 metadata:
5   name: orders.certmanager.k8s.io
6   labels:
7     app: certmanager
8     chart: certmanager
9     heritage: Tiller
10     release: istio
11   annotations:
12     "helm.sh/resource-policy": keep
13 spec:
14   additionalPrinterColumns:
15     - JSONPath: .status.state
16       name: State
17       type: string
18     - JSONPath: .spec.issuerRef.name
19       name: Issuer
20       type: string
21       priority: 1
22     - JSONPath: .status.reason
23       name: Reason
24       type: string
25       priority: 1
26     - JSONPath: .metadata.creationTimestamp
27       description: |-
28         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.
29
30         Populated by the system. Read-only. Null for lists. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata
31       name: Age
32       type: date
33   group: certmanager.k8s.io
34   version: v1alpha1
35   names:
36     kind: Order
37     plural: orders
38   scope: Namespaced
39 ---
40 apiVersion: apiextensions.k8s.io/v1beta1
41 kind: CustomResourceDefinition
42 metadata:
43   name: challenges.certmanager.k8s.io
44   labels:
45     app: certmanager
46     chart: certmanager
47     heritage: Tiller
48     release: istio
49   annotations:
50     "helm.sh/resource-policy": keep
51 spec:
52   additionalPrinterColumns:
53     - JSONPath: .status.state
54       name: State
55       type: string
56     - JSONPath: .spec.dnsName
57       name: Domain
58       type: string
59     - JSONPath: .status.reason
60       name: Reason
61       type: string
62     - JSONPath: .metadata.creationTimestamp
63       description: |-
64         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.
65
66         Populated by the system. Read-only. Null for lists. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata
67       name: Age
68       type: date
69   group: certmanager.k8s.io
70   version: v1alpha1
71   names:
72     kind: Challenge
73     plural: challenges
74   scope: Namespaced
75 ---