Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for GetNetwork (0.21 sec)

  1. pkg/workloadapi/workload.pb.go

    	if x != nil {
    		return x.Addresses
    	}
    	return nil
    }
    
    func (x *Workload) GetHostname() string {
    	if x != nil {
    		return x.Hostname
    	}
    	return ""
    }
    
    func (x *Workload) GetNetwork() string {
    	if x != nil {
    		return x.Network
    	}
    	return ""
    }
    
    func (x *Workload) GetTunnelProtocol() TunnelProtocol {
    	if x != nil {
    		return x.TunnelProtocol
    	}
    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.pb.go

    	}
    	return nil
    }
    
    func (x *GlobalConfig) GetMultiCluster() *MultiClusterConfig {
    	if x != nil {
    		return x.MultiCluster
    	}
    	return nil
    }
    
    func (x *GlobalConfig) GetNetwork() string {
    	if x != nil {
    		return x.Network
    	}
    	return ""
    }
    
    func (x *GlobalConfig) GetPodDNSSearchNamespaces() []string {
    	if x != nil {
    		return x.PodDNSSearchNamespaces
    	}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 329.6K bytes
    - Viewed (0)
Back to top