github.com/cilium/cilium@v1.16.2/operator/pkg/model/ingestion/doc.go (about) 1 // SPDX-License-Identifier: Apache-2.0 2 // Copyright Authors of Cilium 3 4 // Package ingestion holds functions that translate from 5 // Kubernetes resources into Listener types for storage 6 // in the model. 7 package ingestion 8 9 import ( 10 "github.com/cilium/cilium/pkg/logging" 11 "github.com/cilium/cilium/pkg/logging/logfields" 12 ) 13 14 var log = logging.DefaultLogger.WithField(logfields.LogSubsys, "ingestion")