package constraints
import "k8s.io/apimachinery/pkg/api/validate/constraints"
Index ¶
Types ¶
type Integer ¶
Integer is a constraint that permits any integer type.
type Signed ¶
Signed is a constraint that permits any signed integer type.
type Unsigned ¶
Unsigned is a constraint that permits any unsigned integer type.
Source Files ¶
constraints.go
Tools for package owners.