Merge pull request #26939 from zhouhaibing089/healthz-fix
Automatic merge from submit-queue fixes the usage doc in package healthz Briefly, the comments in `pkg/healthz/doc.go` is not correct.
This commit is contained in:
		@@ -16,5 +16,6 @@ limitations under the License.
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
// Package healthz implements basic http server health checking.
 | 
					// Package healthz implements basic http server health checking.
 | 
				
			||||||
// Usage:
 | 
					// Usage:
 | 
				
			||||||
//   import _ "healthz" registers a handler on the path '/healthz', that serves 200s
 | 
					//   import "k8s.io/kubernetes/pkg/healthz"
 | 
				
			||||||
 | 
					//   healthz.DefaultHealthz()
 | 
				
			||||||
package healthz // import "k8s.io/kubernetes/pkg/healthz"
 | 
					package healthz // import "k8s.io/kubernetes/pkg/healthz"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user