Use protobuf encoding in client-go
Signed-off-by: Maciej Borsz <maciejborsz@google.com>
This commit is contained in:
parent
734772f828
commit
56eba3ace2
|
@ -336,6 +336,7 @@ func New(l log.Logger, conf *SDConfig) (*Discovery, error) {
|
|||
}
|
||||
|
||||
kcfg.UserAgent = userAgent
|
||||
kcfg.ContentType = "application/vnd.kubernetes.protobuf"
|
||||
|
||||
c, err := kubernetes.NewForConfig(kcfg)
|
||||
if err != nil {
|
||||
|
|
Loading…
Reference in New Issue