Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 44 of 44 for approval (0.15 sec)

  1. manifests/charts/istio-control/istio-discovery/values.yaml

        enablePrometheusMerge: true
    
      experimental:
        stableValidationPolicy: false
    
      global:
        # Used to locate istiod.
        istioNamespace: istio-system
        # List of cert-signers to allow "approve" action in the istio cluster role
        #
        # certSigners:
        #   - clusterissuers.cert-manager.io/istio-ca
        certSigners: []
        # enable pod disruption budget for the control plane, which is used to
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 21.1K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/userguide/dep-man/01-core-dependency-management/declaring_repositories.adoc

    |No
    |Useful for enforcing large teams to use approved repositories only, but will not fail the build when a project or plugin declares a repository.
    
    |`FAIL_ON_PROJECT_REPOS`
    |Any repository declared directly in a project, either directly or via a plugin, will trigger a build error.
    |No
    |Useful for enforcing large teams to use approved repositories only.
    |===
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Dec 07 01:37:51 UTC 2023
    - 43.2K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/userguide/dep-man/03-controlling-transitive-dependencies/resolution_rules.adoc

    * The `default` version is resolved to a specific version via a dependency resolve rule, which looks up the version in a corporate catalog of approved modules.
    
    This rule implementation can be neatly encapsulated in a corporate plugin, and shared across all builds within the organisation.
    
    .Using a custom versioning scheme
    ====
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jan 17 00:09:06 UTC 2024
    - 30.1K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiserver/pkg/util/flowcontrol/apf_controller.go

    			plState.pl, plState.reqsGaugePair, plState.execSeatsObs,
    			metrics.NewUnionGauge(plState.seatDemandIntegrator, plState.seatDemandRatioedGauge))
    		if err != nil {
    			// This can not happen because queueSetCompleterForPL already approved this config
    			panic(fmt.Sprintf("%s from name=%q spec=%s", err, plName, fcfmt.Fmt(plState.pl.Spec)))
    		}
    		// We deliberately include the lingering priority levels
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 48.8K bytes
    - Viewed (0)
Back to top