Versions in this module Expand all Collapse all v1 v1.7.0 Feb 14, 2023 Changes in this version + var AddToScheme = SchemeBuilder.AddToScheme + var SchemeBuilder = runtime.NewSchemeBuilder(addKnownTypes) + var SchemeGroupVersion = schema.GroupVersion + func Kind(kind string) schema.GroupKind + func Resource(resource string) schema.GroupResource + type RateLimit struct + Spec RateLimitSpec + func (in *RateLimit) DeepCopy() *RateLimit + func (in *RateLimit) DeepCopyInto(out *RateLimit) + func (in *RateLimit) DeepCopyObject() runtime.Object + type RateLimitList struct + Items []RateLimit + func (in *RateLimitList) DeepCopy() *RateLimitList + func (in *RateLimitList) DeepCopyInto(out *RateLimitList) + func (in *RateLimitList) DeepCopyObject() runtime.Object + type RateLimitRule struct + Kind string + Matches []string + Name string + func (in *RateLimitRule) DeepCopy() *RateLimitRule + func (in *RateLimitRule) DeepCopyInto(out *RateLimitRule) + type RateLimitSpec struct + Burst int + Delay *intstr.IntOrString + Destination v1.ObjectReference + Name string + Rate string + Rules []RateLimitRule + Sources []v1.ObjectReference + func (in *RateLimitSpec) DeepCopy() *RateLimitSpec + func (in *RateLimitSpec) DeepCopyInto(out *RateLimitSpec)