Search Options

Results per page
Sort
Preferred Languages
Advance

Results 181 - 190 of 844 for STRICT (0.34 sec)

  1. pkg/config/crd/validator_test.go

    	t.Run("valid", func(t *testing.T) {
    		if err := validator.ValidateCustomResourceYAML(`
    apiVersion: security.istio.io/v1beta1
    kind: PeerAuthentication
    metadata:
      name: default
    spec:
      mtls:
        mode: STRICT
    `, nil); err != nil {
    			t.Fatal(err)
    		}
    	})
    	t.Run("invalid", func(t *testing.T) {
    		if err := validator.ValidateCustomResourceYAML(`
    apiVersion: security.istio.io/v1beta1
    kind: PeerAuthentication
    metadata:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Oct 17 15:38:40 UTC 2023
    - 1.2K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiserver/pkg/endpoints/metrics/metrics_test.go

    			url: &url.URL{
    				RawQuery: "fieldValidation=Warn",
    			},
    			expectedFieldValidation: "Warn",
    		},
    		{
    			name: "strict field validation",
    			url: &url.URL{
    				RawQuery: "fieldValidation=Strict",
    			},
    			expectedFieldValidation: "Strict",
    		},
    		{
    			name: "invalid field validation",
    			url: &url.URL{
    				RawQuery: "fieldValidation=foo",
    			},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Sep 27 07:29:19 UTC 2023
    - 14.3K bytes
    - Viewed (0)
  3. LICENSES/vendor/golang.org/x/mod/LICENSE

    LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
    DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
    THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
    (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
    OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Jul 26 05:33:28 UTC 2020
    - 1.6K bytes
    - Viewed (0)
  4. LICENSES/vendor/golang.org/x/sync/LICENSE

    LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
    DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
    THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
    (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
    OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 08 04:49:00 UTC 2020
    - 1.6K bytes
    - Viewed (0)
  5. src/net/dnsclient_unix_test.go

    			}
    		} else {
    			wantRRs = 1
    		}
    		if !reflect.DeepEqual(err, wantErr) {
    			t.Errorf("strict=%v: got err %#v; want %#v", strict, err, wantErr)
    		}
    		a, err := p.AllAnswers()
    		if err != nil {
    			a = nil
    		}
    		if len(a) != wantRRs {
    			t.Errorf("strict=%v: got %v; want %v", strict, len(a), wantRRs)
    		}
    	}
    }
    
    // Test for a race between uninstalling the test hooks and closing a
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sun Apr 14 18:23:45 UTC 2024
    - 72.4K bytes
    - Viewed (0)
  6. build-logic/uber-plugins/src/main/kotlin/gradlebuild.java-library.gradle.kts

        id("gradlebuild.reproducible-archives")
        id("gradlebuild.unittest-and-compile")
        id("gradlebuild.test-fixtures")
        id("gradlebuild.distribution-testing")
        id("gradlebuild.incubation-report")
        id("gradlebuild.strict-compile")
        id("gradlebuild.code-quality")
        id("gradlebuild.arch-test")
        id("gradlebuild.integration-tests")
        id("gradlebuild.cross-version-tests")
        id("gradlebuild.ci-lifecycle")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Dec 26 17:16:23 UTC 2023
    - 1.8K bytes
    - Viewed (0)
  7. LICENSES/vendor/github.com/gorilla/websocket/LICENSE

    DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
    SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
    CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
    OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
    OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 08 04:49:00 UTC 2020
    - 1.4K bytes
    - Viewed (0)
  8. licenses/github.com/pmezard/go-difflib/LICENSE

    TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
    PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
    LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
    NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Oct 26 02:47:39 UTC 2019
    - 1.4K bytes
    - Viewed (0)
  9. pkg/ctrlz/topics/assets/templates/proc.html

            </tr>
    
            <tr>
                <td>Working Directory</td>
                <td>{{.Wd}}</td>
            </tr>
        </tbody>
    </table>
    
    {{ template "last-refresh" .}}
    
    <script>
        "use strict";
    
        function refreshProcStats() {
            let url = window.location.protocol + "//" + window.location.host + "/procj/";
    
            let ajax = new XMLHttpRequest();
            ajax.onload = onload;
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 23 17:08:31 UTC 2023
    - 2.2K bytes
    - Viewed (0)
  10. staging/src/k8s.io/apiserver/pkg/authentication/cel/interface.go

    	// return types is only used for validation. The claims variable that's available
    	// to the claim mapping expressions is a map[string]interface{}, so we can't
    	// really know what the return type is during compilation. Strict type checking
    	// is done during evaluation.
    	return []*celgo.Type{celgo.AnyType}
    }
    
    var _ ExpressionAccessor = &ClaimValidationCondition{}
    
    // ClaimValidationCondition is a CEL expression that validates a claim.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 17:59:05 UTC 2024
    - 5.2K bytes
    - Viewed (0)
Back to top