Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for DETAILS (0.12 sec)

  1. cmd/object-handlers.go

    // but WITHOUT ANY WARRANTY; without even the implied warranty of
    // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    // GNU Affero General Public License for more details.
    //
    // You should have received a copy of the GNU Affero General Public License
    // along with this program.  If not, see <http://www.gnu.org/licenses/>.
    
    package cmd
    
    import (
    	"archive/tar"
    	"bytes"
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri Jun 14 13:28:35 UTC 2024
    - 124.2K bytes
    - Viewed (0)
  2. pkg/kubelet/kubelet.go

    	}
    
    	machineInfo, err := klet.cadvisor.MachineInfo()
    	if err != nil {
    		return nil, err
    	}
    	// Avoid collector collects it as a timestamped metric
    	// See PR #95210 and #97006 for more details.
    	machineInfo.Timestamp = time.Time{}
    	klet.setCachedMachineInfo(machineInfo)
    
    	imageBackOff := flowcontrol.NewBackOff(backOffPeriod, MaxContainerBackOff)
    
    	klet.livenessManager = proberesults.NewManager()
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 126.1K bytes
    - Viewed (0)
Back to top