package util
import "k8s.io/kubernetes/pkg/apis/flowcontrol/util"
Index ¶
Types ¶
type FlowSchemaSequence ¶
type FlowSchemaSequence []*flowcontrol.FlowSchema
FlowSchemaSequence holds sorted set of pointers to FlowSchema objects. FlowSchemaSequence implements `sort.Interface`
func (FlowSchemaSequence) Len ¶
func (s FlowSchemaSequence) Len() int
func (FlowSchemaSequence) Less ¶
func (s FlowSchemaSequence) Less(i, j int) bool
func (FlowSchemaSequence) Swap ¶
func (s FlowSchemaSequence) Swap(i, j int)
Source Files ¶
helpers.go
- Version
- v1.28.0-alpha.0
- Published
- Mar 23, 2023
- Platform
- js/wasm
- Imports
- 2 packages
- Last checked
- 31 seconds ago –
Tools for package owners.