Versions in this module Expand all Collapse all v0 v0.16.0 Dec 31, 2020 Changes in this version + func List(client *gophercloud.ServiceClient, opts ListOptsBuilder) pagination.Pager + type Event struct + Action string + Cluster string + ClusterID string + ID string + Level string + Metadata map[string]interface{} + OID string + OName string + OType string + Project string + Status string + StatusReason string + Timestamp time.Time + User string + func ExtractEvents(r pagination.Page) ([]Event, error) + type EventPage struct + func (r EventPage) IsEmpty() (bool, error) + type GetResult struct + func Get(client *gophercloud.ServiceClient, id string) (r GetResult) + func (r GetResult) Extract() (*Event, error) + type ListOpts struct + Action string + ClusterID string + GlobalProject *bool + Level int + Limit int + Marker string + OID string + OName string + OType string + Sort string + func (opts ListOpts) ToEventListQuery() (string, error) + type ListOptsBuilder interface + ToEventListQuery func() (string, error)