Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 166 for honoured (0.15 sec)

  1. releasenotes/notes/alt-stat-name.yaml

    apiVersion: release-notes/v2
    kind: bug-fix
    area: traffic-management
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 20 10:09:31 UTC 2024
    - 184 bytes
    - Viewed (0)
  2. releasenotes/notes/30885.yaml

    apiVersion: release-notes/v2
    kind: bug-fix
    area: networking
    issue: 
      - 30885
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Feb 19 09:36:52 UTC 2021
    - 195 bytes
    - Viewed (0)
  3. pkg/kubelet/kuberuntime/kuberuntime_sandbox_test.go

    		},
    		{
    			description:     "seccomp field defined at pod level should not be honoured",
    			pod:             newSeccompPod(&v1.SeccompProfile{Type: v1.SeccompProfileTypeUnconfined}, nil, "", ""),
    			expectedProfile: v1.SeccompProfileTypeRuntimeDefault,
    		},
    		{
    			description:     "seccomp field defined at container level should not be honoured",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 14.3K bytes
    - Viewed (0)
  4. platforms/software/dependency-management/src/test/groovy/org/gradle/api/internal/artifacts/mvnsettings/DefaultLocalMavenRepositoryLocatorTest.groovy

            when:
            1 * mavenFileLocations.getUserMavenDir() >> new File(userHome1, ".m2")
            then:
            locator.localMavenRepository == defaultM2Repo
    
            // Ensure that modified user.home is honoured (see http://forums.gradle.org/gradle/topics/override_location_of_the_local_maven_repo)
            when:
            File userHome2 = tmpDir.file("user_home_2")
            1 * mavenFileLocations.getUserMavenDir() >> new File(userHome2, ".m2")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 8.5K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/certificates/v1beta1/types.go

    	Extra map[string]ExtraValue `json:"extra,omitempty" protobuf:"bytes,6,rep,name=extra"`
    }
    
    // Built in signerName values that are honoured by kube-controller-manager.
    // None of these usages are related to ServiceAccount token secrets
    // `.data[ca.crt]` in any way.
    const (
    	// Signs certificates that will be honored as client-certs by the
    	// kube-apiserver. Never auto-approved by kube-controller-manager.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Dec 18 04:27:38 UTC 2022
    - 10.4K bytes
    - Viewed (0)
  6. pkg/apis/certificates/types.go

    	// +optional
    	Extra map[string]ExtraValue
    }
    
    // Built in signerName values that are honoured by kube-controller-manager.
    // None of these usages are related to ServiceAccount token secrets
    // `.data[ca.crt]` in any way.
    const (
    	// Signs certificates that will be honored as client-certs by the
    	// kube-apiserver. Never auto-approved by kube-controller-manager.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Nov 03 18:40:49 UTC 2023
    - 11K bytes
    - Viewed (0)
  7. platforms/jvm/language-jvm/src/integTest/groovy/org/gradle/api/tasks/bundling/JarIntegrationTest.groovy

                }
            }
            '''
    
            when:
            run 'jar'
    
            then:
            confirmDuplicateServicesPreserved()
        }
    
        def "changes to manifest attributes should be honoured by incremental build"() {
            given:
            def jarWithManifest = { manifest ->
                """
                task jar(type: Jar) {
                    from 'test'
                    destinationDirectory = buildDir
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 12:15:28 UTC 2023
    - 15.7K bytes
    - Viewed (0)
  8. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/api/UnsupportedConfigurationMutationTest.groovy

                        doLast {
                            def files = configurations.compile.files
                            assert files*.name.sort() == ["api.jar"] // Late dependency is not honoured
                            assert files*.exists() == [ true ]
                        }
                    }
                }
    """
    
            when:
            fails("impl:modifyConfigDuringTaskExecution")
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jan 05 20:59:50 UTC 2024
    - 17.6K bytes
    - Viewed (0)
  9. subprojects/core/src/test/groovy/org/gradle/execution/plan/DefaultExecutionPlanTest.groovy

            Task d = task("d", dependsOn: [c])
    
            when:
            addToGraphAndPopulate(toList(d))
    
            then:
            executes(a, b, c, d)
        }
    
        def "#orderingRule ordering is honoured for tasks added separately to graph"() {
            Task a = task("a")
            Task b = task("b", dependsOn: [a])
            Task c = task("c", (orderingRule): [b])
    
            when:
            addToGraph([c])
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 05 22:18:26 UTC 2024
    - 35.5K bytes
    - Viewed (0)
  10. pkg/registry/certificates/certificates/storage/metrics.go

    	csrDurationHonored = metrics.NewCounterVec(
    		&metrics.CounterOpts{
    			Namespace:      namespace,
    			Subsystem:      subsystem,
    			Name:           "csr_honored_duration_total",
    			Help:           "Total number of issued CSRs with a requested duration that was honored, sliced by signer (only kubernetes.io signer names are specifically identified)",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 18 21:41:43 UTC 2022
    - 4.9K bytes
    - Viewed (0)
Back to top