Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 110 of 229 for somefile (1.04 sec)

  1. pkg/controller/volume/persistentvolume/binder_test.go

    			initialVolumes:  withVolumeVolumeMode(&modeFile, newVolumeArray("volume14-2", "10Gi", "", "", v1.VolumeAvailable, v1.PersistentVolumeReclaimRetain, classEmpty)),
    			expectedVolumes: withVolumeVolumeMode(&modeFile, newVolumeArray("volume14-2", "10Gi", "uid14-2", "claim14-2", v1.VolumeBound, v1.PersistentVolumeReclaimRetain, classEmpty, volume.AnnBoundByController)),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 14 00:37:30 UTC 2023
    - 65.8K bytes
    - Viewed (0)
  2. platforms/software/resources-s3/src/integTest/groovy/org/gradle/integtests/resource/s3/maven/MavenS3RepoResolveIntegrationTest.groovy

            when:
            using m2
    
            then:
            succeeds 'retrieve'
    
            and:
            localModule.artifactFile.assertIsCopyOf(module.artifactFile)
            localModule.pomFile.assertIsCopyOf(module.pomFile)
            file('libs/test-1.85.jar').assertIsCopyOf(module.artifactFile)
    
            and:
            assertLocallyAvailableLogged(module.pom, module.artifact)
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 12 19:38:08 UTC 2023
    - 3.2K bytes
    - Viewed (0)
  3. cluster/addons/dns/nodelocaldns/nodelocaldns.yaml

            configMap:
              name: kube-dns
              optional: true
          - name: config-volume
            configMap:
              name: node-local-dns
              items:
                - key: Corefile
                  path: Corefile.base
    ---
    # A headless service is a service with a service IP but instead of load-balancing it will return the IPs of our associated Pods.
    # We use this to expose metrics to Prometheus.
    apiVersion: v1
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 03 03:19:02 UTC 2024
    - 5.3K bytes
    - Viewed (0)
  4. cluster/addons/dns/coredns/coredns.yaml.sed

              readOnlyRootFilesystem: true
          dnsPolicy: Default
          volumes:
            - name: config-volume
              configMap:
                name: coredns
                items:
                - key: Corefile
                  path: Corefile
    ---
    apiVersion: v1
    kind: Service
    metadata:
      name: kube-dns
      namespace: kube-system
      annotations:
        prometheus.io/port: "9153"
        prometheus.io/scrape: "true"
      labels:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Oct 18 23:50:49 UTC 2023
    - 4.9K bytes
    - Viewed (0)
  5. platforms/software/resources-gcs/src/integTest/groovy/org/gradle/integtests/resource/gcs/maven/MavenGcsRepoResolveIntegrationTest.groovy

            when:
            using m2
    
            then:
            succeeds 'retrieve'
    
            and:
            localModule.artifactFile.assertIsCopyOf(module.artifactFile)
            localModule.pomFile.assertIsCopyOf(module.pomFile)
            file('libs/test-1.85.jar').assertIsCopyOf(module.artifactFile)
    
            and:
            assertLocallyAvailableLogged(module.pom, module.artifact)
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 12 19:38:08 UTC 2023
    - 3.8K bytes
    - Viewed (0)
  6. cmd/kubeadm/app/phases/addons/dns/manifests.go

              configMap:
                name: coredns
                items:
                - key: Corefile
                  path: Corefile
    `
    
    	// CoreDNSConfigMap is the CoreDNS ConfigMap manifest
    	CoreDNSConfigMap = `
    apiVersion: v1
    kind: ConfigMap
    metadata:
      name: coredns
      namespace: kube-system
    data:
      Corefile: |
        .:53 {
            errors
            health {
               lameduck 5s
            }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 20 09:59:39 UTC 2023
    - 5.4K bytes
    - Viewed (0)
  7. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/maven/MavenProfileResolveIntegrationTest.groovy

            given:
            def parent = mavenHttpRepo.module('group', 'parent', '1.0').publish()
            parent.pomFile.text = parent.pomFile.text.replace("</project>", '''
        <dependencyManagement>
            <dependencies>
                <dependency>
                    <groupId>${some.group}</groupId>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 16.7K bytes
    - Viewed (0)
  8. src/os/types_unix.go

    func (fs *fileStat) Mode() FileMode     { return fs.mode }
    func (fs *fileStat) ModTime() time.Time { return fs.modTime }
    func (fs *fileStat) Sys() any           { return &fs.sys }
    
    func sameFile(fs1, fs2 *fileStat) bool {
    	return fs1.sys.Dev == fs2.sys.Dev && fs1.sys.Ino == fs2.sys.Ino
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Dec 13 18:45:54 UTC 2021
    - 776 bytes
    - Viewed (0)
  9. pkg/registry/core/event/storage/storage_test.go

    }
    
    func validNewEvent(namespace string) *api.Event {
    	someTime := metav1.MicroTime{Time: time.Unix(1505828956, 0)}
    	return &api.Event{
    		ObjectMeta: metav1.ObjectMeta{
    			Name:      "foo",
    			Namespace: namespace,
    		},
    		InvolvedObject: api.ObjectReference{
    			Name:      "bar",
    			Namespace: namespace,
    		},
    		EventTime:           someTime,
    		ReportingController: "test-controller",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jul 01 14:50:28 UTC 2020
    - 3.4K bytes
    - Viewed (0)
  10. pkg/kube/inject/testdata/inject/custom-template.yaml.injected

          creationTimestamp: null
          labels:
            app: hello
        spec:
          containers:
          - env:
            - name: SOME_ENV
              value: "true"
            - name: SOME_FILE
              value: /var/lib/data/foo.json
            image: fake.docker.io/google-samples/hello-go-gke:1.0
            name: hello
            readinessProbe:
              httpGet:
                port: 80
            resources: {}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 25 05:41:41 UTC 2021
    - 1.4K bytes
    - Viewed (0)
Back to top