Documentation
¶
Index ¶
Constants ¶
View Source
const ( // HTTPHeaderContentType HTTP request header keyword: Content-Type which is used in HTTP request and response // headers to specify the media type of the entity body HTTPHeaderContentType = "Content-Type" // HTTPHeaderContentLength HTTP request header keyword: Content-Length which is used to indicate the size of the // message body, ensuring that the message can be transmitted and parsed correctly HTTPHeaderContentLength = "Content-Length" // HTTPHeaderTransferEncoding HTTP request header keyword: Transfer-Encoding which is used to indicate the HTTP // transmission encoding type used by the server HTTPHeaderTransferEncoding = "Transfer-Encoding" // HTTPContentTypeJSON HTTP request Content-Type type: application/json which is used to indicate that the data // type transmitted in the HTTP request and response body is JSON HTTPContentTypeJSON = "application/json" )
Variables ¶
This section is empty.
Functions ¶
func TransformStripManagedFields ¶ added in v1.7.0
func TransformStripManagedFields() cache.TransformFunc
Dropping `.metadata.managedFields` to improve memory usage
Types ¶
This section is empty.
Directories
¶
| Path | Synopsis |
|---|---|
|
kubernetes
|
|
|
Package pubkeypin provides primitives for x509 public key pinning in the style of RFC7469.
|
Package pubkeypin provides primitives for x509 public key pinning in the style of RFC7469. |
|
package taints implements utilities for working with taints
|
package taints implements utilities for working with taints |
Click to show internal directories.
Click to hide internal directories.