kubernetes/vendor/github.com/onsi/ginkgo/v2/types/deprecation_support.go

type Deprecation

type deprecations

var Deprecations

func (d deprecations) CustomReporter() Deprecation {}

func (d deprecations) Async() Deprecation {}

func (d deprecations) Measure() Deprecation {}

func (d deprecations) ParallelNode() Deprecation {}

func (d deprecations) CurrentGinkgoTestDescription() Deprecation {}

func (d deprecations) Convert() Deprecation {}

func (d deprecations) Blur() Deprecation {}

func (d deprecations) Nodot() Deprecation {}

func (d deprecations) SuppressProgressReporting() Deprecation {}

type DeprecationTracker

func NewDeprecationTracker() *DeprecationTracker {}

func (d *DeprecationTracker) TrackDeprecation(deprecation Deprecation, cl ...CodeLocation) {}

func (d *DeprecationTracker) DidTrackDeprecations() bool {}

func (d *DeprecationTracker) DeprecationsReport() string {}

type SemVer

func (s SemVer) GreaterThanOrEqualTo(o SemVer) bool {}

func ParseSemVer(semver string) SemVer {}