Commit 6149be16 authored by Heinrich Lee Yu's avatar Heinrich Lee Yu

Merge branch 'pl-full-qualify-podlogs-base-service' into 'master'

Use full qualified class name in pod logs services

See merge request gitlab-org/gitlab!27043
parents 2faebe2c 5f360423
# frozen_string_literal: true
module PodLogs
class ElasticsearchService < BaseService
class ElasticsearchService < PodLogs::BaseService
steps :check_arguments,
:check_param_lengths,
:get_raw_pods,
......
# frozen_string_literal: true
module PodLogs
class KubernetesService < BaseService
class KubernetesService < PodLogs::BaseService
LOGS_LIMIT = 500.freeze
REPLACEMENT_CHAR = "\u{FFFD}"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment