Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 95 for raboof (0.14 sec)

  1. pkg/istio-agent/agent_test.go

    				a.Security.OutputKeyCertToDir = dir
    				a.Security.ProvCert = dir
    				return a
    			})
    			a.Check(t, security.WorkloadKeyCertResourceName, security.RootCertReqResourceName)
    		})
    		t.Run("reboot", func(t *testing.T) {
    			// Switch the JWT to a bogus path, to simulate the VM being rebooted
    			a := Setup(t, func(a AgentTest) AgentTest {
    				a.XdsAuthenticator.Set("", fakeSpiffeID)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 16 22:12:28 UTC 2024
    - 33.4K bytes
    - Viewed (0)
  2. src/syscall/zsyscall_linux_s390x.go

    	if e1 != 0 {
    		err = errnoErr(e1)
    	}
    	return
    }
    
    // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
    
    func reboot(magic1 uint, magic2 uint, cmd int, arg string) (err error) {
    	var _p0 *byte
    	_p0, err = BytePtrFromString(arg)
    	if err != nil {
    		return
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 08 17:55:49 UTC 2023
    - 35.3K bytes
    - Viewed (0)
  3. pkg/kubelet/apis/config/types.go

    	KubeletCgroups string
    	// SystemCgroups is absolute name of cgroups in which to place
    	// all non-kernel processes that are not already in a container. Empty
    	// for no container. Rolling back the flag requires a reboot.
    	SystemCgroups string
    	// CgroupRoot is the root cgroup to use for pods.
    	// If CgroupsPerQOS is enabled, this is the root of the QoS cgroup hierarchy.
    	CgroupRoot string
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 05 21:10:42 UTC 2024
    - 35.1K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.2.md

      * Multiple fixes to avoid hitting AWS rate limits, and to throttle if we do
      * Support for the EC2 Container Registry (currently in us-east-1 only)
    
    With kube-up:
    
      * Automatically install updates on boot & reboot
      * Use optimized image based on Jessie by default
      * Add support for Ubuntu Wily
      * Master is configured with automatic restart-on-failure, via CloudWatch
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 04 06:36:19 UTC 2020
    - 41.4K bytes
    - Viewed (0)
  5. src/syscall/zsyscall_linux_arm64.go

    	if e1 != 0 {
    		err = errnoErr(e1)
    	}
    	return
    }
    
    // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
    
    func reboot(magic1 uint, magic2 uint, cmd int, arg string) (err error) {
    	var _p0 *byte
    	_p0, err = BytePtrFromString(arg)
    	if err != nil {
    		return
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 08 17:55:49 UTC 2023
    - 37.8K bytes
    - Viewed (0)
  6. src/syscall/zsyscall_linux_386.go

    	if e1 != 0 {
    		err = errnoErr(e1)
    	}
    	return
    }
    
    // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
    
    func reboot(magic1 uint, magic2 uint, cmd int, arg string) (err error) {
    	var _p0 *byte
    	_p0, err = BytePtrFromString(arg)
    	if err != nil {
    		return
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 08 17:55:49 UTC 2023
    - 34.7K bytes
    - Viewed (0)
  7. src/syscall/zsyscall_linux_riscv64.go

    	if e1 != 0 {
    		err = errnoErr(e1)
    	}
    	return
    }
    
    // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
    
    func reboot(magic1 uint, magic2 uint, cmd int, arg string) (err error) {
    	var _p0 *byte
    	_p0, err = BytePtrFromString(arg)
    	if err != nil {
    		return
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 08 17:55:49 UTC 2023
    - 37.8K bytes
    - Viewed (0)
  8. src/syscall/zsyscall_linux_arm.go

    	if e1 != 0 {
    		err = errnoErr(e1)
    	}
    	return
    }
    
    // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
    
    func reboot(magic1 uint, magic2 uint, cmd int, arg string) (err error) {
    	var _p0 *byte
    	_p0, err = BytePtrFromString(arg)
    	if err != nil {
    		return
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 08 17:55:49 UTC 2023
    - 38.9K bytes
    - Viewed (0)
  9. src/syscall/zsyscall_linux_loong64.go

    	if e1 != 0 {
    		err = errnoErr(e1)
    	}
    	return
    }
    
    // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
    
    func reboot(magic1 uint, magic2 uint, cmd int, arg string) (err error) {
    	var _p0 *byte
    	_p0, err = BytePtrFromString(arg)
    	if err != nil {
    		return
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 08 17:55:49 UTC 2023
    - 37.1K bytes
    - Viewed (0)
  10. src/syscall/zsyscall_linux_mips64le.go

    	if e1 != 0 {
    		err = errnoErr(e1)
    	}
    	return
    }
    
    // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
    
    func reboot(magic1 uint, magic2 uint, cmd int, arg string) (err error) {
    	var _p0 *byte
    	_p0, err = BytePtrFromString(arg)
    	if err != nil {
    		return
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 08 17:55:49 UTC 2023
    - 40.3K bytes
    - Viewed (0)
Back to top