Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for FORM (0.03 sec)

  1. pkg/workloadapi/workload.pb.go

    	TunnelProtocol TunnelProtocol `protobuf:"varint,5,opt,name=tunnel_protocol,json=tunnelProtocol,proto3,enum=istio.workload.TunnelProtocol" json:"tunnel_protocol,omitempty"`
    	// The SPIFFE identity of the workload. The identity is joined to form spiffe://<trust_domain>/ns/<namespace>/sa/<service_account>.
    	// TrustDomain of the workload. May be elided if this is the mesh wide default (typically cluster.local)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 18:02:35 UTC 2024
    - 65.9K bytes
    - Viewed (0)
  2. operator/pkg/apis/istio/v1alpha1/values_types.proto

    }
    
    // GlobalLoggingConfig specifies the global logging level settings for the Istio control plane components.
    message GlobalLoggingConfig {
      // Comma-separated minimum per-scope logging level of messages to output, in the form of <scope>:<level>,<scope>:<level>
      // The control plane has different scopes depending on component, but can configure default log level across all components
      // If empty, default scope and level will be used as configured in code
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 57.2K bytes
    - Viewed (0)
  3. pilot/pkg/config/kube/gateway/conversion.go

    			return gcs
    		})
    	}
    
    	return res
    }
    
    // parentKey holds info about a parentRef (eg route binding to a Gateway). This is a mirror of
    // k8s.ParentReference in a form that can be stored in a map
    type parentKey struct {
    	Kind config.GroupVersionKind
    	// Name is the original name of the resource (eg Kubernetes Gateway name)
    	Name string
    	// Namespace is the namespace of the resource
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 04:34:37 UTC 2024
    - 84.7K bytes
    - Viewed (0)
Back to top