Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 117 for preview (0.1 sec)

  1. istioctl/pkg/writer/envoy/configdump/testdata/endpoint/emptyfilter_output.json

    1. "tlsMode": "istio"
    2. },
    3. "istio": {
    4. "workload": "reviews-v3;default;reviews;v3;Kubernetes"
    5. }
    6. }
    7. },
    8. "loadBalancingWeight": 1
    9. },
    10. {
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Tue Jul 12 02:25:59 UTC 2022
    - 40.4K bytes
    - Viewed (0)
  2. istioctl/pkg/writer/envoy/configdump/testdata/endpoint/emptyfilter_output.yaml

    1. loadBalancingWeight: 1
    2. metadata:
    3. filterMetadata:
    4. envoy.transport_socket_match:
    5. tlsMode: istio
    6. istio:
    7. workload: reviews-v3;default;reviews;v3;Kubernetes
    8. - endpoint:
    9. address:
    10. socketAddress:
    11. address: 10.244.0.193
    12. portValue: 9080
    13. healthCheckConfig: {}
    14. healthStatus: HEALTHY
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Tue Jul 12 02:25:59 UTC 2022
    - 17.1K bytes
    - Viewed (0)
  3. .github/workflows/label-approved.yml

    1. env:
    2. TOKEN: ${{ secrets.GITHUB_TOKEN }}
    3. CONFIG: >
    4. {
    5. "approved-1":
    6. {
    7. "number": 1,
    8. "await_label": "awaiting-review"
    9. }
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sat Oct 12 13:58:30 UTC 2024
    - 1.1K bytes
    - Viewed (0)
  4. common-protos/k8s.io/api/imagepolicy/v1alpha1/generated.proto

    1. // +optional
    2. map<string, string> annotations = 2;
    3.  
    4. // Namespace is the namespace the pod is being created in.
    5. // +optional
    6. optional string namespace = 3;
    7. }
    8.  
    9. // ImageReviewStatus is the result of the review for the pod creation request.
    10. message ImageReviewStatus {
    11. // Allowed indicates that all images were allowed to be run.
    12. optional bool allowed = 1;
    13.  
    14. // Reason should be empty unless Allowed is false in which case it
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 3.2K bytes
    - Viewed (0)
  5. SECURITY.md

    1. I (the author, [@tiangolo](https://twitter.com/tiangolo)) will review it thoroughly and get back to you.
    2.  
    3. ## Public Discussions
    4.  
    5. Please restrain from publicly discussing a potential security vulnerability. 🙊
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Sep 11 16:15:49 UTC 2022
    - 1.3K bytes
    - Viewed (0)
  6. .github/PULL_REQUEST_TEMPLATE.md

    1. <!-- Fixes #? -->
    2.  
    3. ### Context
    4. <!--- Why do you believe many users will benefit from this change? -->
    5. <!--- Link to relevant issues or forum discussions here -->
    6.  
    7. ### Contributor Checklist
    8. - [ ] [Review Contribution Guidelines](https://github.com/gradle/gradle/blob/master/CONTRIBUTING.md).
    Registered: Wed Nov 06 11:36:14 UTC 2024
    - Last Modified: Tue Feb 13 22:36:19 UTC 2024
    - 1.7K bytes
    - Viewed (0)
  7. .github/PULL_REQUEST_TEMPLATE.md

    1. 3. Ensure you have added or ran the appropriate tests for your PR: https://git.k8s.io/community/contributors/devel/sig-testing/testing.md
    2. 4. If you want *faster* PR reviews, read how: https://git.k8s.io/community/contributors/guide/pull-requests.md#best-practices-for-faster-reviews
    3. 5. If the PR is unfinished, see how to mark it: https://git.k8s.io/community/contributors/guide/pull-requests.md#marking-unfinished-pull-requests
    4. -->
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Sun Aug 01 08:59:21 UTC 2021
    - 2.8K bytes
    - Viewed (0)
  8. .github/workflows/auto-assign-pr-to-author.yml

    1. name: 'Auto Assign PR to Author'
    2. on:
    3. pull_request:
    4. types: [opened]
    5.  
    6. permissions: {}
    7.  
    8. jobs:
    9. add-reviews:
    10. permissions:
    11. contents: read # for kentaro-m/auto-assign-action to fetch config file
    12. pull-requests: write # for kentaro-m/auto-assign-action to assign PR reviewers
    13. runs-on: ubuntu-latest
    14. steps:
    Registered: Wed Nov 06 11:36:14 UTC 2024
    - Last Modified: Thu May 02 09:13:16 UTC 2024
    - 381 bytes
    - Viewed (0)
  9. docs/en/docs/management.md

    1. ## Owner
    2.  
    3. I, <a href="https://github.com/tiangolo" target="_blank">@tiangolo</a>, am the creator and owner of the FastAPI repository. 🤓
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Wed Jul 31 14:09:15 UTC 2024
    - 1.7K bytes
    - Viewed (0)
  10. android/guava/src/com/google/common/collect/Platform.java

    1. * would declare a return type of `@Nullable T[]`. However, we've decided not to think too hard
    2. * about arrays for now, as they're a mess. (We previously discussed this in the review of
    3. * ObjectArrays, which is the main caller of this method.)
    4. */
    5. static <T extends @Nullable Object> T[] newArray(T[] reference, int length) {
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Tue Aug 06 17:52:51 UTC 2024
    - 5.3K bytes
    - Viewed (0)
Back to top