Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for GetObjectDefaulter (0.17 sec)

  1. staging/src/k8s.io/apiserver/pkg/admission/util.go

    	return r.ObjectCreater
    }
    func (r *RuntimeObjectInterfaces) GetObjectTyper() runtime.ObjectTyper {
    	return r.ObjectTyper
    }
    func (r *RuntimeObjectInterfaces) GetObjectDefaulter() runtime.ObjectDefaulter {
    	return r.ObjectDefaulter
    }
    func (r *RuntimeObjectInterfaces) GetObjectConvertor() runtime.ObjectConvertor {
    	return r.ObjectConvertor
    }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 28 18:26:06 UTC 2019
    - 1.5K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiserver/pkg/admission/interfaces.go

    	GetObjectCreater() runtime.ObjectCreater
    	// GetObjectTyper is the ObjectTyper appropriate for the requested object.
    	GetObjectTyper() runtime.ObjectTyper
    	// GetObjectDefaulter is the ObjectDefaulter appropriate for the requested object.
    	GetObjectDefaulter() runtime.ObjectDefaulter
    	// GetObjectConvertor is the ObjectConvertor appropriate for the requested object.
    	GetObjectConvertor() runtime.ObjectConvertor
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Oct 28 14:03:18 UTC 2021
    - 8K bytes
    - Viewed (0)
Back to top