Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for WORKLOAD_SELECTOR (0.86 sec)

  1. pkg/workloadapi/security/authorization.pb.go

    	// specific namespace.
    	Scope_NAMESPACE Scope = 1
    	// WORKLOAD_SELECTOR means that the policy will only be applied to specific
    	// workloads that were selected by their labels.
    	Scope_WORKLOAD_SELECTOR Scope = 2
    )
    
    // Enum value maps for Scope.
    var (
    	Scope_name = map[int32]string{
    		0: "GLOBAL",
    		1: "NAMESPACE",
    		2: "WORKLOAD_SELECTOR",
    	}
    	Scope_value = map[string]int32{
    		"GLOBAL":            0,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 31 02:27:10 UTC 2024
    - 29.7K bytes
    - Viewed (0)
Back to top