Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for returnUnknownFieldPaths (0.27 sec)

  1. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/schema/objectmeta/algorithm.go

    	DropInvalidFields bool
    	// ReturnUnknownFieldPaths will return the paths to fields that are not
    	// recognized as part of the schema.
    	ReturnUnknownFieldPaths bool
    }
    
    // Coerce checks types of embedded ObjectMeta and TypeMeta and prunes unknown fields inside the former.
    // It does coerce ObjectMeta and TypeMeta at the root if isResourceRoot is true.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jul 18 14:55:12 UTC 2022
    - 5.1K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/schema/objectmeta/coerce.go

    	// but of an invalid type (i.e. cause an error when unmarshaling, rather
    	// than being dropped or causing a strictErr).
    	DropMalformedFields bool
    	// ReturnUnknownFieldPaths will return the paths to fields that are not
    	// recognized as part of the schema.
    	ReturnUnknownFieldPaths bool
    	// ParentPath provides the current path up to the given ObjectMeta.
    	// If nil, the metadata is assumed to be at the root of the object.
    	ParentPath *field.Path
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jul 18 14:55:12 UTC 2022
    - 5.4K bytes
    - Viewed (0)
Back to top