Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 70 for bindat (0.34 sec)

  1. src/cmd/go/internal/modload/init.go

    func ModFile() *modfile.File {
    	Init()
    	modFile := MainModules.ModFile(MainModules.mustGetSingleMainModule())
    	if modFile == nil {
    		die()
    	}
    	return modFile
    }
    
    func BinDir() string {
    	Init()
    	if cfg.GOBIN != "" {
    		return cfg.GOBIN
    	}
    	if gopath == "" {
    		return ""
    	}
    	return filepath.Join(gopath, "bin")
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 06 18:36:30 UTC 2024
    - 69.8K bytes
    - Viewed (0)
  2. pkg/printers/internalversion/printers.go

    		{Name: "Name", Type: "string", Format: "name", Description: metav1.ObjectMeta{}.SwaggerDoc()["name"]},
    		{Name: "PolicyName", Type: "string", Description: "PolicyName indicates the policy definition which the policy binding binded to"},
    		{Name: "ParamRef", Type: "string", Description: "ParamRef indicates the param resource which sets the configration param"},
    		{Name: "Age", Type: "string", Description: metav1.ObjectMeta{}.SwaggerDoc()["creationTimestamp"]},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 14:04:15 UTC 2024
    - 128.3K bytes
    - Viewed (0)
  3. pkg/controller/volume/persistentvolume/pv_controller.go

    				if err = checkVolumeSatisfyClaim(volume, claim); err != nil {
    					logger.V(4).Info("Can't bind the claim to volume", "volumeName", volume.Name, "err", err)
    					// send an event
    					msg := fmt.Sprintf("Cannot bind to requested volume %q: %s", volume.Name, err)
    					ctrl.eventRecorder.Event(claim, v1.EventTypeWarning, events.VolumeMismatch, msg)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 08:42:31 UTC 2024
    - 89.2K bytes
    - Viewed (0)
  4. pkg/apis/core/types.go

    	// AzureFile represents an Azure File Service mount on the host and bind mount to the pod.
    	// +optional
    	AzureFile *AzureFilePersistentVolumeSource
    	// VsphereVolume represents a vSphere volume attached and mounted on kubelet's host machine
    	// +optional
    	VsphereVolume *VsphereVirtualDiskVolumeSource
    	// AzureDisk represents an Azure Data Disk mount on the host and bind mount to the pod.
    	// +optional
    	AzureDisk *AzureDiskVolumeSource
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  5. pkg/proxy/ipvs/proxier_test.go

    				Scheduler: "rr",
    				Flags:     utilipvs.FlagHashed,
    			},
    			bindAddr:          true,
    			alreadyBoundAddrs: sets.New[string](),
    		},
    		{
    			// case 8, virtual server address already binded, skip sync
    			oldVirtualServer: &utilipvs.VirtualServer{
    				Address:   netutils.ParseIPSloppy("1.2.3.4"),
    				Protocol:  string(v1.ProtocolSCTP),
    				Port:      53,
    				Scheduler: "rr",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Apr 27 01:31:57 UTC 2024
    - 186.8K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/core/v1/types.go

    const (
    	// used for PersistentVolumes that are not available
    	VolumePending PersistentVolumePhase = "Pending"
    	// used for PersistentVolumes that are not yet bound
    	// Available volumes are held by the binder and matched to PersistentVolumeClaims
    	VolumeAvailable PersistentVolumePhase = "Available"
    	// used for PersistentVolumes that are bound
    	VolumeBound PersistentVolumePhase = "Bound"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"MultiplePackageError.Packages", Field, 4},
    		{"NoGoError", Type, 0},
    		{"NoGoError.Dir", Field, 0},
    		{"Package", Type, 0},
    		{"Package.AllTags", Field, 2},
    		{"Package.BinDir", Field, 0},
    		{"Package.BinaryOnly", Field, 7},
    		{"Package.CFiles", Field, 0},
    		{"Package.CXXFiles", Field, 2},
    		{"Package.CgoCFLAGS", Field, 0},
    		{"Package.CgoCPPFLAGS", Field, 2},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  8. pkg/generated/openapi/zz_generated.openapi.go

    						},
    					},
    					"bindVerb": {
    						SchemaProps: spec.SchemaProps{
    							Description: "Verb for the bind call, empty if not supported. This verb is appended to the URLPrefix when issuing the bind call to extender. If this method is implemented by the extender, it is the extender's responsibility to bind the pod to apiserver. Only one extender can implement this function.",
    							Type:        []string{"string"},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
  9. RELEASE.md

    Ashutosh Hathidara, autoih, Ayushman Kumar, ayushmankumar7, Bairen Yi, Bas
    Aarts, Bastian Eichenberger, Ben Barsdell, bhack, Bharat Raghunathan, Biagio
    Montaruli, Bigcat-Himax, blueyi, Bryan Cutler, Byambaa, Carlos
    Hernandez-Vaquero, Chen Lei, Chris Knorowski, Christian Clauss, chuanqiw,
    CuiYifeng, Daniel Situnayake, Daria Zhuravleva, Dayananda-V, Deven Desai, Devi
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  10. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger.json

              "description": "azureDisk represents an Azure Data Disk mount on the host and bind mount to the pod."
            },
            "azureFile": {
              "$ref": "#/definitions/io.k8s.api.core.v1.AzureFilePersistentVolumeSource",
              "description": "azureFile represents an Azure File Service mount on the host and bind mount to the pod."
            },
            "capacity": {
              "additionalProperties": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 4.5M bytes
    - Viewed (0)
Back to top