- Sort Score
- Result 10 results
- Languages All
Results 51 - 60 of 117 for preview (0.1 sec)
-
istioctl/pkg/writer/envoy/configdump/testdata/endpoint/emptyfilter_output.json
- "tlsMode": "istio"
- },
- "istio": {
- "workload": "reviews-v3;default;reviews;v3;Kubernetes"
- }
- }
- },
- "loadBalancingWeight": 1
- },
- {
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Tue Jul 12 02:25:59 UTC 2022 - 40.4K bytes - Viewed (0) -
istioctl/pkg/writer/envoy/configdump/testdata/endpoint/emptyfilter_output.yaml
- loadBalancingWeight: 1
- metadata:
- filterMetadata:
- envoy.transport_socket_match:
- tlsMode: istio
- istio:
- workload: reviews-v3;default;reviews;v3;Kubernetes
- - endpoint:
- address:
- socketAddress:
- address: 10.244.0.193
- portValue: 9080
- healthCheckConfig: {}
- 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) -
.github/workflows/label-approved.yml
- env:
- TOKEN: ${{ secrets.GITHUB_TOKEN }}
- CONFIG: >
- {
- "approved-1":
- {
- "number": 1,
- "await_label": "awaiting-review"
- }
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sat Oct 12 13:58:30 UTC 2024 - 1.1K bytes - Viewed (0) -
common-protos/k8s.io/api/imagepolicy/v1alpha1/generated.proto
- // +optional
- map<string, string> annotations = 2;
- // Namespace is the namespace the pod is being created in.
- // +optional
- optional string namespace = 3;
- }
- // ImageReviewStatus is the result of the review for the pod creation request.
- message ImageReviewStatus {
- // Allowed indicates that all images were allowed to be run.
- optional bool allowed = 1;
- // 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) -
SECURITY.md
- I (the author, [@tiangolo](https://twitter.com/tiangolo)) will review it thoroughly and get back to you.
- ## Public Discussions
- 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) -
.github/PULL_REQUEST_TEMPLATE.md
- <!-- Fixes #? -->
- ### Context
- <!--- Why do you believe many users will benefit from this change? -->
- <!--- Link to relevant issues or forum discussions here -->
- ### Contributor Checklist
- - [ ] [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) -
.github/PULL_REQUEST_TEMPLATE.md
- 3. Ensure you have added or ran the appropriate tests for your PR: https://git.k8s.io/community/contributors/devel/sig-testing/testing.md
- 4. If you want *faster* PR reviews, read how: https://git.k8s.io/community/contributors/guide/pull-requests.md#best-practices-for-faster-reviews
- 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
- -->
Registered: Fri Nov 01 09:05:11 UTC 2024 - Last Modified: Sun Aug 01 08:59:21 UTC 2021 - 2.8K bytes - Viewed (0) -
.github/workflows/auto-assign-pr-to-author.yml
- name: 'Auto Assign PR to Author'
- on:
- pull_request:
- types: [opened]
- permissions: {}
- jobs:
- add-reviews:
- permissions:
- contents: read # for kentaro-m/auto-assign-action to fetch config file
- pull-requests: write # for kentaro-m/auto-assign-action to assign PR reviewers
- runs-on: ubuntu-latest
- steps:
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Thu May 02 09:13:16 UTC 2024 - 381 bytes - Viewed (0) -
docs/en/docs/management.md
- ## Owner
- 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) -
android/guava/src/com/google/common/collect/Platform.java
- * would declare a return type of `@Nullable T[]`. However, we've decided not to think too hard
- * about arrays for now, as they're a mess. (We previously discussed this in the review of
- * ObjectArrays, which is the main caller of this method.)
- */
- 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)