- Sort Score
- Result 10 results
- Languages All
Results 91 - 100 of 198 for Precision (0.11 sec)
-
istioctl/pkg/workload/testdata/vmconfig/ipv4/mesh.yaml.golden
ISTIO_META_DNS_CAPTURE: "true" ISTIO_META_MESH_ID: "" ISTIO_META_NETWORK: "" ISTIO_META_WORKLOAD_NAME: foo ISTIO_METAJSON_LABELS: '{"service.istio.io/canonical-name":"foo","service.istio.io/canonical-revision":"latest"}' POD_NAMESPACE: bar PROXY_CONFIG_ANNOT_VALUE: bar SERVICE_ACCOUNT: vm-serviceaccount TRUST_DOMAIN: "" readinessProbe: httpGet:
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Thu Jun 15 15:02:17 UTC 2023 - 625 bytes - Viewed (0) -
istioctl/pkg/workload/testdata/vmconfig/ipv6/mesh.yaml.golden
ISTIO_META_DNS_CAPTURE: "true" ISTIO_META_MESH_ID: "" ISTIO_META_NETWORK: "" ISTIO_META_WORKLOAD_NAME: foo ISTIO_METAJSON_LABELS: '{"service.istio.io/canonical-name":"foo","service.istio.io/canonical-revision":"latest"}' POD_NAMESPACE: bar PROXY_CONFIG_ANNOT_VALUE: bar SERVICE_ACCOUNT: vm-serviceaccount TRUST_DOMAIN: "" readinessProbe: httpGet:
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Thu Jun 15 15:02:17 UTC 2023 - 625 bytes - Viewed (0) -
istioctl/pkg/workload/testdata/vmconfig/ipv4/cluster.env.golden
CA_ADDR='istiod-rev-1.istio-system.svc:15012' CLUSTER_MESH_CONFIG_VALUE='foo' ISTIO_INBOUND_PORTS='*' ISTIO_LOCAL_EXCLUDE_PORTS='22,15090,15021,15020' ISTIO_METAJSON_LABELS='{"service.istio.io/canonical-name":"foo","service.istio.io/canonical-revision":"latest"}' ISTIO_META_CLUSTER_ID='Kubernetes' ISTIO_META_DNS_CAPTURE='true' ISTIO_META_MESH_ID='' ISTIO_META_NETWORK='' ISTIO_META_WORKLOAD_NAME='foo' ISTIO_NAMESPACE='bar' ISTIO_SERVICE='foo.bar'
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Thu Jun 15 15:02:17 UTC 2023 - 655 bytes - Viewed (0) -
istioctl/pkg/workload/testdata/vmconfig/ipv6/cluster.env.golden
CA_ADDR='istiod-rev-1.istio-system.svc:15012' CLUSTER_MESH_CONFIG_VALUE='foo' ISTIO_INBOUND_PORTS='*' ISTIO_LOCAL_EXCLUDE_PORTS='22,15090,15021,15020' ISTIO_METAJSON_LABELS='{"service.istio.io/canonical-name":"foo","service.istio.io/canonical-revision":"latest"}' ISTIO_META_CLUSTER_ID='Kubernetes' ISTIO_META_DNS_CAPTURE='true' ISTIO_META_MESH_ID='' ISTIO_META_NETWORK='' ISTIO_META_WORKLOAD_NAME='foo' ISTIO_NAMESPACE='bar' ISTIO_SERVICE='foo.bar'
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Thu Jun 15 15:02:17 UTC 2023 - 657 bytes - Viewed (0) -
istioctl/pkg/kubeinject/testdata/deployment/hello-with-proxyconfig-anno.yaml.injected
proxy.istio.io/config: '{ "holdApplicationUntilProxyStarts": true }' sidecar.istio.io/status: '{"initContainers":["istio-init"],"containers":["istio-proxy"],"volumes":null,"imagePullSecrets":null,"revision":"default"}' creationTimestamp: null labels: app: hello tier: backend track: stable spec: containers: - image: docker.io/istio/proxy_debug:unittest
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Thu Jun 15 15:02:17 UTC 2023 - 1.1K bytes - Viewed (0) -
istioctl/pkg/workload/testdata/vmconfig-nil-proxy-metadata/mesh.yaml.golden
ISTIO_META_DNS_CAPTURE: "true" ISTIO_META_MESH_ID: "" ISTIO_META_NETWORK: "" ISTIO_META_WORKLOAD_NAME: foo ISTIO_METAJSON_LABELS: '{"service.istio.io/canonical-name":"foo","service.istio.io/canonical-revision":"latest"}' POD_NAMESPACE: bar SERVICE_ACCOUNT: vm-serviceaccount TRUST_DOMAIN: "" readinessProbe: httpGet:
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Thu Jun 15 15:02:17 UTC 2023 - 500 bytes - Viewed (0) -
compat/maven-model-builder/src/test/resources/poms/validation/raw-model/bad-ci-friendly-sha1plus2.xml
<modelVersion>4.0.0</modelVersion> <groupId>com.example.group</groupId> <artifactId>valid-version-sha1plus</artifactId> <version>${sha1}${wrong}${revision}</version> <description> This will test if the validation for the ci friendly versions is working correct. </description>
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 1.3K bytes - Viewed (0) -
istioctl/pkg/kubeinject/testdata/deployment/hello.yaml.injected
prometheus.io/port: "15020" prometheus.io/scrape: "true" sidecar.istio.io/status: '{"initContainers":["istio-init"],"containers":["istio-proxy"],"volumes":null,"imagePullSecrets":null,"revision":"default"}' creationTimestamp: null labels: app: hello tier: backend track: stable spec: containers: - image: fake.docker.io/google-samples/hello-go-gke:1.0
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Thu Jun 15 15:02:17 UTC 2023 - 1K bytes - Viewed (0) -
istioctl/pkg/kubeinject/testdata/deployment/hello.yaml.iop.injected
prometheus.io/port: "15020" prometheus.io/scrape: "true" sidecar.istio.io/status: '{"initContainers":["istio-init"],"containers":["istio-proxy"],"volumes":null,"imagePullSecrets":null,"revision":"default"}' creationTimestamp: null labels: app: hello tier: backend track: stable spec: containers: - image: fake.docker.io/google-samples/hello-go-gke:1.0
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Thu Jun 15 15:02:17 UTC 2023 - 1.1K bytes - Viewed (0) -
cmd/bucket-replication-utils.go
d := replicateTargetDecision{ Replicate: replicate, Synchronous: sync, Arn: arn, } return d } // ReplicateDecision represents replication decision for each target type ReplicateDecision struct { targetsMap map[string]replicateTargetDecision } // ReplicateAny returns true if at least one target qualifies for replication
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Mon Jun 10 15:31:51 UTC 2024 - 26.3K bytes - Viewed (0)