Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for Grappler (0.26 sec)

  1. ChangeLog.md

    - [`KT-65411`](https://youtrack.jetbrains.com/issue/KT-65411) Kotlin/Wasm: Boolean boxed instances are not the same
    - [`KT-65713`](https://youtrack.jetbrains.com/issue/KT-65713) Kotlin/Wasm generates a wrapper that cannot run in Deno
    - [`KT-63939`](https://youtrack.jetbrains.com/issue/KT-63939) Kotlin/Wasm Support lazy associated object initialisation
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Mon May 27 17:14:23 UTC 2024
    - 292.1K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    	"":          "PersistentVolumeClaimVolumeSource references the user's PVC in the same namespace. This volume finds the bound PV and mounts that volume for the pod. A PersistentVolumeClaimVolumeSource is, essentially, a wrapper around another type of volume that is owned by someone else (the system).",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
  3. src/cmd/compile/internal/ssagen/ssa.go

    }
    
    // AbiForBodylessFuncStackMap returns the ABI for a bodyless function's stack map.
    // This is not necessarily the ABI used to call it.
    // Currently (1.17 dev) such a stack map is always ABI0;
    // any ABI wrapper that is present is nosplit, hence a precise
    // stack map is not needed there (the parameters survive only long
    // enough to call the wrapped assembly function).
    // This always returns a freshly copied ABI.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 284.9K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/core/v1/generated.proto

    }
    
    // PersistentVolumeClaimVolumeSource references the user's PVC in the same namespace.
    // This volume finds the bound PV and mounts that volume for the pod. A
    // PersistentVolumeClaimVolumeSource is, essentially, a wrapper around another
    // type of volume that is owned by someone else (the system).
    message PersistentVolumeClaimVolumeSource {
      // claimName is the name of a PersistentVolumeClaim in the same namespace as the pod using this volume.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 280.3K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/core/v1/types.go

    }
    
    // PersistentVolumeClaimVolumeSource references the user's PVC in the same namespace.
    // This volume finds the bound PV and mounts that volume for the pod. A
    // PersistentVolumeClaimVolumeSource is, essentially, a wrapper around another
    // type of volume that is owned by someone else (the system).
    type PersistentVolumeClaimVolumeSource struct {
    	// claimName is the name of a PersistentVolumeClaim in the same namespace as the pod using this volume.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
  6. api/openapi-spec/v3/apis__batch__v1_openapi.json

            "description": "PersistentVolumeClaimVolumeSource references the user's PVC in the same namespace. This volume finds the bound PV and mounts that volume for the pod. A PersistentVolumeClaimVolumeSource is, essentially, a wrapper around another type of volume that is owned by someone else (the system).",
            "properties": {
              "claimName": {
                "default": "",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 485.4K bytes
    - Viewed (0)
  7. pkg/apis/core/types.go

    	// +featureGate=DynamicResourceAllocation
    	// +optional
    	ResourceClaimStatuses []PodResourceClaimStatus
    }
    
    // +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
    
    // PodStatusResult is a wrapper for PodStatus returned by kubelet that can be encode/decoded
    type PodStatusResult struct {
    	metav1.TypeMeta
    	// +optional
    	metav1.ObjectMeta
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  8. pkg/registry/core/service/storage/storage_test.go

    	al, err := portallocator.NewInMemory(ports)
    	if err != nil {
    		panic(fmt.Sprintf("error creating port allocator: %v", err))
    	}
    	return al
    }
    
    // wrapperRESTForTests is a *trivial* wrapper for the real REST, which allows us to do
    // things that are specifically to enhance test safety.
    type wrapperRESTForTests struct {
    	*REST
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 440.2K bytes
    - Viewed (0)
Back to top