Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for gwSpecs (0.08 sec)

  1. operator/pkg/translate/translate_value.go

    		if err != nil {
    			return err
    		}
    		if !pathExist && !enabled {
    			continue
    		}
    		gwSpecs := make([]map[string]any, 1)
    		gwSpec := make(map[string]any)
    		gwSpecs[0] = gwSpec
    		gwSpec["enabled"] = enabled
    		gwSpec["name"] = util.ToYAMLPath(inPath)[1]
    		outCP := util.ToYAMLPath("Components." + string(outPath))
    
    		if enabled {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Feb 08 03:52:24 UTC 2024
    - 21.6K bytes
    - Viewed (0)
  2. operator/pkg/translate/translate.go

    		return nil, err
    	}
    	gwSpec := componentSpec.(*v1alpha1.GatewaySpec)
    	k8s := gwSpec.K8S
    	switch componentName {
    	case name.IngressComponentName:
    		setYAMLNodeByMapPath(iopt, util.PathFromString("gateways.istio-ingressgateway.name"), gwSpec.Name)
    		if len(gwSpec.Label) != 0 {
    			setYAMLNodeByMapPath(iopt, util.PathFromString("gateways.istio-ingressgateway.labels"), gwSpec.Label)
    		}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Feb 12 19:43:09 UTC 2024
    - 36.3K bytes
    - Viewed (0)
Back to top