Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 6,078 for kimd (0.07 sec)

  1. staging/src/k8s.io/apimachinery/pkg/runtime/serializer/cbor/cbor_test.go

    			into: &unstructured.UnstructuredList{},
    			expectedObj: &unstructured.UnstructuredList{
    				Object: map[string]interface{}{
    					"apiVersion": "v",
    					"kind":       "kList",
    				},
    				Items: []unstructured.Unstructured{
    					{Object: map[string]interface{}{"apiVersion": "vv", "kind": "kk"}},
    				},
    			},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 13 14:57:12 UTC 2024
    - 20.1K bytes
    - Viewed (0)
  2. platforms/core-runtime/serialization/src/main/java/org/gradle/internal/serialize/NestedExceptionPlaceholder.java

            this.kind = kind;
            this.index = index;
        }
    
        public Kind getKind() {
            return kind;
        }
    
        public int getIndex() {
            return index;
        }
    
        enum Kind {
            cause,
            suppressed
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 15 16:06:56 UTC 2024
    - 1.1K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/testdata/v1.30.0/admission.k8s.io.v1beta1.AdmissionReview.json

    {
      "kind": "AdmissionReview",
      "apiVersion": "admission.k8s.io/v1beta1",
      "request": {
        "uid": "uidValue",
        "kind": {
          "group": "groupValue",
          "version": "versionValue",
          "kind": "kindValue"
        },
        "resource": {
          "group": "groupValue",
          "version": "versionValue",
          "resource": "resourceValue"
        },
        "subResource": "subResourceValue",
        "requestKind": {
          "group": "groupValue",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 2.4K bytes
    - Viewed (0)
  4. analysis/analysis-api/src/org/jetbrains/kotlin/analysis/api/resolution/KaCompoundAccess.kt

            operationPartiallyAppliedSymbol: KaPartiallyAppliedFunctionSymbol<KaFunctionSymbol>,
            kind: Kind,
            operand: KtExpression,
        ) : KaCompoundAccess(operationPartiallyAppliedSymbol) {
            public val kind: Kind by validityAsserted(kind)
            public val operand: KtExpression by validityAsserted(operand)
    
            public enum class Kind {
                PLUS_ASSIGN, MINUS_ASSIGN, TIMES_ASSIGN, DIV_ASSIGN, REM_ASSIGN
            }
    
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Wed Jun 05 16:16:39 UTC 2024
    - 2.7K bytes
    - Viewed (0)
  5. pkg/api/testing/unstructured_test.go

    			{Version: "v1", Kind: "Secret"},
    			{Version: "v1", Kind: "SecretList"},
    			{Version: "v1", Kind: "RangeAllocation"},
    			{Version: "v1", Kind: "ConfigMap"},
    			{Version: "v1", Kind: "ConfigMapList"},
    			{Group: "admissionregistration.k8s.io", Version: "v1beta1", Kind: "MutatingWebhookConfiguration"},
    			{Group: "admissionregistration.k8s.io", Version: "v1beta1", Kind: "MutatingWebhookConfigurationList"},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 21:48:10 UTC 2024
    - 16.9K bytes
    - Viewed (0)
  6. platforms/ide/tooling-api/src/crossVersionTest/groovy/org/gradle/plugins/ide/tooling/r35/ToolingApiEclipseModelDependencyAccessRuleCrossVersionSpec.groovy

            dependency.accessRules[0].kind == 0
            dependency.accessRules[0].pattern == 'id-accessible'
            dependency.accessRules[1].kind == 1
            dependency.accessRules[1].pattern == 'id-nonaccessible'
            dependency.accessRules[2].kind == 2
            dependency.accessRules[2].pattern == 'id-discouraged'
            dependency.accessRules[3].kind == 0
            dependency.accessRules[3].pattern == 'literal-accessible'
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 16 10:10:39 UTC 2024
    - 9.2K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/testdata/v1.30.0/admission.k8s.io.v1.AdmissionReview.yaml

    apiVersion: admission.k8s.io/v1
    kind: AdmissionReview
    request:
      dryRun: true
      kind:
        group: groupValue
        kind: kindValue
        version: versionValue
      name: nameValue
      namespace: namespaceValue
      object:
        apiVersion: example.com/v1
        kind: CustomType
        spec:
          replicas: 1
        status:
          available: 1
      oldObject:
        apiVersion: example.com/v1
        kind: CustomType
        spec:
          replicas: 1
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 1.7K bytes
    - Viewed (0)
  8. src/internal/trace/resources.go

    //
    // r.Kind must be ResourceProc or this function will panic.
    func (r ResourceID) Proc() ProcID {
    	if r.Kind != ResourceProc {
    		panic(fmt.Sprintf("attempted to get ProcID from %s resource ID", r.Kind))
    	}
    	return ProcID(r.id)
    }
    
    // Thread obtains a ThreadID from the resource ID.
    //
    // r.Kind must be ResourceThread or this function will panic.
    func (r ResourceID) Thread() ThreadID {
    	if r.Kind != ResourceThread {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:48:18 UTC 2024
    - 8K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/testdata/v1.30.0/admission.k8s.io.v1.AdmissionReview.json

    {
      "kind": "AdmissionReview",
      "apiVersion": "admission.k8s.io/v1",
      "request": {
        "uid": "uidValue",
        "kind": {
          "group": "groupValue",
          "version": "versionValue",
          "kind": "kindValue"
        },
        "resource": {
          "group": "groupValue",
          "version": "versionValue",
          "resource": "resourceValue"
        },
        "subResource": "subResourceValue",
        "requestKind": {
          "group": "groupValue",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 2.4K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/testdata/v1.30.0/admission.k8s.io.v1beta1.AdmissionReview.yaml

    apiVersion: admission.k8s.io/v1beta1
    kind: AdmissionReview
    request:
      dryRun: true
      kind:
        group: groupValue
        kind: kindValue
        version: versionValue
      name: nameValue
      namespace: namespaceValue
      object:
        apiVersion: example.com/v1
        kind: CustomType
        spec:
          replicas: 1
        status:
          available: 1
      oldObject:
        apiVersion: example.com/v1
        kind: CustomType
        spec:
          replicas: 1
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 1.7K bytes
    - Viewed (0)
Back to top