|
1 | 1 | apiVersion: v1 |
2 | 2 | entries: |
3 | 3 | cilium: |
| 4 | + - annotations: |
| 5 | + artifacthub.io/crds: "- kind: CiliumNetworkPolicy\n version: v2\n name: ciliumnetworkpolicies.cilium.io\n |
| 6 | + \ displayName: Cilium Network Policy\n description: |\n Cilium Network |
| 7 | + Policies provide additional functionality beyond what\n is provided by |
| 8 | + standard Kubernetes NetworkPolicy such as the ability\n to allow traffic |
| 9 | + based on FQDNs, or to filter at Layer 7.\n- kind: CiliumClusterwideNetworkPolicy\n |
| 10 | + \ version: v2\n name: ciliumclusterwidenetworkpolicies.cilium.io\n displayName: |
| 11 | + Cilium Clusterwide Network Policy\n description: |\n Cilium Clusterwide |
| 12 | + Network Policies support configuring network traffic\n policiies across |
| 13 | + the entire cluster, including applying node firewalls.\n- kind: CiliumLocalRedirectPolicy\n |
| 14 | + \ version: v2\n name: ciliumlocalredirectpolicies.cilium.io\n displayName: |
| 15 | + Cilium Local Redirect Policy\n description: |\n Cilium Local Redirect |
| 16 | + Policy allows local redirects to be configured\n within a node to support |
| 17 | + use cases like Node-Local DNS.\n- kind: CiliumNode\n version: v2\n name: |
| 18 | + ciliumnodes.cilium.io\n displayName: Cilium Node\n description: |\n Cilium |
| 19 | + Node represents a node managed by Cilium. It contains a\n specification |
| 20 | + to control various node specific configuration aspects\n and a status section |
| 21 | + to represent the status of the node.\n- kind: CiliumIdentity\n version: v2\n |
| 22 | + \ name: ciliumidentities.cilium.io\n displayName: Cilium Identity\n description: |
| 23 | + |\n Cilium Identity allows introspection into security identities that\n |
| 24 | + \ Cilium allocates which identify sets of labels that are assigned to\n |
| 25 | + \ individual endpoints in the cluster.\n- kind: CiliumEndpoint\n version: |
| 26 | + v2\n name: ciliumendpoints.cilium.io\n displayName: Cilium Endpoint\n description: |
| 27 | + |\n Cilium Endpoint represents the status of individual pods or nodes in\n |
| 28 | + \ the cluster which are managed by Cilium, including enforcement status,\n |
| 29 | + \ IP addressing and whether the networking is successfully operational.\n- |
| 30 | + kind: CiliumEndpointSlice\n version: v2alpha1\n name: ciliumendpointslices.cilium.io\n |
| 31 | + \ displayName: Cilium Endpoint Slice\n description: |\n Cilium Endpoint |
| 32 | + Slice represents the status of groups of pods or nodes\n in the cluster |
| 33 | + which are managed by Cilium, including enforcement status,\n IP addressing |
| 34 | + and whether the networking is successfully operational.\n- kind: CiliumEgressGatewayPolicy\n |
| 35 | + \ version: v2\n name: ciliumegressgatewaypolicies.cilium.io\n displayName: |
| 36 | + Cilium Egress Gateway Policy\n description: |\n Cilium Egress Gateway |
| 37 | + Policy provides control over the way that traffic\n leaves the cluster |
| 38 | + and which source addresses to use for that traffic.\n- kind: CiliumClusterwideEnvoyConfig\n |
| 39 | + \ version: v2\n name: ciliumclusterwideenvoyconfigs.cilium.io\n displayName: |
| 40 | + Cilium Clusterwide Envoy Config\n description: |\n Cilium Clusterwide |
| 41 | + Envoy Config specifies Envoy resources and K8s service mappings\n to be |
| 42 | + provisioned into Cilium host proxy instances in cluster context.\n- kind: |
| 43 | + CiliumEnvoyConfig\n version: v2\n name: ciliumenvoyconfigs.cilium.io\n displayName: |
| 44 | + Cilium Envoy Config\n description: |\n Cilium Envoy Config specifies Envoy |
| 45 | + resources and K8s service mappings\n to be provisioned into Cilium host |
| 46 | + proxy instances in namespace context.\n- kind: CiliumNodeConfig\n version: |
| 47 | + v2\n name: ciliumnodeconfigs.cilium.io\n displayName: Cilium Node Configuration\n |
| 48 | + \ description: |\n CiliumNodeConfig is a list of configuration key-value |
| 49 | + pairs. It is applied to\n nodes indicated by a label selector.\n- kind: |
| 50 | + CiliumBGPClusterConfig\n version: v2alpha1\n name: ciliumbgpclusterconfigs.cilium.io\n |
| 51 | + \ displayName: Cilium BGP Cluster Config\n description: |\n Cilium BGP |
| 52 | + Cluster Config instructs Cilium operator to create specific BGP cluster\n |
| 53 | + \ configurations.\n- kind: CiliumBGPPeerConfig\n version: v2alpha1\n name: |
| 54 | + ciliumbgppeerconfigs.cilium.io\n displayName: Cilium BGP Peer Config\n description: |
| 55 | + |\n CiliumBGPPeerConfig is a common set of BGP peer configurations. It |
| 56 | + can be referenced \n by multiple peers from CiliumBGPClusterConfig.\n- |
| 57 | + kind: CiliumBGPAdvertisement\n version: v2alpha1\n name: ciliumbgpadvertisements.cilium.io\n |
| 58 | + \ displayName: Cilium BGP Advertisement\n description: |\n CiliumBGPAdvertisement |
| 59 | + is used to define source of BGP advertisement as well as BGP attributes \n |
| 60 | + \ to be advertised with those prefixes.\n- kind: CiliumBGPNodeConfig\n version: |
| 61 | + v2alpha1\n name: ciliumbgpnodeconfigs.cilium.io\n displayName: Cilium BGP |
| 62 | + Node Config\n description: |\n CiliumBGPNodeConfig is read only node specific |
| 63 | + BGP configuration. It is constructed by Cilium operator.\n It will also |
| 64 | + contain node local BGP state information.\n- kind: CiliumBGPNodeConfigOverride\n |
| 65 | + \ version: v2alpha1\n name: ciliumbgpnodeconfigoverrides.cilium.io\n displayName: |
| 66 | + Cilium BGP Node Config Override\n description: |\n CiliumBGPNodeConfigOverride |
| 67 | + can be used to override node specific BGP configuration.\n- kind: CiliumLoadBalancerIPPool\n |
| 68 | + \ version: v2\n name: ciliumloadbalancerippools.cilium.io\n displayName: |
| 69 | + Cilium Load Balancer IP Pool\n description: |\n Defining a Cilium Load |
| 70 | + Balancer IP Pool instructs Cilium to assign IPs to LoadBalancer Services.\n- |
| 71 | + kind: CiliumCIDRGroup\n version: v2alpha1\n name: ciliumcidrgroups.cilium.io\n |
| 72 | + \ displayName: Cilium CIDR Group\n description: |\n CiliumCIDRGroup is |
| 73 | + a list of CIDRs that can be referenced as a single entity from CiliumNetworkPolicies.\n- |
| 74 | + kind: CiliumL2AnnouncementPolicy\n version: v2alpha1\n name: ciliuml2announcementpolicies.cilium.io\n |
| 75 | + \ displayName: Cilium L2 Announcement Policy\n description: |\n CiliumL2AnnouncementPolicy |
| 76 | + is a policy which determines which service IPs will be announced to\n the |
| 77 | + local area network, by which nodes, and via which interfaces.\n- kind: CiliumPodIPPool\n |
| 78 | + \ version: v2alpha1\n name: ciliumpodippools.cilium.io\n displayName: Cilium |
| 79 | + Pod IP Pool\n description: |\n CiliumPodIPPool defines an IP pool that |
| 80 | + can be used for pooled IPAM (i.e. the multi-pool IPAM mode).\n- kind: CiliumGatewayClassConfig\n |
| 81 | + \ version: v2alpha1\n name: ciliumgatewayclassconfigs.cilium.io\n displayName: |
| 82 | + Cilium Gateway Class Config\n description: |\n CiliumGatewayClassConfig |
| 83 | + defines a configuration for Gateway API GatewayClass.\n" |
| 84 | + apiVersion: v2 |
| 85 | + appVersion: 1.19.0-rc.0 |
| 86 | + created: "2026-01-15T02:46:29.656719201Z" |
| 87 | + description: eBPF-based Networking, Security, and Observability |
| 88 | + digest: 0776093b4ad8353a84be0a19f3e7a3cc1da1a08f87eea2beed9e6d83d9690881 |
| 89 | + home: https://cilium.io/ |
| 90 | + icon: https://cdn.jsdelivr.net/gh/cilium/cilium@main/Documentation/images/logo-solo.svg |
| 91 | + keywords: |
| 92 | + - BPF |
| 93 | + - eBPF |
| 94 | + - Kubernetes |
| 95 | + - Networking |
| 96 | + - Security |
| 97 | + - Observability |
| 98 | + - Troubleshooting |
| 99 | + kubeVersion: '>= 1.21.0-0' |
| 100 | + name: cilium |
| 101 | + sources: |
| 102 | + - https://github.com/cilium/cilium |
| 103 | + urls: |
| 104 | + - cilium-1.19.0-rc.0.tgz |
| 105 | + version: 1.19.0-rc.0 |
4 | 106 | - annotations: |
5 | 107 | artifacthub.io/crds: "- kind: CiliumNetworkPolicy\n version: v2\n name: ciliumnetworkpolicies.cilium.io\n |
6 | 108 | \ displayName: Cilium Network Policy\n description: |\n Cilium Network |
@@ -27383,4 +27485,4 @@ entries: |
27383 | 27485 | urls: |
27384 | 27486 | - tetragon-0.8.0.tgz |
27385 | 27487 | version: 0.8.0 |
27386 | | -generated: "2026-01-13T12:27:17.453687717Z" |
| 27488 | +generated: "2026-01-15T02:46:29.643925988Z" |
0 commit comments