Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 20 for varDesc (0.2 sec)

  1. pilot/pkg/leaderelection/k8sleaderelection/leaderelection.go

    //
    // While not required, some method of clock synchronization between nodes in the
    // cluster is highly recommended. It's important to keep in mind when configuring
    // this client that the tolerance to skew rate varies inversely to master
    // availability.
    //
    // Larger clusters often have a more lenient SLA for API latency. This should be
    // taken into account when configuring the client. The rate of leader transitions
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jul 24 04:04:42 UTC 2023
    - 16.3K bytes
    - Viewed (0)
  2. platforms/core-configuration/configuration-cache/src/integTest/groovy/org/gradle/internal/cc/impl/ConfigurationCacheEncryptionIntegrationTest.groovy

            then:
            // since the key is not fully validated until needed, we only get an error when encrypting
            failure.assertHasDescription("Error while encrypting")
            // exception error message varies across JCE implementations, but the exception class is predictable
            containsLine(result.error, matchesRegexp(".*java.security.InvalidKeyException.*"))
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 13K bytes
    - Viewed (0)
  3. cmd/bucket-replication_test.go

    		dsc          ReplicateDecision
    		tgtStatuses  map[string]replication.StatusType
    		expectedSync bool
    	}{
    		{ // Cases 1-4: existing object replication enabled, versioning enabled, no reset - replication status varies
    			// 1: Pending replication
    			name: "existing object replication on object in Pending replication status",
    			info: ObjectInfo{
    				Size:                      100,
    				ReplicationStatusInternal: "arn1:PENDING;",
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Sat Sep 16 09:28:06 UTC 2023
    - 12.2K bytes
    - Viewed (0)
  4. testing/internal-integ-testing/src/main/groovy/org/gradle/test/fixtures/ivy/IvyFileModule.groovy

            sha1File(file)
            postPublish(file)
        }
    
        private String getArtifactContent() {
            // Some content to include in each artifact, so that its size and content varies on each publish
            return (0..publishCount).join("-")
        }
    
        /**
         * Asserts that exactly the given artifacts have been published.
         */
        void assertArtifactsPublished(String... names) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 23.9K bytes
    - Viewed (0)
  5. docs/sts/web-identity.md

    By default, the temporary security credentials created by AssumeRoleWithWebIdentity last for one hour. However, the optional DurationSeconds parameter can be used to specify the validity duration of the generated credentials. This value varies from 900 seconds (15 minutes) up to the maximum session duration of 365 days.
    
    ## Configuring OpenID Identity Provider on MinIO
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jan 18 07:03:17 UTC 2024
    - 19.2K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/docs/userguide/native/building_swift_projects.adoc

    include::sample[dir="snippets/swift/basic/groovy",files="build.gradle[tags=swift-select-target-machines]"]
    ====
    
    [[sec:swift_packaging]]
    == Packaging and publishing
    
    How you package and potentially publish your Swift project varies greatly in the native world.
    Gradle comes with defaults, but custom packaging can be implemented without any issues.
    
     * Executable files are published directly to Maven repositories.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 15.9K bytes
    - Viewed (0)
  7. src/crypto/tls/handshake_messages_test.go

    					// The first three message types (ClientHello,
    					// ServerHello and Finished) are allowed to
    					// have parsable prefixes because the extension
    					// data is optional and the length of the
    					// Finished varies across versions.
    					for j := 0; j < len(marshaled); j++ {
    						if m.unmarshal(marshaled[0:j]) {
    							t.Errorf("#%d unmarshaled a prefix of length %d of %#v", i, j, m1)
    							break
    						}
    					}
    				}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 03:10:12 UTC 2024
    - 15.7K bytes
    - Viewed (0)
  8. testing/internal-integ-testing/src/main/groovy/org/gradle/test/fixtures/maven/AbstractMavenModule.groovy

            }, (byte[]) artifact.content)
            return artifactFile
        }
    
        protected String getArtifactContent() {
            // Some content to include in each artifact, so that its size and content varies on each publish
            return (0..publishCount).join("-")
        }
    
        protected abstract boolean publishesMetaDataFile()
    
        @Override
        MavenModule withModuleMetadata() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 29.4K bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/docs/userguide/native/building_cpp_projects.adoc

    include::sample[dir="snippets/cpp/basic/groovy",files="build.gradle[tags=cpp-select-target-machines]"]
    ====
    
    [[sec:cpp_packaging]]
    == Packaging and publishing
    
    How you package and potentially publish your {cpp} project varies greatly in the native world.
    Gradle comes with defaults, but custom packaging can be implemented without any issues.
    
     * Executable files are published directly to Maven repositories.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 17.3K bytes
    - Viewed (0)
  10. src/time/zoneinfo.go

    // A Location maps time instants to the zone in use at that time.
    // Typically, the Location represents the collection of time offsets
    // in use in a geographical area. For many Locations the time offset varies
    // depending on whether daylight savings time is in use at the time instant.
    //
    // Location is used to provide a time zone in a printed Time value and for
    // calculations involving intervals that may cross daylight savings time
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 04 14:21:30 UTC 2024
    - 18.2K bytes
    - Viewed (0)
Back to top