Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for getClusterName (0.15 sec)

  1. pkg/kube/inject/inject.go

    	return tag + "-" + imageType
    }
    
    func extractClusterAndNetwork(params InjectionParameters) (string, string) {
    	metadata := &params.pod.ObjectMeta
    	cluster := params.valuesConfig.asStruct.GetGlobal().GetMultiCluster().GetClusterName()
    	// TODO allow overriding the values.global network in injection with the system namespace label
    	network := params.valuesConfig.asStruct.GetGlobal().GetNetwork()
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 31 20:35:11 UTC 2024
    - 28.8K bytes
    - Viewed (0)
  2. operator/pkg/apis/istio/v1alpha1/values_types.pb.go

    }
    
    func (x *MultiClusterConfig) GetEnabled() *wrapperspb.BoolValue {
    	if x != nil {
    		return x.Enabled
    	}
    	return nil
    }
    
    func (x *MultiClusterConfig) GetClusterName() string {
    	if x != nil {
    		return x.ClusterName
    	}
    	return ""
    }
    
    func (x *MultiClusterConfig) GetGlobalDomainSuffix() string {
    	if x != nil {
    		return x.GlobalDomainSuffix
    	}
    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