Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 159 for pleg (0.06 sec)

  1. pkg/volume/csi/csi_mounter.go

    		if m == mode {
    			return true
    		}
    	}
    	return false
    }
    
    // isDirMounted returns the !notMounted result from IsLikelyNotMountPoint check
    func isDirMounted(plug *csiPlugin, dir string) (bool, error) {
    	mounter := plug.host.GetMounter(plug.GetPluginName())
    	notMnt, err := mounter.IsLikelyNotMountPoint(dir)
    	if err != nil && !os.IsNotExist(err) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jan 30 10:47:59 UTC 2024
    - 21K bytes
    - Viewed (1)
  2. staging/src/k8s.io/apiserver/pkg/apis/apiserver/v1/types.go

    	// Plugins allows specifying a configuration per admission control plugin.
    	// +optional
    	Plugins []AdmissionPluginConfiguration `json:"plugins"`
    }
    
    // AdmissionPluginConfiguration provides the configuration for a single plug-in.
    type AdmissionPluginConfiguration struct {
    	// Name is the name of the admission controller.
    	// It must match the registered admission plugin name.
    	Name string `json:"name"`
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Nov 12 14:05:50 UTC 2019
    - 1.7K bytes
    - Viewed (0)
  3. docs/pt/docs/alternatives.md

    Marshmallow e Webargs fornecem validação, análise e serialização como plug-ins.
    
    Mas a documentação ainda está faltando. Então APISpec foi criado.
    
    APISpec tem plug-ins para muitos frameworks (e tem um plug-in para Starlette também).
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Mar 22 01:42:11 UTC 2024
    - 25.5K bytes
    - Viewed (0)
  4. src/crypto/aes/gcm_amd64.s

    // func gcmAesFinish(productTable *[256]byte, tagMask, T *[16]byte, pLen, dLen uint64)
    TEXT ·gcmAesFinish(SB),NOSPLIT,$0
    #define pTbl DI
    #define tMsk SI
    #define tPtr DX
    #define plen AX
    #define dlen CX
    
    	MOVQ productTable+0(FP), pTbl
    	MOVQ tagMask+8(FP), tMsk
    	MOVQ T+16(FP), tPtr
    	MOVQ pLen+24(FP), plen
    	MOVQ dLen+32(FP), dlen
    
    	MOVOU (tPtr), ACC0
    	MOVOU (tMsk), T2
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 23.4K bytes
    - Viewed (0)
  5. api/maven-api-core/src/main/java/org/apache/maven/api/Packaging.java

    import org.apache.maven.api.annotations.Nonnull;
    import org.apache.maven.api.model.PluginContainer;
    
    /**
     * Interface representing a Maven project packaging.
     * <p>
     * TODO: define how to plug in new packaging definitions using the SPI.
     *   the packaging are currently defined by Maven 3 {@code Provider<LifecycleMapping>}
     *
     * @since 4.0.0
     */
    @Experimental
    @Immutable
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Fri Apr 12 10:50:18 UTC 2024
    - 1.9K bytes
    - Viewed (0)
  6. docs/en/docs/alternatives.md

    Marshmallow and Webargs provide validation, parsing and serialization as plug-ins.
    
    But documentation is still missing. Then APISpec was created.
    
    It is a plug-in for many frameworks (and there's a plug-in for Starlette too).
    
    The way it works is that you write the definition of the schema using YAML format inside the docstring of each function handling a route.
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 23.2K bytes
    - Viewed (0)
  7. pkg/volume/testing/volume_host.go

    	wrapperVolumeName := "wrapped_" + volName
    	if spec.Volume != nil {
    		spec.Volume.Name = wrapperVolumeName
    	}
    	plug, err := f.pluginMgr.FindPluginBySpec(&spec)
    	if err != nil {
    		return nil, err
    	}
    	return plug.NewMounter(&spec, pod, opts)
    }
    
    func (f *fakeVolumeHost) NewWrapperUnmounter(volName string, spec Spec, podUID types.UID) (Unmounter, error) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 11 09:02:45 UTC 2024
    - 16.5K bytes
    - Viewed (0)
  8. docs/tr/docs/features.md

    ### Sınırsız "plug-inler"
    
    Başka bir deyişle, plug-inlere ihtiyacımız yok, import edip direkt olarak kullanmaya başlayabiliriz.
    
    Bütün entegrasyonlar kullanımı kolay olmak üzere (zorunluluklar ile beraber) tasarlandı, sen bir "plug-in" yaratıp 2 satır kod ile, *path operasyonlarında* kullandığımız syntax ve aynı yapı ile koduna entregre edebilirsin.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 11.1K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apiserver/pkg/admission/plugin/webhook/mutating/plugin.go

    	"io"
    
    	"k8s.io/apiserver/pkg/admission"
    	"k8s.io/apiserver/pkg/admission/configuration"
    	"k8s.io/apiserver/pkg/admission/plugin/webhook/generic"
    )
    
    const (
    	// PluginName indicates the name of admission plug-in
    	PluginName = "MutatingAdmissionWebhook"
    )
    
    // Register registers a plugin
    func Register(plugins *admission.Plugins) {
    	plugins.Register(PluginName, func(configFile io.Reader) (admission.Interface, error) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Aug 20 15:11:00 UTC 2019
    - 2.1K bytes
    - Viewed (0)
  10. pkg/kubelet/cm/dra/manager_test.go

    				t.Fatal(err)
    			}
    			defer draServerInfo.teardownFn()
    
    			plg := plugin.NewRegistrationHandler(nil, getFakeNode)
    			if err := plg.RegisterPlugin(test.driverName, draServerInfo.socketName, []string{"1.27"}, pluginClientTimeout); err != nil {
    				t.Fatalf("failed to register plugin %s, err: %v", test.driverName, err)
    			}
    			defer plg.DeRegisterPlugin(test.driverName) // for sake of next tests
    
    			if test.claimInfo != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 03 13:30:29 UTC 2024
    - 42K bytes
    - Viewed (0)
Back to top