Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 54 for INTERNAL (0.17 sec)

  1. CHANGELOG/CHANGELOG-1.13.md

    * Resolves bottleneck in internal API server communication that can cause increased goroutines and degrade API Server performance ([#80465](https://github.com/kubernetes/kubernetes/pull/80465), [@answer1991](https://github.com/answer1991))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 273.1K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.27.md

    _Nothing has changed._
    
    ### Changed
    - github.com/cyphar/filepath-securejoin: [v0.2.3 → v0.2.4](https://github.com/cyphar/filepath-securejoin/compare/v0.2.3...v0.2.4)
    - github.com/rogpeppe/go-internal: [v1.11.0 → v1.12.0](https://github.com/rogpeppe/go-internal/compare/v1.11.0...v1.12.0)
    
    ### Removed
    _Nothing has changed._
    
    
    
    # v1.27.8
    
    
    ## Downloads for v1.27.8
    
    
    
    ### Source Code
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 23:01:06 UTC 2024
    - 455.3K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.7.md

          - [Information for Kubernetes clients (openapi, swagger, client-go)](#information-for-kubernetes-clients-openapi-swagger-client-go)
          - [Instrumentation](#instrumentation-1)
          - [Internal storage layer](#internal-storage-layer)
          - [Kubernetes Dashboard](#kubernetes-dashboard)
          - [kube-dns](#kube-dns)
          - [kube-proxy](#kube-proxy-1)
          - [kube-scheduler](#kube-scheduler)
          - [Storage](#storage-2)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 308.7K bytes
    - Viewed (0)
  4. src/net/http/h2_bundle.go

    				// in this state. (We never send PRIORITY from the server, so that is not checked.)
    			default:
    				panic(fmt.Sprintf("internal error: attempt to send frame on a half-closed-local stream: %v", wr))
    			}
    		case http2stateClosed:
    			panic(fmt.Sprintf("internal error: attempt to send frame on a closed stream: %v", wr))
    		}
    	}
    	if wpp, ok := wr.write.(*http2writePushPromise); ok {
    		var err error
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 364.1K bytes
    - Viewed (0)
  5. pkg/apis/core/types.go

    	// loadBalancerClass is the class of the load balancer implementation this Service belongs to.
    	// If specified, the value of this field must be a label-style identifier, with an optional prefix,
    	// e.g. "internal-vip" or "example.com/internal-vip". Unprefixed names are reserved for end-users.
    	// This field can only be set when the Service type is 'LoadBalancer'. If not set, the default load
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.9.md

        * annotation is service.beta.kubernetes.io/azure-load-balancer-internal-subnet and its
        * value is the subnet name (not the subnet ARM ID).  If omitted, the default is the
        * master subnet.  It is ignored if the service is not on Azure, if the type is not
        * LoadBalancer, or if the load balancer is not internal.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Nov 16 10:46:27 UTC 2021
    - 313.7K bytes
    - Viewed (0)
  7. api/openapi-spec/v3/apis__batch__v1_openapi.json

            "description": "RawExtension is used to hold extensions in external versions.\n\nTo use this, make a field which has RawExtension as its type in your external, versioned struct, and Object in your internal struct. You also need to register your various plugin types.\n\n// Internal package:\n\n\ttype MyAPIObject struct {\n\t\truntime.TypeMeta `json:\",inline\"`\n\t\tMyPlugin runtime.Object `json:\"myPlugin\"`\n\t}\n\n\ttype PluginA struct {\n\t\tAOption string `json:\"aOption\"`\n\t}\n\n//...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 485.4K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.10.md

    * Disable session affinity for internal kubernetes service - Backport of [#56690](https://github.com/kubernetes/kubernetes/pull/56690) to 1.10 release branch ([#65177](https://github.com/kubernetes/kubernetes/pull/65177), [@afritzler](https://github.com/afritzler))
    
    
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 341.8K bytes
    - Viewed (0)
  9. CHANGELOG/CHANGELOG-1.26.md

    _Nothing has changed._
    
    ### Changed
    - github.com/cyphar/filepath-securejoin: [v0.2.3 → v0.2.4](https://github.com/cyphar/filepath-securejoin/compare/v0.2.3...v0.2.4)
    - github.com/rogpeppe/go-internal: [v1.11.0 → v1.12.0](https://github.com/rogpeppe/go-internal/compare/v1.11.0...v1.12.0)
    
    ### Removed
    _Nothing has changed._
    
    
    
    # v1.26.11
    
    
    ## Downloads for v1.26.11
    
    
    
    ### Source Code
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 14 16:24:51 UTC 2024
    - 425.7K bytes
    - Viewed (0)
  10. CHANGELOG/CHANGELOG-1.16.md

    - github.com/naoina/go-stringutil: [v0.1.0](https://github.com/naoina/go-stringutil/tree/v0.1.0)
    - github.com/naoina/toml: [v0.1.1](https://github.com/naoina/toml/tree/v0.1.1)
    - github.com/rogpeppe/go-internal: [v1.3.0](https://github.com/rogpeppe/go-internal/tree/v1.3.0)
    - github.com/thecodeteam/goscaleio: [v0.1.0](https://github.com/thecodeteam/goscaleio/tree/v0.1.0)
    - github.com/ugorji/go/codec: [d75b2dc](https://github.com/ugorji/go/codec/tree/d75b2dc)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 11 10:00:57 UTC 2021
    - 345.2K bytes
    - Viewed (0)
Back to top