Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 71 for paramRef (0.15 sec)

  1. staging/src/k8s.io/apiserver/pkg/admission/plugin/policy/validating/accessor.go

    	}
    }
    
    func (v *validatingAdmissionPolicyBindingAccessor) GetMatchResources() *v1.MatchResources {
    	return v.Spec.MatchResources
    }
    
    func (v *validatingAdmissionPolicyBindingAccessor) GetParamRef() *v1.ParamRef {
    	return v.Spec.ParamRef
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 06 00:00:21 UTC 2024
    - 2.2K bytes
    - Viewed (0)
  2. pkg/apis/admissionregistration/validation/validation_test.go

    				ParamRef: &admissionregistration.ParamRef{
    					Name: "xyzlimit-scale-setting.example.com",
    				},
    			},
    		},
    		expectedError: "spec.paramRef.parameterNotFoundAction: Required value",
    	}, {
    		name: "paramRef parameterNotFoundAction must be an valid value",
    		config: &admissionregistration.ValidatingAdmissionPolicyBinding{
    			ObjectMeta: metav1.ObjectMeta{
    				Name: "config",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 22:07:40 UTC 2024
    - 147.1K bytes
    - Viewed (0)
  3. pkg/apis/admissionregistration/v1beta1/zz_generated.conversion.go

    	}
    	if err := s.AddGeneratedConversionFunc((*v1beta1.ParamRef)(nil), (*admissionregistration.ParamRef)(nil), func(a, b interface{}, scope conversion.Scope) error {
    		return Convert_v1beta1_ParamRef_To_admissionregistration_ParamRef(a.(*v1beta1.ParamRef), b.(*admissionregistration.ParamRef), scope)
    	}); err != nil {
    		return err
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jul 21 20:56:23 UTC 2023
    - 73K bytes
    - Viewed (0)
  4. pkg/registry/admissionregistration/validatingadmissionpolicy/authz.go

    	if policy.Spec.ParamKind == nil {
    		// no paramRef in new object
    		return nil
    	}
    
    	return v.authorize(ctx, policy)
    }
    
    func (v *validatingAdmissionPolicyStrategy) authorizeUpdate(ctx context.Context, obj, old runtime.Object) error {
    	policy := obj.(*admissionregistration.ValidatingAdmissionPolicy)
    	if policy.Spec.ParamKind == nil {
    		// no paramRef in new object
    		return nil
    	}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 07 21:29:56 UTC 2022
    - 3.3K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/admissionregistration/v1/zz_generated.deepcopy.go

    		**out = **in
    	}
    	return
    }
    
    // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ParamRef.
    func (in *ParamRef) DeepCopy() *ParamRef {
    	if in == nil {
    		return nil
    	}
    	out := new(ParamRef)
    	in.DeepCopyInto(out)
    	return out
    }
    
    // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 06 00:00:21 UTC 2024
    - 24.7K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/testdata/HEAD/admissionregistration.k8s.io.v1alpha1.ValidatingAdmissionPolicyBinding.yaml

          apiVersions:
          - apiVersionsValue
          operations:
          - operationsValue
          resourceNames:
          - resourceNamesValue
          resources:
          - resourcesValue
          scope: scopeValue
      paramRef:
        name: nameValue
        namespace: namespaceValue
        parameterNotFoundAction: parameterNotFoundActionValue
        selector:
          matchExpressions:
          - key: keyValue
            operator: operatorValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jul 20 16:30:10 UTC 2023
    - 2.2K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/testdata/v1.30.0/admissionregistration.k8s.io.v1.ValidatingAdmissionPolicyBinding.yaml

          apiVersions:
          - apiVersionsValue
          operations:
          - operationsValue
          resourceNames:
          - resourceNamesValue
          resources:
          - resourcesValue
          scope: scopeValue
      paramRef:
        name: nameValue
        namespace: namespaceValue
        parameterNotFoundAction: parameterNotFoundActionValue
        selector:
          matchExpressions:
          - key: keyValue
            operator: operatorValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 2.2K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/testdata/v1.30.0/admissionregistration.k8s.io.v1alpha1.ValidatingAdmissionPolicyBinding.json

    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 3.3K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/testdata/HEAD/admissionregistration.k8s.io.v1.ValidatingAdmissionPolicyBinding.yaml

          apiVersions:
          - apiVersionsValue
          operations:
          - operationsValue
          resourceNames:
          - resourceNamesValue
          resources:
          - resourcesValue
          scope: scopeValue
      paramRef:
        name: nameValue
        namespace: namespaceValue
        parameterNotFoundAction: parameterNotFoundActionValue
        selector:
          matchExpressions:
          - key: keyValue
            operator: operatorValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 06 00:00:21 UTC 2024
    - 2.2K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/testdata/HEAD/admissionregistration.k8s.io.v1.ValidatingAdmissionPolicyBinding.json

    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 06 00:00:21 UTC 2024
    - 3.3K bytes
    - Viewed (0)
Back to top