internal/k8sCommon/k8sclient/endpoint_info.go (6 lines of code) (raw):
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: MIT
package k8sclient
type endpointInfo struct {
name string //service name
namespace string //namespace name
podKeyList []string
}