- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 158 for Sweers (0.06 sec)
-
.github/OWNERS
# See the OWNERS docs at https://go.k8s.io/owners options: # make root approval non-recursive no_parent_owners: true reviewers: - alisondy - cblecker - guineveresaenger - mrbobbytables - nikhita - parispittman - palnabarun - kaslin - MadhavJivrajani - Priyankasaggu11929 approvers: - sig-contributor-experience-approvers - parispittman emeritus_approvers: - castrojo - Phillels
Registered: 2024-11-01 09:05 - Last Modified: 2023-04-10 07:04 - 450 bytes - Viewed (0) -
LICENSES/OWNERS
# See the OWNERS docs at https://go.k8s.io/owners options: # make root approval non-recursive no_parent_owners: true approvers:
Registered: 2024-11-01 09:05 - Last Modified: 2022-10-10 12:26 - 151 bytes - Viewed (0) -
CHANGELOG/OWNERS
# See the OWNERS docs at https://go.k8s.io/owners options: # make root approval non-recursive no_parent_owners: true approvers: - release-engineering-approvers - release-managers - AuraSinis # 1.24 Release Notes Lead - cici37 # 1.23 Release Notes Lead - csantanapr # 1.25 Release Notes Lead - harshanarayana # 1.27 Release Notes Lead - ramrodo # 1.26 Release Notes Lead - sanchita-07 # 1.28 Release Notes Lead
Registered: 2024-11-01 09:05 - Last Modified: 2024-01-24 16:11 - 801 bytes - Viewed (0) -
cmd/admin-handlers_test.go
} return toUniqLock(b.LockEntries[i]) < toUniqLock(b.LockEntries[j]) } func TestTopLockEntries(t *testing.T) { locksHeld := make(map[string][]lockRequesterInfo) var owners []string for i := 0; i < 4; i++ { owners = append(owners, fmt.Sprintf("node-%d", i)) } // Simulate DeleteObjects of 10 objects in a single request. i.e same lock // request UID, but 10 different resource names associated with it.
Registered: 2024-11-03 19:28 - Last Modified: 2024-07-24 10:24 - 13.9K bytes - Viewed (0) -
helm/minio/.helmignore
.DS_Store # Common VCS dirs .git/ .gitignore .bzr/ .bzrignore .hg/ .hgignore .svn/ # Common backup files *.swp *.bak *.tmp *~ # Various IDEs .project .idea/ *.tmproj # OWNERS file for Kubernetes
Registered: 2024-11-03 19:28 - Last Modified: 2021-08-20 22:30 - 368 bytes - Viewed (0) -
bin/.spelling_failures
OWNERS
Registered: 2024-11-06 22:53 - Last Modified: 2018-09-07 17:51 - 15 bytes - Viewed (0) -
cmd/peer-s3-client.go
func newPeerS3Clients(endpoints EndpointServerPools) (peers []peerS3Client) { nodes := endpoints.GetNodes() peers = make([]peerS3Client, len(nodes)) for i, node := range nodes { if node.IsLocal { peers[i] = &localPeerS3Client{node: node} } else { peers[i] = newPeerS3Client(node) } peers[i].SetPools(node.Pools) } return peers } // Returns a peer S3 client.
Registered: 2024-11-03 19:28 - Last Modified: 2024-08-13 22:26 - 15.4K bytes - Viewed (0) -
cmd/site-replication.go
}) } if err != nil { return errSRServiceAccount(fmt.Errorf("unable to create service account on %s: %v", ourName, err)) } peers := make(map[string]madmin.PeerInfo, len(arg.Peers)) for dID, pi := range arg.Peers { if c.state.Peers != nil { if existingPeer, ok := c.state.Peers[dID]; ok { // retain existing ReplicateILMExpiry of peer if its already set // and incoming arg has it false. it could be default false
Registered: 2024-11-03 19:28 - Last Modified: 2024-08-15 12:04 - 185.1K bytes - Viewed (0) -
cmd/notification.go
} } if pools, ok := objAPI.(*erasureServerPools); ok { pools.StopRebalance() } } // LoadRebalanceMeta notifies all peers to load rebalance.bin from object layer. // Note: Only peers participating in rebalance operation, namely the first node // in each pool will load rebalance.bin. func (sys *NotificationSys) LoadRebalanceMeta(ctx context.Context, startRebalance bool) {
Registered: 2024-11-03 19:28 - Last Modified: 2024-09-09 16:58 - 46.2K bytes - Viewed (0) -
CODEOWNERS
# Where component owners are known, add them here. /tensorflow/c/eager @qqfish /tensorflow/core/common_runtime/eager @qqfish /tenosrflow/core/debug @caisq /tensorflow/core/kernels/mkl/ @penpornk /tensorflow/core/kernels/sparse/ @penpornk /tensorflow/core/nccl/ @azaks2 @chsigg /tensorflow/python/autograph/ @mdanatg /tensorflow/python/debug @caisq /tensorflow/python/eager @rohan100jain /tensorflow/tools/docs/ @markdaoust
Registered: 2024-11-05 12:39 - Last Modified: 2022-05-27 21:02 - 563 bytes - Viewed (0)