github.com/cilium/cilium@v1.16.2/pkg/maps/encrypt/doc.go (about)

     1  // SPDX-License-Identifier: Apache-2.0
     2  // Copyright Authors of Cilium
     3  
     4  // Package encrypt represents the nodes current encryption state. It is used
     5  // by the datapath to learn current encryption configuration and managed by
     6  // golang linux datapath ./pkg/datapath/linux/ objects. This will reflect any
     7  // key rotations/updates.
     8  // +groupName=maps
     9  package encrypt