kubernetes/vendor/github.com/onsi/ginkgo/v2/decorator_dsl.go

type Offset

type FlakeAttempts

type MustPassRepeatedly

const Focus

const Pending

const Serial

const Ordered

const ContinueOnFailure

const OncePerOrdered

/*
Label decorates specs with Labels.  Multiple labels can be passed to Label and these can be arbitrary strings but must not include the following characters: "&|!,()/".
Labels can be applied to container and subject nodes, but not setup nodes.  You can provide multiple Labels to a given node and a spec's labels is the union of all labels in its node hierarchy.

You can learn more here: https://onsi.github.io/ginkgo/#spec-labels
You can learn more about decorators here: https://onsi.github.io/ginkgo/#decorator-reference
*/
func Label(labels ...string) Labels {}

type Labels

type PollProgressAfter

type PollProgressInterval

type NodeTimeout

type SpecTimeout

type GracePeriod

const SuppressProgressReporting