Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for allRules (0.05 seconds)

  1. cmd/site-replication.go

    						}
    						allRules[rule.ID] = madmin.ILMExpiryRule{ILMRule: string(ruleData), Bucket: bucket, UpdatedAt: updatedAt}
    					}
    				}
    			}
    		}
    		if opts.Entity == madmin.SRILMExpiryRuleEntity {
    			if rule, ok := allRules[opts.EntityValue]; ok {
    				info.ILMExpiryRules[opts.EntityValue] = rule
    			}
    		} else {
    			maps.Copy(info.ILMExpiryRules, allRules)
    		}
    	}
    	if opts.PeerState {
    Created: Sun Dec 28 19:28:13 GMT 2025
    - Last Modified: Sun Sep 28 20:59:21 GMT 2025
    - 184.8K bytes
    - Click Count (1)
Back to Top