Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for edets (0.01 sec)

  1. CHANGELOG/CHANGELOG-1.3.md

    * Drain pods created from ReplicaSets in 'kubectl drain' ([#23689](https://github.com/kubernetes/kubernetes/pull/23689), [@maclof](https://github.com/maclof))
    * Make kubectl edit not convert GV on edits ([#23437](https://github.com/kubernetes/kubernetes/pull/23437), [@DirectXMan12](https://github.com/DirectXMan12))
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 84K bytes
    - Viewed (0)
  2. cmd/site-replication.go

    		}
    	}
    	// cache SR metadata info for IAM
    	if opts.Users && opts.Groups && opts.Policies && !opts.Buckets {
    		c.srCacheIAMInfo(info)
    	}
    
    	return info, nil
    }
    
    // EditPeerCluster - edits replication configuration and updates peer endpoint.
    func (c *SiteReplicationSys) EditPeerCluster(ctx context.Context, peer madmin.PeerInfo, opts madmin.SREditOptions) (madmin.ReplicateEditStatus, error) {
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Thu Aug 15 12:04:40 UTC 2024
    - 185.1K bytes
    - Viewed (0)
Back to top