[][src]Module kubelet::store::composite

composite implements building complex stores from simpler ones.

Traits

ComposableStore

Provides a way to overlay an InterceptingStore so that the interceptor handles the references it can, and the base store handles all other references.

InterceptingStore

A Store that has additional logic to determine if it can satisfy a particular reference. An InterceptingStore can be composed with another Store to satisfy specific requests in a custom way.