Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 11 for verified$ (0.45 sec)

  1. CHANGELOG/CHANGELOG-1.23.md

        - [CVE-2022-3162: Unauthorized read of Custom Resources](#cve-2022-3162-unauthorized-read-of-custom-resources)
        - [CVE-2022-3294: Node address isn't always verified when proxying](#cve-2022-3294-node-address-isnt-always-verified-when-proxying)
      - [Changes by Kind](#changes-by-kind-3)
        - [API Change](#api-change-1)
        - [Bug or Regression](#bug-or-regression-3)
      - [Dependencies](#dependencies-3)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 28 21:06:52 UTC 2023
    - 424.5K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.25.md

        - [CVE-2022-3162: Unauthorized read of Custom Resources](#cve-2022-3162-unauthorized-read-of-custom-resources)
        - [CVE-2022-3294: Node address isn't always verified when proxying](#cve-2022-3294-node-address-isnt-always-verified-when-proxying)
      - [Changes by Kind](#changes-by-kind-11)
        - [API Change](#api-change-2)
        - [Feature](#feature-11)
        - [Bug or Regression](#bug-or-regression-11)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 06 09:23:20 UTC 2024
    - 419.1K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.24.md

        - [CVE-2022-3162: Unauthorized read of Custom Resources](#cve-2022-3162-unauthorized-read-of-custom-resources)
        - [CVE-2022-3294: Node address isn't always verified when proxying](#cve-2022-3294-node-address-isnt-always-verified-when-proxying)
      - [Changes by Kind](#changes-by-kind-9)
        - [API Change](#api-change-2)
        - [Feature](#feature-9)
        - [Bug or Regression](#bug-or-regression-9)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Aug 24 00:02:43 UTC 2023
    - 473.4K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.22.md

        - [CVE-2022-3162: Unauthorized read of Custom Resources](#cve-2022-3162-unauthorized-read-of-custom-resources)
        - [CVE-2022-3294: Node address isn't always verified when proxying](#cve-2022-3294-node-address-isnt-always-verified-when-proxying)
      - [Dependencies](#dependencies-1)
        - [Added](#added-1)
        - [Changed](#changed-1)
        - [Removed](#removed-1)
    - [v1.22.15](#v12215)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Dec 13 12:43:45 UTC 2022
    - 454.1K bytes
    - Viewed (0)
  5. src/cmd/compile/internal/ssagen/ssa.go

    func (s *state) maybeNilCheckClosure(closure *ssa.Value, k callKind) {
    	if Arch.LinkArch.Family == sys.Wasm || buildcfg.GOOS == "aix" && k != callGo {
    		// On AIX, the closure needs to be verified as fn can be nil, except if it's a call go. This needs to be handled by the runtime to have the "go of nil func value" error.
    		// TODO(neelance): On other architectures this should be eliminated by the optimization steps
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 284.9K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.29.md

    - Promoted to conformance a test that verified that `Services` only forward traffic on the port and protocol specified. ([#120069](https://github.com/kubernetes/kubernetes/pull/120069), [@aojea](https://github.com/aojea))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 03:42:38 UTC 2024
    - 324.5K bytes
    - Viewed (0)
  7. maven-core/src/test/resources/apiv4-repo/junit/junit/4.13.1/junit-4.13.1.jar

    org.junit.runners.model.FrameworkMethod); public void starting(org.junit.runners.model.FrameworkMethod); public void finished(org.junit.runners.model.FrameworkMethod); } org/junit/rules/Verifier$1.class package org.junit.rules; synchronized class Verifier$1 extends org.junit.runners.model.Statement { void Verifier$1(Verifier, org.junit.runners.model.Statement); public void evaluate() throws Throwable; } org/junit/rules/ExpectedException$ExpectedExceptionSta.class package org.junit.rules; synchronized class...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Dec 19 19:08:55 UTC 2023
    - 373.7K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/tf2xla/transforms/legalize_tf.cc

        // Filters data_format is always HWIO so input channels dimension is after
        // all spatial dimensions.
        const int64_t filter_channels = GetDimSize(filter_ty, num_spatial_dims);
        // TensorFlow convolution op verifies that the number of input channels is
        // divisible by the number of filter channels.
        // For depthwise convolution the feature_group_count argument would be set
        // to the input feature dimension.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 291.8K bytes
    - Viewed (0)
  9. pkg/apis/core/validation/validation.go

    			break // even for `../../..`, one error is sufficient to make the point
    		}
    	}
    	return allErrs
    }
    
    // validateMountPropagation verifies that MountPropagation field is valid and
    // allowed for given container.
    func validateMountPropagation(mountPropagation *core.MountPropagationMode, container *core.Container, fldPath *field.Path) field.ErrorList {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 349.5K bytes
    - Viewed (0)
  10. pkg/proxy/iptables/proxier_test.go

    			name:     "REJECT",
    			sourceIP: "10.0.0.2",
    			destIP:   "172.30.0.46",
    			destPort: 80,
    			output:   "REJECT",
    		},
    	})
    }
    
    // TestOverallIPTablesRules creates a variety of services and verifies that the generated
    // rules are exactly as expected.
    func TestOverallIPTablesRules(t *testing.T) {
    	logger, _ := klogtesting.NewTestContext(t)
    	ipt := iptablestest.NewFake()
    	fp := NewFakeProxier(ipt)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 21 14:39:54 UTC 2024
    - 249.9K bytes
    - Viewed (0)
Back to top