github.com/cilium/cilium@v1.16.2/pkg/datapath/ipcache/doc.go (about)

     1  // SPDX-License-Identifier: Apache-2.0
     2  // Copyright Authors of Cilium
     3  
     4  // Package ipcache provides a BPF datapath implementation of the IPCache store.
     5  // It depends on details from pkg/ipcache (which handles IPCache events), as
     6  // well as (indirectly) details such as the KVstore. It is kept distinct from
     7  // pkg/maps/ipcache, which only deals with low-level BPF details of the
     8  // underlying map.
     9  package ipcache