Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for policyMap (0.26 sec)

  1. cmd/iam.go

    						iamLogIf(ctx, logErr)
    					}
    				}
    			}
    		}
    
    		// Replacing origKeys[0] with normKey in the policyMap
    
    		// len(origKeys) is always > 0, so here len(origKeys) == 1
    		mappingValue := policyMap[origKeys[0]]
    		delete(policyMap, origKeys[0])
    		policyMap[normKey] = mappingValue
    		iamLogEvent(ctx, "import-ldap-normalize: normalized LDAP DN mapping from `%s` to `%s`", origKeys[0], normKey)
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 22:26:38 UTC 2024
    - 71.9K bytes
    - Viewed (0)
  2. pkg/registry/policy/poddisruptionbudget/storage/storage.go

    	store := &genericregistry.Store{
    		NewFunc:                   func() runtime.Object { return &policyapi.PodDisruptionBudget{} },
    		NewListFunc:               func() runtime.Object { return &policyapi.PodDisruptionBudgetList{} },
    		DefaultQualifiedResource:  policyapi.Resource("poddisruptionbudgets"),
    		SingularQualifiedResource: policyapi.Resource("poddisruptionbudget"),
    
    		CreateStrategy:      poddisruptionbudget.Strategy,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Nov 18 09:21:19 UTC 2022
    - 4.2K bytes
    - Viewed (0)
Back to top