Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestUnstructuredRoundTripApplyConfigurations (0.44 sec)

  1. pkg/api/testing/applyconfiguration_test.go

    	"k8s.io/kubernetes/pkg/api/legacyscheme"
    	api "k8s.io/kubernetes/pkg/apis/core"
    )
    
    // TestUnstructuredRoundTripApplyConfigurations converts each known object type through unstructured
    // to the apply configuration for that object type, then converts it back to the object type and
    // verifies it is unchanged.
    func TestUnstructuredRoundTripApplyConfigurations(t *testing.T) {
    	for gvk := range legacyscheme.Scheme.AllKnownTypes() {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 05 20:12:50 UTC 2022
    - 7.3K bytes
    - Viewed (0)
Back to top