Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 54 for parameterNotFoundAction (0.21 sec)

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

    	Namespace               *string                              `json:"namespace,omitempty"`
    	Selector                *v1.LabelSelectorApplyConfiguration  `json:"selector,omitempty"`
    	ParameterNotFoundAction *v1beta1.ParameterNotFoundActionType `json:"parameterNotFoundAction,omitempty"`
    }
    
    // ParamRefApplyConfiguration constructs an declarative configuration of the ParamRef type for use with
    // apply.
    func ParamRef() *ParamRefApplyConfiguration {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jul 21 20:56:23 UTC 2023
    - 3.1K bytes
    - Viewed (0)
  2. pkg/registry/admissionregistration/validatingadmissionpolicybinding/authz_test.go

    							pr.Namespace = "othernamespace"
    						}
    
    						if pr.ParameterNotFoundAction == nil || *pr.ParameterNotFoundAction == admissionregistration.AllowAction {
    							v := admissionregistration.DenyAction
    							pr.ParameterNotFoundAction = &v
    						} else {
    							v := admissionregistration.AllowAction
    							pr.ParameterNotFoundAction = &v
    						}
    					}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jul 20 16:30:09 UTC 2023
    - 5.7K bytes
    - Viewed (0)
  3. staging/src/k8s.io/client-go/applyconfigurations/admissionregistration/v1/paramref.go

    	Selector                *v1.LabelSelectorApplyConfiguration                  `json:"selector,omitempty"`
    	ParameterNotFoundAction *admissionregistrationv1.ParameterNotFoundActionType `json:"parameterNotFoundAction,omitempty"`
    }
    
    // ParamRefApplyConfiguration constructs an declarative configuration of the ParamRef type for use with
    // apply.
    func ParamRef() *ParamRefApplyConfiguration {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 06 00:00:21 UTC 2024
    - 3.2K bytes
    - Viewed (0)
  4. staging/src/k8s.io/client-go/applyconfigurations/admissionregistration/v1alpha1/paramref.go

    	Namespace               *string                               `json:"namespace,omitempty"`
    	Selector                *v1.LabelSelectorApplyConfiguration   `json:"selector,omitempty"`
    	ParameterNotFoundAction *v1alpha1.ParameterNotFoundActionType `json:"parameterNotFoundAction,omitempty"`
    }
    
    // ParamRefApplyConfiguration constructs an declarative configuration of the ParamRef type for use with
    // apply.
    func ParamRef() *ParamRefApplyConfiguration {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jul 20 16:30:10 UTC 2023
    - 3.2K bytes
    - Viewed (0)
  5. pkg/registry/admissionregistration/validatingadmissionpolicybinding/strategy_test.go

    				PolicyName: "replicalimit-policy.example.com",
    				ParamRef: &admissionregistration.ParamRef{
    					Name:                    "replica-limit-test.example.com",
    					ParameterNotFoundAction: &denyAction,
    				},
    				ValidationActions: []admissionregistration.ValidationAction{admissionregistration.Deny},
    			},
    		},
    		{
    			ObjectMeta: metav1.ObjectMeta{
    				Name: "foo-clusterwide",
    			},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jul 20 16:30:09 UTC 2023
    - 3.8K bytes
    - Viewed (0)
  6. pkg/apis/admissionregistration/fuzzer/fuzzer.go

    			c.FuzzNoCustom(obj) // fuzz self without calling this function again
    
    			// Populate required field
    			if obj.ParameterNotFoundAction == nil {
    				v := admissionregistration.DenyAction
    				obj.ParameterNotFoundAction = &v
    			}
    		},
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jul 20 16:30:09 UTC 2023
    - 3.6K bytes
    - Viewed (0)
  7. pkg/apis/admissionregistration/v1alpha1/defaults.go

    	}
    }
    
    // SetDefaults_ParamRef sets defaults for ParamRef
    func SetDefaults_ParamRef(obj *admissionregistrationv1alpha1.ParamRef) {
    	if obj.ParameterNotFoundAction == nil {
    		v := admissionregistrationv1alpha1.DenyAction
    		obj.ParameterNotFoundAction = &v
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jul 20 16:30:09 UTC 2023
    - 1.9K bytes
    - Viewed (0)
  8. pkg/registry/admissionregistration/validatingadmissionpolicybinding/storage/storage_test.go

    				PolicyName: "replicalimit-policy.example.com",
    				ParamRef: &admissionregistration.ParamRef{
    					Name:                    "replica-limit-test.example.com",
    					ParameterNotFoundAction: &denyAction,
    				},
    				ValidationActions: []admissionregistration.ValidationAction{admissionregistration.Deny},
    			},
    		},
    		{
    			ObjectMeta: metav1.ObjectMeta{
    				Name: "foo-clusterwide",
    			},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jul 20 16:30:09 UTC 2023
    - 7.7K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/testdata/v1.30.0/admissionregistration.k8s.io.v1.ValidatingAdmissionPolicyBinding.yaml

          - operationsValue
          resourceNames:
          - resourceNamesValue
          resources:
          - resourcesValue
          scope: scopeValue
      paramRef:
        name: nameValue
        namespace: namespaceValue
        parameterNotFoundAction: parameterNotFoundActionValue
        selector:
          matchExpressions:
          - key: keyValue
            operator: operatorValue
            values:
            - valuesValue
          matchLabels:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 2.2K bytes
    - Viewed (0)
  10. 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)
Back to top