Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (Client) DescribeCluster ¶ added in v1.0.1
func (Client) GetClusterOidcProvider ¶ added in v1.0.1
func (c Client) GetClusterOidcProvider(clusterOidcIssuerId string) (OidcProvider, error)
type Cluster ¶ added in v1.0.1
type Cluster struct { Arn string Name string Certificate string CreatedAt time.Time Endpoint string OidcIssuer string RoleArn string Status string }
func (Cluster) OidcIssuerFingerprint ¶ added in v1.0.1
func (Cluster) OidcIssuerId ¶ added in v1.0.1
type Event ¶
type Event struct { EventTime time.Time `json:"-"` EventId string `json:"-"` EventSource string `json:"-"` EventName string `json:"-"` UserName string `json:"-"` ErrorCode string `json:"errorCode"` // set when there's error ErrorMessage string `json:"errorMessage"` // set when there's error UserIdentity UserIdentity `json:"userIdentity"` Region string `json:"awsRegion"` SourceIP string `json:"sourceIPAddress"` UserAgent string `json:"userAgent"` RequestParameters RequestParameters `json:"requestParameters"` RequestId string `json:"requestId"` EventType string `json:"eventType"` }
type OidcProvider ¶ added in v1.0.1
type RequestParameters ¶
Click to show internal directories.
Click to hide internal directories.