Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 43 for internally (0.29 sec)

  1. docs/en/docs/release-notes.md

    ### Internal
    
    * ⬆ Bump internal dependency mypy from 0.971 to 0.982. PR [#5541](https://github.com/tiangolo/fastapi/pull/5541) by [@dependabot[bot]](https://github.com/apps/dependabot).
    * ⬆ Bump nwtgck/actions-netlify from 1.2.3 to 1.2.4. PR [#5507](https://github.com/tiangolo/fastapi/pull/5507) by [@dependabot[bot]](https://github.com/apps/dependabot).
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Jun 14 15:07:37 UTC 2024
    - 395.4K bytes
    - Viewed (0)
  2. pkg/apis/core/types.go

    	// that the IP is ONLY reachable internally. If a node has multiple internal IPs,
    	// no specific semantics are assigned to the additional IPs.
    	NodeInternalIP NodeAddressType = "InternalIP"
    
    	// NodeExternalIP identifies an IP address which is, in some way, intended to be
    	// more usable from outside the cluster then an internal IP, though no specific
    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. CHANGELOG/CHANGELOG-1.6.md

      - [Action Required](#action-required-1)
        - [Certificates API](#certificates-api)
        - [Cluster Autoscaler](#cluster-autoscaler)
        - [Deployment](#deployment)
        - [Federation](#federation)
        - [Internal Storage Layer](#internal-storage-layer)
        - [Node Components](#node-components)
        - [kubectl](#kubectl)
        - [RBAC](#rbac)
        - [Scheduling](#scheduling)
        - [Service](#service)
        - [StatefulSet](#statefulset)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 304K bytes
    - Viewed (0)
  4. prow/config/calico.yaml

                      that Felix should exclude when monitoring for host endpoints. The
                      default value ensures that Felix ignores Kubernetes'' IPVS dummy
                      interface, which is used internally by kube-proxy. If you want to
                      exclude multiple interface names using a single value, the list
                      supports regular expressions. For regular expressions you must wrap
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 21 18:32:01 UTC 2024
    - 246.5K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.11.md

    * kubeadm now uses an upgraded API version for the configuration file, `kubeadm.k8s.io/v1alpha2`. kubeadm in v1.11 will still be able to read `v1alpha1` configuration, and will automatically convert the configuration to `v1alpha2`, both internally and when storing the configuration in the ConfigMap in the cluster. ([#63788](https://github.com/kubernetes/kubernetes/pull/63788), [@luxas](https://github.com/luxas))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 06 06:04:15 UTC 2020
    - 328.4K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.29.md

    - github.com/blang/semver: [v3.5.1+incompatible](https://github.com/blang/semver/tree/v3.5.1)
    - github.com/jmespath/go-jmespath/internal/testify: [v1.5.1](https://github.com/jmespath/go-jmespath/internal/testify/tree/v1.5.1)
    - go.opentelemetry.io/otel/exporters/otlp/internal/retry: v1.10.0
    
    
    
    # v1.29.0-rc.2
    
    
    ## Downloads for v1.29.0-rc.2
    
    
    
    ### Source Code
    
    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. src/cmd/compile/internal/ssagen/ssa.go

    	"bytes"
    	"fmt"
    	"go/constant"
    	"html"
    	"internal/buildcfg"
    	"os"
    	"path/filepath"
    	"sort"
    	"strings"
    
    	"cmd/compile/internal/abi"
    	"cmd/compile/internal/base"
    	"cmd/compile/internal/ir"
    	"cmd/compile/internal/liveness"
    	"cmd/compile/internal/objw"
    	"cmd/compile/internal/reflectdata"
    	"cmd/compile/internal/rttype"
    	"cmd/compile/internal/ssa"
    	"cmd/compile/internal/staticdata"
    	"cmd/compile/internal/typecheck"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 284.9K bytes
    - Viewed (0)
  8. 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)
  9. api/openapi-spec/v3/apis__storage.k8s.io__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: Fri Mar 08 04:18:56 UTC 2024
    - 481.9K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/core/v1/types.go

    	// that the IP is ONLY reachable internally. If a node has multiple internal IPs,
    	// no specific semantics are assigned to the additional IPs.
    	NodeInternalIP NodeAddressType = "InternalIP"
    
    	// NodeExternalIP identifies an IP address which is, in some way, intended to be
    	// more usable from outside the cluster then an internal IP, though no specific
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
Back to top