Documentation
¶
Overview ¶
Package lister offers a service to retrieve credentials for an organization.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsInvalidConfig ¶
IsInvalidConfig asserts invalidConfigError.
Types ¶
type Config ¶
type Config struct {
K8sClient kubernetes.Interface
Logger micrologger.Logger
}
Config is the service configuration data structure.
type Request ¶
type Request struct {
Organization string
}
Request is the request the lister service expects.
type Response ¶
type Response struct {
ID string
Provider string
AWS ResponseAWS
Azure ResponseAzure
}
Response is the response data structure our lister service will return.
type ResponseAWS ¶
type ResponseAWS struct {
Roles ResponseAWSRoles
}
type ResponseAWSRoles ¶
type ResponseAzure ¶
Click to show internal directories.
Click to hide internal directories.