Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for resourceToKind (0.25 sec)

  1. staging/src/k8s.io/apimachinery/pkg/api/meta/restmapper.go

    	pluralToSingular := make(map[schema.GroupVersionResource]schema.GroupVersionResource)
    	// TODO: verify name mappings work correctly when versions differ
    
    	return &DefaultRESTMapper{
    		resourceToKind:       resourceToKind,
    		kindToPluralResource: kindToPluralResource,
    		kindToScope:          kindToScope,
    		defaultGroupVersions: defaultGroupVersions,
    		singularToPlural:     singularToPlural,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Nov 17 01:55:47 UTC 2021
    - 16.1K bytes
    - Viewed (0)
Back to top