Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for WithObservedGeneration (0.23 sec)

  1. staging/src/k8s.io/client-go/applyconfigurations/admissionregistration/v1/validatingadmissionpolicystatus.go

    }
    
    // WithObservedGeneration sets the ObservedGeneration field in the declarative configuration to the given value
    // and returns the receiver, so that objects can be built by chaining "With" function invocations.
    // If called multiple times, the ObservedGeneration field is set to the value of the last call.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 06 00:00:21 UTC 2024
    - 3.1K bytes
    - Viewed (0)
  2. pkg/controller/validatingadmissionpolicystatus/controller.go

    			WithWarning(warning.Warning))
    	}
    	applyConfig := admissionregistrationv1apply.ValidatingAdmissionPolicy(policy.Name).
    		WithStatus(admissionregistrationv1apply.ValidatingAdmissionPolicyStatus().
    			WithObservedGeneration(policy.Generation).
    			WithTypeChecking(admissionregistrationv1apply.TypeChecking().
    				WithExpressionWarnings(warningsConfig...)))
    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