Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for TCPSocketAction (0.18 sec)

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

    message Sysctl {
      // Name of a property to set
      optional string name = 1;
    
      // Value of a property to set
      optional string value = 2;
    }
    
    // TCPSocketAction describes an action based on opening a socket
    message TCPSocketAction {
      // Number or name of the port to access on the container.
      // Number must be in the range 1 to 65535.
      // Name must be an IANA_SVC_NAME.
    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.7.md

    #### Information for Kubernetes clients (openapi, swagger, client-go)
    * Features:
    
      * Add Host field to TCPSocketAction ([#42902](https://github.com/kubernetes/kubernetes/pull/42902), [@louyihua](https://github.com/louyihua))
    
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Thu May 05 13:44:43 GMT 2022
    - 308.7K bytes
    - Viewed (1)
Back to top