Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 39 for restriction (0.23 sec)

  1. plugin/pkg/admission/noderestriction/admission_test.go

    	node = node.DeepCopy()
    	if node.Labels == nil {
    		node.Labels = map[string]string{}
    	}
    	if value == "" {
    		value = "value"
    	}
    	// node restriction labels are forbidden
    	node.Labels["node-restriction.kubernetes.io/foo"] = value
    	node.Labels["foo.node-restriction.kubernetes.io/foo"] = value
    	node.Labels["other.kubernetes.io/foo"] = value
    	node.Labels["other.k8s.io/foo"] = value
    	return node
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 73.2K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/syscall_linux.go

    func KeyctlRestrictKeyring(ringid int, keyType string, restriction string) error {
    	if keyType == "" {
    		return keyctlRestrictKeyring(KEYCTL_RESTRICT_KEYRING, ringid)
    	}
    	return keyctlRestrictKeyringByType(KEYCTL_RESTRICT_KEYRING, ringid, keyType, restriction)
    }
    
    //sys	keyctlRestrictKeyringByType(cmd int, arg2 int, keyType string, restriction string) (err error) = SYS_KEYCTL
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 07 05:26:45 UTC 2024
    - 77.5K bytes
    - Viewed (0)
  3. src/cmd/link/internal/ppc64/asm.go

    	// Verify resulting address fits within a 31 bit (2GB) address space.
    	// This is a restriction arising  from the usage of lis (HA) + d-form
    	// (LO) instruction sequences used to implement absolute relocations
    	// on PPC64 prior to ISA 3.1 (P10). For consistency, maintain this
    	// restriction for ISA 3.1 unless it becomes problematic.
    	t := ldr.SymAddr(rs) + r.Add()
    	if t < 0 || t >= 1<<31 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 19 20:54:08 UTC 2024
    - 63.7K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/unix/zsyscall_linux.go

    // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
    
    func keyctlRestrictKeyringByType(cmd int, arg2 int, keyType string, restriction string) (err error) {
    	var _p0 *byte
    	_p0, err = BytePtrFromString(keyType)
    	if err != nil {
    		return
    	}
    	var _p1 *byte
    	_p1, err = BytePtrFromString(restriction)
    	if err != nil {
    		return
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 07 05:26:45 UTC 2024
    - 54.6K bytes
    - Viewed (0)
  5. src/cmd/compile/internal/ssa/prove.go

    						ft.update(node.block, v, v.Args[0].Args[2], signed, eq)
    					}
    				}
    			}
    
    			if branch != unknown {
    				addBranchRestrictions(ft, parent, branch)
    				// After we add the branch restriction, re-check the logic operations in the parent block,
    				// it may give us more info to omit some branches
    				if logic, ok := logicVars[parent]; ok {
    					for _, v := range logic {
    						// we only have OpAnd for now
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:30:21 UTC 2024
    - 48.9K bytes
    - Viewed (0)
  6. src/regexp/testdata/testregex.c

     *
     * Permission is hereby granted, free of charge, to any person obtaining a
     * copy of THIS SOFTWARE FILE (the "Software"), to deal in the Software
     * without restriction, including without limitation the rights to use,
     * copy, modify, merge, publish, distribute, and/or sell copies of the
     * Software, and to permit persons to whom the Software is furnished to do
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 08 04:08:51 UTC 2014
    - 51.3K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apiextensions-apiserver/test/integration/ratcheting_test.go

    							"key1": "value",
    							"key2": "value",
    						},
    					}},
    				expectError{
    					applyPatchOperation{
    						"modifying one value in the object with maxProperties restriction, but keeping old fields",
    						myCRDV1Beta1, myCRDInstanceName, map[string]interface{}{
    							"restricted": map[string]interface{}{
    								"key1": "hi",
    								"key2": "theres",
    								"key3": "buddy",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 28 08:48:22 UTC 2024
    - 59.5K bytes
    - Viewed (0)
  8. src/cmd/link/internal/ld/lib.go

    //
    // Permission is hereby granted, free of charge, to any person obtaining a copy
    // of this software and associated documentation files (the "Software"), to deal
    // in the Software without restriction, including without limitation the rights
    // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
    // copies of the Software, and to permit persons to whom the Software is
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 21 18:45:27 UTC 2024
    - 88.6K bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/docs/userguide/native/native_software.adoc

    |===
    
    
    [[sec:tool_chain_installation]]
    == Tool chain installation
    
    NOTE: Note that if you are using GCC then you currently need to install support for C+\+, even if you are not building from C++ source.
    This restriction will be removed in a future Gradle version.
    
    To build native software, you will need to have a compatible tool chain installed:
    
    
    [[sec:windows]]
    === Windows
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jan 24 23:14:04 UTC 2024
    - 54.6K bytes
    - Viewed (0)
  10. src/cmd/internal/obj/mips/asm0.go

    //
    // Permission is hereby granted, free of charge, to any person obtaining a copy
    // of this software and associated documentation files (the "Software"), to deal
    // in the Software without restriction, including without limitation the rights
    // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
    // copies of the Software, and to permit persons to whom the Software is
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 17:46:09 UTC 2024
    - 53.6K bytes
    - Viewed (0)
Back to top