Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 44 of 44 for capi (1.19 sec)

  1. prow/config/calico.yaml

                      configure this appropriately. For example our Kubernetes and Docker
                      integrations set the ''cali'' value, and our OpenStack integration
                      sets the ''tap'' value. [Default: cali]'
                    type: string
                  interfaceRefreshInterval:
                    description: InterfaceRefreshInterval is the period at which Felix
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 21 18:32:01 UTC 2024
    - 246.5K bytes
    - Viewed (0)
  2. src/syscall/syscall_linux.go

    		return false
    	}
    
    	for _, g := range groups {
    		if g == gid {
    			return true
    		}
    	}
    	return false
    }
    
    func isCapDacOverrideSet() bool {
    	const _CAP_DAC_OVERRIDE = 1
    	var c caps
    	c.hdr.version = _LINUX_CAPABILITY_VERSION_3
    
    	_, _, err := RawSyscall(SYS_CAPGET, uintptr(unsafe.Pointer(&c.hdr)), uintptr(unsafe.Pointer(&c.data[0])), 0)
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 20:12:46 UTC 2024
    - 35.7K bytes
    - Viewed (0)
  3. RELEASE.md

            support and new features.
        *   **API not found.** The new optimizer has a different set of public APIs
            from the old optimizer. These API changes are mostly related to
            getting rid of slot variables and TF1 support. Please check the API
            documentation to find alternatives to the missing API. If you must
            call the deprecated API, please change your optimizer to the legacy
            optimizer.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  4. pkg/generated/openapi/zz_generated.openapi.go

    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
Back to top