package
0.1.8
Repository: https://github.com/wryun/service-catalog.git
Documentation: pkg.go.dev

# README

This package contains files copied from the main kubernetes/kubernetes repo. The files are taken from cmd/hyperkube.

Version: 1.8

The following additional changes have been made to the files.

  • The package name from k8s.io/kubernetes/cmd/hyperkube has been changed from
    main to hyperkube.
  • The use of stretchr/testify in k8s.io/kubernetes/cmd/hyperkube/hyperkube_test.go
    has been replaced with similar assert calls to functions in service-catalog/test/util/assertions.go.
  • In k8s.io/kubernetes/cmd/hyperkube/hyperkube.go, the code to print the
    version has been replaced with version code from service-catalog.
  • In k8s.io/kubernetes/cmd/hyperkube/server.go, made exportable the name field
    of the Server type, renaming the field to ServerName to avoid conflict with
    the Name function.

# Structs

HyperKube represents a single binary that can morph/manage into multiple servers.
Server describes a server that this binary can morph into.