Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 20 for generateRS (0.36 sec)

  1. cluster/gce/util.sh

      setup-easyrsa
      PRIMARY_CN="${primary_cn}" SANS="${sans}" generate-certs
      AGGREGATOR_PRIMARY_CN="${primary_cn}" AGGREGATOR_SANS="${sans}" generate-aggregator-certs
      KONNECTIVITY_SERVER_PRIMARY_CN="${primary_cn}" KONNECTIVITY_SERVER_SANS="${sans}" generate-konnectivity-server-certs
      CLOUD_PVL_ADMISSION_PRIMARY_CN="${primary_cn}" CLOUD_PVL_ADMISSION_SANS="${sans}" generate-cloud-pvl-admission-certs
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 21:47:17 UTC 2024
    - 161.6K bytes
    - Viewed (0)
  2. src/cmd/go/alldocs.go

    // tag "generate" so that files may be examined by go generate but ignored
    // during build.
    //
    // For packages with invalid code, generate processes only source files with a
    // valid package clause.
    //
    // If any generator returns an error exit status, "go generate" skips
    // all further processing for that package.
    //
    // The generator is run in the package's source directory.
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 16:54:28 UTC 2024
    - 142.4K bytes
    - Viewed (0)
  3. src/cmd/go/internal/work/exec.go

    	{0xCF, 0xFA, 0xED, 0xFE},                  // Mach-O little-endian 64-bit
    	{0x4d, 0x5a, 0x90, 0x00, 0x03, 0x00},      // PE (Windows) as generated by 6l/8l and gcc
    	{0x4d, 0x5a, 0x78, 0x00, 0x01, 0x00},      // PE (Windows) as generated by llvm for dll
    	{0x00, 0x00, 0x01, 0xEB},                  // Plan 9 i386
    	{0x00, 0x00, 0x8a, 0x97},                  // Plan 9 amd64
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 14:46:37 UTC 2024
    - 105.6K bytes
    - Viewed (0)
  4. cmd/object-handlers_test.go

    	}
    
    	// ExecObjectLayerAPIAnonTest - Calls the HTTP API handler using the anonymous request, validates the ErrAccessDeniedResponse,
    	// sets the bucket policy using the policy statement generated from `getWriteOnlyObjectStatement` so that the
    	// unsigned request goes through and its validated again.
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 15:50:49 UTC 2024
    - 161.9K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiserver/pkg/registry/generic/registry/store_test.go

    	}
    }
    
    // sequentialNameGenerator generates names by appending a monotonically-increasing integer to the base.
    type sequentialNameGenerator struct {
    	seq int
    }
    
    func (m *sequentialNameGenerator) GenerateName(base string) string {
    	generated := fmt.Sprintf("%s%d", base, m.seq)
    	m.seq++
    	return generated
    }
    
    func TestStoreCreateWithRetryNameGenerate(t *testing.T) {
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 10:12:02 UTC 2024
    - 101.8K bytes
    - Viewed (0)
  6. pkg/printers/internalversion/printers_test.go

    		expected   []metav1.TableRow
    	}{
    		// Test Deployment with no generate options.
    		{
    			deployment: testDeployment,
    			options:    printers.GenerateOptions{},
    			// Columns: Name, ReadyReplicas, UpdatedReplicas, AvailableReplicas, Age
    			expected: []metav1.TableRow{{Cells: []interface{}{"test1", "0/5", int64(2), int64(1), "0s"}}},
    		},
    		// Test generate options: Wide.
    		{
    			deployment: testDeployment,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 14:04:15 UTC 2024
    - 218.6K bytes
    - Viewed (0)
  7. pkg/kubelet/kubelet_pods.go

    		return runtimeapi.MountPropagation_PROPAGATION_PRIVATE, nil
    	default:
    		return 0, fmt.Errorf("invalid MountPropagation mode: %q", *mountMode)
    	}
    }
    
    // getEtcHostsPath returns the full host-side path to a pod's generated /etc/hosts file
    func getEtcHostsPath(podDir string) string {
    	hostsFilePath := filepath.Join(podDir, "etc-hosts")
    	// Volume Mounts fail on Windows if it is not of the form C:/
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 101.2K bytes
    - Viewed (0)
  8. cluster/gce/gci/configure-helper.sh

      chmod a+w "${sym}"
    }
    
    # Gets a pregenerated UUID from ${ssdmap} if it exists, otherwise generates a new
    # UUID and places it inside ${ssdmap}
    function get-or-generate-uuid(){
      local device="${1}"
    
      local ssdmap="/home/kubernetes/localssdmap.txt"
      echo "Generating or getting UUID from ${ssdmap}"
    
      if [[ ! -e "${ssdmap}" ]]; then
        touch "${ssdmap}"
        chmod +w "${ssdmap}"
      fi
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 10 22:07:47 UTC 2024
    - 141.1K bytes
    - Viewed (0)
  9. src/cmd/link/internal/ld/data.go

    	}
    
    	if ctxt.IsAIX() && ctxt.IsExternal() {
    		// On AIX, normally we won't generate direct calls to external symbols,
    		// except in one test, cmd/go/testdata/script/link_syso_issue33139.txt.
    		// That test doesn't make much sense, and I'm not sure it ever works.
    		// Just generate trampoline for now (which will turn a direct call to
    		// an indirect call, which at least builds).
    		limit = 1
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jun 12 15:10:50 UTC 2024
    - 100.5K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/tensorflow/transforms/tf_passes.td

        such resource variables can be fused with generated `tf.TPUExecute` ops, which
        only supports resource variable read or read + write. For all TPU computations,
        resource variables are required to be initialized prior to execution. Write only
        resource variable uses can be generated currently via packed tensor uses.
    
        For example, the following:
    
        ```mlir
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:18:05 UTC 2024
    - 99.6K bytes
    - Viewed (0)
Back to top