Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 372 for Review (0.11 sec)

  1. pkg/kube/inject/webhook_test.go

    	}
    
    	if skip {
    		pod.ObjectMeta.Annotations[annotation.SidecarInject.Name] = "false"
    	}
    
    	raw, err := json.Marshal(&pod)
    	if err != nil {
    		t.Fatalf("Could not create test pod: %v", err)
    	}
    
    	review := v1beta1.AdmissionReview{
    		TypeMeta: metav1.TypeMeta{
    			Kind:       "AdmissionReview",
    			APIVersion: fmt.Sprintf("admission.k8s.io/%s", apiVersion),
    		},
    		Request: &v1beta1.AdmissionRequest{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jul 17 20:25:52 UTC 2023
    - 39K bytes
    - Viewed (1)
  2. docs/pl/docs/help-fastapi.md

    Uwielbiam czytać w jaki sposób **FastAPI** jest używane, co Ci się w nim podobało, w jakim projekcie/firmie go używasz itp.
    
    ## Głosuj na FastAPI
    
    * <a href="https://www.slant.co/options/34241/~fastapi-review" class="external-link" target="_blank">Głosuj na **FastAPI** w Slant</a>.
    * <a href="https://alternativeto.net/software/fastapi/" class="external-link" target="_blank">Głosuj na **FastAPI** w AlternativeTo</a>.
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 14.9K bytes
    - Viewed (0)
  3. src/cmd/compile/internal/types2/decl.go

    	// Use Typ[Invalid] for the type constraint to ensure that a type
    	// is present even if the actual constraint has not been assigned
    	// yet.
    	// TODO(gri) Need to systematically review all uses of type parameter
    	//           constraints to make sure we don't rely on them if they
    	//           are not properly set yet.
    	tname := NewTypeName(name.Pos(), check.pkg, name.Value, nil)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 19:19:55 UTC 2024
    - 29.6K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiserver/pkg/server/options/authentication.go

    	}
    
    	client, err := s.getClient()
    	if err != nil {
    		return fmt.Errorf("failed to get delegated authentication kubeconfig: %v", err)
    	}
    
    	// configure token review
    	if client != nil {
    		cfg.TokenAccessReviewClient = client.AuthenticationV1()
    	}
    
    	// get the clientCA information
    	clientCASpecified := s.ClientCert != ClientCertAuthenticationOptions{}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 21 14:51:22 UTC 2023
    - 19.9K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiserver/plugin/pkg/authorizer/webhook/webhook.go

    				w.responseCache.Add(string(key), r.Status, w.unauthorizedTTL)
    			}
    		}
    	}
    	switch {
    	case r.Status.Denied && r.Status.Allowed:
    		return authorizer.DecisionDeny, r.Status.Reason, fmt.Errorf("webhook subject access review returned both allow and deny response")
    	case r.Status.Denied:
    		return authorizer.DecisionDeny, r.Status.Reason, nil
    	case r.Status.Allowed:
    		return authorizer.DecisionAllow, r.Status.Reason, nil
    	default:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Mar 04 19:01:15 UTC 2024
    - 18.4K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/tools/go/analysis/doc.go

    can be easily selected, incorporated, and reused in a wide range of
    driver programs including command-line tools (such as vet), text editors and
    IDEs, build and test systems (such as go build, Bazel, or Buck), test
    frameworks, code review tools, code-base indexers (such as SourceGraph),
    documentation viewers (such as godoc), batch pipelines for large code
    bases, and so on.
    
    # Analyzer
    
    The primary type in the API is [Analyzer]. An Analyzer statically
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 03 02:38:00 UTC 2024
    - 13.3K bytes
    - Viewed (0)
  7. CONTRIBUTING.md

    > and you can rely on it after doing initial sanity check and targeted local testing.
    
    ### Submitting Your Change
    
    After you submit your pull request, a Gradle developer will review it. It is normal for this to take several iterations, so don't get discouraged by change requests. They ensure the high quality that we all enjoy.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 31 01:39:23 UTC 2024
    - 15.7K bytes
    - Viewed (0)
  8. operator/README.md

    The following command generates the manifests and applies them in the correct dependency order, waiting for the
    dependencies to have the needed CRDs available:
    
    ```bash
    istioctl install
    ```
    
    #### Review the values of a configuration profile
    
    The following commands show the values of a configuration profile:
    
    ```bash
    # show available profiles
    istioctl profile list
    
    # show the values in demo profile
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Sep 17 08:27:52 UTC 2023
    - 17.5K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/conversion/webhook_converter.go

    					UID:               requestUID,
    				},
    				Response: &v1.ConversionResponse{},
    			}, &v1.ConversionReview{}, nil
    		}
    	}
    	return nil, nil, fmt.Errorf("no supported conversion review versions")
    }
    
    func getRawExtensionObject(rx runtime.RawExtension) (runtime.Object, error) {
    	if rx.Object != nil {
    		return rx.Object, nil
    	}
    	u := unstructured.Unstructured{}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 07 19:37:55 UTC 2023
    - 20.6K bytes
    - Viewed (0)
  10. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/verification/DependencyVerificationSignatureWriteIntegTest.groovy

    </verification-metadata>
    """
            and:
            output.contains("""A verification file was generated but some problems were discovered:
       - some keys couldn't be downloaded. They were automatically added as ignored keys but you should review if this is acceptable. Look for entries with the following comment: Key couldn't be downloaded from any key server
    """)
        }
    
        def "warns if a signature failed"() {
            createMetadataFile {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Feb 02 07:31:22 UTC 2024
    - 29.5K bytes
    - Viewed (0)
Back to top