mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-06 07:57:35 +00:00
grep sed ExperimentalClient
This commit is contained in:
@@ -128,7 +128,7 @@ type APIStatus interface {
|
||||
// Client is the implementation of a Kubernetes client.
|
||||
type Client struct {
|
||||
*RESTClient
|
||||
*ExperimentalClient
|
||||
*ExtensionsClient
|
||||
}
|
||||
|
||||
// ServerVersion retrieves and parses the server's version.
|
||||
@@ -244,5 +244,5 @@ func IsTimeout(err error) bool {
|
||||
}
|
||||
|
||||
func (c *Client) Experimental() ExtensionsInterface {
|
||||
return c.ExperimentalClient
|
||||
return c.ExtensionsClient
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user