Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for GetObjectSelector (0.16 sec)

  1. staging/src/k8s.io/apiserver/pkg/admission/plugin/webhook/accessors.go

    	GetMatchPolicy() *v1.MatchPolicyType
    	// GetNamespaceSelector gets the webhook NamespaceSelector field.
    	GetNamespaceSelector() *metav1.LabelSelector
    	// GetObjectSelector gets the webhook ObjectSelector field.
    	GetObjectSelector() *metav1.LabelSelector
    	// GetSideEffects gets the webhook SideEffects field.
    	GetSideEffects() *v1.SideEffectClass
    	// GetTimeoutSeconds gets the webhook TimeoutSeconds field.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 22:07:40 UTC 2024
    - 12.4K bytes
    - Viewed (0)
  2. operator/pkg/apis/istio/v1alpha1/values_types.pb.go

    }
    
    func (x *SidecarInjectorConfig) GetInjectedAnnotations() *structpb.Struct {
    	if x != nil {
    		return x.InjectedAnnotations
    	}
    	return nil
    }
    
    func (x *SidecarInjectorConfig) GetObjectSelector() *structpb.Struct {
    	if x != nil {
    		return x.ObjectSelector
    	}
    	return nil
    }
    
    func (x *SidecarInjectorConfig) GetInjectionURL() string {
    	if x != nil {
    		return x.InjectionURL
    	}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 329.6K bytes
    - Viewed (0)
Back to top