Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 32 of 32 for myname (0.17 sec)

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

      google.protobuf.BoolValue configCluster = 64;
    
      // The name of the CA for workloads.
      // For example, when caName=GkeWorkloadCertificate, GKE workload certificates
      // 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.
    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. pilot/pkg/model/push_context_test.go

    				{Name: "alias", ExternalName: "concrete"},
    			},
    			output: []service{
    				{Name: "concrete", Aliases: host.Names{"alias"}},
    				{Name: "alias", ExternalName: "concrete"},
    			},
    		},
    		{
    			name: "multiple alias",
    			input: []service{
    				{Name: "concrete"},
    				{Name: "alias1", ExternalName: "concrete"},
    				{Name: "alias2", ExternalName: "concrete"},
    			},
    			output: []service{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Apr 21 17:42:54 UTC 2024
    - 95.3K bytes
    - Viewed (0)
Back to top