github.com/replicatedcom/ship@v0.50.0/integration/init/istio/expected/.ship/upstream/templates/crds.yaml (about)

     1  # {{ if or .Values.global.crds (semverCompare ">=2.10.0-0" .Capabilities.TillerVersion.SemVer) }}
     2  # these CRDs only make sense when pilot is enabled
     3  # {{- if or .Values.pilot.enabled .Values.global.useMCP }}
     4  apiVersion: apiextensions.k8s.io/v1beta1
     5  kind: CustomResourceDefinition
     6  metadata:
     7    name: virtualservices.networking.istio.io
     8    annotations:
     9      "helm.sh/hook": crd-install
    10    labels:
    11      app: istio-pilot
    12      chart: istio
    13      heritage: Tiller
    14      release: istio
    15  spec:
    16    group: networking.istio.io
    17    names:
    18      kind: VirtualService
    19      listKind: VirtualServiceList
    20      plural: virtualservices
    21      singular: virtualservice
    22      categories:
    23      - istio-io
    24      - networking-istio-io
    25    scope: Namespaced
    26    version: v1alpha3
    27  ---
    28  apiVersion: apiextensions.k8s.io/v1beta1
    29  kind: CustomResourceDefinition
    30  metadata:
    31    name: destinationrules.networking.istio.io
    32    annotations:
    33      "helm.sh/hook": crd-install
    34    labels:
    35      app: istio-pilot
    36      chart: istio
    37      heritage: Tiller
    38      release: istio
    39  spec:
    40    group: networking.istio.io
    41    names:
    42      kind: DestinationRule
    43      listKind: DestinationRuleList
    44      plural: destinationrules
    45      singular: destinationrule
    46      categories:
    47      - istio-io
    48      - networking-istio-io
    49    scope: Namespaced
    50    version: v1alpha3
    51  ---
    52  apiVersion: apiextensions.k8s.io/v1beta1
    53  kind: CustomResourceDefinition
    54  metadata:
    55    name: serviceentries.networking.istio.io
    56    annotations:
    57      "helm.sh/hook": crd-install
    58    labels:
    59      app: istio-pilot
    60      chart: istio
    61      heritage: Tiller
    62      release: istio
    63  spec:
    64    group: networking.istio.io
    65    names:
    66      kind: ServiceEntry
    67      listKind: ServiceEntryList
    68      plural: serviceentries
    69      singular: serviceentry
    70      categories:
    71      - istio-io
    72      - networking-istio-io
    73    scope: Namespaced
    74    version: v1alpha3
    75  ---
    76  apiVersion: apiextensions.k8s.io/v1beta1
    77  kind: CustomResourceDefinition
    78  metadata:
    79    name: gateways.networking.istio.io
    80    annotations:
    81      "helm.sh/hook": crd-install
    82      "helm.sh/hook-weight": "-5"
    83    labels:
    84      app: istio-pilot
    85      chart: istio
    86      heritage: Tiller
    87      release: istio
    88  spec:
    89    group: networking.istio.io
    90    names:
    91      kind: Gateway
    92      plural: gateways
    93      singular: gateway
    94      categories:
    95      - istio-io
    96      - networking-istio-io
    97    scope: Namespaced
    98    version: v1alpha3 
    99  ---
   100  apiVersion: apiextensions.k8s.io/v1beta1
   101  kind: CustomResourceDefinition
   102  metadata:
   103    name: envoyfilters.networking.istio.io
   104    annotations:
   105      "helm.sh/hook": crd-install
   106    labels:
   107      app: istio-pilot
   108      chart: istio
   109      heritage: Tiller
   110      release: istio
   111  spec:
   112    group: networking.istio.io
   113    names:
   114      kind: EnvoyFilter
   115      plural: envoyfilters
   116      singular: envoyfilter
   117      categories:
   118      - istio-io
   119      - networking-istio-io
   120    scope: Namespaced
   121    version: v1alpha3
   122  ---
   123  kind: CustomResourceDefinition
   124  apiVersion: apiextensions.k8s.io/v1beta1
   125  metadata:
   126    name: clusterrbacconfigs.rbac.istio.io
   127    annotations:
   128      "helm.sh/hook": crd-install
   129    labels:
   130      app: istio-pilot
   131      istio: rbac
   132      heritage: Tiller
   133      release: istio
   134  spec:
   135    group: rbac.istio.io
   136    names:
   137      kind: ClusterRbacConfig
   138      plural: clusterrbacconfigs
   139      singular: clusterrbacconfig
   140      categories:
   141      - istio-io
   142      - rbac-istio-io
   143    scope: Cluster
   144    version: v1alpha1
   145  ---
   146  # {{- end }}
   147  
   148  # these CRDs only make sense when security is enabled
   149  # {{- if or .Values.security.enabled .Values.global.useMCP }}
   150  kind: CustomResourceDefinition
   151  apiVersion: apiextensions.k8s.io/v1beta1
   152  metadata:
   153    name: policies.authentication.istio.io
   154    annotations:
   155      "helm.sh/hook": crd-install
   156    labels:
   157      app: istio-citadel
   158      chart: istio
   159      heritage: Tiller
   160      release: istio
   161  spec:
   162    group: authentication.istio.io
   163    names:
   164      kind: Policy
   165      plural: policies
   166      singular: policy
   167      categories:
   168      - istio-io
   169      - authentication-istio-io
   170    scope: Namespaced
   171    version: v1alpha1
   172  ---
   173  kind: CustomResourceDefinition
   174  apiVersion: apiextensions.k8s.io/v1beta1
   175  metadata:
   176    name: meshpolicies.authentication.istio.io
   177    annotations:
   178      "helm.sh/hook": crd-install
   179    labels:
   180      app: istio-citadel
   181      chart: istio
   182      heritage: Tiller
   183      release: istio
   184  spec:
   185    group: authentication.istio.io
   186    names:
   187      kind: MeshPolicy
   188      listKind: MeshPolicyList
   189      plural: meshpolicies
   190      singular: meshpolicy
   191      categories:
   192      - istio-io
   193      - authentication-istio-io
   194    scope: Cluster
   195    version: v1alpha1
   196  ---
   197  # {{- end }}
   198  
   199  # {{- if or .Values.mixer.enabled .Values.global.useMCP }}
   200  kind: CustomResourceDefinition
   201  apiVersion: apiextensions.k8s.io/v1beta1
   202  metadata:
   203    name: httpapispecbindings.config.istio.io
   204    annotations:
   205      "helm.sh/hook": crd-install
   206    labels:
   207      app: istio-mixer
   208      chart: istio
   209      heritage: Tiller
   210      release: istio
   211  spec:
   212    group: config.istio.io
   213    names:
   214      kind: HTTPAPISpecBinding
   215      plural: httpapispecbindings
   216      singular: httpapispecbinding
   217      categories:
   218      - istio-io
   219      - apim-istio-io
   220    scope: Namespaced
   221    version: v1alpha2
   222  ---
   223  kind: CustomResourceDefinition
   224  apiVersion: apiextensions.k8s.io/v1beta1
   225  metadata:
   226    name: httpapispecs.config.istio.io
   227    annotations:
   228      "helm.sh/hook": crd-install
   229    labels:
   230      app: istio-mixer
   231      chart: istio
   232      heritage: Tiller
   233      release: istio
   234  spec:
   235    group: config.istio.io
   236    names:
   237      kind: HTTPAPISpec
   238      plural: httpapispecs
   239      singular: httpapispec
   240      categories:
   241      - istio-io
   242      - apim-istio-io
   243    scope: Namespaced
   244    version: v1alpha2
   245  ---
   246  kind: CustomResourceDefinition
   247  apiVersion: apiextensions.k8s.io/v1beta1
   248  metadata:
   249    name: quotaspecbindings.config.istio.io
   250    annotations:
   251      "helm.sh/hook": crd-install
   252    labels:
   253      app: istio-mixer
   254      chart: istio
   255      heritage: Tiller
   256      release: istio
   257  spec:
   258    group: config.istio.io
   259    names:
   260      kind: QuotaSpecBinding
   261      plural: quotaspecbindings
   262      singular: quotaspecbinding
   263      categories:
   264      - istio-io
   265      - apim-istio-io
   266    scope: Namespaced
   267    version: v1alpha2
   268  ---
   269  kind: CustomResourceDefinition
   270  apiVersion: apiextensions.k8s.io/v1beta1
   271  metadata:
   272    name: quotaspecs.config.istio.io
   273    annotations:
   274      "helm.sh/hook": crd-install
   275    labels:
   276      app: istio-mixer
   277      chart: istio
   278      heritage: Tiller
   279      release: istio
   280  spec:
   281    group: config.istio.io
   282    names:
   283      kind: QuotaSpec
   284      plural: quotaspecs
   285      singular: quotaspec
   286      categories:
   287      - istio-io
   288      - apim-istio-io
   289    scope: Namespaced
   290    version: v1alpha2
   291  ---
   292  
   293  # Mixer CRDs
   294  kind: CustomResourceDefinition
   295  apiVersion: apiextensions.k8s.io/v1beta1
   296  metadata:
   297    name: rules.config.istio.io
   298    annotations:
   299      "helm.sh/hook": crd-install
   300    labels:
   301      app: mixer
   302      package: istio.io.mixer
   303      istio: core
   304      chart: istio
   305      heritage: Tiller
   306      release: istio
   307  spec:
   308    group: config.istio.io
   309    names:
   310      kind: rule
   311      plural: rules
   312      singular: rule
   313      categories:
   314      - istio-io
   315      - policy-istio-io
   316    scope: Namespaced
   317    version: v1alpha2
   318  ---
   319  
   320  kind: CustomResourceDefinition
   321  apiVersion: apiextensions.k8s.io/v1beta1
   322  metadata:
   323    name: attributemanifests.config.istio.io
   324    annotations:
   325      "helm.sh/hook": crd-install
   326    labels:
   327      app: mixer
   328      package: istio.io.mixer
   329      istio: core
   330      chart: istio
   331      heritage: Tiller
   332      release: istio
   333  spec:
   334    group: config.istio.io
   335    names:
   336      kind: attributemanifest
   337      plural: attributemanifests
   338      singular: attributemanifest
   339      categories:
   340      - istio-io
   341      - policy-istio-io
   342    scope: Namespaced
   343    version: v1alpha2
   344  ---
   345  
   346  kind: CustomResourceDefinition
   347  apiVersion: apiextensions.k8s.io/v1beta1
   348  metadata:
   349    name: bypasses.config.istio.io
   350    annotations:
   351      "helm.sh/hook": crd-install
   352    labels:
   353      app: mixer
   354      package: bypass
   355      istio: mixer-adapter
   356      chart: istio
   357      heritage: Tiller
   358      release: istio
   359  spec:
   360    group: config.istio.io
   361    names:
   362      kind: bypass
   363      plural: bypasses
   364      singular: bypass
   365      categories:
   366      - istio-io
   367      - policy-istio-io
   368    scope: Namespaced
   369    version: v1alpha2
   370  ---
   371  
   372  kind: CustomResourceDefinition
   373  apiVersion: apiextensions.k8s.io/v1beta1
   374  metadata:
   375    name: circonuses.config.istio.io
   376    annotations:
   377      "helm.sh/hook": crd-install
   378    labels:
   379      app: mixer
   380      package: circonus
   381      istio: mixer-adapter
   382      chart: istio
   383      heritage: Tiller
   384      release: istio
   385  spec:
   386    group: config.istio.io
   387    names:
   388      kind: circonus
   389      plural: circonuses
   390      singular: circonus
   391      categories:
   392      - istio-io
   393      - policy-istio-io
   394    scope: Namespaced
   395    version: v1alpha2
   396  ---
   397  
   398  kind: CustomResourceDefinition
   399  apiVersion: apiextensions.k8s.io/v1beta1
   400  metadata:
   401    name: deniers.config.istio.io
   402    annotations:
   403      "helm.sh/hook": crd-install
   404    labels:
   405      app: mixer
   406      package: denier
   407      istio: mixer-adapter
   408      chart: istio
   409      heritage: Tiller
   410      release: istio
   411  spec:
   412    group: config.istio.io
   413    names:
   414      kind: denier
   415      plural: deniers
   416      singular: denier
   417      categories:
   418      - istio-io
   419      - policy-istio-io
   420    scope: Namespaced
   421    version: v1alpha2
   422  ---
   423  
   424  kind: CustomResourceDefinition
   425  apiVersion: apiextensions.k8s.io/v1beta1
   426  metadata:
   427    name: fluentds.config.istio.io
   428    annotations:
   429      "helm.sh/hook": crd-install
   430    labels:
   431      app: mixer
   432      package: fluentd
   433      istio: mixer-adapter
   434      chart: istio
   435      heritage: Tiller
   436      release: istio
   437  spec:
   438    group: config.istio.io
   439    names:
   440      kind: fluentd
   441      plural: fluentds
   442      singular: fluentd
   443      categories:
   444      - istio-io
   445      - policy-istio-io
   446    scope: Namespaced
   447    version: v1alpha2
   448  ---
   449  
   450  kind: CustomResourceDefinition
   451  apiVersion: apiextensions.k8s.io/v1beta1
   452  metadata:
   453    name: kubernetesenvs.config.istio.io
   454    annotations:
   455      "helm.sh/hook": crd-install
   456    labels:
   457      app: mixer
   458      package: kubernetesenv
   459      istio: mixer-adapter
   460      chart: istio
   461      heritage: Tiller
   462      release: istio
   463  spec:
   464    group: config.istio.io
   465    names:
   466      kind: kubernetesenv
   467      plural: kubernetesenvs
   468      singular: kubernetesenv
   469      categories:
   470      - istio-io
   471      - policy-istio-io
   472    scope: Namespaced
   473    version: v1alpha2
   474  ---
   475  
   476  kind: CustomResourceDefinition
   477  apiVersion: apiextensions.k8s.io/v1beta1
   478  metadata:
   479    name: listcheckers.config.istio.io
   480    annotations:
   481      "helm.sh/hook": crd-install
   482    labels:
   483      app: mixer
   484      package: listchecker
   485      istio: mixer-adapter
   486      chart: istio
   487      heritage: Tiller
   488      release: istio
   489  spec:
   490    group: config.istio.io
   491    names:
   492      kind: listchecker
   493      plural: listcheckers
   494      singular: listchecker
   495      categories:
   496      - istio-io
   497      - policy-istio-io
   498    scope: Namespaced
   499    version: v1alpha2
   500  ---
   501  
   502  kind: CustomResourceDefinition
   503  apiVersion: apiextensions.k8s.io/v1beta1
   504  metadata:
   505    name: memquotas.config.istio.io
   506    annotations:
   507      "helm.sh/hook": crd-install
   508    labels:
   509      app: mixer
   510      package: memquota
   511      istio: mixer-adapter
   512      chart: istio
   513      heritage: Tiller
   514      release: istio
   515  spec:
   516    group: config.istio.io
   517    names:
   518      kind: memquota
   519      plural: memquotas
   520      singular: memquota
   521      categories:
   522      - istio-io
   523      - policy-istio-io
   524    scope: Namespaced
   525    version: v1alpha2
   526  ---
   527  
   528  kind: CustomResourceDefinition
   529  apiVersion: apiextensions.k8s.io/v1beta1
   530  metadata:
   531    name: noops.config.istio.io
   532    annotations:
   533      "helm.sh/hook": crd-install
   534    labels:
   535      app: mixer
   536      package: noop
   537      istio: mixer-adapter
   538      chart: istio
   539      heritage: Tiller
   540      release: istio
   541  spec:
   542    group: config.istio.io
   543    names:
   544      kind: noop
   545      plural: noops
   546      singular: noop
   547      categories:
   548      - istio-io
   549      - policy-istio-io
   550    scope: Namespaced
   551    version: v1alpha2
   552  ---
   553  
   554  kind: CustomResourceDefinition
   555  apiVersion: apiextensions.k8s.io/v1beta1
   556  metadata:
   557    name: opas.config.istio.io
   558    annotations:
   559      "helm.sh/hook": crd-install
   560    labels:
   561      app: mixer
   562      package: opa
   563      istio: mixer-adapter
   564      chart: istio
   565      heritage: Tiller
   566      release: istio
   567  spec:
   568    group: config.istio.io
   569    names:
   570      kind: opa
   571      plural: opas
   572      singular: opa
   573      categories:
   574      - istio-io
   575      - policy-istio-io
   576    scope: Namespaced
   577    version: v1alpha2
   578  ---
   579  
   580  kind: CustomResourceDefinition
   581  apiVersion: apiextensions.k8s.io/v1beta1
   582  metadata:
   583    name: prometheuses.config.istio.io
   584    annotations:
   585      "helm.sh/hook": crd-install
   586    labels:
   587      app: mixer
   588      package: prometheus
   589      istio: mixer-adapter
   590      chart: istio
   591      heritage: Tiller
   592      release: istio
   593  spec:
   594    group: config.istio.io
   595    names:
   596      kind: prometheus
   597      plural: prometheuses
   598      singular: prometheus
   599      categories:
   600      - istio-io
   601      - policy-istio-io
   602    scope: Namespaced
   603    version: v1alpha2
   604  ---
   605  
   606  kind: CustomResourceDefinition
   607  apiVersion: apiextensions.k8s.io/v1beta1
   608  metadata:
   609    name: rbacs.config.istio.io
   610    annotations:
   611      "helm.sh/hook": crd-install
   612    labels:
   613      app: mixer
   614      package: rbac
   615      istio: mixer-adapter
   616      chart: istio
   617      heritage: Tiller
   618      release: istio
   619  spec:
   620    group: config.istio.io
   621    names:
   622      kind: rbac
   623      plural: rbacs
   624      singular: rbac
   625      categories:
   626      - istio-io
   627      - policy-istio-io
   628    scope: Namespaced
   629    version: v1alpha2
   630  ---
   631  
   632  kind: CustomResourceDefinition
   633  apiVersion: apiextensions.k8s.io/v1beta1
   634  metadata:
   635    name: redisquotas.config.istio.io
   636    annotations:
   637      "helm.sh/hook": crd-install
   638    labels:
   639      app: mixer
   640      package: redisquota
   641      istio: mixer-adapter
   642      chart: istio
   643      heritage: Tiller
   644      release: istio
   645  spec:
   646    group: config.istio.io
   647    names:
   648      kind: redisquota
   649      plural: redisquotas
   650      singular: redisquota
   651    scope: Namespaced
   652    version: v1alpha2
   653  ---
   654  
   655  kind: CustomResourceDefinition
   656  apiVersion: apiextensions.k8s.io/v1beta1
   657  metadata:
   658    name: servicecontrols.config.istio.io
   659    annotations:
   660      "helm.sh/hook": crd-install
   661    labels:
   662      app: mixer
   663      package: servicecontrol
   664      istio: mixer-adapter
   665      chart: istio
   666      heritage: Tiller
   667      release: istio
   668  spec:
   669    group: config.istio.io
   670    names:
   671      kind: servicecontrol
   672      plural: servicecontrols
   673      singular: servicecontrol
   674      categories:
   675      - istio-io
   676      - policy-istio-io
   677    scope: Namespaced
   678    version: v1alpha2
   679  
   680  ---
   681  
   682  kind: CustomResourceDefinition
   683  apiVersion: apiextensions.k8s.io/v1beta1
   684  metadata:
   685    name: signalfxs.config.istio.io
   686    annotations:
   687      "helm.sh/hook": crd-install
   688    labels:
   689      app: mixer
   690      package: signalfx
   691      istio: mixer-adapter
   692      chart: istio
   693      heritage: Tiller
   694      release: istio
   695  spec:
   696    group: config.istio.io
   697    names:
   698      kind: signalfx
   699      plural: signalfxs
   700      singular: signalfx
   701      categories:
   702      - istio-io
   703      - policy-istio-io
   704    scope: Namespaced
   705    version: v1alpha2
   706  ---
   707  
   708  kind: CustomResourceDefinition
   709  apiVersion: apiextensions.k8s.io/v1beta1
   710  metadata:
   711    name: solarwindses.config.istio.io
   712    annotations:
   713      "helm.sh/hook": crd-install
   714    labels:
   715      app: mixer
   716      package: solarwinds
   717      istio: mixer-adapter
   718      chart: istio
   719      heritage: Tiller
   720      release: istio
   721  spec:
   722    group: config.istio.io
   723    names:
   724      kind: solarwinds
   725      plural: solarwindses
   726      singular: solarwinds
   727      categories:
   728      - istio-io
   729      - policy-istio-io
   730    scope: Namespaced
   731    version: v1alpha2
   732  ---
   733  
   734  kind: CustomResourceDefinition
   735  apiVersion: apiextensions.k8s.io/v1beta1
   736  metadata:
   737    name: stackdrivers.config.istio.io
   738    annotations:
   739      "helm.sh/hook": crd-install
   740    labels:
   741      app: mixer
   742      package: stackdriver
   743      istio: mixer-adapter
   744      chart: istio
   745      heritage: Tiller
   746      release: istio
   747  spec:
   748    group: config.istio.io
   749    names:
   750      kind: stackdriver
   751      plural: stackdrivers
   752      singular: stackdriver
   753      categories:
   754      - istio-io
   755      - policy-istio-io
   756    scope: Namespaced
   757    version: v1alpha2
   758  ---
   759  
   760  kind: CustomResourceDefinition
   761  apiVersion: apiextensions.k8s.io/v1beta1
   762  metadata:
   763    name: statsds.config.istio.io
   764    annotations:
   765      "helm.sh/hook": crd-install
   766    labels:
   767      app: mixer
   768      package: statsd
   769      istio: mixer-adapter
   770      chart: istio
   771      heritage: Tiller
   772      release: istio
   773  spec:
   774    group: config.istio.io
   775    names:
   776      kind: statsd
   777      plural: statsds
   778      singular: statsd
   779      categories:
   780      - istio-io
   781      - policy-istio-io
   782    scope: Namespaced
   783    version: v1alpha2
   784  ---
   785  
   786  kind: CustomResourceDefinition
   787  apiVersion: apiextensions.k8s.io/v1beta1
   788  metadata:
   789    name: stdios.config.istio.io
   790    annotations:
   791      "helm.sh/hook": crd-install
   792    labels:
   793      app: mixer
   794      package: stdio
   795      istio: mixer-adapter
   796      chart: istio
   797      heritage: Tiller
   798      release: istio
   799  spec:
   800    group: config.istio.io
   801    names:
   802      kind: stdio
   803      plural: stdios
   804      singular: stdio
   805      categories:
   806      - istio-io
   807      - policy-istio-io
   808    scope: Namespaced
   809    version: v1alpha2
   810  ---
   811  
   812  kind: CustomResourceDefinition
   813  apiVersion: apiextensions.k8s.io/v1beta1
   814  metadata:
   815    name: apikeys.config.istio.io
   816    annotations:
   817      "helm.sh/hook": crd-install
   818    labels:
   819      app: mixer
   820      package: apikey
   821      istio: mixer-instance
   822      chart: istio
   823      heritage: Tiller
   824      release: istio
   825  spec:
   826    group: config.istio.io
   827    names:
   828      kind: apikey
   829      plural: apikeys
   830      singular: apikey
   831      categories:
   832      - istio-io
   833      - policy-istio-io
   834    scope: Namespaced
   835    version: v1alpha2
   836  ---
   837  
   838  kind: CustomResourceDefinition
   839  apiVersion: apiextensions.k8s.io/v1beta1
   840  metadata:
   841    name: authorizations.config.istio.io
   842    annotations:
   843      "helm.sh/hook": crd-install
   844    labels:
   845      app: mixer
   846      package: authorization
   847      istio: mixer-instance
   848      chart: istio
   849      heritage: Tiller
   850      release: istio
   851  spec:
   852    group: config.istio.io
   853    names:
   854      kind: authorization
   855      plural: authorizations
   856      singular: authorization
   857      categories:
   858      - istio-io
   859      - policy-istio-io
   860    scope: Namespaced
   861    version: v1alpha2
   862  ---
   863  
   864  kind: CustomResourceDefinition
   865  apiVersion: apiextensions.k8s.io/v1beta1
   866  metadata:
   867    name: checknothings.config.istio.io
   868    annotations:
   869      "helm.sh/hook": crd-install
   870    labels:
   871      app: mixer
   872      package: checknothing
   873      istio: mixer-instance
   874      chart: istio
   875      heritage: Tiller
   876      release: istio
   877  spec:
   878    group: config.istio.io
   879    names:
   880      kind: checknothing
   881      plural: checknothings
   882      singular: checknothing
   883      categories:
   884      - istio-io
   885      - policy-istio-io
   886    scope: Namespaced
   887    version: v1alpha2
   888  ---
   889  
   890  kind: CustomResourceDefinition
   891  apiVersion: apiextensions.k8s.io/v1beta1
   892  metadata:
   893    name: kuberneteses.config.istio.io
   894    annotations:
   895      "helm.sh/hook": crd-install
   896    labels:
   897      app: mixer
   898      package: adapter.template.kubernetes
   899      istio: mixer-instance
   900      chart: istio
   901      heritage: Tiller
   902      release: istio
   903  spec:
   904    group: config.istio.io
   905    names:
   906      kind: kubernetes
   907      plural: kuberneteses
   908      singular: kubernetes
   909      categories:
   910      - istio-io
   911      - policy-istio-io
   912    scope: Namespaced
   913    version: v1alpha2
   914  ---
   915  
   916  kind: CustomResourceDefinition
   917  apiVersion: apiextensions.k8s.io/v1beta1
   918  metadata:
   919    name: listentries.config.istio.io
   920    annotations:
   921      "helm.sh/hook": crd-install
   922    labels:
   923      app: mixer
   924      package: listentry
   925      istio: mixer-instance
   926      chart: istio
   927      heritage: Tiller
   928      release: istio
   929  spec:
   930    group: config.istio.io
   931    names:
   932      kind: listentry
   933      plural: listentries
   934      singular: listentry
   935      categories:
   936      - istio-io
   937      - policy-istio-io
   938    scope: Namespaced
   939    version: v1alpha2
   940  ---
   941  
   942  kind: CustomResourceDefinition
   943  apiVersion: apiextensions.k8s.io/v1beta1
   944  metadata:
   945    name: logentries.config.istio.io
   946    annotations:
   947      "helm.sh/hook": crd-install
   948    labels:
   949      app: mixer
   950      package: logentry
   951      istio: mixer-instance
   952      chart: istio
   953      heritage: Tiller
   954      release: istio
   955  spec:
   956    group: config.istio.io
   957    names:
   958      kind: logentry
   959      plural: logentries
   960      singular: logentry
   961      categories:
   962      - istio-io
   963      - policy-istio-io
   964    scope: Namespaced
   965    version: v1alpha2
   966  ---
   967  
   968  kind: CustomResourceDefinition
   969  apiVersion: apiextensions.k8s.io/v1beta1
   970  metadata:
   971    name: edges.config.istio.io
   972    annotations:
   973      "helm.sh/hook": crd-install
   974    labels:
   975      app: mixer
   976      package: edge
   977      istio: mixer-instance
   978      chart: istio
   979      heritage: Tiller
   980      release: istio
   981  spec:
   982    group: config.istio.io
   983    names:
   984      kind: edge
   985      plural: edges
   986      singular: edge
   987      categories:
   988      - istio-io
   989      - policy-istio-io
   990    scope: Namespaced
   991    version: v1alpha2
   992  ---
   993  
   994  kind: CustomResourceDefinition
   995  apiVersion: apiextensions.k8s.io/v1beta1
   996  metadata:
   997    name: metrics.config.istio.io
   998    annotations:
   999      "helm.sh/hook": crd-install
  1000    labels:
  1001      app: mixer
  1002      package: metric
  1003      istio: mixer-instance
  1004      chart: istio
  1005      heritage: Tiller
  1006      release: istio
  1007  spec:
  1008    group: config.istio.io
  1009    names:
  1010      kind: metric
  1011      plural: metrics
  1012      singular: metric
  1013      categories:
  1014      - istio-io
  1015      - policy-istio-io
  1016    scope: Namespaced
  1017    version: v1alpha2
  1018  ---
  1019  
  1020  kind: CustomResourceDefinition
  1021  apiVersion: apiextensions.k8s.io/v1beta1
  1022  metadata:
  1023    name: quotas.config.istio.io
  1024    annotations:
  1025      "helm.sh/hook": crd-install
  1026    labels:
  1027      app: mixer
  1028      package: quota
  1029      istio: mixer-instance
  1030      chart: istio
  1031      heritage: Tiller
  1032      release: istio
  1033  spec:
  1034    group: config.istio.io
  1035    names:
  1036      kind: quota
  1037      plural: quotas
  1038      singular: quota
  1039      categories:
  1040      - istio-io
  1041      - policy-istio-io
  1042    scope: Namespaced
  1043    version: v1alpha2
  1044  ---
  1045  
  1046  kind: CustomResourceDefinition
  1047  apiVersion: apiextensions.k8s.io/v1beta1
  1048  metadata:
  1049    name: reportnothings.config.istio.io
  1050    annotations:
  1051      "helm.sh/hook": crd-install
  1052    labels:
  1053      app: mixer
  1054      package: reportnothing
  1055      istio: mixer-instance
  1056      chart: istio
  1057      heritage: Tiller
  1058      release: istio
  1059  spec:
  1060    group: config.istio.io
  1061    names:
  1062      kind: reportnothing
  1063      plural: reportnothings
  1064      singular: reportnothing
  1065      categories:
  1066      - istio-io
  1067      - policy-istio-io
  1068    scope: Namespaced
  1069    version: v1alpha2
  1070  ---
  1071  
  1072  kind: CustomResourceDefinition
  1073  apiVersion: apiextensions.k8s.io/v1beta1
  1074  metadata:
  1075    name: servicecontrolreports.config.istio.io
  1076    annotations:
  1077      "helm.sh/hook": crd-install
  1078    labels:
  1079      app: mixer
  1080      package: servicecontrolreport
  1081      istio: mixer-instance
  1082      chart: istio
  1083      heritage: Tiller
  1084      release: istio
  1085  spec:
  1086    group: config.istio.io
  1087    names:
  1088      kind: servicecontrolreport
  1089      plural: servicecontrolreports
  1090      singular: servicecontrolreport
  1091      categories:
  1092      - istio-io
  1093      - policy-istio-io
  1094    scope: Namespaced
  1095    version: v1alpha2
  1096  ---
  1097  
  1098  kind: CustomResourceDefinition
  1099  apiVersion: apiextensions.k8s.io/v1beta1
  1100  metadata:
  1101    name: tracespans.config.istio.io
  1102    annotations:
  1103      "helm.sh/hook": crd-install
  1104    labels:
  1105      app: mixer
  1106      package: tracespan
  1107      istio: mixer-instance
  1108      chart: istio
  1109      heritage: Tiller
  1110      release: istio
  1111  spec:
  1112    group: config.istio.io
  1113    names:
  1114      kind: tracespan
  1115      plural: tracespans
  1116      singular: tracespan
  1117      categories:
  1118      - istio-io
  1119      - policy-istio-io
  1120    scope: Namespaced
  1121    version: v1alpha2
  1122  ---
  1123  
  1124  kind: CustomResourceDefinition
  1125  apiVersion: apiextensions.k8s.io/v1beta1
  1126  metadata:
  1127    name: rbacconfigs.rbac.istio.io
  1128    annotations:
  1129      "helm.sh/hook": crd-install
  1130    labels:
  1131      app: mixer
  1132      package: istio.io.mixer
  1133      istio: rbac
  1134      chart: istio
  1135      heritage: Tiller
  1136      release: istio
  1137  spec:
  1138    group: rbac.istio.io
  1139    names:
  1140      kind: RbacConfig
  1141      plural: rbacconfigs
  1142      singular: rbacconfig
  1143      categories:
  1144      - istio-io
  1145      - rbac-istio-io
  1146    scope: Namespaced
  1147    version: v1alpha1
  1148  ---
  1149  
  1150  kind: CustomResourceDefinition
  1151  apiVersion: apiextensions.k8s.io/v1beta1
  1152  metadata:
  1153    name: serviceroles.rbac.istio.io
  1154    annotations:
  1155      "helm.sh/hook": crd-install
  1156    labels:
  1157      app: mixer
  1158      package: istio.io.mixer
  1159      istio: rbac
  1160      chart: istio
  1161      heritage: Tiller
  1162      release: istio
  1163  spec:
  1164    group: rbac.istio.io
  1165    names:
  1166      kind: ServiceRole
  1167      plural: serviceroles
  1168      singular: servicerole
  1169      categories:
  1170      - istio-io
  1171      - rbac-istio-io
  1172    scope: Namespaced
  1173    version: v1alpha1
  1174  ---
  1175  
  1176  kind: CustomResourceDefinition
  1177  apiVersion: apiextensions.k8s.io/v1beta1
  1178  metadata:
  1179    name: servicerolebindings.rbac.istio.io
  1180    annotations:
  1181      "helm.sh/hook": crd-install
  1182    labels:
  1183      app: mixer
  1184      package: istio.io.mixer
  1185      istio: rbac
  1186      chart: istio
  1187      heritage: Tiller
  1188      release: istio
  1189  spec:
  1190    group: rbac.istio.io
  1191    names:
  1192      kind: ServiceRoleBinding
  1193      plural: servicerolebindings
  1194      singular: servicerolebinding
  1195      categories:
  1196      - istio-io
  1197      - rbac-istio-io
  1198    scope: Namespaced
  1199    version: v1alpha1
  1200  ---
  1201  kind: CustomResourceDefinition
  1202  apiVersion: apiextensions.k8s.io/v1beta1
  1203  metadata:
  1204    name: adapters.config.istio.io
  1205    annotations:
  1206      "helm.sh/hook": crd-install
  1207    labels:
  1208      app: mixer
  1209      package: adapter
  1210      istio: mixer-adapter
  1211      chart: istio
  1212      heritage: Tiller
  1213      release: istio
  1214  spec:
  1215    group: config.istio.io
  1216    names:
  1217      kind: adapter
  1218      plural: adapters
  1219      singular: adapter
  1220      categories:
  1221      - istio-io
  1222      - policy-istio-io
  1223    scope: Namespaced
  1224    version: v1alpha2
  1225  ---
  1226  kind: CustomResourceDefinition
  1227  apiVersion: apiextensions.k8s.io/v1beta1
  1228  metadata:
  1229    name: instances.config.istio.io
  1230    annotations:
  1231      "helm.sh/hook": crd-install
  1232    labels:
  1233      app: mixer
  1234      package: instance
  1235      istio: mixer-instance
  1236      chart: istio
  1237      heritage: Tiller
  1238      release: istio
  1239  spec:
  1240    group: config.istio.io
  1241    names:
  1242      kind: instance
  1243      plural: instances
  1244      singular: instance
  1245      categories:
  1246      - istio-io
  1247      - policy-istio-io
  1248    scope: Namespaced
  1249    version: v1alpha2
  1250  ---
  1251  kind: CustomResourceDefinition
  1252  apiVersion: apiextensions.k8s.io/v1beta1
  1253  metadata:
  1254    name: templates.config.istio.io
  1255    annotations:
  1256      "helm.sh/hook": crd-install
  1257    labels:
  1258      app: mixer
  1259      package: template
  1260      istio: mixer-template
  1261      chart: istio
  1262      heritage: Tiller
  1263      release: istio
  1264  spec:
  1265    group: config.istio.io
  1266    names:
  1267      kind: template
  1268      plural: templates
  1269      singular: template
  1270      categories:
  1271      - istio-io
  1272      - policy-istio-io
  1273    scope: Namespaced
  1274    version: v1alpha2
  1275  ---
  1276  kind: CustomResourceDefinition
  1277  apiVersion: apiextensions.k8s.io/v1beta1
  1278  metadata:
  1279    name: handlers.config.istio.io
  1280    annotations:
  1281      "helm.sh/hook": crd-install
  1282    labels:
  1283      app: mixer
  1284      package: handler
  1285      istio: mixer-handler
  1286      chart: istio
  1287      heritage: Tiller
  1288      release: istio
  1289  spec:
  1290    group: config.istio.io
  1291    names:
  1292      kind: handler
  1293      plural: handlers
  1294      singular: handler
  1295      categories:
  1296      - istio-io
  1297      - policy-istio-io
  1298    scope: Namespaced
  1299    version: v1alpha2
  1300  ---
  1301  # {{- end }}
  1302  # {{ end }}