Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 194 for environmental (0.3 sec)

  1. manifests/charts/istiod-remote/values.yaml

        # will be used as the certificates for workloads.
        # The default value is "" and when caName="", the CA will be configured by other
        # mechanisms (e.g., environmental variable CA_PROVIDER).
        caName: ""
        # whether to use autoscaling/v2 template for HPA settings
        # for internal usage only, not to be configured by users.
        autoscalingv2API: true
      base:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 21K bytes
    - Viewed (0)
  2. manifests/charts/istio-control/istio-discovery/values.yaml

        # will be used as the certificates for workloads.
        # The default value is "" and when caName="", the CA will be configured by other
        # mechanisms (e.g., environmental variable CA_PROVIDER).
        caName: ""
    
        # whether to use autoscaling/v2 template for HPA settings
        # for internal usage only, not to be configured by users.
        autoscalingv2API: true
    
      base:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 21.1K bytes
    - Viewed (0)
  3. subprojects/core-api/src/main/java/org/gradle/StartParameter.java

            p.dryRun = dryRun;
            p.projectCacheDir = projectCacheDir;
            return p;
        }
    
        /**
         * <p>Creates the parameters for a new build, using these parameters as a template. Copies the environmental properties from this parameter (eg Gradle user home dir, etc), but does not copy the
         * build specific properties (eg task names).</p>
         *
         * @return The new parameters.
         */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 06:24:50 UTC 2024
    - 33.9K bytes
    - Viewed (0)
  4. pilot/pkg/model/context.go

    	Dual = pm.Dual
    )
    
    var _ mesh.Holder = &Environment{}
    
    func NewEnvironment() *Environment {
    	var cache XdsCache
    	if features.EnableXDSCaching {
    		cache = NewXdsCache()
    	} else {
    		cache = DisabledCache{}
    	}
    	return &Environment{
    		pushContext:   NewPushContext(),
    		Cache:         cache,
    		EndpointIndex: NewEndpointIndex(cache),
    	}
    }
    
    // Environment provides an aggregate environmental API for Pilot
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 08:29:05 UTC 2024
    - 33.6K bytes
    - Viewed (1)
  5. CHANGELOG/CHANGELOG-1.31.md

    - Removes `ENABLE_CLIENT_GO_WATCH_LIST_ALPHA` environmental variable from the reflector.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 20:34:14 UTC 2024
    - 60.3K bytes
    - Viewed (0)
  6. platforms/core-configuration/configuration-cache/src/main/kotlin/org/gradle/internal/cc/impl/services/Environment.kt

            return super.propertiesFile(propertiesFile)
        }
    
        override fun getSystemProperties(): Environment.Properties =
            TrackingProperties(System.getProperties().uncheckedCast()) { prefix, snapshot ->
                listener.systemPropertiesPrefixedBy(prefix, snapshot)
            }
    
        override fun getVariables(): Environment.Properties =
            TrackingProperties(System.getenv()) { prefix, snapshot ->
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 3.5K bytes
    - Viewed (0)
  7. operator/pkg/apis/istio/v1alpha1/values_types.proto

      // will be used as the certificates for workloads.
      // The default value is "" and when caName="", the CA will be configured by other
      // mechanisms (e.g., environmental variable CA_PROVIDER).
      string caName = 65;
    
      // TODO: remove this?
      // No longer used.
      google.protobuf.BoolValue autoscalingv2API = 66;
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 57.2K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.30.md

       ([#123001](https://github.com/kubernetes/kubernetes/pull/123001), [@tkashem](https://github.com/tkashem))
    - Introduced a feature gate mechanism to `client-go`. Depending on the actual implementation, users can control features via environmental variables or command line options. ([#122555](https://github.com/kubernetes/kubernetes/pull/122555), [@p0lyn0mial](https://github.com/p0lyn0mial))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 04:05:28 UTC 2024
    - 253.2K bytes
    - Viewed (0)
  9. cluster/gce/util.sh

      load-or-gen-kube-basicauth
      load-or-gen-kube-bearertoken
    
      # Make sure we have the tar files staged on Google Storage
      find-release-tars
      upload-tars
    
      # ensure that environmental variables specifying number of migs to create
      set_num_migs
    
      if [[ ${KUBE_USE_EXISTING_MASTER:-} == "true" ]]; then
        detect-master
        parse-master-env
        create-subnetworks
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 21:47:17 UTC 2024
    - 161.6K bytes
    - Viewed (0)
  10. manifests/charts/ztunnel/values.yaml

      volumeMounts: []
    
      # Additional volumes to the ztunnel pod
      volumes: []
    
      # Annotations added to each pod. The default annotations are required for scraping prometheus (in most environments).
      podAnnotations:
        prometheus.io/port: "15020"
        prometheus.io/scrape: "true"
    
      # Additional labels to apply on the pod level
      podLabels: {}
    
      # Pod resource configuration
      resources:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 05 20:32:30 UTC 2024
    - 3.5K bytes
    - Viewed (0)
Back to top