Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 149 for helloWorld1 (0.18 sec)

  1. test/helloworld.go

    Yury Smolsky <******@****.***> 1527781860 +0300
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 31 17:36:45 UTC 2018
    - 269 bytes
    - Viewed (0)
  2. testing/smoke-test/src/smokeTest/resources/org/gradle/smoketests/kotlin-js-sample/src/main/kotlin/samples/HelloWorld.kt

    Louis Jacomet <******@****.***> 1711728981 +0100
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 79 bytes
    - Viewed (0)
  3. platforms/jvm/testing-jvm/src/integTest/resources/org/gradle/testing/cucumberjvm/CucumberJVMReportIntegrationTest/testReportingSupportsCucumberStepsWithSlashes/src/test/resources/helloworld.feature

    Tom Tresansky <******@****.***> 1695070360 -0400
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Sep 18 20:52:40 UTC 2023
    - 192 bytes
    - Viewed (0)
  4. test/helloworld.out

    Ian Lance Taylor <******@****.***> 1326931944 -0800
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jan 19 00:12:24 UTC 2012
    - 13 bytes
    - Viewed (0)
  5. samples/helloworld/README.md

    To run both versions of the helloworld service, use the following command:
    
    ```bash
    kubectl apply -f helloworld.yaml
    ```
    
    Alternatively, you can run just one version at a time by first defining the service:
    
    ```bash
    kubectl apply -f helloworld.yaml -l service=helloworld
    ```
    
    and then deploying version v1, v2, or both:
    
    ```bash
    kubectl apply -f helloworld.yaml -l version=v1
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jul 27 18:28:55 UTC 2023
    - 4.1K bytes
    - Viewed (0)
  6. pkg/kube/inject/testdata/inject/truncate-canonical-name-pod.yaml.injected

        - name: ISTIO_META_INTERCEPTION_MODE
          value: REDIRECT
        - name: ISTIO_META_WORKLOAD_NAME
          value: helloworld-helloworld-helloworld-helloworld-helloworld-helloworld
        - name: ISTIO_META_OWNER
          value: kubernetes://apis/v1/namespaces/default/pods/helloworld-helloworld-helloworld-helloworld-helloworld-helloworld
        - name: ISTIO_META_MESH_ID
          value: cluster.local
        - name: TRUST_DOMAIN
          value: cluster.local
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Feb 27 16:55:16 UTC 2024
    - 5.7K bytes
    - Viewed (0)
  7. platforms/extensibility/test-kit/src/integTest/groovy/org/gradle/testkit/runner/GradleRunnerBuildFailureIntegrationTest.groovy

            given:
            buildScript """
                task helloWorld {
                    doLast {
                        throw new GradleException('Expected exception')
                    }
                }
            """
    
            when:
            def result = runner('helloWorld').buildAndFail()
    
            then:
            result.taskPaths(FAILED) == [':helloWorld']
            result.output.contains("Expected exception")
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 22:36:52 UTC 2023
    - 5.6K bytes
    - Viewed (0)
  8. pkg/kube/inject/testdata/inject/truncate-canonical-name-custom-controller-pod.yaml.injected

      creationTimestamp: null
      generateName: helloworld-
      labels:
        security.istio.io/tlsMode: istio
        service.istio.io/canonical-name: helloworld-helloworld-helloworld-helloworld-helloworld-hellowo
        service.istio.io/canonical-revision: latest
      name: helloworld-helloworld
      ownerReferences:
      - apiVersion: foo/v1
        controller: true
        kind: Bar
        name: helloworld-helloworld-helloworld-helloworld-helloworld-hellowo-ld
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Feb 27 16:55:16 UTC 2024
    - 5.9K bytes
    - Viewed (0)
  9. pkg/kube/inject/testdata/inject/truncate-canonical-name-pod.yaml

    apiVersion: v1
    kind: Pod
    metadata:
      # more than 63 characters
      name: helloworld-helloworld-helloworld-helloworld-helloworld-helloworld
    spec:
      containers:
        - name: hello
          image: "fake.docker.io/google-samples/hello-go-gke:1.0"
          ports:
            - name: http
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jan 02 08:39:34 UTC 2024
    - 299 bytes
    - Viewed (0)
  10. cluster/gce/gci/append_or_replace_prefixed_line_test.go

    			initialFileContents: `helloworld
    helloworld
    jelloworld
    chelloworld
    `,
    			want: `jelloworld
    chelloworld
    helloworld
    `,
    		},
    		{
    			desc:   "simple string and file already contains prefix with content between the prefix and suffix",
    			prefix: "hello",
    			suffix: "world",
    			initialFileContents: `hellocontentsworld
    jelloworld
    chelloworld
    `,
    			want: `jelloworld
    chelloworld
    helloworld
    `,
    		},
    		{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Oct 30 06:23:50 UTC 2021
    - 4K bytes
    - Viewed (0)
Back to top