Code Review
/
iec.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
review
|
tree
history
|
raw
|
HEAD
Enable Istio on IEC type2
[iec.git]
/
src
/
foundation
/
service_mesh
/
Istio
/
init
/
crd-12.yaml
1
kind: CustomResourceDefinition
2
apiVersion: apiextensions.k8s.io/v1beta1
3
metadata:
4
name: authorizationpolicies.rbac.istio.io
5
labels:
6
app: istio-pilot
7
istio: rbac
8
heritage: Tiller
9
release: istio
10
spec:
11
group: rbac.istio.io
12
names:
13
kind: AuthorizationPolicy
14
plural: authorizationpolicies
15
singular: authorizationpolicy
16
categories:
17
- istio-io
18
- rbac-istio-io
19
scope: Namespaced
20
version: v1alpha1
21
---