Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 41 for setString (0.36 sec)

  1. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    	"ipMode":   "IPMode specifies how the load-balancer IP behaves, and may only be specified when the ip field is specified. Setting this to \"VIP\" indicates that traffic is delivered to the node with the destination set to the load-balancer's IP and port. Setting this to \"Proxy\" indicates that traffic is delivered to the node or pod with the destination set to the node's IP and node port or the pod's IP and port. Service implementations may...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
  2. pkg/apis/core/types.go

    	Subdomain string
    	// If true the pod's hostname will be configured as the pod's FQDN, rather than the leaf name (the default).
    	// In Linux containers, this means setting the FQDN in the hostname field of the kernel (the nodename field of struct utsname).
    	// In Windows containers, this means setting the registry value of hostname for the registry key HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Services\\Tcpip\\Parameters to FQDN.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  3. common-protos/k8s.io/api/core/v1/generated.proto

      // If true the pod's hostname will be configured as the pod's FQDN, rather than the leaf name (the default).
      // In Linux containers, this means setting the FQDN in the hostname field of the kernel (the nodename field of struct utsname).
      // In Windows containers, this means setting the registry value of hostname for the registry key HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Services\\Tcpip\\Parameters to FQDN.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 255.8K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/core/v1/generated.proto

      optional string hostname = 2;
    
      // IPMode specifies how the load-balancer IP behaves, and may only be specified when the ip field is specified.
      // Setting this to "VIP" indicates that traffic is delivered to the node with
      // the destination set to the load-balancer's IP and port.
      // Setting this to "Proxy" indicates that traffic is delivered to the node or pod with
      // the destination set to the node's IP and node port or the pod's IP and port.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 280.3K bytes
    - Viewed (0)
  5. src/net/http/h2_bundle.go

    	f.checkValid()
    	for i := 0; i < f.NumSettings(); i++ {
    		if s := f.Setting(i); s.ID == id {
    			return s.Val, true
    		}
    	}
    	return 0, false
    }
    
    // Setting returns the setting from the frame at the given 0-based index.
    // The index must be >= 0 and less than f.NumSettings().
    func (f *http2SettingsFrame) Setting(i int) http2Setting {
    	buf := f.p
    	return http2Setting{
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 364.1K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/core/v1/types.go

    	// If true the pod's hostname will be configured as the pod's FQDN, rather than the leaf name (the default).
    	// In Linux containers, this means setting the FQDN in the hostname field of the kernel (the nodename field of struct utsname).
    	// In Windows containers, this means setting the registry value of hostname for the registry key HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Services\\Tcpip\\Parameters to FQDN.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apiextensions-apiserver/test/integration/ratcheting_test_cases/crds/standard-install.yaml

                                                any other HTTPRouteMatch type on the same
                                                HTTPRouteRule will result in the implementation
                                                setting the Accepted Condition for the
                                                Route to `status: False`. \n Request Path
                                                | Prefix Match | Replace Prefix | Modified
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 27 17:15:18 UTC 2023
    - 458.3K bytes
    - Viewed (0)
  8. api/openapi-spec/v3/apis__storage.k8s.io__v1_openapi.json

                "format": "int32",
                "type": "integer"
              },
              "readOnly": {
                "description": "readOnly value true will force the readOnly setting in VolumeMounts. More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore",
                "type": "boolean"
              },
              "volumeID": {
                "default": "",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 481.9K bytes
    - Viewed (0)
  9. api/openapi-spec/v3/apis__batch__v1_openapi.json

              },
              "completions": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 485.4K bytes
    - Viewed (0)
  10. api/openapi-spec/v3/apis__networking.k8s.io__v1_openapi.json

              },
              "service": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/io.k8s.api.networking.v1.IngressServiceBackend"
                  }
                ],
                "description": "service references a service as a backend. This is a mutually exclusive setting with \"Resource\"."
              }
            },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 324.8K bytes
    - Viewed (0)
Back to top