Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 43 of 43 for v2 (0.23 sec)

  1. architecture/environments/operator.md

    are enabled, unless they are individually disabled. For example:
    
    ```yaml
        telemetry:
          enabled: true
          v2:
            enabled: false
    ```
    
    These rules are expressed in code in the
    [name](https://github.com/istio/operator/blob/e9097258cb4fbe59648e7da663cdad6f16927b8f/pkg/name/name.go#L131) package.
    
    ### K8s settings
    
    Plain Text
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Wed Aug 09 22:09:18 GMT 2023
    - 13.4K bytes
    - Viewed (0)
  2. istioctl/pkg/precheck/precheck.go

    // limitations under the License.
    
    package precheck
    
    import (
    	"context"
    	"errors"
    	"fmt"
    	"strconv"
    	"strings"
    
    	"github.com/fatih/color"
    	"github.com/spf13/cobra"
    	"gopkg.in/yaml.v2"
    	authorizationapi "k8s.io/api/authorization/v1"
    	corev1 "k8s.io/api/core/v1"
    	crd "k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1"
    	kerrors "k8s.io/apimachinery/pkg/api/errors"
    Go
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Fri Apr 12 02:57:30 GMT 2024
    - 19.3K bytes
    - Viewed (0)
  3. operator/cmd/mesh/manifest-generate_test.go

    			diffSelect: "ConfigMap:*:istio$",
    		},
    		{
    			desc:       "autoscaling_ingress_v2",
    			diffSelect: "HorizontalPodAutoscaler:*:istiod,HorizontalPodAutoscaler:*:istio-ingressgateway",
    			fileSelect: []string{"templates/autoscale.yaml"},
    		},
    		{
    			desc:       "autoscaling_v2",
    			diffSelect: "HorizontalPodAutoscaler:*:istiod,HorizontalPodAutoscaler:*:istio-ingressgateway",
    Go
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Thu Apr 18 18:16:49 GMT 2024
    - 43.5K bytes
    - Viewed (0)
Back to top