Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cache ¶
type Cache interface {
GetService(serviceName string) (*api.Service, error)
GetEndpoints(service *api.Service) (*api.Endpoints, error)
GetTerminatingPods(service *api.Service) ([]*api.Pod, error)
GetPod(podName string) (*api.Pod, error)
GetTLSSecretPath(defaultNamespace, secretName string) (File, error)
GetCASecretPath(defaultNamespace, secretName string) (File, error)
GetDHSecretPath(defaultNamespace, secretName string) (File, error)
GetSecretContent(defaultNamespace, secretName, keyName string) ([]byte, error)
}
Cache ...
Click to show internal directories.
Click to hide internal directories.