Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 1,739 for usedBy (0.18 sec)

  1. cmd/kubeadm/app/phases/certs/certlist.go

    	// These functions will be run in series, passed both the InitConfiguration and a cert Config.
    	configMutators []configMutatorsFunc
    	config         pkiutil.CertConfig
    	// Used for unit tests.
    	creationTime time.Time
    }
    
    // GetConfig returns the definition for the given cert given the provided InitConfiguration
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 01 16:01:49 UTC 2024
    - 15.8K bytes
    - Viewed (0)
  2. subprojects/core-api/src/main/java/org/gradle/api/artifacts/dsl/RepositoryHandler.java

         *     <th>Description of Associated Value</th></tr>
         * <tr><td><code>name</code></td>
         *     <td>(optional) The name of the repository.
         * The default is a Hash value of the rootdir paths. The name is used in the console output,
         * to point to information related to a particular repository. A name must be unique amongst a repository group.</td></tr>
         * <tr><td><code>dirs</code></td>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 09 03:42:11 UTC 2024
    - 13.8K bytes
    - Viewed (0)
  3. pilot/pkg/security/model/authentication.go

    	SDSClusterName = pm.SDSClusterName
    
    	// SDSDefaultResourceName is the default name in sdsconfig, used for fetching normal key/cert.
    	SDSDefaultResourceName = pm.SDSDefaultResourceName
    
    	// SDSRootResourceName is the sdsconfig name for root CA, used for fetching root cert.
    	SDSRootResourceName = pm.SDSRootResourceName
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 28 22:11:02 UTC 2024
    - 9.9K bytes
    - Viewed (0)
  4. src/runtime/alg.go

    	return memhash(p, h, size)
    }
    
    // runtime variable to check if the processor we're running on
    // actually supports the instructions used by the AES-based
    // hash implementation.
    var useAeshash bool
    
    // in asm_*.s
    
    // memhash should be an internal detail,
    // but widely used packages access it using linkname.
    // Notable members of the hall of shame include:
    //   - github.com/aacfactory/fns
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 13.6K bytes
    - Viewed (0)
  5. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/BeforeResolveIntegrationTest.groovy

            succeeds 'printF...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 08 02:27:32 UTC 2024
    - 16.4K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1beta1/generated.proto

      // If no top-level or per-version columns are specified, a single column displaying the age of the custom resource is used.
      // +optional
      // +listType=atomic
      repeated CustomResourceColumnDefinition additionalPrinterColumns = 6;
    
      // selectableFields specifies paths to fields that may be used as field selectors.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 41.8K bytes
    - Viewed (0)
  7. pkg/apis/resource/validation/validation_resourceclass_test.go

    			class:        testClass(badName, goodName),
    		},
    		"generate-name": {
    			class: func() *resource.ResourceClass {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 09:18:10 UTC 2024
    - 10.6K bytes
    - Viewed (0)
  8. pkg/security/security.go

    	FileRootSystemCACert = "file-root:system"
    )
    
    // TODO: For 1.8, make sure MeshConfig is updated with those settings,
    // they should be dynamic to allow migrations without restart.
    // Both are critical.
    var (
    	// Require3PToken disables the use of K8S 1P tokens. Note that 1P tokens can be used to request
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 17:48:28 UTC 2024
    - 19.1K bytes
    - Viewed (0)
  9. cmd/kubeadm/app/cmd/upgrade/node.go

    }
    
    // newNodeData returns a new nodeData struct to be used for the execution of the kubeadm upgrade node workflow.
    // This func takes care of validating nodeOptions passed to the command, and then it converts
    // options into the internal InitConfiguration type that is used as input all the phases in the kubeadm upgrade node workflow
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 16 08:34:39 UTC 2024
    - 10K bytes
    - Viewed (0)
  10. cmd/kubeadm/app/phases/certs/renewal/manager.go

    type CAExpirationHandler struct {
    	// Name of the CA to be used for UX.
    	// This value can be used to trigger operations on this CA
    	Name string
    
    	// LongName of the CA to be used for UX
    	LongName string
    
    	// FileName defines the name (or the BaseName) of the CA file
    	FileName string
    
    	// readwriter defines a CertificateReadWriter to be used for CA expiration check
    	readwriter certificateReadWriter
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 01 16:01:49 UTC 2024
    - 15K bytes
    - Viewed (0)
Back to top