Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 16 for kimd (0.1 sec)

  1. api/openapi-spec/v3/apis__resource.k8s.io__v1alpha2_openapi.json

                "type": "string"
              },
              "kind": {
                "default": "",
                "description": "kind is the kind for the resource (e.g. 'Foo' is the kind for a resource 'foo')",
                "type": "string"
              },
              "name": {
                "default": "",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 22 12:18:45 UTC 2024
    - 656.6K bytes
    - Viewed (0)
  2. tests/integration/pilot/testdata/gateway-api-crd.yaml

                              kind:
                                description: Kind is the kind of the Route.
                                maxLength: 63
                                minLength: 1
                                pattern: ^[a-zA-Z]([-a-zA-Z0-9]*[a-zA-Z0-9])?$
                                type: string
                            required:
                            - kind
                            type: object
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 02:01:51 UTC 2024
    - 912.2K bytes
    - Viewed (0)
  3. api/openapi-spec/v3/apis__apps__v1_openapi.json

                "type": "string"
              },
              "kind": {
                "default": "",
                "description": "kind is the kind for the resource (e.g. 'Foo' is the kind for a resource 'foo')",
                "type": "string"
              },
              "name": {
                "default": "",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  4. operator/cmd/mesh/testdata/manifest-generate/output/all_on.golden-show-in-gh-pull-request.yaml

    kind: ClusterRoleBinding
    metadata:
      labels:
        app: istiod
        release: istio
      name: istiod-gateway-controller-istio-system
    roleRef:
      apiGroup: rbac.authorization.k8s.io
      kind: ClusterRole
      name: istiod-gateway-controller-istio-system
    subjects:
    - kind: ServiceAccount
      name: istiod
      namespace: istio-system
    
    ---
    apiVersion: admissionregistration.k8s.io/v1
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 506.8K bytes
    - Viewed (0)
  5. manifests/charts/istiod-remote/templates/crd-all.gen.yaml

                        maxLength: 253
                        pattern: ^$|^[a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*$
                        type: string
                      kind:
                        description: kind is kind of the target resource.
                        maxLength: 63
                        minLength: 1
                        pattern: ^[a-zA-Z]([-a-zA-Z0-9]*[a-zA-Z0-9])?$
                        type: string
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.7K bytes
    - Viewed (0)
  6. manifests/charts/base/crds/crd-all.gen.yaml

                        maxLength: 253
                        pattern: ^$|^[a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*$
                        type: string
                      kind:
                        description: kind is kind of the target resource.
                        maxLength: 63
                        minLength: 1
                        pattern: ^[a-zA-Z]([-a-zA-Z0-9]*[a-zA-Z0-9])?$
                        type: string
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.6K bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.19.md

    ### (No, really, you MUST read this before you upgrade)
    
     - Azure blob disk feature(`kind`: `Shared`, `Dedicated`) has been deprecated, you should use `kind`: `Managed` in `kubernetes.io/azure-disk` storage class. ([#92905](https://github.com/kubernetes/kubernetes/pull/92905), [@andyzhangx](https://github.com/andyzhangx)) [SIG Cloud Provider and Storage]
     
    ## Changes by Kind
    
    ### Deprecation
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
  8. pkg/apis/core/validation/validation_test.go

    		StorageClassName: &scName,
    		DataSourceRef: &core.TypedObjectReference{
    			APIGroup:  apiGroup,
    			Kind:      kind,
    			Namespace: namespace,
    			Name:      name,
    		},
    	}
    
    	if isDataSourceSet {
    		spec.DataSource = &core.TypedLocalObjectReference{
    			APIGroup: apiGroup,
    			Kind:     kind,
    			Name:     name,
    		}
    	}
    	return &spec
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"(Value).Float64", Method, 16},
    		{"(Value).Float64Histogram", Method, 16},
    		{"(Value).Kind", Method, 16},
    		{"(Value).Uint64", Method, 16},
    		{"All", Func, 16},
    		{"Description", Type, 16},
    		{"Description.Cumulative", Field, 16},
    		{"Description.Description", Field, 16},
    		{"Description.Kind", Field, 16},
    		{"Description.Name", Field, 16},
    		{"Float64Histogram", Type, 16},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  10. src/cmd/compile/internal/ssa/rewriteARM64.go

    	// cond: boundsABI(kind) == 1
    	// result: (LoweredPanicBoundsB [kind] x y mem)
    	for {
    		kind := auxIntToInt64(v.AuxInt)
    		x := v_0
    		y := v_1
    		mem := v_2
    		if !(boundsABI(kind) == 1) {
    			break
    		}
    		v.reset(OpARM64LoweredPanicBoundsB)
    		v.AuxInt = int64ToAuxInt(kind)
    		v.AddArg3(x, y, mem)
    		return true
    	}
    	// match: (PanicBounds [kind] x y mem)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 15:49:20 UTC 2024
    - 608.6K bytes
    - Viewed (0)
Back to top