Directories ¶
Path | Synopsis |
---|---|
addons
|
|
servicegraph
Package servicegraph defines the core model for the servicegraph service.
|
Package servicegraph defines the core model for the servicegraph service. |
servicegraph/dot
Package dot provides serialization utilities for a servicegraph using the dot format.
|
Package dot provides serialization utilities for a servicegraph using the dot format. |
servicegraph/promgen
Package promgen generates service graphs from a prometheus backend.
|
Package promgen generates service graphs from a prometheus backend. |
broker
|
|
cmd/shared
Package shared contains types and functions that are used across the full set of broker commands.
|
Package shared contains types and functions that are used across the full set of broker commands. |
pkg/controller
Package controller contains the actual processing of frontend requests.
|
Package controller contains the actual processing of frontend requests. |
pkg/platform/kube/crd
Package crd provides an implementation of the config store and cache using Kubernetes Custom Resources and the informer framework from Kubernetes This implementation is adopted from github.com/istio/pilot/pkg/config/kube/crd/
|
Package crd provides an implementation of the config store and cache using Kubernetes Custom Resources and the informer framework from Kubernetes This implementation is adopted from github.com/istio/pilot/pkg/config/kube/crd/ |
pkg/server
Package server provides HTTP open service broker API server bindings.
|
Package server provides HTTP open service broker API server bindings. |
pkg/testing/mock/proto
Package proto is a generated protocol buffer package.
|
Package proto is a generated protocol buffer package. |
galley
|
|
pkg
Package pkg is a place holder file, until we can put more content here.
|
Package pkg is a place holder file, until we can put more content here. |
pkg/change
Package change contains data structures for capturing resource state change related information.
|
Package change contains data structures for capturing resource state change related information. |
istioctl
|
|
cmd/istioctl
Command istioctl is a Istio configuration command line utility.
|
Command istioctl is a Istio configuration command line utility. |
mixer
|
|
adapter
Package adapter contains the inventory for all Mixer adapters that are compiled into a specific Mixer binary.
|
Package adapter contains the inventory for all Mixer adapters that are compiled into a specific Mixer binary. |
adapter/circonus/config
Package config is a generated protocol buffer package.
|
Package config is a generated protocol buffer package. |
adapter/denier
Package denier provides an adapter that will return a status code (typically FAILED_PRECONDITION) for all calls.
|
Package denier provides an adapter that will return a status code (typically FAILED_PRECONDITION) for all calls. |
adapter/denier/config
Package config is a generated protocol buffer package.
|
Package config is a generated protocol buffer package. |
adapter/dogstatsd/config
Package config is a generated protocol buffer package.
|
Package config is a generated protocol buffer package. |
adapter/fluentd
Package fluentd adapter for Mixer.
|
Package fluentd adapter for Mixer. |
adapter/fluentd/config
Package config is a generated protocol buffer package.
|
Package config is a generated protocol buffer package. |
adapter/kubernetesenv
Package kubernetesenv provides functionality to adapt mixer behavior to the kubernetes environment.
|
Package kubernetesenv provides functionality to adapt mixer behavior to the kubernetes environment. |
adapter/kubernetesenv/config
Package config is a generated protocol buffer package.
|
Package config is a generated protocol buffer package. |
adapter/kubernetesenv/template
Package adapter_template_kubernetes is a generated protocol buffer package.
|
Package adapter_template_kubernetes is a generated protocol buffer package. |
adapter/list
Package list provides an adapter that implements the listEntry template to enable blacklist / whitelist checking of values.
|
Package list provides an adapter that implements the listEntry template to enable blacklist / whitelist checking of values. |
adapter/list/config
Package config is a generated protocol buffer package.
|
Package config is a generated protocol buffer package. |
adapter/memquota
Package memquota provides a simple in-memory quota implementation.
|
Package memquota provides a simple in-memory quota implementation. |
adapter/memquota/config
Package config is a generated protocol buffer package.
|
Package config is a generated protocol buffer package. |
adapter/opa/config
Package config is a generated protocol buffer package.
|
Package config is a generated protocol buffer package. |
adapter/prometheus
Package prometheus publishes metric values collected by Mixer for ingestion by prometheus.
|
Package prometheus publishes metric values collected by Mixer for ingestion by prometheus. |
adapter/prometheus/config
Package config is a generated protocol buffer package.
|
Package config is a generated protocol buffer package. |
adapter/rbac
Package rbac provides Role Based Access Control (RBAC) for services in Istio mesh.
|
Package rbac provides Role Based Access Control (RBAC) for services in Istio mesh. |
adapter/rbac/config
Package config is a generated protocol buffer package.
|
Package config is a generated protocol buffer package. |
adapter/redisquota
Package redisquota provides a quota implementation with redis as backend.
|
Package redisquota provides a quota implementation with redis as backend. |
adapter/redisquota/config
Package config is a generated protocol buffer package.
|
Package config is a generated protocol buffer package. |
adapter/servicecontrol/config
Package config is a generated protocol buffer package.
|
Package config is a generated protocol buffer package. |
adapter/servicecontrol/template/servicecontrolreport
Package servicecontrolreport is a generated protocol buffer package.
|
Package servicecontrolreport is a generated protocol buffer package. |
adapter/solarwinds
Package solarwinds publishes metric and log values collected by Mixer to appoptics and papertrail respectively.
|
Package solarwinds publishes metric and log values collected by Mixer to appoptics and papertrail respectively. |
adapter/solarwinds/config
Package config is a generated protocol buffer package.
|
Package config is a generated protocol buffer package. |
adapter/stackdriver
Package stackdriver provides an adapter that implements the logEntry and metrics templates to serialize generated values to Stackdriver.
|
Package stackdriver provides an adapter that implements the logEntry and metrics templates to serialize generated values to Stackdriver. |
adapter/stackdriver/config
Package config is a generated protocol buffer package.
|
Package config is a generated protocol buffer package. |
adapter/statsd
Package statsd provides an adapter that implements the metrics template to serialize generated metric values to a statsd backend.
|
Package statsd provides an adapter that implements the metrics template to serialize generated metric values to a statsd backend. |
adapter/statsd/config
Package config is a generated protocol buffer package.
|
Package config is a generated protocol buffer package. |
adapter/stdio
Package stdio provides an adapter that implements the logEntry and metrics templates to serialize generated logs and metrics to stdout, stderr, or files.
|
Package stdio provides an adapter that implements the logEntry and metrics templates to serialize generated logs and metrics to stdout, stderr, or files. |
adapter/stdio/config
Package config is a generated protocol buffer package.
|
Package config is a generated protocol buffer package. |
cmd/shared
Package shared contains types and functions that are used across the full set of mixer commands.
|
Package shared contains types and functions that are used across the full set of mixer commands. |
pkg/adapter
Package adapter defines the types consumed by adapter implementations to interface with Mixer.
|
Package adapter defines the types consumed by adapter implementations to interface with Mixer. |
pkg/attribute
Package attribute is focused on enabling efficient handling and tracking of attribute usage within Mixer.
|
Package attribute is focused on enabling efficient handling and tracking of attribute usage within Mixer. |
pkg/config/crd
Package crd provides the store interface to config resources stored as kubernetes custom resource definitions (CRDs).
|
Package crd provides the store interface to config resources stored as kubernetes custom resource definitions (CRDs). |
pkg/config/storetest
Package storetest provides the utility functions of config store for testing.
|
Package storetest provides the utility functions of config store for testing. |
pkg/il
Package il implements the intermediate-language for the config-language interpreter of Mixer.
|
Package il implements the intermediate-language for the config-language interpreter of Mixer. |
pkg/il/interpreter
Package interpreter implements an interpreter based runtime for the Mixer IL.
|
Package interpreter implements an interpreter based runtime for the Mixer IL. |
pkg/lang/compiler
Package compiler implements a compiler that converts Mixer's expression language into a Mixer IL-based program that can be executed via an interpreter.
|
Package compiler implements a compiler that converts Mixer's expression language into a Mixer IL-based program that can be executed via an interpreter. |
pkg/mockapi
Package mockapi supplies a fake Mixer server for use in testing.
|
Package mockapi supplies a fake Mixer server for use in testing. |
pkg/perf
Package perf is a helper library for writing Mixer perf tests.
|
Package perf is a helper library for writing Mixer perf tests. |
pkg/pool
Package pool provides access to a mixer-global pool of buffers, a pool of goroutines, and a string interning table.
|
Package pool provides access to a mixer-global pool of buffers, a pool of goroutines, and a string interning table. |
pkg/runtime/config
Package config is designed to listen to the config changes through the store and create a fully-resolved configuration state that can be used by the rest of the runtime code.
|
Package config is designed to listen to the config changes through the store and create a fully-resolved configuration state that can be used by the rest of the runtime code. |
pkg/runtime/dispatcher
Package dispatcher is used to dispatch incoming requests to one or more handlers.
|
Package dispatcher is used to dispatch incoming requests to one or more handlers. |
pkg/runtime/routing
Package routing implements a routing table for resolving incoming requests to handlers.
|
Package routing implements a routing table for resolving incoming requests to handlers. |
pkg/status
Package status provides utility functions for google_rpc status objects.
|
Package status provides utility functions for google_rpc status objects. |
template
Package template provides runtime descriptors of the templates known to Mixer at compile-time.
|
Package template provides runtime descriptors of the templates known to Mixer at compile-time. |
template/apikey
Package apikey is a generated protocol buffer package.
|
Package apikey is a generated protocol buffer package. |
template/authorization
Package authorization is a generated protocol buffer package.
|
Package authorization is a generated protocol buffer package. |
template/checknothing
Package checknothing is a generated protocol buffer package.
|
Package checknothing is a generated protocol buffer package. |
template/listentry
Package listentry is a generated protocol buffer package.
|
Package listentry is a generated protocol buffer package. |
template/logentry
Package logentry is a generated protocol buffer package.
|
Package logentry is a generated protocol buffer package. |
template/metric
Package metric is a generated protocol buffer package.
|
Package metric is a generated protocol buffer package. |
template/quota
Package quota is a generated protocol buffer package.
|
Package quota is a generated protocol buffer package. |
template/reportnothing
Package reportnothing is a generated protocol buffer package.
|
Package reportnothing is a generated protocol buffer package. |
template/sample
Package sample provides a set of templates for internal testing of Mixer.
|
Package sample provides a set of templates for internal testing of Mixer. |
template/sample/apa
Package istio_mixer_adapter_sample_myapa is a generated protocol buffer package.
|
Package istio_mixer_adapter_sample_myapa is a generated protocol buffer package. |
template/sample/check
Package istio_mixer_adapter_sample_check is a generated protocol buffer package.
|
Package istio_mixer_adapter_sample_check is a generated protocol buffer package. |
template/sample/quota
Package istio_mixer_adapter_sample_quota is a generated protocol buffer package.
|
Package istio_mixer_adapter_sample_quota is a generated protocol buffer package. |
template/sample/report
Package istio_mixer_adapter_sample_report is a generated protocol buffer package.
|
Package istio_mixer_adapter_sample_report is a generated protocol buffer package. |
template/tracespan
Package tracespan is a generated protocol buffer package.
|
Package tracespan is a generated protocol buffer package. |
test/perf/perfclient
Package test supplies a fake Mixer server for use in testing.
|
Package test supplies a fake Mixer server for use in testing. |
test/spyAdapter
Package spyAdapter is intended for Mixer testing *ONLY*.
|
Package spyAdapter is intended for Mixer testing *ONLY*. |
test/spyAdapter/template
Package template contains generated code for the spy adapter testing.
|
Package template contains generated code for the spy adapter testing. |
test/spyAdapter/template/apa
Package sampleapa is a generated protocol buffer package.
|
Package sampleapa is a generated protocol buffer package. |
test/spyAdapter/template/check
Package samplecheck is a generated protocol buffer package.
|
Package samplecheck is a generated protocol buffer package. |
test/spyAdapter/template/report
Package samplereport is a generated protocol buffer package.
|
Package samplereport is a generated protocol buffer package. |
tools/codegen/pkg/inventory
Package inventory is used to generate the mixer adapter inventory source file.
|
Package inventory is used to generate the mixer adapter inventory source file. |
pilot
|
|
pkg/config/aggregate
Package aggregate implements a read-only aggregator for config stores.
|
Package aggregate implements a read-only aggregator for config stores. |
pkg/config/kube/crd
Package crd provides an implementation of the config store and cache using Kubernetes Custom Resources and the informer framework from Kubernetes
|
Package crd provides an implementation of the config store and cache using Kubernetes Custom Resources and the informer framework from Kubernetes |
pkg/config/kube/ingress
Package ingress provides a read-only view of Kubernetes ingress resources as an ingress rule configuration type store
|
Package ingress provides a read-only view of Kubernetes ingress resources as an ingress rule configuration type store |
pkg/config/memory
Package memory provides an in-memory volatile config store implementation
|
Package memory provides an in-memory volatile config store implementation |
pkg/config/monitor/fakes
Code generated by counterfeiter.
|
Code generated by counterfeiter. |
pkg/model/test
Package test is a generated protocol buffer package.
|
Package test is a generated protocol buffer package. |
pkg/networking/plugin/registry
Package registry represents a registry of plugins that can be used by a config generator.
|
Package registry represents a registry of plugins that can be used by a config generator. |
pkg/serviceregistry/kube
Package kube implements the shared and reusable library for Kubernetes
|
Package kube implements the shared and reusable library for Kubernetes |
test/grpcecho
Package grpecho is a generated protocol buffer package.
|
Package grpecho is a generated protocol buffer package. |
tools
Tool to generate pilot/pkg/config/kube/types.go Example run command: go run pilot/tools/generate_config_crd_types.go --template pilot/tools/types.go.tmpl --output pilot/pkg/config/kube/crd/types.go
|
Tool to generate pilot/pkg/config/kube/types.go Example run command: go run pilot/tools/generate_config_crd_types.go --template pilot/tools/types.go.tmpl --output pilot/pkg/config/kube/crd/types.go |
pkg
|
|
cache
Package cache provides general-purpose in-memory caches.
|
Package cache provides general-purpose in-memory caches. |
log
Package log provides the canonical logging functionality used by Go-based Istio components.
|
Package log provides the canonical logging functionality used by Go-based Istio components. |
probe
Package probe provides liveness / readiness probe.
|
Package probe provides liveness / readiness probe. |
tracing
Package tracing provides the canonical tracing functionality used by Go-based Istio components.
|
Package tracing provides the canonical tracing functionality used by Go-based Istio components. |
version
Package version provides build version information.
|
Package version provides build version information. |
security
|
|
cmd/multicluster_ca
TODO(myidpt): Deprecate this.
|
TODO(myidpt): Deprecate this. |
proto
Package istio_v1_auth is a generated protocol buffer package.
|
Package istio_v1_auth is a generated protocol buffer package. |
tests
|
|
k8s
Package k8s provides helpers for testing k8s
|
Package k8s provides helpers for testing k8s |
tools
|
|
Click to show internal directories.
Click to hide internal directories.