Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for deng (0.28 sec)

  1. CHANGELOG/CHANGELOG-1.27.md

      Added `validationActions` to `ValidatingAdmissionPolicyBinding`, enabling validation failures to be handled by any combination of the warn, audit and deny enforcement actions. ([#115973](https://github.com/kubernetes/kubernetes/pull/115973), [@jpbetz](https://github.com/jpbetz))
    Plain Text
    - Registered: Fri Apr 26 09:05:10 GMT 2024
    - Last Modified: Tue Apr 16 15:20:21 GMT 2024
    - 434.3K bytes
    - Viewed (3)
  2. CHANGELOG/CHANGELOG-1.8.md

    	   traffic:
    
    	   ```yaml
               kind: NetworkPolicy
               apiVersion: networking.k8s.io/v1
               metadata:
                 name: default-deny
               spec:
                 podSelector:
    	   ```
    
    	   This will ensure that pods that aren't matched by any other
    	   NetworkPolicy will continue to be fully-isolated, as they were
    	   before.
    Plain Text
    - Registered: Fri Apr 26 09:05:10 GMT 2024
    - Last Modified: Tue Feb 20 15:45:02 GMT 2024
    - 312.2K bytes
    - Viewed (1)
Back to top