Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 9,574 for kindOf (0.2 sec)

  1. src/cmd/vendor/golang.org/x/tools/internal/stdlib/stdlib.go

    package stdlib
    
    import (
    	"fmt"
    	"strings"
    )
    
    type Symbol struct {
    	Name    string
    	Kind    Kind
    	Version Version // Go version that first included the symbol
    }
    
    // A Kind indicates the kind of a symbol:
    // function, variable, constant, type, and so on.
    type Kind int8
    
    const (
    	Invalid Kind = iota // Example name:
    	Type                // "Buffer"
    	Func                // "Println"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 2.4K bytes
    - Viewed (0)
  2. 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)
  3. 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)
  4. 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)
  5. 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)
  6. 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)
  7. manifests/charts/istio-cni/templates/clusterrolebinding.yaml

        operator.istio.io/component: "Cni"
    subjects:
    - kind: ServiceAccount
      name: {{ template "name" . }}
      namespace: {{ .Release.Namespace}}
    roleRef:
      apiGroup: rbac.authorization.k8s.io
      kind: ClusterRole
      name: {{ template "name" . }}-repair-role
    {{- end }}
    ---
    {{- if .Values.cni.ambient.enabled }}
    apiVersion: rbac.authorization.k8s.io/v1
    kind: ClusterRoleBinding
    metadata:
      name: {{ template "name" . }}-ambient
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 17 21:52:29 UTC 2024
    - 1.9K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apiserver/pkg/apis/apiserver/load/load_test.go

    			name:      "missing kind",
    			data:      []byte(`{"apiVersion":"apiserver.config.k8s.io/v1alpha1"}`),
    			expectErr: `'Kind' is missing`,
    		},
    		{
    			name:      "unknown group",
    			data:      []byte(`{"apiVersion":"apps/v1alpha1","kind":"AuthorizationConfiguration"}`),
    			expectErr: `apps/v1alpha1`,
    		},
    		{
    			name:      "unknown version",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Mar 02 07:00:31 UTC 2024
    - 8.3K bytes
    - Viewed (0)
  9. src/internal/trace/value.go

    // to that possibility.
    func (v Value) Kind() ValueKind {
    	return v.kind
    }
    
    // Uint64 returns the uint64 value for a MetricSampleUint64.
    //
    // Panics if this metric sample's Kind is not MetricSampleUint64.
    func (v Value) Uint64() uint64 {
    	if v.kind != ValueUint64 {
    		panic("Uint64 called on Value of a different Kind")
    	}
    	return v.scalar
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:48:18 UTC 2024
    - 1.2K bytes
    - Viewed (0)
  10. pkg/config/schema/ast/ast.go

    	Description        string   `json:"description"`
    }
    
    // FindResourceForGroupKind looks up a resource with the given group and kind. Returns nil if not found.
    func (m *Metadata) FindResourceForGroupKind(group, kind string) *Resource {
    	for _, r := range m.Resources {
    		if r.Group == group && r.Kind == kind {
    			return r
    		}
    	}
    	return nil
    }
    
    // UnmarshalJSON implements json.Unmarshaler
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Mar 30 00:31:03 UTC 2024
    - 3.3K bytes
    - Viewed (0)
Back to top