github.com/cilium/cilium@v1.16.2/operator/pkg/model/doc.go (about)

     1  // SPDX-License-Identifier: Apache-2.0
     2  // Copyright Authors of Cilium
     3  
     4  // Package model contains a data model for translations from upstream Kubernetes
     5  // resources to Cilium Kubernetes resources.
     6  //
     7  // Initially, used for Ingress to CiliumEnvoyConfig translation to enable
     8  // shared load balancing, but will be used for other things in the future
     9  // (such as Gateway API support).
    10  package model