Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 15 of 15 for REGISTRY_ONLY (0.18 sec)

  1. operator/pkg/apis/istio/v1alpha1/values_types.proto

        ALLOW_ANY = 0;
        // Restrict outbound traffic to services defined in the service registry as well as those defined through ServiceEntries
        REGISTRY_ONLY = 1;
      }
      Mode mode = 2;
    }
    
    // Configuration for Pilot.
    message PilotConfig {
      // Controls whether Pilot is enabled.
      google.protobuf.BoolValue enabled = 1;
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 57.2K bytes
    - Viewed (0)
  2. manifests/charts/base/crds/crd-all.gen.yaml

                        - host
                        type: object
                      mode:
                        description: |2-
    
    
                          Valid Options: REGISTRY_ONLY, ALLOW_ANY
                        enum:
                        - REGISTRY_ONLY
                        - ALLOW_ANY
                        type: string
                    type: object
                  workloadSelector:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.6K bytes
    - Viewed (0)
  3. operator/cmd/mesh/testdata/manifest-generate/output/all_on.golden-show-in-gh-pull-request.yaml

                            type: string
                        required:
                        - host
                        type: object
                      mode:
                        enum:
                        - REGISTRY_ONLY
                        - ALLOW_ANY
                        type: string
                    type: object
                  workloadSelector:
                    description: Criteria used to select the specific set of pods/VMs
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 506.8K bytes
    - Viewed (0)
  4. operator/pkg/apis/istio/v1alpha1/values_types.pb.go

    )
    
    // Enum value maps for OutboundTrafficPolicyConfig_Mode.
    var (
    	OutboundTrafficPolicyConfig_Mode_name = map[int32]string{
    		0: "ALLOW_ANY",
    		1: "REGISTRY_ONLY",
    	}
    	OutboundTrafficPolicyConfig_Mode_value = map[string]int32{
    		"ALLOW_ANY":     0,
    		"REGISTRY_ONLY": 1,
    	}
    )
    
    func (x OutboundTrafficPolicyConfig_Mode) Enum() *OutboundTrafficPolicyConfig_Mode {
    	p := new(OutboundTrafficPolicyConfig_Mode)
    	*p = x
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 329.6K bytes
    - Viewed (0)
  5. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    string port: description: Specifies the port on the host that is being addressed. properties: number: type: integer type: object subset: description: The name of a subset within the service. type: string required: - host type: object mode: enum: - REGISTRY_ONLY - ALLOW_ANY type: string type: object workloadSelector: description: Criteria used to select the specific set of pods/VMs on which this `Sidecar` configuration should be applied. properties: labels: additionalProperties: type: string description:...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 198.1K bytes
    - Viewed (0)
Back to top