Merge pull request #634 from marpaia/k8s-1.11

Update Kubernetes and Client-Go for 1.11.0 / 8.0.0
This commit is contained in:
Steve Kriss
2018-07-17 08:55:47 -07:00
committed by GitHub
847 changed files with 47633 additions and 14153 deletions
-1
View File
@@ -162,7 +162,6 @@ func NewPrinter(cmd *cobra.Command) (*printers.HumanReadablePrinter, error) {
}
printer := printers.NewHumanReadablePrinter(
nil, // encoder, only needed if we want/need to convert unstructured/unknown to typed objects
nil, // decoder, only needed if we want/need to convert unstructured/unknown to typed objects
options,
)