kubernetes/staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/schema/structural.go

type Structural

type StructuralOrBool

type Generic

type Extensions

type ValidationExtensions

type ValueValidation

type NestedValueValidation

type JSON

// DeepCopy creates a deep copy of the wrapped JSON value.
func (j JSON) DeepCopy() JSON {}

// DeepCopyInto creates a deep copy of the wrapped JSON value and stores it in into.
func (j JSON) DeepCopyInto(into *JSON) {}