Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 81 for verifying (0.21 sec)

  1. staging/src/k8s.io/apiserver/pkg/authentication/request/x509/x509.go

    	clientCertificateExpirationHistogram.WithContext(req.Context()).Observe(remaining.Seconds())
    	chains, err := req.TLS.PeerCertificates[0].Verify(optsCopy)
    	if err != nil {
    		return nil, false, fmt.Errorf(
    			"verifying certificate %s failed: %w",
    			certificateIdentifier(req.TLS.PeerCertificates[0]),
    			err,
    		)
    	}
    
    	var errlist []error
    	for _, chain := range chains {
    		user, ok, err := a.user.User(chain)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Aug 18 01:31:22 UTC 2023
    - 10.3K bytes
    - Viewed (0)
  2. src/cmd/go/internal/modfetch/fetch.go

    		zip, err := CachePath(ctx, mod, "zip")
    		if err != nil {
    			base.Fatalf("verifying %v", module.VersionError(mod, err))
    		}
    		err = hashZip(mod, zip, ziphash)
    		if err != nil {
    			base.Fatalf("verifying %v", module.VersionError(mod, err))
    		}
    		return
    	}
    	h := string(data)
    	if !strings.HasPrefix(h, "h1:") {
    		base.Fatalf("verifying %v", module.VersionError(mod, fmt.Errorf("unexpected ziphash: %q", h)))
    	}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 14:56:56 UTC 2024
    - 30.3K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/userguide/reference/gradle_wrapper.adoc

    === Automatically verifying the Gradle Wrapper JAR on GitHub
    
    The link:https://github.com/marketplace/actions/gradle-wrapper-validation[GitHub Action] is released separately from Gradle, so please check its documentation for how to apply it to your project.
    
    === Manually verifying the Gradle Wrapper JAR
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Mar 04 16:15:50 UTC 2024
    - 20.7K bytes
    - Viewed (0)
  4. docs/bucket/replication/setup_3site_replication.sh

    ./mc cp --enc-s3 "sitea/" --quiet /etc/hosts sitea/bucket
    sleep 1
    
    echo "Copying data to source sitea/olockbucket"
    ./mc cp --quiet /etc/hosts sitea/olockbucket
    sleep 1
    
    echo "Verifying the metadata difference between source and target"
    if diff -pruN <(./mc stat --json sitea/bucket/hosts | jq .) <(./mc stat --json siteb/bucket/hosts | jq .) | grep -q 'COMPLETED\|REPLICA'; then
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon May 27 19:17:46 UTC 2024
    - 10.2K bytes
    - Viewed (0)
  5. cluster/gce/windows/smoke-test.sh

    # nodes. Performs checks such as:
    #   1) Verifying that all Windows nodes have status Ready.
    #   2) Verifying that no system pods are attempting to run on Windows nodes.
    #   3) Verifying pairwise connectivity between most of the following: Linux
    #      pods, Windows pods, K8s services, and the Internet.
    #   4) Verifying that basic DNS resolution works in Windows pods.
    #
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 24 07:02:51 UTC 2024
    - 20.6K bytes
    - Viewed (0)
  6. cmd/import-boss/main.go

    	if err != nil {
    		return []error{fmt.Errorf("error finding rules file: %w", err)}
    	}
    	if len(restrictionFiles) == 0 {
    		return nil
    	}
    
    	klog.V(2).Infof("verifying pkg %q (%s)", pkg.PkgPath, pkgDir)
    	var errs []error
    	errs = append(errs, boss.verifyRules(pkg, restrictionFiles)...)
    	errs = append(errs, boss.verifyInverseRules(pkg, restrictionFiles)...)
    	return errs
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 16 12:36:49 UTC 2024
    - 14.7K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/tensorflow/tests/embedding_sequencing.mlir

        return %0 : tensor<i1>
      }
      // Only verify sc_backward. The previous test case verifies everything else.
      // CHECK: func.func private @_func_sc_backward
      // CHECK-NEXT: return
    }
    
    // -----
    // A test verifying too many TPUReplicateMetadataOp ops. Same logic tests too many TPUCompilationResultOp ops.
    module {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Aug 01 21:27:49 UTC 2023
    - 19.1K bytes
    - Viewed (0)
  8. pkg/volume/volume_linux_test.go

    			if err != nil {
    				t.Errorf("for %s error changing ownership with: %v", test.description, err)
    			}
    			err = test.assertFunc(tmpDir)
    			if err != nil {
    				t.Errorf("for %s error verifying permissions with: %v", test.description, err)
    			}
    		})
    	}
    }
    
    // verifyDirectoryPermission checks if given path has directory permissions
    // that is expected by k8s. If returns true if it does otherwise false
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 03 19:34:37 UTC 2023
    - 12.1K bytes
    - Viewed (0)
  9. scripts/docs.py

        readme_path.write_text(new_content, encoding="utf-8")
    
    
    @app.command()
    def verify_readme() -> None:
        """
        Verify README.md content from main index.md
        """
        typer.echo("Verifying README")
        readme_path = Path("README.md")
        generated_content = generate_readme_content()
        readme_content = readme_path.read_text("utf-8")
        if generated_content != readme_content:
            typer.secho(
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Mon Jan 22 19:26:14 UTC 2024
    - 10.9K bytes
    - Viewed (0)
  10. subprojects/core/src/main/java/org/gradle/internal/model/StateTransitionController.java

                    state = state.failed(ExecutionResult.failed(t));
                });
                throw UncheckedException.throwAsUncheckedException(t);
            }
        }
    
        /**
         * Runs the given action, verifying the current state is the expected state.
         * Fails if the current state is not the given state or a previous operation has failed.
         * Blocks until other operations are complete.
         */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 03 03:31:44 UTC 2023
    - 20.9K bytes
    - Viewed (0)
Back to top