istio.io/istio@v0.0.0-20240520182934-d79c90f27776/manifests/charts/istio-operator/crds/crd-operator.yaml (about) 1 # SYNC WITH manifests/charts/base/files 2 apiVersion: apiextensions.k8s.io/v1 3 kind: CustomResourceDefinition 4 metadata: 5 name: istiooperators.install.istio.io 6 labels: 7 release: istio 8 spec: 9 conversion: 10 strategy: None 11 group: install.istio.io 12 names: 13 kind: IstioOperator 14 listKind: IstioOperatorList 15 plural: istiooperators 16 singular: istiooperator 17 shortNames: 18 - iop 19 - io 20 scope: Namespaced 21 versions: 22 - additionalPrinterColumns: 23 - description: Istio control plane revision 24 jsonPath: .spec.revision 25 name: Revision 26 type: string 27 - description: IOP current state 28 jsonPath: .status.status 29 name: Status 30 type: string 31 - description: 'CreationTimestamp is a timestamp representing the server time 32 when this object was created. It is not guaranteed to be set in happens-before 33 order across separate operations. Clients may not set this value. It is represented 34 in RFC3339 form and is in UTC. Populated by the system. Read-only. Null for 35 lists. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata' 36 jsonPath: .metadata.creationTimestamp 37 name: Age 38 type: date 39 name: v1alpha1 40 subresources: 41 status: {} 42 schema: 43 openAPIV3Schema: 44 type: object 45 x-kubernetes-preserve-unknown-fields: true 46 served: true 47 storage: true 48 ---