mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 13:37:30 +00:00
commit
407eb785e1
@ -33,7 +33,7 @@ import (
|
|||||||
"github.com/golang/glog"
|
"github.com/golang/glog"
|
||||||
)
|
)
|
||||||
|
|
||||||
// Interface holds the methods for clients of Kubenetes,
|
// Interface holds the methods for clients of Kubernetes,
|
||||||
// an interface to allow mock testing.
|
// an interface to allow mock testing.
|
||||||
// TODO: these should return/take pointers.
|
// TODO: these should return/take pointers.
|
||||||
type Interface interface {
|
type Interface interface {
|
||||||
|
@ -24,7 +24,7 @@ import (
|
|||||||
"github.com/GoogleCloudPlatform/kubernetes/pkg/client"
|
"github.com/GoogleCloudPlatform/kubernetes/pkg/client"
|
||||||
)
|
)
|
||||||
|
|
||||||
// ProxyServer is a http.Handler which proxies Kubenetes APIs to remote API server.
|
// ProxyServer is a http.Handler which proxies Kubernetes APIs to remote API server.
|
||||||
type ProxyServer struct {
|
type ProxyServer struct {
|
||||||
Host string
|
Host string
|
||||||
Auth *client.AuthInfo
|
Auth *client.AuthInfo
|
||||||
|
@ -14,6 +14,6 @@ See the License for the specific language governing permissions and
|
|||||||
limitations under the License.
|
limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Package master contains code for setting up and running a kubenetes
|
// Package master contains code for setting up and running a Kubernetes
|
||||||
// cluster master.
|
// cluster master.
|
||||||
package master
|
package master
|
||||||
|
Loading…
Reference in New Issue
Block a user