Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 21 for combinations (0.22 sec)

  1. staging/src/k8s.io/apiextensions-apiserver/test/integration/ratcheting_test_cases/crds/standard-install.yaml

                      _also_ apply in that case). \n Practically, this means that each
                      listener in a set MUST have a unique combination of Port, Protocol,
                      and, if supported by the protocol, Hostname. \n Some combinations
                      of port, protocol, and TLS settings are considered Core support
                      and MUST be supported by implementations based on their targeted
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 27 17:15:18 UTC 2023
    - 458.3K bytes
    - Viewed (0)
  2. maven-core/src/test/resources/apiv4-repo/junit/junit/4.13.1/junit-4.13.1.jar

    Contribution of such Contributor, if any, in source code and object code form. This patent license shall apply to the combination of the Contribution and the Program if, at the time the Contribution is added by the Contributor, such addition of the Contribution causes such combination to be covered by the Licensed Patents. The patent license shall not apply to any other combinations which include the Contribution. No hardware per se is licensed hereunder. c) Recipient understands that although each...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Dec 19 19:08:55 UTC 2023
    - 373.7K bytes
    - Viewed (0)
  3. pkg/proxy/iptables/proxier_test.go

    			destIP:   svcLBIP2,
    			destPort: svcPort,
    			output:   fmt.Sprintf("%s:%d", epIP, svcPort),
    			masq:     true,
    		},
    	})
    }
    
    // TestNodePorts tests NodePort services under various combinations of the
    // --nodeport-addresses and --localhost-nodeports flags.
    func TestNodePorts(t *testing.T) {
    	testCases := []struct {
    		name string
    
    		family             v1.IPFamily
    		localhostNodePorts bool
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 21 14:39:54 UTC 2024
    - 249.9K bytes
    - Viewed (0)
  4. api/openapi-spec/v3/apis__networking.k8s.io__v1_openapi.json

                "version": "v1"
              }
            ]
          },
          "io.k8s.api.networking.v1.NetworkPolicyPeer": {
            "description": "NetworkPolicyPeer describes a peer to allow traffic to/from. Only certain combinations of fields are allowed",
            "properties": {
              "ipBlock": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/io.k8s.api.networking.v1.IPBlock"
                  }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 324.8K bytes
    - Viewed (0)
  5. ChangeLog.md

    - [`KT-66172`](https://youtrack.jetbrains.com/issue/KT-66172) K2: Improve memory consumption of `KtPsiSourceElement`
    - [`KT-50860`](https://youtrack.jetbrains.com/issue/KT-50860) Combination of array set convention and plusAssign works exponentially
    - [`KT-62798`](https://youtrack.jetbrains.com/issue/KT-62798) 'in' range checks are not intrinsified in kotlin-stdlib
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Mon May 27 17:14:23 UTC 2024
    - 292.1K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    	"optional":      "If true, don't block pod startup if the referenced ClusterTrustBundle(s) aren't available.  If using name, then the named ClusterTrustBundle is allowed not to exist.  If using signerName, then the combination of signerName and labelSelector is allowed to match zero ClusterTrustBundles.",
    	"path":          "Relative path from the volume root to write the bundle.",
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/core/v1/types.go

    	// can be mounted in read/write mode to many hosts
    	ReadWriteMany PersistentVolumeAccessMode = "ReadWriteMany"
    	// can be mounted in read/write mode to exactly 1 pod
    	// cannot be used in combination with other access modes
    	ReadWriteOncePod PersistentVolumeAccessMode = "ReadWriteOncePod"
    )
    
    // +enum
    type PersistentVolumePhase string
    
    const (
    	// used for PersistentVolumes that are not available
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/core/v1/generated.proto

      // If true, don't block pod startup if the referenced ClusterTrustBundle(s)
      // aren't available.  If using name, then the named ClusterTrustBundle is
      // allowed not to exist.  If using signerName, then the combination of
      // signerName and labelSelector is allowed to match zero
      // ClusterTrustBundles.
      // +optional
      optional bool optional = 5;
    
      // Relative path from the volume root to write the bundle.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 280.3K bytes
    - Viewed (0)
  9. CHANGELOG/CHANGELOG-1.7.md

    #### Node Authorization
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 308.7K bytes
    - Viewed (0)
  10. api/openapi-spec/v3/apis__batch__v1_openapi.json

    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 485.4K bytes
    - Viewed (0)
Back to top