Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 14 of 14 for CRD (0.02 sec)

  1. pilot/pkg/model/push_context.go

    	// HeadlessEndpointUpdate describes a push triggered by an Endpoint change for headless service
    	HeadlessEndpointUpdate TriggerReason = "headlessendpoint"
    	// ConfigUpdate describes a push triggered by a config (generally and Istio CRD) change.
    	ConfigUpdate TriggerReason = "config"
    	// ServiceUpdate describes a push triggered by a Service change
    	ServiceUpdate TriggerReason = "service"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 15 09:02:11 UTC 2024
    - 91.8K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.31.md

    - CEL expressions and `additionalProperties` are now allowed to be used under nested quantifiers in CRD schemas ([#124381](https://github.com/kubernetes/kubernetes/pull/124381), [@alexzielenski](https://github.com/alexzielenski)) [SIG API Machinery]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 20:34:14 UTC 2024
    - 60.3K bytes
    - Viewed (0)
  3. pilot/pkg/networking/core/sidecar_simulation_test.go

    	"k8s.io/apimachinery/pkg/types"
    
    	meshconfig "istio.io/api/mesh/v1alpha1"
    	networking "istio.io/api/networking/v1alpha3"
    	"istio.io/istio/pilot/pkg/config/kube/crd"
    	"istio.io/istio/pilot/pkg/features"
    	"istio.io/istio/pilot/pkg/model"
    	"istio.io/istio/pilot/pkg/networking/core"
    	"istio.io/istio/pilot/pkg/networking/util"
    	"istio.io/istio/pilot/pkg/simulation"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 84.7K bytes
    - Viewed (0)
  4. pilot/pkg/networking/core/listener.go

    	//
    	// Validation will ensure that we have utmost one wildcard egress listener
    	// occurring in the end
    
    	// Add listeners based on the config in the sidecar.EgressListeners if
    	// no Sidecar CRD is provided for this config namespace,
    	// push.SidecarScope will generate a default catch all egress listener.
    	for _, egressListener := range node.SidecarScope.EgressListeners {
    
    		services := egressListener.Services()
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 06 04:44:06 UTC 2024
    - 55.1K bytes
    - Viewed (0)
Back to top