Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for overlayMatches (0.11 sec)

  1. operator/pkg/patch/patch.go

    	"istio.io/istio/operator/pkg/util"
    	"istio.io/istio/pkg/log"
    )
    
    var scope = log.RegisterScope("patch", "patch")
    
    // overlayMatches reports whether obj matches the overlay for either the default namespace or no namespace (cluster scope).
    func overlayMatches(overlay *v1alpha1.K8SObjectOverlay, obj *object.K8sObject, defaultNamespace string) bool {
    	oh := obj.Hash()
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Aug 10 15:35:03 UTC 2023
    - 6.2K bytes
    - Viewed (0)
Back to top