Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 12 for WHAT (0.18 sec)

  1. common-protos/k8s.io/api/core/v1/generated.proto

      optional int32 containerPort = 3;
    
      // Protocol for port. Must be UDP, TCP, or SCTP.
      // Defaults to "TCP".
      // +optional
      // +default="TCP"
      optional string protocol = 4;
    
      // What host IP to bind the external port to.
      // +optional
      optional string hostIP = 5;
    }
    
    // ContainerResizePolicy represents resource resize policy for the container.
    message ContainerResizePolicy {
    Plain Text
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 255.8K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.22.md

        - [Client Binaries](#client-binaries-17)
        - [Server Binaries](#server-binaries-17)
        - [Node Binaries](#node-binaries-17)
      - [Changelog since v1.21.0](#changelog-since-v1210)
      - [What's New (Major Themes)](#whats-new-major-themes)
        - [Removal of several beta Kubernetes APIs](#removal-of-several-beta-kubernetes-apis)
        - [Kubernetes release cadence change](#kubernetes-release-cadence-change)
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Tue Dec 13 12:43:45 GMT 2022
    - 454.1K bytes
    - Viewed (1)
  3. CHANGELOG/CHANGELOG-1.23.md

        - [Client Binaries](#client-binaries-17)
        - [Server Binaries](#server-binaries-17)
        - [Node Binaries](#node-binaries-17)
      - [Changelog since v1.22.0](#changelog-since-v1220)
      - [What's New (Major Themes)](#whats-new-major-themes)
        - [Deprecation of FlexVolume](#deprecation-of-flexvolume)
        - [Deprecation of klog specific flags](#deprecation-of-klog-specific-flags)
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Tue Feb 28 21:06:52 GMT 2023
    - 424.5K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.25.md

        - [Server Binaries](#server-binaries-16)
        - [Node Binaries](#node-binaries-16)
        - [Container Images](#container-images-16)
      - [Changelog since v1.24.0](#changelog-since-v1240)
      - [What's New (Major Themes)](#whats-new-major-themes)
        - [PodSecurityPolicy is Removed, Pod Security Admission graduates to Stable](#podsecuritypolicy-is-removed-pod-security-admission-graduates-to-stable)
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Thu Nov 16 11:30:31 GMT 2023
    - 419K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.21.md

        - [Client Binaries](#client-binaries-14)
        - [Server Binaries](#server-binaries-14)
        - [Node Binaries](#node-binaries-14)
      - [Changelog since v1.20.0](#changelog-since-v1200)
      - [What's New (Major Themes)](#whats-new-major-themes)
        - [Deprecation of PodSecurityPolicy](#deprecation-of-podsecuritypolicy)
        - [Kubernetes API Reference Documentation](#kubernetes-api-reference-documentation)
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Fri Oct 14 07:03:14 GMT 2022
    - 367.3K bytes
    - Viewed (4)
  6. CHANGELOG/CHANGELOG-1.8.md

    * [beta] SelfSubjectRulesReview, an API that lets a user see what actions they can perform with a namespace, has been added to the authorization.k8s.io API group. This bulk query is intended to enable UIs to show/hide actions based on the end user, and for users to quickly reason about their own permissions.
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Tue Feb 20 15:45:02 GMT 2024
    - 312.2K bytes
    - Viewed (1)
  7. CHANGELOG/CHANGELOG-1.24.md

    - Added a path `/header?key=` to `agnhost netexec` allowing one to view what the header value is of the incoming request.
    
      Ex:
      ```
      $ curl -H "X-Forwarded-For: something" 172.17.0.2:8080/header?key=X-Forwarded-For
      something
      ```
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Thu Aug 24 00:02:43 GMT 2023
    - 473.4K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.29.md

    - `kubectl prune v2`: Switched annotation from `contains-group-resources` to `contains-group-kinds`,
      because this is what we defined in the KEP and is clearer to end-users. Although the functionality is
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Tue Apr 16 21:41:06 GMT 2024
    - 299.9K bytes
    - Viewed (1)
  9. CHANGELOG/CHANGELOG-1.28.md

     
    ## Changes by Kind
    
    ### Deprecation
    
    - Changed `kubectl version` default output to be identical to what `kubectl version --short` printed,
      and removed `--short` flag entirely. ([#116720](https://github.com/kubernetes/kubernetes/pull/116720), [@soltysh](https://github.com/soltysh))
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Tue Apr 16 20:44:48 GMT 2024
    - 385.1K bytes
    - Viewed (0)
  10. docs/en/docs/release-notes.md

    ## 0.106.0
    
    ### Breaking Changes
    
    Using resources from dependencies with `yield` in background tasks is no longer supported.
    
    This change is what supports the new features, read below. 🤓
    
    ### Dependencies with `yield`, `HTTPException` and Background Tasks
    
    Dependencies with `yield` now can raise `HTTPException` and other exceptions after `yield`. 🎉
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Fri May 03 23:25:42 GMT 2024
    - 388.1K bytes
    - Viewed (1)
Back to top