Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 36 for ExpressionWarning (0.19 sec)

  1. staging/src/k8s.io/api/admissionregistration/v1alpha1/generated.proto

      // will be joined together in a comma-separated list.
      //
      // Required.
      optional string valueExpression = 2;
    }
    
    // ExpressionWarning is a warning information that targets a specific expression.
    message ExpressionWarning {
      // The path to the field that refers the expression.
      // For example, the reference to the expression of the first item of
      // validations is "spec.validations[0].expression"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 29.9K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/admissionregistration/v1alpha1/types_swagger_doc_generated.go

    }
    
    func (AuditAnnotation) SwaggerDoc() map[string]string {
    	return map_AuditAnnotation
    }
    
    var map_ExpressionWarning = map[string]string{
    	"":         "ExpressionWarning is a warning information that targets a specific expression.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jul 20 16:30:10 UTC 2023
    - 27K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/admissionregistration/v1beta1/generated.proto

      // will be joined together in a comma-separated list.
      //
      // Required.
      optional string valueExpression = 2;
    }
    
    // ExpressionWarning is a warning information that targets a specific expression.
    message ExpressionWarning {
      // The path to the field that refers the expression.
      // For example, the reference to the expression of the first item of
      // validations is "spec.validations[0].expression"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 50.4K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/admissionregistration/v1/generated.proto

      // will be joined together in a comma-separated list.
      //
      // Required.
      optional string valueExpression = 2;
    }
    
    // ExpressionWarning is a warning information that targets a specific expression.
    message ExpressionWarning {
      // The path to the field that refers the expression.
      // For example, the reference to the expression of the first item of
      // validations is "spec.validations[0].expression"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 51.8K bytes
    - Viewed (0)
  5. pkg/apis/admissionregistration/types.go

    type TypeChecking struct {
    	// The type checking warnings for each expression.
    	// +optional
    	// +listType=atomic
    	ExpressionWarnings []ExpressionWarning
    }
    
    // ExpressionWarning is a warning information that targets a specific expression.
    type ExpressionWarning struct {
    	// The path to the field that refers the expression.
    	// For example, the reference to the expression of the first item of
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 29 20:14:19 UTC 2024
    - 52.6K bytes
    - Viewed (0)
  6. pkg/apis/admissionregistration/validation/validation_test.go

    					FieldRef: "spec.validations[0].expression",
    				}},
    			},
    		},
    		expectedError: "Required value",
    	}, {
    		name: "type checking missing fieldRef",
    		status: &admissionregistration.ValidatingAdmissionPolicyStatus{
    			TypeChecking: &admissionregistration.TypeChecking{
    				ExpressionWarnings: []admissionregistration.ExpressionWarning{{
    					Warning: "message",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 22:07:40 UTC 2024
    - 147.1K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/admissionregistration/v1beta1/types.go

    	// The type checking warnings for each expression.
    	// +optional
    	// +listType=atomic
    	ExpressionWarnings []ExpressionWarning `json:"expressionWarnings,omitempty" protobuf:"bytes,1,rep,name=expressionWarnings"`
    }
    
    // ExpressionWarning is a warning information that targets a specific expression.
    type ExpressionWarning struct {
    	// The path to the field that refers the expression.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 29 20:14:19 UTC 2024
    - 60.6K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/admissionregistration/v1/types.go

    	// The type checking warnings for each expression.
    	// +optional
    	// +listType=atomic
    	ExpressionWarnings []ExpressionWarning `json:"expressionWarnings,omitempty" protobuf:"bytes,1,rep,name=expressionWarnings"`
    }
    
    // ExpressionWarning is a warning information that targets a specific expression.
    type ExpressionWarning struct {
    	// The path to the field that refers the expression.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 61.6K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/admissionregistration/v1/types_swagger_doc_generated.go

    }
    
    func (AuditAnnotation) SwaggerDoc() map[string]string {
    	return map_AuditAnnotation
    }
    
    var map_ExpressionWarning = map[string]string{
    	"":         "ExpressionWarning is a warning information that targets a specific expression.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 06 00:00:21 UTC 2024
    - 48.7K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/admissionregistration/v1beta1/types_swagger_doc_generated.go

    }
    
    func (AuditAnnotation) SwaggerDoc() map[string]string {
    	return map_AuditAnnotation
    }
    
    var map_ExpressionWarning = map[string]string{
    	"":         "ExpressionWarning is a warning information that targets a specific expression.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 29 20:14:19 UTC 2024
    - 46.9K bytes
    - Viewed (0)
Back to top