Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for OptionalTypes (0.42 sec)

  1. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/types_jsonschema.go

    	// unwrap it after checking using `oldSelf.value()`. Check the CEL
    	// documentation for Optional types for more information:
    	// https://pkg.go.dev/github.com/google/cel-go/cel#OptionalTypes
    	//
    	// May not be set unless `oldSelf` is used in `rule`.
    	//
    	// +featureGate=CRDValidationRatcheting
    	// +optional
    	OptionalOldSelf *bool
    }
    
    // JSON represents any valid JSON value.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Nov 03 22:23:23 UTC 2023
    - 15.9K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1beta1/types_jsonschema.go

    	// unwrap it after checking using `oldSelf.value()`. Check the CEL
    	// documentation for Optional types for more information:
    	// https://pkg.go.dev/github.com/google/cel-go/cel#OptionalTypes
    	//
    	// May not be set unless `oldSelf` is used in `rule`.
    	//
    	// +featureGate=CRDValidationRatcheting
    	// +optional
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:06:21 UTC 2023
    - 24.7K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1/types_jsonschema.go

    	// unwrap it after checking using `oldSelf.value()`. Check the CEL
    	// documentation for Optional types for more information:
    	// https://pkg.go.dev/github.com/google/cel-go/cel#OptionalTypes
    	//
    	// May not be set unless `oldSelf` is used in `rule`.
    	//
    	// +featureGate=CRDValidationRatcheting
    	// +optional
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:06:21 UTC 2023
    - 24.7K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiserver/pkg/cel/library/cost_test.go

    	env, err := cel.NewEnv(
    		ext.Strings(ext.StringsVersion(2)),
    		URLs(),
    		Regex(),
    		Lists(),
    		Authz(),
    		Quantity(),
    		ext.Sets(),
    		IP(),
    		CIDR(),
    		Format(),
    		cel.OptionalTypes(),
    		// cel-go v0.17.7 introduced CostEstimatorOptions.
    		// Previous the presence has a cost of 0 but cel fixed it to 1. We still set to 0 here to avoid breaking changes.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Apr 23 17:22:44 UTC 2024
    - 40.8K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1/generated.proto

      // unwrap it after checking using `oldSelf.value()`. Check the CEL
      // documentation for Optional types for more information:
      // https://pkg.go.dev/github.com/google/cel-go/cel#OptionalTypes
      //
      // May not be set unless `oldSelf` is used in `rule`.
      //
      // +featureGate=CRDValidationRatcheting
      // +optional
      optional bool optionalOldSelf = 6;
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 39.1K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1beta1/generated.proto

      // unwrap it after checking using `oldSelf.value()`. Check the CEL
      // documentation for Optional types for more information:
      // https://pkg.go.dev/github.com/google/cel-go/cel#OptionalTypes
      //
      // May not be set unless `oldSelf` is used in `rule`.
      //
      // +featureGate=CRDValidationRatcheting
      // +optional
      optional bool optionalOldSelf = 6;
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 41.8K bytes
    - Viewed (0)
Back to top