Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for namespaces1 (0.1 sec)

  1. CHANGELOG/CHANGELOG-1.32.md

    - Improve PVC Protection Controller's scalability by batch-processing PVCs by namespace with lazy live pod listing. ([#125372](https://github.com/kubernetes/kubernetes/pull/125372), [@hungnguyen243](https://github.com/hungnguyen243)) [SIG Apps, Node, Storage and Testing]
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Tue Oct 29 20:17:52 UTC 2024
    - 121.6K bytes
    - Viewed (0)
  2. cmd/erasure-object.go

    				SetIndex:  er.setIndex,
    				PoolIndex: er.poolIndex,
    			})
    		}
    	}
    
    	fi.ReplicationState = opts.PutReplicationState()
    
    	// we are adding a new version to this object under the namespace lock, so this is the latest version.
    	fi.IsLatest = true
    
    	return fi.ToObjectInfo(bucket, object, opts.Versioned || opts.VersionSuspended), nil
    }
    
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Thu Oct 31 22:10:24 UTC 2024
    - 78.8K bytes
    - Viewed (0)
Back to top