Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for 10345330 (0.08 sec)

  1. staging/src/k8s.io/apiserver/pkg/endpoints/handlers/responsewriters/testdata/pod.json

                    "kind": "ReplicaSet",
                    "name": "nginx-deployment-7b88ccfd76",
                    "uid": "c9f927f9-8f7a-43c4-a100-b4bdf306dd93"
                }
            ],
            "resourceVersion": "10345330",
            "uid": "3be4f64b-3687-47ff-9910-b72366ea798e"
        },
        "spec": {
            "containers": [
                {
                    "image": "nginx:1.14.2",
                    "imagePullPolicy": "IfNotPresent",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 18 15:31:52 UTC 2021
    - 6.4K bytes
    - Viewed (0)
  2. platforms/core-runtime/launcher/src/test/groovy/org/gradle/launcher/daemon/client/ReportDaemonStatusClientTest.groovy

            1 * connector.maybeConnect(daemon1) >>> connection
            _ * connection.daemon >> daemon1
            1 * connection.dispatch({it instanceof ReportStatus})
            1 * connection.receive() >> new Success(new Status(12345, "3.0", "BOGUS"))
            1 * connection.dispatch({it instanceof Finished})
            1 * connection.stop()
    
            and:
            1 * connector.maybeConnect(daemon2) >>> connection
            _ * connection.daemon >> daemon2
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:29:13 UTC 2023
    - 4.7K bytes
    - Viewed (0)
Back to top