Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for WithFieldRef (0.29 sec)

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

    	return &ExpressionWarningApplyConfiguration{}
    }
    
    // WithFieldRef sets the FieldRef 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 FieldRef field is set to the value of the last call.
    func (b *ExpressionWarningApplyConfiguration) WithFieldRef(value string) *ExpressionWarningApplyConfiguration {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 06 00:00:21 UTC 2024
    - 2K bytes
    - Viewed (0)
  2. staging/src/k8s.io/client-go/applyconfigurations/admissionregistration/v1alpha1/expressionwarning.go

    	return &ExpressionWarningApplyConfiguration{}
    }
    
    // WithFieldRef sets the FieldRef 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 FieldRef field is set to the value of the last call.
    func (b *ExpressionWarningApplyConfiguration) WithFieldRef(value string) *ExpressionWarningApplyConfiguration {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 14 02:44:28 UTC 2023
    - 2K bytes
    - Viewed (0)
  3. staging/src/k8s.io/client-go/applyconfigurations/admissionregistration/v1beta1/expressionwarning.go

    	return &ExpressionWarningApplyConfiguration{}
    }
    
    // WithFieldRef sets the FieldRef 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 FieldRef field is set to the value of the last call.
    func (b *ExpressionWarningApplyConfiguration) WithFieldRef(value string) *ExpressionWarningApplyConfiguration {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jul 21 20:56:23 UTC 2023
    - 2K bytes
    - Viewed (0)
  4. staging/src/k8s.io/client-go/applyconfigurations/core/v1/downwardapivolumefile.go

    	b.Path = &value
    	return b
    }
    
    // WithFieldRef sets the FieldRef 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 FieldRef field is set to the value of the last call.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 04 18:31:34 UTC 2021
    - 3.2K bytes
    - Viewed (0)
  5. staging/src/k8s.io/client-go/applyconfigurations/core/v1/envvarsource.go

    	return &EnvVarSourceApplyConfiguration{}
    }
    
    // WithFieldRef sets the FieldRef 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 FieldRef field is set to the value of the last call.
    func (b *EnvVarSourceApplyConfiguration) WithFieldRef(value *ObjectFieldSelectorApplyConfiguration) *EnvVarSourceApplyConfiguration {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 04 18:31:34 UTC 2021
    - 3.2K bytes
    - Viewed (0)
  6. pkg/controller/validatingadmissionpolicystatus/controller.go

    	for _, warning := range warnings {
    		warningsConfig = append(warningsConfig, admissionregistrationv1apply.ExpressionWarning().
    			WithFieldRef(warning.FieldRef).
    			WithWarning(warning.Warning))
    	}
    	applyConfig := admissionregistrationv1apply.ValidatingAdmissionPolicy(policy.Name).
    		WithStatus(admissionregistrationv1apply.ValidatingAdmissionPolicyStatus().
    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