Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for somedir$$with (0.4 sec)

  1. subprojects/core/src/test/groovy/org/gradle/api/internal/project/DefaultAntBuilderTest.groovy

        }
    
        @Issue('GRADLE-3511')
        def 'Filename #filename is properly masked when adding it as #antType to an ant task'(String filename, antType) {
            given:
            def dirname = 'somedir$$with'
            def dirAndFile = "${dirname}/${filename}"
            project.file(dirname).mkdir()
            File fileWithDollars = project.file(dirAndFile)
            fileWithDollars << "Some Text"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Aug 11 16:17:40 UTC 2022
    - 7.7K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.14.md

        * This PR added a new subcommand `kustomize` in kubectl. 
        *   kubectl kustomize <somedir> has the same effect as kustomize build <somedir>
        * To build API resources from somedir with a kustomization.yaml file
        *    kubectl kustomize <somedir>
        * This command can be piped to apply or delete 
        *    kubectl kustomize <somedir> | kubectl apply -f -
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 14 22:06:39 UTC 2021
    - 271.5K bytes
    - Viewed (0)
Back to top