Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 35 for etcd3 (0.38 sec)

  1. go.sum

    go.etcd.io/bbolt v1.3.6 h1:/ecaJf0sk1l4l6V4awd65v2C3ILy7MSj+s/x1ADCIMU=
    go.etcd.io/bbolt v1.3.6/go.mod h1:qXsaaIqmgQH0T+OPdb99Bf+PKfBBQVAdyD6TY9G8XM4=
    go.etcd.io/etcd/api/v3 v3.5.14 h1:vHObSCxyB9zlF60w7qzAdTcGaglbJOpSj1Xj9+WGxq0=
    go.etcd.io/etcd/api/v3 v3.5.14/go.mod h1:BmtWcRlQvwa1h3G2jvKYwIQy4PkHlDej5t7uLMUdJUU=
    go.etcd.io/etcd/client/pkg/v3 v3.5.14 h1:SaNH6Y+rVEdxfpA2Jr5wkEvN6Zykme5+YnbCkxvuWxQ=
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 22:53:53 UTC 2024
    - 85.8K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.29.md

    - go.etcd.io/bbolt: v1.3.7 → v1.3.8
    - go.etcd.io/etcd/api/v3: v3.5.9 → v3.5.10
    - go.etcd.io/etcd/client/pkg/v3: v3.5.9 → v3.5.10
    - go.etcd.io/etcd/client/v2: v2.305.9 → v2.305.10
    - go.etcd.io/etcd/client/v3: v3.5.9 → v3.5.10
    - go.etcd.io/etcd/pkg/v3: v3.5.9 → v3.5.10
    - go.etcd.io/etcd/raft/v3: v3.5.9 → v3.5.10
    - go.etcd.io/etcd/server/v3: v3.5.9 → v3.5.10
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 03:42:38 UTC 2024
    - 324.5K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.28.md

    - go.etcd.io/bbolt: v1.3.6 → v1.3.7
    - go.etcd.io/etcd/api/v3: v3.5.7 → v3.5.9
    - go.etcd.io/etcd/client/pkg/v3: v3.5.7 → v3.5.9
    - go.etcd.io/etcd/client/v2: v2.305.7 → v2.305.9
    - go.etcd.io/etcd/client/v3: v3.5.7 → v3.5.9
    - go.etcd.io/etcd/pkg/v3: v3.5.7 → v3.5.9
    - go.etcd.io/etcd/raft/v3: v3.5.7 → v3.5.9
    - go.etcd.io/etcd/server/v3: v3.5.7 → v3.5.9
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 23:47:59 UTC 2024
    - 408.3K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiserver/pkg/storage/testing/store_tests.go

    		return nil, fields.Set{"metadata.name": pod.Name, "spec.nodeName": pod.Spec.NodeName}, nil
    	}
    	// Use compact to increase etcd global revision without changes to any resources.
    	// The increase in resources version comes from Kubernetes compaction updating hidden key.
    	// Used to test consistent List to confirm it returns latest etcd revision.
    	compaction(ctx, t, initialRV)
    	currentRV := fmt.Sprintf("%d", continueRV+1)
    
    	tests := []struct {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 12:45:33 UTC 2024
    - 91.4K bytes
    - Viewed (0)
  5. cmd/bucket-handlers.go

    	postPolicyBucketTagging = "tagging"
    )
    
    // Check if there are buckets on server without corresponding entry in etcd backend and
    // make entries. Here is the general flow
    // - Range over all the available buckets
    // - Check if a bucket has an entry in etcd backend
    // -- If no, make an entry
    // -- If yes, check if the entry matches local IP check if we
    //
    //	need to update the entry then proceed to update
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri Jun 14 13:28:35 UTC 2024
    - 61.2K bytes
    - Viewed (0)
  6. cmd/kubeadm/app/apis/kubeadm/fuzzer/fuzzer.go

    		Duration: 0,
    	}
    	obj.ControllerManager.ExtraEnvs = []kubeadm.EnvVar{}
    	obj.APIServer.ExtraEnvs = []kubeadm.EnvVar{}
    	obj.Scheduler.ExtraEnvs = []kubeadm.EnvVar{}
    	obj.Etcd.Local.ExtraEnvs = []kubeadm.EnvVar{}
    	obj.EncryptionAlgorithm = kubeadm.EncryptionAlgorithmRSA2048
    	obj.Proxy.Disabled = false
    	obj.CertificateValidityPeriod = &metav1.Duration{Duration: constants.CertificateValidityPeriod}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jun 13 06:41:07 UTC 2024
    - 6.2K bytes
    - Viewed (0)
  7. cmd/iam.go

    	xioutil "github.com/minio/minio/internal/ioutil"
    	"github.com/minio/minio/internal/jwt"
    	"github.com/minio/minio/internal/logger"
    	"github.com/minio/pkg/v3/ldap"
    	"github.com/minio/pkg/v3/policy"
    	etcd "go.etcd.io/etcd/client/v3"
    	"golang.org/x/sync/singleflight"
    )
    
    // UsersSysType - defines the type of users and groups system that is
    // active on the server.
    type UsersSysType string
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 22:26:38 UTC 2024
    - 71.9K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.27.md

    - go.etcd.io/etcd/api/v3: v3.5.5 → v3.5.7
    - go.etcd.io/etcd/client/pkg/v3: v3.5.5 → v3.5.7
    - go.etcd.io/etcd/client/v2: v2.305.5 → v2.305.7
    - go.etcd.io/etcd/client/v3: v3.5.5 → v3.5.7
    - go.etcd.io/etcd/pkg/v3: v3.5.5 → v3.5.7
    - go.etcd.io/etcd/raft/v3: v3.5.5 → v3.5.7
    - go.etcd.io/etcd/server/v3: v3.5.5 → v3.5.7
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 23:01:06 UTC 2024
    - 455.3K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apiserver/pkg/storage/cacher/cacher.go

    	// Watch cache doesn't support continuations, so serve them from etcd.
    	hasContinuation := len(pred.Continue) > 0
    	// Serve paginated requests about revision "0" from watch cache to avoid overwhelming etcd.
    	hasLimit := pred.Limit > 0 && resourceVersion != "0"
    	// Watch cache only supports ResourceVersionMatchNotOlderThan (default).
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 10:12:02 UTC 2024
    - 51.8K bytes
    - Viewed (0)
  10. CHANGELOG/CHANGELOG-1.30.md

    Fixed a `1.27`+ regression in watch stability by serving watch requests without a `resourceVersion` from the watch cache by default, as in <`1.27` (disabling the change in PR 115096 by default). This mitigates the impact of an etcd watch bug (https://github.com/etcd-io/etcd/pull/17555). If the 1.27 change in PR 115096 to serve these requests from underlying storage is still desired despite the impact on watch stability, it can be re-enabled with a `WatchFromStorageWithoutResourceVersion` feature gate....
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 04:05:28 UTC 2024
    - 253.2K bytes
    - Viewed (0)
Back to top