Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for cds_config (0.31 sec)

  1. istioctl/pkg/writer/compare/testdata/configdump.json

                "name": "inbound-vip|9080|http|ratings.default.svc.cluster.local",
                "type": "EDS",
                "eds_cluster_config": {
                  "eds_config": {
                    "ads": {},
                    "initial_fetch_timeout": "0s",
                    "resource_api_version": "V3"
                  },
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Mar 12 10:02:09 UTC 2024
    - 52K bytes
    - Viewed (0)
  2. pilot/pkg/networking/core/cluster_tls_test.go

    							TlsMinimumProtocolVersion: tls.TlsParameters_TLSv1_2,
    						},
    						TlsCertificateSdsSecretConfigs: []*tls.SdsSecretConfig{
    							{
    								Name: "default",
    								SdsConfig: &core.ConfigSource{
    									ConfigSourceSpecifier: &core.ConfigSource_ApiConfigSource{
    										ApiConfigSource: &core.ApiConfigSource{
    											ApiType:                   core.ApiConfigSource_GRPC,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 06 03:53:05 UTC 2024
    - 60.9K bytes
    - Viewed (0)
  3. istioctl/pkg/writer/compare/testdata/configdump_diff.json

                            ],
                            "tls_certificate_sds_secret_configs": [
                              {
                                "name": "default",
                                "sds_config": {
                                  "api_config_source": {
                                    "api_type": "GRPC",
                                    "grpc_services": [
                                      {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Mar 12 10:02:09 UTC 2024
    - 51.6K bytes
    - Viewed (0)
  4. istioctl/pkg/proxyconfig/testdata/config_dump.json

                "name": "inbound-vip|8000|http|httpbin.default.svc.cluster.local",
                "type": "EDS",
                "eds_cluster_config": {
                  "eds_config": {
                    "ads": {},
                    "initial_fetch_timeout": "0s",
                    "resource_api_version": "V3"
                  },
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 03 23:08:06 UTC 2024
    - 54.8K bytes
    - Viewed (0)
  5. pilot/pkg/security/authn/policy_applier_test.go

    	now := time.Now()
    	tlsContext := &tls.DownstreamTlsContext{
    		CommonTlsContext: &tls.CommonTlsContext{
    			TlsCertificateSdsSecretConfigs: []*tls.SdsSecretConfig{
    				{
    					Name: "default",
    					SdsConfig: &core.ConfigSource{
    						ConfigSourceSpecifier: &core.ConfigSource_ApiConfigSource{
    							ApiConfigSource: &core.ApiConfigSource{
    								ApiType:                   core.ApiConfigSource_GRPC,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Dec 01 07:32:22 UTC 2023
    - 60.2K bytes
    - Viewed (0)
  6. operator/pkg/apis/istio/v1alpha1/values_types.proto

      ProxyInitConfig proxy_init = 29 [json_name = "proxy_init"];
    
      // Specifies the Configuration for the SecretDiscoveryService instead of using K8S secrets to mount the certificates.
      SDSConfig sds = 30;
    
      // Specifies the tag for the Istio docker images.
      google.protobuf.Value tag = 31;
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 57.2K bytes
    - Viewed (0)
Back to top