Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for SchemeForOrDie (0.1 sec)

  1. staging/src/k8s.io/apimachinery/pkg/api/apitesting/codec.go

    }
    
    // InstallFunc mirrors install functions that can return an error
    type InstallFunc func(scheme *runtime.Scheme) error
    
    // SchemeForOrDie builds a simple test scheme and codecfactory pair for easy unit testing from the bare registration methods.
    func SchemeForOrDie(installFns ...InstallFunc) (*runtime.Scheme, runtimeserializer.CodecFactory) {
    	scheme := runtime.NewScheme()
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Aug 01 19:31:12 UTC 2018
    - 3.9K bytes
    - Viewed (0)
Back to top