NAME

IO::K8s::Cilium::V2alpha1::AccessLogs - AccessLogs defines an Envoy access log configuration, including its output format and the generated proxy components that should emit it.

VERSION

version 1.108

format

Format specifies the access log output format.

json

JSON maps access log field names to Envoy command operators. It is used when Format is "JSON". For available format specifiers, see the Envoy documentation: - https://www.envoyproxy.io/docs/envoy/latest/configuration/observability/access_log/usage Note: Always refer to the documentation matching the specific Envoy version you are running. The following Cilium-specific formatters are also supported: - %CILIUM_GATEWAY_NAME% -- replaced with the Gateway resource name. - %CILIUM_GATEWAY_NAMESPACE% -- replaced with the Gateway resource namespace.

targets

Targets specifies the generated Envoy proxy components where access logs are emitted. If omitted, access logs are emitted for HTTP traffic only. HTTP targets Envoy HTTP connection managers. TCP targets Envoy TCP proxies, including TLS passthrough.

text

Text specifies the Envoy access log format string. It is used when Format is "Text". For available format specifiers, see the Envoy documentation: - https://www.envoyproxy.io/docs/envoy/latest/configuration/observability/access_log/usage Note: Always refer to the documentation matching the specific Envoy version you are running. The following Cilium-specific formatters are also supported: - %CILIUM_GATEWAY_NAME% -- replaced with the Gateway resource name. - %CILIUM_GATEWAY_NAMESPACE% -- replaced with the Gateway resource namespace.

SUPPORT

Issues

Please report bugs and feature requests on GitHub at https://github.com/pplu/io-k8s-p5/issues.

CONTRIBUTING

Contributions are welcome! Please fork the repository and submit a pull request.

AUTHORS

  • Torsten Raudssus <getty@cpan.org>

  • Jose Luis Martinez Torres <jlmartin@cpan.org>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2018-2026 by Jose Luis Martinez Torres <jlmartin@cpan.org>.

This is free software, licensed under:

The Apache License, Version 2.0, January 2004