{{- if not (.Capabilities.APIVersions.Has "networking.istio.io/v1alpha3")}}
kind:CustomResourceDefinition
metadata:
name:virtualservices.networking.istio.io
labels:
app:istio-pilot
chart:istio
heritage:Tiller
release:istio
annotations:
"helm.sh/resource-policy":keep
"helm.sh/hook":"crd-install"
spec:
group:networking.istio.io
names:
kind:VirtualService
listKind:VirtualServiceList
plural:virtualservices
singular:virtualservice
shortNames:
-vs
categories:
-istio-io
-networking-istio-io
scope:Namespaced
version:v1alpha3
additionalPrinterColumns:
-JSONPath:.spec.gateways
description:The names of gateways and sidecars that should apply these routes
name:Gateways
type:string
-JSONPath:.spec.hosts
description:The destination hosts to which traffic is being sent
name:Hosts
type:string
-JSONPath:.metadata.creationTimestamp
description:|-
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.
Populated by the system. Read-only. Null for lists. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata
name: Age
type: date
---
apiVersion:apiextensions.k8s.io/v1beta1
apiVersion:apiextensions.k8s.io/v1beta1
kind:CustomResourceDefinition
kind:CustomResourceDefinition
metadata:
metadata:
...
@@ -78,319 +37,9 @@ spec:
...
@@ -78,319 +37,9 @@ spec:
Populated by the system. Read-only. Null for lists. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata
Populated by the system. Read-only. Null for lists. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata
name: Age
name: Age
type: date
type: date
{{- end}}
---
---
apiVersion:apiextensions.k8s.io/v1beta1
{{- if not (.Capabilities.APIVersions.Has "config.istio.io/v1alpha2")}}
kind:CustomResourceDefinition
metadata:
name:serviceentries.networking.istio.io
labels:
app:istio-pilot
chart:istio
heritage:Tiller
release:istio
annotations:
"helm.sh/resource-policy":keep
"helm.sh/hook":"crd-install"
spec:
group:networking.istio.io
names:
kind:ServiceEntry
listKind:ServiceEntryList
plural:serviceentries
singular:serviceentry
shortNames:
-se
categories:
-istio-io
-networking-istio-io
scope:Namespaced
version:v1alpha3
additionalPrinterColumns:
-JSONPath:.spec.hosts
description:The hosts associated with the ServiceEntry
name:Hosts
type:string
-JSONPath:.spec.location
description:Whether the service is external to the mesh or part of the mesh (MESH_EXTERNAL or MESH_INTERNAL)
name:Location
type:string
-JSONPath:.spec.resolution
description:Service discovery mode for the hosts (NONE, STATIC, or DNS)
name:Resolution
type:string
-JSONPath:.metadata.creationTimestamp
description:|-
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.
Populated by the system. Read-only. Null for lists. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata
name: Age
type: date
---
apiVersion:apiextensions.k8s.io/v1beta1
kind:CustomResourceDefinition
metadata:
name:gateways.networking.istio.io
labels:
app:istio-pilot
chart:istio
heritage:Tiller
release:istio
annotations:
"helm.sh/resource-policy":keep
"helm.sh/hook":"crd-install"
spec:
group:networking.istio.io
names:
kind:Gateway
plural:gateways
singular:gateway
shortNames:
-gw
categories:
-istio-io
-networking-istio-io
scope:Namespaced
version:v1alpha3
---
apiVersion:apiextensions.k8s.io/v1beta1
kind:CustomResourceDefinition
metadata:
name:sidecars.networking.istio.io
labels:
app:istio-pilot
chart:istio
heritage:Tiller
release:istio
spec:
group:networking.istio.io
names:
kind:Sidecar
plural:sidecars
singular:sidecar
categories:
-istio-io
-networking-istio-io
scope:Namespaced
version:v1alpha3
---
apiVersion:apiextensions.k8s.io/v1beta1
kind:CustomResourceDefinition
metadata:
name:envoyfilters.networking.istio.io
labels:
app:istio-pilot
chart:istio
heritage:Tiller
release:istio
annotations:
"helm.sh/resource-policy":keep
"helm.sh/hook":"crd-install"
spec:
group:networking.istio.io
names:
kind:EnvoyFilter
plural:envoyfilters
singular:envoyfilter
categories:
-istio-io
-networking-istio-io
scope:Namespaced
version:v1alpha3
---
kind:CustomResourceDefinition
apiVersion:apiextensions.k8s.io/v1beta1
metadata:
name:clusterrbacconfigs.rbac.istio.io
labels:
app:istio-pilot
istio:rbac
heritage:Tiller
release:istio
annotations:
"helm.sh/resource-policy":keep
"helm.sh/hook":"crd-install"
spec:
group:rbac.istio.io
names:
kind:ClusterRbacConfig
plural:clusterrbacconfigs
singular:clusterrbacconfig
categories:
-istio-io
-rbac-istio-io
scope:Cluster
version:v1alpha1
---
kind:CustomResourceDefinition
apiVersion:apiextensions.k8s.io/v1beta1
metadata:
name:policies.authentication.istio.io
labels:
app:istio-citadel
chart:istio
heritage:Tiller
release:istio
annotations:
"helm.sh/resource-policy":keep
"helm.sh/hook":"crd-install"
spec:
group:authentication.istio.io
names:
kind:Policy
plural:policies
singular:policy
categories:
-istio-io
-authentication-istio-io
scope:Namespaced
version:v1alpha1
---
kind:CustomResourceDefinition
apiVersion:apiextensions.k8s.io/v1beta1
metadata:
name:meshpolicies.authentication.istio.io
labels:
app:istio-citadel
chart:istio
heritage:Tiller
release:istio
annotations:
"helm.sh/resource-policy":keep
"helm.sh/hook":"crd-install"
spec:
group:authentication.istio.io
names:
kind:MeshPolicy
listKind:MeshPolicyList
plural:meshpolicies
singular:meshpolicy
categories:
-istio-io
-authentication-istio-io
scope:Cluster
version:v1alpha1
---
kind:CustomResourceDefinition
apiVersion:apiextensions.k8s.io/v1beta1
metadata:
name:httpapispecbindings.config.istio.io
labels:
app:istio-mixer
chart:istio
heritage:Tiller
release:istio
annotations:
"helm.sh/resource-policy":keep
"helm.sh/hook":"crd-install"
spec:
group:config.istio.io
names:
kind:HTTPAPISpecBinding
plural:httpapispecbindings
singular:httpapispecbinding
categories:
-istio-io
-apim-istio-io
scope:Namespaced
version:v1alpha2
---
kind:CustomResourceDefinition
apiVersion:apiextensions.k8s.io/v1beta1
metadata:
name:httpapispecs.config.istio.io
labels:
app:istio-mixer
chart:istio
heritage:Tiller
release:istio
annotations:
"helm.sh/resource-policy":keep
"helm.sh/hook":"crd-install"
spec:
group:config.istio.io
names:
kind:HTTPAPISpec
plural:httpapispecs
singular:httpapispec
categories:
-istio-io
-apim-istio-io
scope:Namespaced
version:v1alpha2
---
kind:CustomResourceDefinition
apiVersion:apiextensions.k8s.io/v1beta1
metadata:
name:quotaspecbindings.config.istio.io
labels:
app:istio-mixer
chart:istio
heritage:Tiller
release:istio
annotations:
"helm.sh/resource-policy":keep
"helm.sh/hook":"crd-install"
spec:
group:config.istio.io
names:
kind:QuotaSpecBinding
plural:quotaspecbindings
singular:quotaspecbinding
categories:
-istio-io
-apim-istio-io
scope:Namespaced
version:v1alpha2
---
kind:CustomResourceDefinition
apiVersion:apiextensions.k8s.io/v1beta1
metadata:
name:quotaspecs.config.istio.io
labels:
app:istio-mixer
chart:istio
heritage:Tiller
release:istio
annotations:
"helm.sh/resource-policy":keep
"helm.sh/hook":"crd-install"
spec:
group:config.istio.io
names:
kind:QuotaSpec
plural:quotaspecs
singular:quotaspec
categories:
-istio-io
-apim-istio-io
scope:Namespaced
version:v1alpha2
---
kind:CustomResourceDefinition
apiVersion:apiextensions.k8s.io/v1beta1
metadata:
name:rules.config.istio.io
labels:
app:mixer
package:istio.io.mixer
istio:core
chart:istio
heritage:Tiller
release:istio
annotations:
"helm.sh/resource-policy":keep
"helm.sh/hook":"crd-install"
spec:
group:config.istio.io
names:
kind:rule
plural:rules
singular:rule
categories:
-istio-io
-policy-istio-io
scope:Namespaced
version:v1alpha2
---
kind:CustomResourceDefinition
kind:CustomResourceDefinition
apiVersion:apiextensions.k8s.io/v1beta1
apiVersion:apiextensions.k8s.io/v1beta1
metadata:
metadata:
...
@@ -420,37 +69,11 @@ spec:
...
@@ -420,37 +69,11 @@ spec:
kind:CustomResourceDefinition
kind:CustomResourceDefinition
apiVersion:apiextensions.k8s.io/v1beta1
apiVersion:apiextensions.k8s.io/v1beta1
metadata:
metadata:
name:rbacconfigs.rbac.istio.io
name:handlers.config.istio.io
labels:
app:mixer
package:istio.io.mixer
istio:rbac
chart:istio
heritage:Tiller
release:istio
annotations:
"helm.sh/resource-policy":keep
"helm.sh/hook":"crd-install"
spec:
group:rbac.istio.io
names:
kind:RbacConfig
plural:rbacconfigs
singular:rbacconfig
categories:
-istio-io
-rbac-istio-io
scope:Namespaced
version:v1alpha1
---
kind:CustomResourceDefinition
apiVersion:apiextensions.k8s.io/v1beta1
metadata:
name:serviceroles.rbac.istio.io
labels:
labels:
app:mixer
app:mixer
package:istio.io.mixer
package:handler
istio:rbac
istio:mixer-handler
chart:istio
chart:istio
heritage:Tiller
heritage:Tiller
release:istio
release:istio
...
@@ -458,62 +81,25 @@ metadata:
...
@@ -458,62 +81,25 @@ metadata:
"helm.sh/resource-policy":keep
"helm.sh/resource-policy":keep
"helm.sh/hook":"crd-install"
"helm.sh/hook":"crd-install"
spec:
spec:
group:rbac.istio.io
group:config.istio.io
names:
names:
kind:ServiceRole
kind:handler
plural:serviceroles
plural:handlers
singular:servicerole
singular:handler
categories:
categories:
-istio-io
-istio-io
-rbac-istio-io
-policy-istio-io
scope:Namespaced
scope:Namespaced
version:v1alpha1
version:v1alpha2
---
---
kind:CustomResourceDefinition
kind:CustomResourceDefinition
apiVersion:apiextensions.k8s.io/v1beta1
apiVersion:apiextensions.k8s.io/v1beta1
metadata:
metadata:
name:servicerolebindings.rbac.istio.io
name:rules.config.istio.io
labels:
labels:
app:mixer
app:mixer
package:istio.io.mixer
package:istio.io.mixer
istio:rbac
istio:core
chart:istio
heritage:Tiller
release:istio
annotations:
"helm.sh/resource-policy":keep
"helm.sh/hook":"crd-install"
spec:
group:rbac.istio.io
names:
kind:ServiceRoleBinding
plural:servicerolebindings
singular:servicerolebinding
categories:
-istio-io
-rbac-istio-io
scope:Namespaced
version:v1alpha1
additionalPrinterColumns:
-JSONPath:.spec.roleRef.name
description:The name of the ServiceRole object being referenced
name:Reference
type:string
-JSONPath:.metadata.creationTimestamp
description:|-
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.
Populated by the system. Read-only. Null for lists. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata