Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for setNotSupported (0.1 sec)

  1. pkg/controller/namespace/deletion/namespaced_resources_deleter.go

    			}
    
    			for _, op := range []operation{operationList, operationDeleteCollection} {
    				if !verbs.Has(string(op)) {
    					d.opCache.setNotSupported(operationKey{operation: op, gvr: gvr})
    				}
    			}
    		}
    	}
    }
    
    // ResourcesRemainingError is used to inform the caller that all resources are not yet fully removed from the namespace.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 20 07:34:23 UTC 2023
    - 25.2K bytes
    - Viewed (0)
Back to top