Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestWriteConfigMapDeleted (0.15 sec)

  1. pkg/controlplane/controller/clusterauthenticationtrust/cluster_authentication_trust_controller_test.go

    		}
    		if action.Matches("update", "configmaps") {
    			obj := action.(clienttesting.UpdateAction).GetObject().(*corev1.ConfigMap)
    			ret[obj.Name] = obj
    		}
    	}
    	return ret, created
    }
    
    func TestWriteConfigMapDeleted(t *testing.T) {
    	// the basics are tested above, this checks the deletion logic when the ca bundles are too large
    	cm := &corev1.ConfigMap{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Apr 14 00:05:53 UTC 2023
    - 14.6K bytes
    - Viewed (0)
Back to top