Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 977 for pivots (0.22 sec)

  1. pilot/pkg/security/authn/utils/utils.go

    	meshconfig "istio.io/api/mesh/v1alpha1"
    	"istio.io/istio/pilot/pkg/features"
    	"istio.io/istio/pilot/pkg/model"
    	"istio.io/istio/pilot/pkg/networking"
    	"istio.io/istio/pilot/pkg/networking/util"
    	authn_model "istio.io/istio/pilot/pkg/security/model"
    	protovalue "istio.io/istio/pkg/proto"
    )
    
    // SupportedCiphers for server side TLS configuration.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Feb 23 00:16:21 UTC 2024
    - 3.8K bytes
    - Viewed (0)
  2. operator/pkg/object/objects_test.go

                          app: pilot
                        name: istio-pilot
                        namespace: istio-system
                      spec:
                        clusterIP: 10.102.230.31`),
    			o2: getK8sObject(`
                      apiVersion: v1
                      kind: Service
                      metadata:
                        labels:
                          app: pilot
                        name: istio-pilot
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Sep 21 07:16:46 UTC 2023
    - 18.4K bytes
    - Viewed (0)
  3. pilot/pkg/networking/plugin/authz/authorization.go

    	hcm "github.com/envoyproxy/go-control-plane/envoy/extensions/filters/network/http_connection_manager/v3"
    
    	"istio.io/istio/pilot/pkg/model"
    	"istio.io/istio/pilot/pkg/networking"
    	"istio.io/istio/pilot/pkg/security/authz/builder"
    	"istio.io/istio/pilot/pkg/security/trustdomain"
    )
    
    type ActionType int
    
    const (
    	// Local for action ALLOW, DENY and AUDIT and is enforced by Envoy RBAC filter.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 17 22:20:44 UTC 2024
    - 2.7K bytes
    - Viewed (0)
  4. pilot/pkg/networking/apigen/apigen_test.go

    // limitations under the License.
    
    package apigen_test
    
    import (
    	"testing"
    	"time"
    
    	"istio.io/istio/pilot/pkg/config/memory"
    	"istio.io/istio/pilot/pkg/model"
    	"istio.io/istio/pilot/test/xds"
    	"istio.io/istio/pkg/config/schema/collections"
    	"istio.io/istio/pkg/config/schema/gvk"
    )
    
    // Creates an in-process discovery server, using the same code as Istiod, but
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jan 12 18:20:36 UTC 2024
    - 2.3K bytes
    - Viewed (0)
  5. pilot/cmd/pilot-agent/status/ready/probe.go

    // See the License for the specific language governing permissions and
    // limitations under the License.
    
    package ready
    
    import (
    	"context"
    	"fmt"
    
    	"istio.io/istio/pilot/cmd/pilot-agent/metrics"
    	"istio.io/istio/pilot/cmd/pilot-agent/status/util"
    )
    
    // Probe for readiness.
    type Probe struct {
    	LocalHostAddr       string
    	AdminPort           uint16
    	receivedFirstUpdate bool
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 02 00:35:05 UTC 2024
    - 4.5K bytes
    - Viewed (0)
  6. android/guava/src/com/google/common/math/Quantiles.java

       */
      private static int partition(double[] array, int from, int to) {
        // Select a pivot, and move it to the start of the slice i.e. to index from.
        movePivotToStartOfSlice(array, from, to);
        double pivot = array[from];
    
        // Move all elements with indexes in (from, to] which are greater than the pivot to the end of
        // the array. Keep track of where those elements begin.
        int partitionPoint = to;
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri May 12 17:02:53 UTC 2023
    - 29.9K bytes
    - Viewed (0)
  7. operator/cmd/mesh/testdata/manifest-generate/input/component_hub_tag.yaml

    apiVersion: install.istio.io/v1alpha1
    kind: IstioOperator
    spec:
      hub: istio-spec.hub
      tag: istio-spec.tag
      components:
        pilot:
          enabled: true
          hub: component.pilot.hub
          tag: 2
        cni:
          enabled: true
          hub: component.cni.hub
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jul 22 06:46:00 UTC 2020
    - 274 bytes
    - Viewed (0)
  8. releasenotes/notes/51311.yaml

    apiVersion: release-notes/v2
    kind: bug-fix
    area: installation
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 30 20:24:06 UTC 2024
    - 321 bytes
    - Viewed (0)
  9. manifests/charts/istio-control/istio-discovery/templates/serviceaccount.yaml

      namespace: {{ .Values.global.istioNamespace }}
      labels:
        app: istiod
        release: {{ .Release.Name }}
      {{- if .Values.pilot.serviceAccountAnnotations }}
      annotations:
    {{- toYaml .Values.pilot.serviceAccountAnnotations | indent 4 }}
      {{- end }}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 01:52:23 UTC 2024
    - 542 bytes
    - Viewed (0)
  10. operator/cmd/mesh/testdata/manifest-generate/input/pilot_override_values.yaml

    apiVersion: install.istio.io/v1alpha1
    kind: IstioOperator
    spec:
      profile: empty
      hub: docker.io/istio
      tag: 1.1.4
      meshConfig:
        rootNamespace: istio-control
      components:
        pilot:
          enabled: true
          namespace: istio-control
      values:
        pilot:
          resources:
            requests:
              cpu: 222m
              memory: 333Mi
          autoscaleMax: 8
          autoscaleMin: 2
          rollingMaxUnavailable: 30%
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Nov 23 18:13:51 UTC 2021
    - 511 bytes
    - Viewed (0)
Back to top