Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for patchContent (0.21 sec)

  1. pkg/kubelet/kubelet_test.go

    							if action.GetVerb() == "patch" {
    								var (
    									err          error
    									patchAction  = action.(core.PatchActionImpl)
    									patchContent = patchAction.GetPatch()
    								)
    								savedNode, err = applyNodeStatusPatch(test.existingNode, patchContent)
    								if err != nil {
    									t.Logf("node patching failed, %v", err)
    									return false, nil
    								}
    							}
    						}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 106.9K bytes
    - Viewed (0)
Back to top