- Sort Score
- Result 10 results
- Languages All
Results 71 - 80 of 807 for v1 (0.03 sec)
-
compat/maven-artifact/src/test/java/org/apache/maven/artifact/versioning/ComparableVersionTest.java
} private void checkVersionsEqual(String v1, String v2) { Comparable c1 = newComparable(v1); Comparable c2 = newComparable(v2); assertEquals(0, c1.compareTo(c2), "expected " + v1 + " == " + v2); assertEquals(0, c2.compareTo(c1), "expected " + v2 + " == " + v1); assertEquals(c1.hashCode(), c2.hashCode(), "expected same hashcode for " + v1 + " and " + v2);
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 14K bytes - Viewed (0) -
index.yaml
apiVersion: v1 entries: minio: - apiVersion: v1 appVersion: RELEASE.2024-04-18T19-09-19Z created: "2024-10-11T14:15:09.790426575+02:00" description: High Performance Object Storage digest: 5f927286767c285b925a3395e75b4f372367f83d2124395185e21dc7fd4ca177 home: https://min.io icon: https://min.io/resources/img/logo/MINIO_wordmark.png keywords: - minio - storage - object-storage - s3
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Fri Oct 11 12:21:05 UTC 2024 - 54.5K bytes - Viewed (0) -
common-protos/k8s.io/api/events/v1beta1/generated.proto
// deprecatedSource is the deprecated field assuring backward compatibility with core.v1 Event type. // +optional optional k8s.io.api.core.v1.EventSource deprecatedSource = 12; // deprecatedFirstTimestamp is the deprecated field assuring backward compatibility with core.v1 Event type. // +optional optional k8s.io.apimachinery.pkg.apis.meta.v1.Time deprecatedFirstTimestamp = 13;
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Mon Mar 11 18:43:24 UTC 2024 - 5.2K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.11.md
<!-- BEGIN MUNGE: GENERATED_TOC --> - [v1.11.10](#v11110) - [Downloads for v1.11.10](#downloads-for-v11110) - [Client Binaries](#client-binaries) - [Server Binaries](#server-binaries) - [Node Binaries](#node-binaries) - [Changelog since v1.11.9](#changelog-since-v1119) - [Other notable changes](#other-notable-changes) - [v1.11.9](#v1119) - [Downloads for v1.11.9](#downloads-for-v1119) - [Client Binaries](#client-binaries-1)
Registered: Fri Nov 01 09:05:11 UTC 2024 - Last Modified: Thu Feb 06 06:04:15 UTC 2020 - 328.4K bytes - Viewed (0) -
istioctl/pkg/checkinject/testdata/check-inject/never-match-injector.yaml
rules: - apiGroups: - "" apiVersions: - v1 operations: - CREATE resources: - pods scope: '*' sideEffects: None timeoutSeconds: 10 - admissionReviewVersions: - v1beta1 - v1 clientConfig: service: name: istiod namespace: istio-system path: /inject port: 443
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Thu Jun 15 15:02:17 UTC 2023 - 3.1K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.31.md
- github.com/sergi/go-diff: [v1.1.0 → v1.2.0](https://github.com/sergi/go-diff/compare/v1.1.0...v1.2.0) - github.com/sirupsen/logrus: [v1.9.0 → v1.9.3](https://github.com/sirupsen/logrus/compare/v1.9.0...v1.9.3) - github.com/spf13/cobra: [v1.7.0 → v1.8.1](https://github.com/spf13/cobra/compare/v1.7.0...v1.8.1) - github.com/stretchr/objx: [v0.5.0 → v0.5.2](https://github.com/stretchr/objx/compare/v0.5.0...v0.5.2)
Registered: Fri Nov 01 09:05:11 UTC 2024 - Last Modified: Wed Oct 23 12:18:32 UTC 2024 - 315.4K bytes - Viewed (0) -
istioctl/pkg/writer/ztunnel/configdump/testdata/workloadsummary.txt
bookinfo details-v1-698d88b-dqrbr 10.244.2.51 ambient-worker2 namespace-istio-waypoint HBONE bookinfo namespace-istio-waypoint-d94944bf6-z89g2 10.244.2.52 ambient-worker2 None TCP
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Wed Jul 24 09:07:30 UTC 2024 - 4K bytes - Viewed (0) -
istioctl/pkg/multicluster/remote_secret.go
} var ( errMissingRootCAKey = fmt.Errorf("no %q data found", v1.ServiceAccountRootCAKey) errMissingTokenKey = fmt.Errorf("no %q data found", v1.ServiceAccountTokenKey) ) func createRemoteSecretFromTokenAndServer(client kube.CLIClient, tokenSecret *v1.Secret, clusterName, server, secName string) (*v1.Secret, error) { caData, token, err := waitForTokenData(client, tokenSecret) if err != nil {
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Thu Aug 15 16:31:46 UTC 2024 - 23.3K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.3.md
* Provider updated. ## Previous Releases Included in v1.3.0 - [v1.3.0-beta.3](CHANGELOG.md#v130-beta3) - [v1.3.0-beta.2](CHANGELOG.md#v130-beta2) - [v1.3.0-beta.1](CHANGELOG.md#v130-beta1) - [v1.3.0-alpha.5](CHANGELOG.md#v130-alpha5) - [v1.3.0-alpha.4](CHANGELOG.md#v130-alpha4) - [v1.3.0-alpha.3](CHANGELOG.md#v130-alpha3) - [v1.3.0-alpha.2](CHANGELOG.md#v130-alpha2) - [v1.3.0-alpha.1](CHANGELOG.md#v130-alpha1)
Registered: Fri Nov 01 09:05:11 UTC 2024 - Last Modified: Thu Dec 24 02:28:26 UTC 2020 - 84K bytes - Viewed (0) -
docs/debugging/inspect/go.mod
go 1.21 require ( github.com/klauspost/compress v1.17.8 github.com/klauspost/filepathx v1.1.1 github.com/minio/colorjson v1.0.7 github.com/minio/madmin-go/v3 v3.0.52 github.com/secure-io/sio-go v0.3.1 github.com/tinylib/msgp v1.1.9 ) require ( github.com/cespare/xxhash/v2 v2.3.0 // indirect github.com/fatih/color v1.17.0 // indirect github.com/mattn/go-colorable v0.1.13 // indirect
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Tue May 28 09:27:44 UTC 2024 - 668 bytes - Viewed (0)