Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 121 for HelloWorld (0.12 sec)

  1. platforms/documentation/docs/src/snippets/testKit/automaticClasspathInjectionCustomTestSourceSet/groovy/src/main/resources/META-INF/gradle-plugins/org.gradle.sample.helloworld.properties

    Laura Kassovic <******@****.***> 1701107622 -0800
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 56 bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/snippets/testKit/automaticClasspathInjectionQuickstart/kotlin/src/main/resources/META-INF/gradle-plugins/org.gradle.sample.helloworld.properties

    Laura Kassovic <******@****.***> 1701107622 -0800
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 56 bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/snippets/testKit/automaticClasspathInjectionCustomTestSourceSet/kotlin/src/main/resources/META-INF/gradle-plugins/org.gradle.sample.helloworld.properties

    Laura Kassovic <******@****.***> 1701107622 -0800
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 56 bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/snippets/testKit/automaticClasspathInjectionQuickstart/groovy/src/main/resources/META-INF/gradle-plugins/org.gradle.sample.helloworld.properties

    Laura Kassovic <******@****.***> 1701107622 -0800
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 56 bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/snippets/testKit/testKitFunctionalTestSpockBuildCache/groovy/src/main/resources/META-INF/gradle-plugins/org.gradle.sample.helloworld.properties

    Laura Kassovic <******@****.***> 1701107622 -0800
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 56 bytes
    - Viewed (0)
  6. 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)
  7. 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)
  8. 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)
  9. 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)
  10. 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)
Back to top