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.23.15
Published
Dec 8, 2022
Platform
js/wasm
Imports
2 packages
Last checked
11 minutes ago

Tools for package owners.