Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for Yet (0.13 sec)

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

    }
    
    // ContainerStateWaiting is a waiting state of a container.
    message ContainerStateWaiting {
      // (brief) reason the container is not yet running.
      // +optional
      optional string reason = 1;
    
      // Message regarding why the container is not yet running.
      // +optional
      optional string message = 2;
    }
    
    // ContainerStatus contains details for the current status of this container.
    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. doc/go_spec.html

    <p>
    A variable's value is retrieved by referring to the variable in an
    <a href="#Expressions">expression</a>; it is the most recent value
    <a href="#Assignment_statements">assigned</a> to the variable.
    If a variable has not yet been assigned a value, its value is the
    <a href="#The_zero_value">zero value</a> for its type.
    </p>
    
    
    <h2 id="Types">Types</h2>
    
    <p>
    HTML
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu May 02 22:43:51 GMT 2024
    - 279.6K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.29.md

      
      This is currently an alpha-level feature and while it probably will not
      eat your data, it may nibble at it a bit. (It passes e2e testing but has
      not yet seen real-world use.)
      
      At this point it should be functionally mostly identical to the iptables
      mode, except that it does not (and will not) support Service NodePorts on
    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)
  4. CHANGELOG/CHANGELOG-1.8.md

    * Update kube-dns to Version 1.14.9. Major changes: ([#61908](https://github.com/kubernetes/kubernetes/pull/61908), [@MrHohn](https://github.com/MrHohn))
        * - Fix for kube-dns returns NXDOMAIN when not yet synced with apiserver.
        * - Don't generate empty record for externalName service.
        * - Add validation for upstreamNameserver port.
        * - Update go version to 1.9.3.
    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)
Back to top