Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 110 of 228 for Egrave (0.13 sec)

  1. platforms/documentation/docs/src/docs/userguide/running-builds/tutorial/part6_gradle_caching.adoc

    To try out the remote Build Cache, Gradle provides a free link:https://hub.docker.com/r/gradle/build-cache-node[Docker image] for a single remote Build Cache node.
    For production grade deployments, link:https://gradle.com/gradle-enterprise-solutions/build-cache/[Develocity] is recommended.
    
    [.text-right]
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 14 09:28:20 UTC 2024
    - 6.6K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiserver/pkg/registry/generic/registry/store.go

    		return false
    	}
    	if oldMeta.GetDeletionTimestamp() == nil {
    		// don't delete if the existing object hasn't had a delete request made
    		return false
    	}
    	// delete if the existing object has no grace period or a grace period of 0
    	return oldMeta.GetDeletionGracePeriodSeconds() == nil || *oldMeta.GetDeletionGracePeriodSeconds() == 0
    }
    
    // deleteWithoutFinalizers handles deleting an object ignoring its finalizer list.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jan 19 23:22:44 UTC 2024
    - 60.8K bytes
    - Viewed (0)
  3. staging/src/k8s.io/cli-runtime/pkg/resource/helper_test.go

    func V1DeepEqualSafePodSpec() corev1.PodSpec {
    	grace := int64(30)
    	return corev1.PodSpec{
    		RestartPolicy:                 corev1.RestartPolicyAlways,
    		DNSPolicy:                     corev1.DNSClusterFirst,
    		TerminationGracePeriodSeconds: &grace,
    		SecurityContext:               &corev1.PodSecurityContext{},
    	}
    }
    
    func V1DeepEqualSafePodStatus() corev1.PodStatus {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 02 09:47:52 UTC 2023
    - 25.2K bytes
    - Viewed (0)
  4. pkg/apis/resource/validation/validation_resourceclassparameters_test.go

    				parameters := testResourceClassParameters(goodName, goodName, goodFilters)
    				parameters.CreationTimestamp = now
    				return parameters
    			}(),
    		},
    		"deletion-grace-period-seconds": {
    			parameters: func() *resource.ResourceClassParameters {
    				parameters := testResourceClassParameters(goodName, goodName, goodFilters)
    				parameters.DeletionGracePeriodSeconds = ptr.To[int64](10)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 21:21:16 UTC 2024
    - 11.8K bytes
    - Viewed (0)
  5. pkg/kubelet/kubelet_pods_test.go

    		wantErr                 bool
    		expectMetrics           map[string]string
    		expectMetricsAfterRetry map[string]string
    	}{
    		{
    			name:    "missing pod is requested for termination with short grace period",
    			wantErr: false,
    			runtimePods: []*containertest.FakePod{
    				{
    					Pod: runtimePod(staticPod()),
    				},
    			},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 00:05:23 UTC 2024
    - 198.8K bytes
    - Viewed (0)
  6. src/unicode/letter_test.go

    		// Lu: LATIN CAPITAL LETTER A WITH MACRON
    		0x0100,
    		// Ll: LATIN SMALL LETTER A WITH MACRON
    		0x0101,
    		// Lt: LATIN CAPITAL LETTER D WITH SMALL LETTER Z WITH CARON
    		0x01C5,
    		// M: COMBINING GRAVE ACCENT
    		0x0300,
    		// Nd: ARABIC-INDIC DIGIT ZERO
    		0x0660,
    		// P: GREEK QUESTION MARK
    		0x037E,
    		// S: MODIFIER LETTER LEFT ARROWHEAD
    		0x02C2,
    		// Z: OGHAM SPACE MARK
    		0x1680,
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Sep 09 01:46:03 UTC 2023
    - 14.8K bytes
    - Viewed (0)
  7. docs/fr/docs/tutorial/body.md

    * Si le paramètre est déclaré comme ayant pour type un **modèle Pydantic**, il sera interprété comme faisant partie du **corps** de la requête.
    
    !!! note
        **FastAPI** saura que la valeur de `q` n'est pas requise grâce à la valeur par défaut `=None`.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Mar 22 01:42:11 UTC 2024
    - 7.8K bytes
    - Viewed (0)
  8. pkg/apis/resource/validation/validation_resourceclass_test.go

    			}(),
    		},
    		"creation-timestamp": {
    			class: func() *resource.ResourceClass {
    				class := testClass(goodName, goodName)
    				class.CreationTimestamp = now
    				return class
    			}(),
    		},
    		"deletion-grace-period-seconds": {
    			class: func() *resource.ResourceClass {
    				class := testClass(goodName, goodName)
    				class.DeletionGracePeriodSeconds = pointer.Int64(10)
    				return class
    			}(),
    		},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 09:18:10 UTC 2024
    - 10.6K bytes
    - Viewed (0)
  9. platforms/core-runtime/launcher/src/main/java/org/gradle/launcher/daemon/server/DaemonStateCoordinator.java

                    } catch (InterruptedException e) {
                        throw UncheckedException.throwAsUncheckedException(e);
                    }
                }
                LOGGER.debug("Cancel: daemon is still busy after grace period. Will force stop.");
                stopNow("cancel requested but timed out");
                return DaemonStopState.Forced;
            } finally {
                lock.unlock();
            }
        }
    
        @Override
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 29 06:47:38 UTC 2024
    - 17.1K bytes
    - Viewed (0)
  10. staging/src/k8s.io/apiserver/pkg/server/options/encryptionconfig/controller/controller_test.go

    				"does not matter",
    				encryptionconfig.NewDynamicTransformers(
    					encryptionConfiguration.Transformers,
    					encryptionConfiguration.HealthChecks[0],
    					closeTransformers,
    					0, // set grace period to 0 so that the time.Sleep in DynamicTransformers.Set finishes quickly
    				),
    				encryptionConfiguration.EncryptionFileContentHash,
    				"test-apiserver",
    			)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 16.2K bytes
    - Viewed (0)
Back to top