Versions in this module Expand all Collapse all v0 v0.0.1 Jul 5, 2023retracted Changes in this version + const RemovedInReleaseLabel + var AddToScheme = schemeBuilder.AddToScheme + var GroupName = "apiserver.openshift.io" + var GroupVersion = schema.GroupVersion + var Install = schemeBuilder.AddToScheme + var SchemeGroupVersion = GroupVersion + func Resource(resource string) schema.GroupResource + type APIRequestCount struct + Spec APIRequestCountSpec + Status APIRequestCountStatus + func (APIRequestCount) SwaggerDoc() map[string]string + func (in *APIRequestCount) DeepCopy() *APIRequestCount + func (in *APIRequestCount) DeepCopyInto(out *APIRequestCount) + func (in *APIRequestCount) DeepCopyObject() runtime.Object + type APIRequestCountList struct + Items []APIRequestCount + func (APIRequestCountList) SwaggerDoc() map[string]string + func (in *APIRequestCountList) DeepCopy() *APIRequestCountList + func (in *APIRequestCountList) DeepCopyInto(out *APIRequestCountList) + func (in *APIRequestCountList) DeepCopyObject() runtime.Object + type APIRequestCountSpec struct + NumberOfUsersToReport int64 + func (APIRequestCountSpec) SwaggerDoc() map[string]string + func (in *APIRequestCountSpec) DeepCopy() *APIRequestCountSpec + func (in *APIRequestCountSpec) DeepCopyInto(out *APIRequestCountSpec) + type APIRequestCountStatus struct + Conditions []metav1.Condition + CurrentHour PerResourceAPIRequestLog + Last24h []PerResourceAPIRequestLog + RemovedInRelease string + RequestCount int64 + func (APIRequestCountStatus) SwaggerDoc() map[string]string + func (in *APIRequestCountStatus) DeepCopy() *APIRequestCountStatus + func (in *APIRequestCountStatus) DeepCopyInto(out *APIRequestCountStatus) + type PerNodeAPIRequestLog struct + ByUser []PerUserAPIRequestCount + NodeName string + RequestCount int64 + func (PerNodeAPIRequestLog) SwaggerDoc() map[string]string + func (in *PerNodeAPIRequestLog) DeepCopy() *PerNodeAPIRequestLog + func (in *PerNodeAPIRequestLog) DeepCopyInto(out *PerNodeAPIRequestLog) + type PerResourceAPIRequestLog struct + ByNode []PerNodeAPIRequestLog + RequestCount int64 + func (PerResourceAPIRequestLog) SwaggerDoc() map[string]string + func (in *PerResourceAPIRequestLog) DeepCopy() *PerResourceAPIRequestLog + func (in *PerResourceAPIRequestLog) DeepCopyInto(out *PerResourceAPIRequestLog) + type PerUserAPIRequestCount struct + ByVerb []PerVerbAPIRequestCount + RequestCount int64 + UserAgent string + UserName string + func (PerUserAPIRequestCount) SwaggerDoc() map[string]string + func (in *PerUserAPIRequestCount) DeepCopy() *PerUserAPIRequestCount + func (in *PerUserAPIRequestCount) DeepCopyInto(out *PerUserAPIRequestCount) + type PerVerbAPIRequestCount struct + RequestCount int64 + Verb string + func (PerVerbAPIRequestCount) SwaggerDoc() map[string]string + func (in *PerVerbAPIRequestCount) DeepCopy() *PerVerbAPIRequestCount + func (in *PerVerbAPIRequestCount) DeepCopyInto(out *PerVerbAPIRequestCount)