Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for WithExpressionWarnings (0.24 sec)

  1. staging/src/k8s.io/client-go/applyconfigurations/admissionregistration/v1beta1/typechecking.go

    }
    
    // WithExpressionWarnings adds the given value to the ExpressionWarnings field in the declarative configuration
    // and returns the receiver, so that objects can be build by chaining "With" function invocations.
    // If called multiple times, values provided by each call will be appended to the ExpressionWarnings field.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jul 21 20:56:23 UTC 2023
    - 1.7K bytes
    - Viewed (0)
  2. staging/src/k8s.io/client-go/applyconfigurations/admissionregistration/v1/typechecking.go

    }
    
    // WithExpressionWarnings adds the given value to the ExpressionWarnings field in the declarative configuration
    // and returns the receiver, so that objects can be build by chaining "With" function invocations.
    // If called multiple times, values provided by each call will be appended to the ExpressionWarnings field.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 06 00:00:21 UTC 2024
    - 1.7K bytes
    - Viewed (0)
  3. staging/src/k8s.io/client-go/applyconfigurations/admissionregistration/v1alpha1/typechecking.go

    }
    
    // WithExpressionWarnings adds the given value to the ExpressionWarnings field in the declarative configuration
    // and returns the receiver, so that objects can be build by chaining "With" function invocations.
    // If called multiple times, values provided by each call will be appended to the ExpressionWarnings field.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 14 02:44:28 UTC 2023
    - 1.7K bytes
    - Viewed (0)
  4. pkg/controller/validatingadmissionpolicystatus/controller.go

    		WithStatus(admissionregistrationv1apply.ValidatingAdmissionPolicyStatus().
    			WithObservedGeneration(policy.Generation).
    			WithTypeChecking(admissionregistrationv1apply.TypeChecking().
    				WithExpressionWarnings(warningsConfig...)))
    	_, err := c.policyClient.ApplyStatus(ctx, applyConfig, metav1.ApplyOptions{FieldManager: ControllerName, Force: true})
    	return err
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 5.3K bytes
    - Viewed (0)
Back to top