Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 497 for Review (0.17 sec)

  1. staging/src/k8s.io/api/testdata/README.md

    The detailed diff from the test failure should be included in the commit message, along with a reference
    to the change that caused the failure. Updates to these files is exceptional, and requires extremely close review
    to ensure we are not breaking backwards compatibility with serialized data from previous releases.
    
    To see the diff between the original JSON/YAML data and the `...after_roundtrip...` files:
    
    ```sh
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:52 UTC 2024
    - 5.2K bytes
    - Viewed (0)
  2. hack/verify-shellcheck.sh

    fi
    
    # print a message based on the result
    if [ $res -eq 0 ]; then
      echo 'Congratulations! All shell files are passing lint :-)'
    else
      {
        echo
        echo 'Please review the above warnings. You can test via "./hack/verify-shellcheck.sh"'
        echo 'If the above warnings do not make sense, you can exempt this warning with a comment'
        echo ' (if your reviewer is okay with it).'
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:07:05 UTC 2024
    - 4.9K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiserver/pkg/server/hooks.go

    //  4. API server access **BEFORE** your hook has completed
    //
    // Think of it like a mini-controller that is super privileged and gets to run in-process
    // If you use this feature, tag @deads2k on github who has promised to review code for anyone's PostStartHook
    // until it becomes easier to use.
    type PostStartHookFunc func(context PostStartHookContext) error
    
    // PreShutdownHookFunc is a function that can be added to the shutdown logic.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 29 18:59:21 UTC 2024
    - 8K bytes
    - Viewed (0)
  4. docs/de/docs/fastapi-people.md

    * Pull Requests überprüfen (Review), [besonders wichtig für Übersetzungen](contributing.md#ubersetzungen){.internal-link target=_blank}.
    
    Eine Runde Applaus für sie. 👏 🙇
    
    ## Aktivste Benutzer im letzten Monat
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat Mar 30 18:10:01 UTC 2024
    - 6.8K bytes
    - Viewed (0)
  5. docs/fr/docs/fastapi-people.md

    * [Créent des Pull Requests](help-fastapi.md#creer-une-pull-request){.internal-link target=_blank}.
    * Review les Pull Requests, [particulièrement important pour les traductions](contributing.md#traductions){.internal-link target=_blank}.
    
    Une salve d'applaudissements pour eux. 👏 🙇
    
    ## Utilisateurs les plus actifs le mois dernier
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 6.9K bytes
    - Viewed (0)
  6. OWNERS_ALIASES

        - ncdc
        - tallclair
        - mwielgus
        - soltysh
        - jsafrane
        - dims
        - cici37
      # api-reviewers targeted by sig area
      # see https://git.k8s.io/community/sig-architecture/api-review-process.md#training-reviews
      sig-api-machinery-api-reviewers:
        - caesarxuchao
        - deads2k
        - jpbetz
        - sttts
        - cici37
      sig-apps-api-reviewers:
        - janetkuo
        - kow3ns
        - soltysh
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 20 23:08:03 UTC 2024
    - 11.3K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/admission/v1/generated.proto

      // Warnings over 256 characters and large numbers of warnings may be truncated.
      // +optional
      repeated string warnings = 7;
    }
    
    // AdmissionReview describes an admission review request/response.
    message AdmissionReview {
      // Request describes the attributes for the admission request.
      // +optional
      optional AdmissionRequest request = 1;
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 8.1K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/admission/v1beta1/generated.proto

      // Warnings over 256 characters and large numbers of warnings may be truncated.
      // +optional
      repeated string warnings = 7;
    }
    
    // AdmissionReview describes an admission review request/response.
    message AdmissionReview {
      // Request describes the attributes for the admission request.
      // +optional
      optional AdmissionRequest request = 1;
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 8.1K bytes
    - Viewed (0)
  9. docs/en/docs/advanced/security/oauth2-scopes.md

            Prefer to use the `Annotated` version if possible.
    
        ```Python hl_lines="2  5  9  13  47  65  106  108-116  122-125  129-135  140  156"
        {!> ../../../docs_src/security/tutorial005.py!}
        ```
    
    Now let's review those changes step by step.
    
    ## OAuth2 Security scheme
    
    The first change is that now we are declaring the OAuth2 security scheme with two available scopes, `me` and `items`.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Mon May 20 17:37:28 UTC 2024
    - 20.5K bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/docs/userguide/reference/ci-systems/teamcity.adoc

    image::ci-systems/teamcity-step-upd.png[]
    
    TeamCity will start the build and you’ll be able to view the build progress
    by clicking _Build Configuration Home_.
    When the build is finished, you can review the build results by clicking the build number link:
    
    image::ci-systems/teamcity-results.png[]
    
    You can view the tests right here in TeamCity:
    
    image::ci-systems/teamcity-tests.png[]
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Feb 05 18:33:11 UTC 2024
    - 8.3K bytes
    - Viewed (0)
Back to top