Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 20 for inversion (0.31 sec)

  1. pkg/apis/core/v1/zz_generated.conversion.go

    limitations under the License.
    */
    
    // Code generated by conversion-gen. DO NOT EDIT.
    
    package v1
    
    import (
    	url "net/url"
    	unsafe "unsafe"
    
    	v1 "k8s.io/api/core/v1"
    	resource "k8s.io/apimachinery/pkg/api/resource"
    	metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
    	conversion "k8s.io/apimachinery/pkg/conversion"
    	runtime "k8s.io/apimachinery/pkg/runtime"
    	types "k8s.io/apimachinery/pkg/types"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 472.1K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/validation/validation_test.go

    	for _, tc := range tests {
    		t.Run(tc.name, func(t *testing.T) {
    
    			// duplicate defaulting behaviour
    			if tc.resource.Spec.Conversion != nil && tc.resource.Spec.Conversion.Strategy == apiextensions.WebhookConverter && len(tc.resource.Spec.Conversion.ConversionReviewVersions) == 0 {
    				tc.resource.Spec.Conversion.ConversionReviewVersions = []string{"v1beta1"}
    			}
    			ctx := context.TODO()
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 22:07:40 UTC 2024
    - 349.4K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiextensions-apiserver/pkg/generated/openapi/zz_generated.openapi.go

    						SchemaProps: spec.SchemaProps{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:07:17 UTC 2024
    - 329.7K bytes
    - Viewed (0)
  4. prow/config/calico.yaml

                              type: integer
                          type: object
                        ipVersion:
                          description: IPVersion is an optional field that restricts the
                            rule to only match a specific IP version.
                          type: integer
                        metadata:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 21 18:32:01 UTC 2024
    - 246.5K bytes
    - Viewed (0)
  5. ChangeLog.md

    - [`KT-57244`](https://youtrack.jetbrains.com/issue/KT-57244) K2: slightly different naming scheme for suspend conversion adapters
    - [`KT-60256`](https://youtrack.jetbrains.com/issue/KT-60256) K2: types are not substituted in suspend conversion
    - [`KT-66673`](https://youtrack.jetbrains.com/issue/KT-66673) K2/JS: FirJsInheritanceClassChecker doesn't expand type aliases to supertypes
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Mon May 27 17:14:23 UTC 2024
    - 292.1K bytes
    - Viewed (0)
  6. doc/go_spec.html

    </p>
    
    
    <h3 id="Conversions">Conversions</h3>
    
    <p>
    A conversion changes the <a href="#Types">type</a> of an expression
    to the type specified by the conversion.
    A conversion may appear literally in the source, or it may be <i>implied</i>
    by the context in which an expression appears.
    </p>
    
    <p>
    An <i>explicit</i> conversion is an expression of the form <code>T(x)</code>
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 21:07:21 UTC 2024
    - 281.5K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1/generated.pb.go

    			if postIndex < 0 {
    				return ErrInvalidLengthGenerated
    			}
    			if postIndex > l {
    				return io.ErrUnexpectedEOF
    			}
    			if m.Conversion == nil {
    				m.Conversion = &CustomResourceConversion{}
    			}
    			if err := m.Conversion.Unmarshal(dAtA[iNdEx:postIndex]); err != nil {
    				return err
    			}
    			iNdEx = postIndex
    		case 10:
    			if wireType != 0 {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 244.4K bytes
    - Viewed (0)
  8. pkg/apis/core/validation/validation.go

    	v1.LabelInstanceType:            v1.LabelInstanceTypeStable,
    }
    
    var (
    	maskNodeSelectorLabelChangeEqualities     conversion.Equalities
    	initMaskNodeSelectorLabelChangeEqualities sync.Once
    )
    
    func getMaskNodeSelectorLabelChangeEqualities() conversion.Equalities {
    	initMaskNodeSelectorLabelChangeEqualities.Do(func() {
    		var eqs = apiequality.Semantic.Copy()
    		err := eqs.AddFunc(
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 349.5K bytes
    - Viewed (0)
  9. src/net/http/h2_bundle.go

    		// does not meet the TLS requirements described in
    		// this section with a connection error (Section
    		// 5.4.1) of type INADEQUATE_SECURITY.
    		if sc.tlsState.Version < tls.VersionTLS12 {
    			sc.rejectConn(http2ErrCodeInadequateSecurity, "TLS version too low")
    			return
    		}
    
    		if sc.tlsState.ServerName == "" {
    			// Client must use SNI, but we don't enforce that anymore,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 364.1K bytes
    - Viewed (0)
  10. api/openapi-spec/v3/apis__networking.k8s.io__v1_openapi.json

                  "type": "string"
                },
                "type": "array"
              },
              "version": {
                "description": "version is the preferred version of the resource.  Empty implies the version of the containing resource list For subresources, this may have a different value, for example: v1 (while inside a v1beta1 version of the core resource's group)\".",
                "type": "string"
              }
            },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 324.8K bytes
    - Viewed (0)
Back to top