Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 1,091 for Usages (0.12 sec)

  1. staging/src/k8s.io/api/testdata/v1.29.0/certificates.k8s.io.v1.CertificateSigningRequest.json

            "fieldsV1": {},
            "subresource": "subresourceValue"
          }
        ]
      },
      "spec": {
        "request": "AQ==",
        "signerName": "signerNameValue",
        "expirationSeconds": 8,
        "usages": [
          "usagesValue"
        ],
        "username": "usernameValue",
        "uid": "uidValue",
        "groups": [
          "groupsValue"
        ],
        "extra": {
          "extraKey": [
            "extraValue"
          ]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 1.8K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/testdata/v1.30.0/certificates.k8s.io.v1beta1.CertificateSigningRequest.yaml

      uid: uidValue
    spec:
      expirationSeconds: 8
      extra:
        extraKey:
        - extraValue
      groups:
      - groupsValue
      request: AQ==
      signerName: signerNameValue
      uid: uidValue
      usages:
      - usagesValue
      username: usernameValue
    status:
      certificate: Ag==
      conditions:
      - lastTransitionTime: "2005-01-01T01:01:01Z"
        lastUpdateTime: "2004-01-01T01:01:01Z"
        message: messageValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 1.3K bytes
    - Viewed (0)
  3. cmd/kubeadm/app/util/pkiutil/pki_helpers_test.go

    			config: CertConfig{
    				Config: certutil.Config{
    					CommonName: "test",
    					Usages:     []x509.ExtKeyUsage{x509.ExtKeyUsageServerAuth},
    				},
    			},
    			expected: true,
    		},
    		{
    			name: "has ServerAuth ECDSA",
    			config: CertConfig{
    				Config: certutil.Config{
    					CommonName: "test",
    					Usages:     []x509.ExtKeyUsage{x509.ExtKeyUsageServerAuth},
    				},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 31 21:49:21 UTC 2024
    - 22.5K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/testdata/v1.29.0/certificates.k8s.io.v1.CertificateSigningRequest.yaml

      uid: uidValue
    spec:
      expirationSeconds: 8
      extra:
        extraKey:
        - extraValue
      groups:
      - groupsValue
      request: AQ==
      signerName: signerNameValue
      uid: uidValue
      usages:
      - usagesValue
      username: usernameValue
    status:
      certificate: Ag==
      conditions:
      - lastTransitionTime: "2005-01-01T01:01:01Z"
        lastUpdateTime: "2004-01-01T01:01:01Z"
        message: messageValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 1.3K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/testdata/v1.29.0/certificates.k8s.io.v1beta1.CertificateSigningRequest.json

            "fieldsV1": {},
            "subresource": "subresourceValue"
          }
        ]
      },
      "spec": {
        "request": "AQ==",
        "signerName": "signerNameValue",
        "expirationSeconds": 8,
        "usages": [
          "usagesValue"
        ],
        "username": "usernameValue",
        "uid": "uidValue",
        "groups": [
          "groupsValue"
        ],
        "extra": {
          "extraKey": [
            "extraValue"
          ]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 1.8K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/testdata/v1.30.0/certificates.k8s.io.v1.CertificateSigningRequest.json

            "fieldsV1": {},
            "subresource": "subresourceValue"
          }
        ]
      },
      "spec": {
        "request": "AQ==",
        "signerName": "signerNameValue",
        "expirationSeconds": 8,
        "usages": [
          "usagesValue"
        ],
        "username": "usernameValue",
        "uid": "uidValue",
        "groups": [
          "groupsValue"
        ],
        "extra": {
          "extraKey": [
            "extraValue"
          ]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 1.8K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/testdata/v1.30.0/certificates.k8s.io.v1.CertificateSigningRequest.yaml

      uid: uidValue
    spec:
      expirationSeconds: 8
      extra:
        extraKey:
        - extraValue
      groups:
      - groupsValue
      request: AQ==
      signerName: signerNameValue
      uid: uidValue
      usages:
      - usagesValue
      username: usernameValue
    status:
      certificate: Ag==
      conditions:
      - lastTransitionTime: "2005-01-01T01:01:01Z"
        lastUpdateTime: "2004-01-01T01:01:01Z"
        message: messageValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 1.3K bytes
    - Viewed (0)
  8. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/repositories/PatternHelper.java

    import static org.apache.ivy.util.StringUtils.isNullOrEmpty;
    
    /**
     * Utility methods originally used directly from {@link IvyPatternHelper}, but
     * which have been now copied to facilitate alterations and also to isolate
     * the usages from Ivy concepts.
     */
    public class PatternHelper {
    
        public static final String TYPE_KEY = "type";
    
        public static final String EXT_KEY = "ext";
    
        public static final String ARTIFACT_KEY = "artifact";
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 6.1K bytes
    - Viewed (0)
  9. subprojects/core/src/main/java/org/gradle/api/internal/project/CrossProjectModelAccess.java

        GradleInternal gradleInstanceForProject(ProjectInternal referrerProject, GradleInternal gradle);
    
        /**
         * Provides an implementation of a tracker that handles the usages of TaskDependency API in the context
         * of the current project. The tracker checks that the usages for possible violation of cross-project model access restriction.
         * @param referrerProject The project providing the context.
         */
        @Nullable
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 29 04:11:36 UTC 2024
    - 4.3K bytes
    - Viewed (0)
  10. subprojects/core/src/main/java/org/gradle/api/internal/project/ProjectInternal.java

         * Do not use this method to access the child projects in the Gradle codebase!
         * The implementations may add checks that enforce correct usage of the public API, such as
         * cross-project model access checks, which are meant to report warnings on incorrect API usages
         * from third-party code. The internal usages won't pass these checks and will break.
         *
         * @see ProjectInternal#getChildProjectsUnchecked()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Aug 16 21:18:55 UTC 2023
    - 9.2K bytes
    - Viewed (0)
Back to top