Documentation
¶
Index ¶
Constants ¶
View Source
const ( L7LogCollectorDeamonsetName = "l7-log-collector" L7CollectorContainerName = "l7-collector" ProxyContainerName = "envoy-proxy" EnvoyLogsVolumeName = "envoy-logs" FelixSync = "felix-sync" EnvoyConfigMapName = "envoy-config" EnvoyConfigMapKey = "envoy-config.yaml" APLName = "application-layer" )
Variables ¶
This section is empty.
Functions ¶
func ApplicationLayer ¶
Types ¶
type Config ¶
type Config struct {
// Required config.
PullSecrets []*corev1.Secret
Installation *operatorv1.InstallationSpec
OsType rmeta.OSType
// Optional config.
LogsEnabled bool
LogRequestsPerInterval *int64
LogIntervalSeconds *int64
// contains filtered or unexported fields
}
Config contains all the config information ApplicationLayer needs to render component.
Click to show internal directories.
Click to hide internal directories.