Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 31 for MutatingWebhookConfiguration (0.65 sec)

  1. pkg/config/schema/kind/resources.gen.go

    	case KubernetesGateway:
    		return "Gateway"
    	case Lease:
    		return "Lease"
    	case MeshConfig:
    		return "MeshConfig"
    	case MeshNetworks:
    		return "MeshNetworks"
    	case MutatingWebhookConfiguration:
    		return "MutatingWebhookConfiguration"
    	case Namespace:
    		return "Namespace"
    	case Node:
    		return "Node"
    	case PeerAuthentication:
    		return "PeerAuthentication"
    	case Pod:
    		return "Pod"
    	case ProxyConfig:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Feb 27 07:19:38 UTC 2024
    - 4.9K bytes
    - Viewed (0)
  2. pkg/config/analysis/analyzers/externalcontrolplane/externalcontrolplane.go

    				reportWebhookURL(resource, hook.Name, hook.ClientConfig)
    			}
    		}
    
    		return true
    	})
    
    	c.ForEach(gvk.MutatingWebhookConfiguration, func(resource *resource.Instance) bool {
    		webhookConfig := resource.Message.(*v1.MutatingWebhookConfiguration)
    
    		// 2. MutatingWebhookConfiguration: istio-sidecar-injector
    		//            {{- if eq .Release.Namespace "istio-system"}}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 18 16:48:42 UTC 2024
    - 4.5K bytes
    - Viewed (0)
  3. pkg/apis/admissionregistration/v1/zz_generated.defaults.go

    // All generated defaulters are covering - they call all nested defaulters.
    func RegisterDefaults(scheme *runtime.Scheme) error {
    	scheme.AddTypeDefaultingFunc(&v1.MutatingWebhookConfiguration{}, func(obj interface{}) {
    		SetObjectDefaults_MutatingWebhookConfiguration(obj.(*v1.MutatingWebhookConfiguration))
    	})
    	scheme.AddTypeDefaultingFunc(&v1.MutatingWebhookConfigurationList{}, func(obj interface{}) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 06 00:00:21 UTC 2024
    - 5.1K bytes
    - Viewed (0)
  4. operator/cmd/mesh/testdata/manifest-generate/input-extra-resources/duplicate_mwc.yaml

    apiVersion: admissionregistration.k8s.io/v1
    kind: MutatingWebhookConfiguration
    metadata:
      labels:
        app: sidecar-injector
        istio.io/tag: default
      name: w-istio-sidecar-injector-istio-system
      
    webhooks:
    - admissionReviewVersions:
      - v1beta1
      - v1
      clientConfig:
        service:
          name: istiod
          namespace: istio-system
          path: /inject
          port: 443
      failurePolicy: Fail
      matchPolicy: Equivalent
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Feb 22 08:32:23 UTC 2024
    - 1.9K bytes
    - Viewed (0)
  5. istioctl/pkg/tag/util.go

    }
    
    // GetWebhookTagName extracts tag name from webhook object.
    func GetWebhookTagName(wh admitv1.MutatingWebhookConfiguration) string {
    	return wh.ObjectMeta.Labels[IstioTagLabel]
    }
    
    // GetWebhookRevision extracts tag target revision from webhook object.
    func GetWebhookRevision(wh admitv1.MutatingWebhookConfiguration) (string, error) {
    	if tagName, ok := wh.ObjectMeta.Labels[label.IoIstioRev.Name]; ok {
    		return tagName, nil
    	}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jan 16 17:43:42 UTC 2024
    - 5.4K bytes
    - Viewed (0)
  6. api/discovery/apis__admissionregistration.k8s.io__v1.json

      "kind": "APIResourceList",
      "resources": [
        {
          "categories": [
            "api-extensions"
          ],
          "kind": "MutatingWebhookConfiguration",
          "name": "mutatingwebhookconfigurations",
          "namespaced": false,
          "singularName": "mutatingwebhookconfiguration",
          "storageVersionHash": "Sqi0GUgDaX0=",
          "verbs": [
            "create",
            "delete",
            "deletecollection",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 20:14:51 UTC 2024
    - 2.2K bytes
    - Viewed (0)
  7. operator/cmd/mesh/testdata/manifest-generate/input-extra-resources/default_installation_failed.yaml

    # Simulate the case where the default installation failed, and the user has to reinstall the components.
    apiVersion: admissionregistration.k8s.io/v1
    kind: MutatingWebhookConfiguration
    metadata:
      labels:
        app: sidecar-injector
      name: w-istio-sidecar-injector-istio-system
    
    webhooks:
    - admissionReviewVersions:
      - v1beta1
      - v1
      clientConfig:
        service:
          name: istiod
          namespace: istio-system
          path: /inject
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Feb 22 08:32:23 UTC 2024
    - 1.9K bytes
    - Viewed (0)
  8. pkg/config/schema/kubetypes/resources.gen.go

    	case *istioioapimeshv1alpha1.MeshConfig:
    		return gvk.MeshConfig, true
    	case *istioioapimeshv1alpha1.MeshNetworks:
    		return gvk.MeshNetworks, true
    	case *k8sioapiadmissionregistrationv1.MutatingWebhookConfiguration:
    		return gvk.MutatingWebhookConfiguration, true
    	case *k8sioapicorev1.Namespace:
    		return gvk.Namespace, true
    	case *k8sioapicorev1.Node:
    		return gvk.Node, true
    	case *istioioapisecurityv1beta1.PeerAuthentication:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 17 16:38:40 UTC 2024
    - 6.2K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/admissionregistration/v1/doc.go

    // +groupName=admissionregistration.k8s.io
    
    // Package v1 is the v1 version of the API.
    // AdmissionConfiguration and AdmissionPluginConfiguration are legacy static admission plugin configuration
    // MutatingWebhookConfiguration and ValidatingWebhookConfiguration are for the
    // new dynamic admission controller configuration.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 1.1K bytes
    - Viewed (0)
  10. istioctl/pkg/checkinject/checkinject.go

    				return matched, fmt.Sprintf("%s=%s", me.Key, v)
    			}
    		}
    	}
    	return matched, ""
    }
    
    func extractRevision(wh *admitv1.MutatingWebhookConfiguration) string {
    	return wh.GetLabels()[label.IoIstioRev.Name]
    }
    
    func isIstioWebhook(wh *admitv1.MutatingWebhookConfiguration) bool {
    	for _, w := range wh.Webhooks {
    		if strings.HasSuffix(w.Name, "istio.io") {
    			return true
    		}
    	}
    	return false
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Apr 13 05:23:38 UTC 2024
    - 9.3K bytes
    - Viewed (0)
Back to top