Skip to content

Commit

Permalink
Attempting to match the experimental API structure that dprotaso made…
Browse files Browse the repository at this point in the history
  • Loading branch information
ericdbishop committed Feb 13, 2025
1 parent 3768910 commit e1dcdad
Show file tree
Hide file tree
Showing 47 changed files with 5,296 additions and 476 deletions.
61 changes: 0 additions & 61 deletions apis/applyconfiguration/internal/internal.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 0 additions & 8 deletions apis/applyconfiguration/utils.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

218 changes: 0 additions & 218 deletions apis/openapi/zz_generated.openapi.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 0 additions & 15 deletions apis/v1alpha2/shared_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -389,18 +389,3 @@ const (
// SessionPersistence.
// +k8s:deepcopy-gen=false
type SessionPersistence = v1.SessionPersistence

// RequestRate expresses a rate of requests over a given period of time.
type RequestRate struct {
// Count specifies the number of requests per time interval.
//
// Support: Extended
// +kubebuilder:validation:Minimum=0
Count *int `json:"count,omitempty"`

// Interval specifies the divisor of the rate of requests, the amount of
// time during which the given count of requests occur.
//
// Support: Extended
Interval *Duration `json:"interval,omitempty"`
}
Loading

0 comments on commit e1dcdad

Please sign in to comment.