Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 82 for 201507 (0.14 sec)

  1. README.md

    and work your way through the process that we've outlined.
    
    That said, if you have questions, reach out to us
    [one way or another][communication].
    
    [announcement]: https://cncf.io/news/announcement/2015/07/new-cloud-native-computing-foundation-drive-alignment-among-container
    [Borg]: https://research.google.com/pubs/pub43438.html
    [CNCF]: https://www.cncf.io/about
    [communication]: https://git.k8s.io/community/communication
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:51 UTC 2024
    - 4.3K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apimachinery/pkg/util/managedfields/pod.yaml

            exitCode: 255
            finishedAt: '2019-07-08T09:39:09Z'
            reason: Error
            startedAt: '2019-07-08T09:38:54Z'
        name: name
        ready: true
        restartCount: 6
        state:
          running:
            startedAt: '2019-07-08T09:41:59Z'
      hostIP: 10.0.0.1
      phase: Running
      podIP: 10.0.0.1
      qosClass: BestEffort
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 08 21:44:00 UTC 2023
    - 2.8K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiserver/pkg/endpoints/handlers/fieldmanager/node.yaml

        type: FrequentKubeletRestart
      - lastHeartbeatTime: "2019-09-20T19:32:08Z"
        lastTransitionTime: "2019-07-09T16:22:06Z"
        message: docker is functioning properly
        reason: FrequentDockerRestart
        status: "False"
        type: FrequentDockerRestart
      - lastHeartbeatTime: "2019-07-09T16:17:47Z"
        lastTransitionTime: "2019-07-09T16:17:47Z"
        message: RouteController created a route
        reason: RouteCreated
        status: "False"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 05 20:22:50 UTC 2024
    - 10.8K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apimachinery/pkg/util/managedfields/node.yaml

        type: FrequentKubeletRestart
      - lastHeartbeatTime: "2019-09-20T19:32:08Z"
        lastTransitionTime: "2019-07-09T16:22:06Z"
        message: docker is functioning properly
        reason: FrequentDockerRestart
        status: "False"
        type: FrequentDockerRestart
      - lastHeartbeatTime: "2019-07-09T16:17:47Z"
        lastTransitionTime: "2019-07-09T16:17:47Z"
        message: RouteController created a route
        reason: RouteCreated
        status: "False"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 05 20:22:50 UTC 2024
    - 10.8K bytes
    - Viewed (0)
  5. src/cmd/go/testdata/vcstest/git/querytest.txt

    at 2018-07-03T22:51:14-04:00
    echo 'before v2.0.0'
    cp stdout status
    git add status
    git commit -a -m 'before v2.0.0'
    
    at 2018-07-03T22:51:14-04:00
    echo 'at v2.0.0'
    cp stdout status
    git commit -a -m 'at v2.0.0'
    git tag 'v2.0.0'
    
    at 2018-07-03T22:51:14-04:00
    echo 'before v2.1.0'
    cp stdout status
    git commit -a -m 'before v2.1.0'
    
    at 2018-07-03T22:51:14-04:00
    echo 'at v2.1.0'
    cp stdout status
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Oct 25 15:36:24 UTC 2022
    - 6K bytes
    - Viewed (0)
  6. pkg/api/testing/node_example.json

                {
                    "type": "Ready",
                    "status": "True",
                    "lastHeartbeatTime": "2015-04-22T11:58:17Z",
                    "lastTransitionTime": "2015-04-22T11:49:52Z",
                    "reason": "kubelet is posting ready status"
                }
            ],
            "addresses": [
                {
                    "type": "ExternalIP",
                    "address": "104.197.49.213"
                },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 25 00:36:50 UTC 2022
    - 1.5K bytes
    - Viewed (0)
  7. releasenotes/notes/50157.yaml

    Xiaopeng Han <******@****.***> 1711979046 +0800
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 01 13:44:06 UTC 2024
    - 212 bytes
    - Viewed (0)
  8. src/cmd/go/testdata/vcstest/git/v3pkg.txt

    handle git
    
    env GIT_AUTHOR_NAME='Bryan C. Mills'
    env GIT_AUTHOR_EMAIL='******@****.***'
    env GIT_COMMITTER_NAME=$GIT_AUTHOR_NAME
    env GIT_COMMITTER_EMAIL=$GIT_AUTHOR_EMAIL
    
    git init
    
    at 2019-07-15T14:01:24-04:00
    env GIT_AUTHOR_DATE=2019-07-15T13:59:34-04:00
    git add go.mod v3pkg.go
    git commit -a -m 'all: add go.mod with v3 path'
    git branch -m master
    git tag 'v3.0.0'
    
    git show-ref --tags --heads
    cmp stdout .git-refs
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Oct 25 15:36:24 UTC 2022
    - 648 bytes
    - Viewed (0)
  9. src/cmd/go/testdata/vcstest/hg/vgotest1.txt

    git commit -m 'pkg: add'
    
    # 13
    at 2018-02-19T17:30:23-05:00
    env GIT_AUTHOR_DATE=2018-02-19T17:24:48-05:00
    echo 'module "github.com/vgotest1/v2"'
    cp stdout go.mod
    git add go.mod
    git commit -m 'add go.mod'
    
    # 14
    at 2018-02-19T17:30:45-05:00
    echo 'module "github.com/vgotest1"'
    cp stdout go.mod
    git add go.mod
    git commit -m 'bad mod path'
    
    # 15
    at 2018-02-19T17:31:34-05:00
    mkdir v2
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Oct 25 16:48:06 UTC 2022
    - 9.2K bytes
    - Viewed (0)
  10. src/cmd/go/testdata/vcstest/git/commit-after-tag.txt

    env GIT_AUTHOR_EMAIL='******@****.***'
    env GIT_COMMITTER_NAME=$GIT_AUTHOR_NAME
    env GIT_COMMITTER_EMAIL=$GIT_AUTHOR_EMAIL
    
    git init
    
    at 2019-07-15T17:16:47-04:00
    git add go.mod main.go
    git commit -m 'all: add go.mod and main.go'
    git branch -m master
    git tag v1.0.0
    
    at 2019-07-15T17:17:27-04:00
    cp _next/main.go main.go
    git add main.go
    git commit -m 'add init function'
    
    git log --oneline --decorate=short
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Oct 25 15:36:24 UTC 2022
    - 767 bytes
    - Viewed (0)
Back to top