Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 304 for proxyconfig (0.28 sec)

  1. pkg/config/analysis/analyzers/util/proxyconfig.go

    		namespace:     make(map[string]*v1beta1.ProxyConfig),
    		workload:      make(map[string]*v1beta1.ProxyConfig),
    	}
    
    	c.ForEach(gvk.ProxyConfig, func(r *resource.Instance) bool {
    		proxyConfig := r.Message.(*v1beta1.ProxyConfig)
    		if r.Metadata.FullName.Namespace.String() == resolver.rootNamespace {
    			resolver.root = proxyConfig
    			return true
    		}
    		if proxyConfig.GetSelector() == nil {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 25 21:07:52 UTC 2024
    - 3.4K bytes
    - Viewed (0)
  2. istioctl/pkg/proxyconfig/proxyconfig.go

    // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    // See the License for the specific language governing permissions and
    // limitations under the License.
    
    package proxyconfig
    
    import (
    	"context"
    	"errors"
    	"fmt"
    	"io"
    	"os"
    	"regexp"
    	"strings"
    
    	"github.com/hashicorp/go-multierror"
    	"github.com/spf13/cobra"
    	metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 16 03:28:36 UTC 2024
    - 48K bytes
    - Viewed (0)
  3. pkg/test/datasets/validation/dataset/networking-v1beta1-ProxyConfig.yaml

    apiVersion: networking.istio.io/v1beta1
    kind: ProxyConfig
    metadata:
      name: valid-example-pc
    spec:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Oct 17 07:02:38 UTC 2023
    - 116 bytes
    - Viewed (0)
  4. releasenotes/notes/proxyconfig-global-mutate.yaml

    apiVersion: release-notes/v2
    kind: bug-fix
    area: installation
    issue:
    - 40445
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Aug 17 15:37:11 UTC 2022
    - 191 bytes
    - Viewed (0)
  5. pkg/kube/inject/testdata/inject/hello-probes-noProxyHoldApplication-ProxyConfig.yaml

    stewartbutler <******@****.***> 1605257522 -0800
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Nov 13 08:52:02 UTC 2020
    - 996 bytes
    - Viewed (0)
  6. istioctl/pkg/kubeinject/testdata/deployment/hello-with-proxyconfig-anno.yaml

    Xiaopeng Han <******@****.***> 1686841337 +0800
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 15 15:02:17 UTC 2023
    - 556 bytes
    - Viewed (0)
  7. pkg/kube/inject/testdata/inject/hello-probes-proxyHoldApplication-ProxyConfig.yaml

    stewartbutler <******@****.***> 1605257522 -0800
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Nov 13 08:52:02 UTC 2020
    - 995 bytes
    - Viewed (0)
  8. releasenotes/notes/fix-proxyconfig-endpoints-json.yaml

    Keith Mattix II <******@****.***> 1694141094 -0500
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Sep 08 02:44:54 UTC 2023
    - 205 bytes
    - Viewed (0)
  9. istioctl/pkg/kubeinject/testdata/deployment/hello-with-proxyconfig-anno.yaml.injected

    Xiaopeng Han <******@****.***> 1686841337 +0800
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 15 15:02:17 UTC 2023
    - 1.1K bytes
    - Viewed (0)
  10. pkg/kube/inject/testdata/inject/hello-probes-proxyHoldApplication-ProxyConfig.yaml.injected

                  fieldPath: status.hostIP
            - name: ISTIO_CPU_LIMIT
              valueFrom:
                resourceFieldRef:
                  divisor: "0"
                  resource: limits.cpu
            - name: PROXY_CONFIG
              value: |
                {"holdApplicationUntilProxyStarts":true}
            - name: ISTIO_META_POD_PORTS
              value: |-
                [
                    {"name":"http","containerPort":80}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Feb 27 16:55:16 UTC 2024
    - 7.7K bytes
    - Viewed (0)
Back to top