Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 26 for opform (0.2 sec)

  1. staging/src/k8s.io/apiextensions-apiserver/pkg/generated/openapi/zz_generated.openapi.go

    							Description: "groupVersion specifies the API group and version in the form \"group/version\"",
    							Default:     "",
    							Type:        []string{"string"},
    							Format:      "",
    						},
    					},
    					"version": {
    						SchemaProps: spec.SchemaProps{
    							Description: "version specifies the version in the form of \"version\". This is to save the clients the trouble of splitting the GroupVersion.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:07:17 UTC 2024
    - 329.7K bytes
    - Viewed (0)
  2. src/cmd/compile/internal/ssa/rewrite386.go

    	case OpOffPtr:
    		return rewriteValue386_OpOffPtr(v)
    	case OpOr16:
    		v.Op = Op386ORL
    		return true
    	case OpOr32:
    		v.Op = Op386ORL
    		return true
    	case OpOr8:
    		v.Op = Op386ORL
    		return true
    	case OpOrB:
    		v.Op = Op386ORL
    		return true
    	case OpPanicBounds:
    		return rewriteValue386_OpPanicBounds(v)
    	case OpPanicExtend:
    		return rewriteValue386_OpPanicExtend(v)
    	case OpRotateLeft16:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 21 21:05:46 UTC 2023
    - 262.4K bytes
    - Viewed (0)
  3. api/openapi-spec/v3/apis__rbac.authorization.k8s.io__v1_openapi.json

                  }
                ],
                "description": "Extended data associated with the reason.  Each reason may define its own extended details. This field is optional and the data returned is not guaranteed to conform to any schema except that defined by the reason type.",
                "x-kubernetes-list-type": "atomic"
              },
              "kind": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 352.2K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.6.md

        an in-place upgrade, the Kubelet will automatically restart all
        Kubernetes-managed containers on the node.
      * It is not compatible with CNI plugins that do not conform to the
        [error handling behavior in the spec](https://github.com/containernetworking/cni/blob/master/SPEC.md#network-configuration-list-error-handling).
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 304K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/core/v1/types.go

    	// characters, '-', '_' or '.'. The serialized form of the secret data is a
    	// base64 encoded string, representing the arbitrary (possibly non-string)
    	// data value here. Described in https://tools.ietf.org/html/rfc4648#section-4
    	// +optional
    	Data map[string][]byte `json:"data,omitempty" protobuf:"bytes,2,rep,name=data"`
    
    	// stringData allows specifying non-binary secret data in string form.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
  6. ChangeLog.md

    - [`KT-60043`](https://youtrack.jetbrains.com/issue/KT-60043) K2: Introduced PROPERTY_AS_OPERATOR
    - [`KT-61829`](https://youtrack.jetbrains.com/issue/KT-61829) K2. Internal error, FileAnalysisException when type argument doesn't conform expected type
    - [`KT-61691`](https://youtrack.jetbrains.com/issue/KT-61691) K2: This annotation is not applicable to target 'local variable'
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Mon May 27 17:14:23 UTC 2024
    - 292.1K bytes
    - Viewed (0)
  7. api/openapi-spec/v3/apis__admissionregistration.k8s.io__v1_openapi.json

                  }
                ],
                "description": "Extended data associated with the reason.  Each reason may define its own extended details. This field is optional and the data returned is not guaranteed to conform to any schema except that defined by the reason type.",
                "x-kubernetes-list-type": "atomic"
              },
              "kind": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 388.1K bytes
    - Viewed (0)
  8. src/cmd/compile/internal/ssa/rewritePPC64.go

    	case OpOr16:
    		v.Op = OpPPC64OR
    		return true
    	case OpOr32:
    		v.Op = OpPPC64OR
    		return true
    	case OpOr64:
    		v.Op = OpPPC64OR
    		return true
    	case OpOr8:
    		v.Op = OpPPC64OR
    		return true
    	case OpOrB:
    		v.Op = OpPPC64OR
    		return true
    	case OpPPC64ADD:
    		return rewriteValuePPC64_OpPPC64ADD(v)
    	case OpPPC64ADDE:
    		return rewriteValuePPC64_OpPPC64ADDE(v)
    	case OpPPC64ADDconst:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 19:02:52 UTC 2024
    - 360.2K bytes
    - Viewed (0)
  9. api/openapi-spec/v3/apis__storage.k8s.io__v1_openapi.json

    ...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 481.9K bytes
    - Viewed (0)
  10. src/cmd/compile/internal/ssa/rewriteS390X.go

    	case OpOr16:
    		v.Op = OpS390XORW
    		return true
    	case OpOr32:
    		v.Op = OpS390XORW
    		return true
    	case OpOr64:
    		v.Op = OpS390XOR
    		return true
    	case OpOr8:
    		v.Op = OpS390XORW
    		return true
    	case OpOrB:
    		v.Op = OpS390XORW
    		return true
    	case OpPanicBounds:
    		return rewriteValueS390X_OpPanicBounds(v)
    	case OpPopCount16:
    		return rewriteValueS390X_OpPopCount16(v)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 12 18:09:26 UTC 2023
    - 395.1K bytes
    - Viewed (0)
Back to top