mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-04 23:17:50 +00:00
grep sed ExperimentalInterface
This commit is contained in:
@@ -51,7 +51,7 @@ type Interface interface {
|
||||
PersistentVolumeClaimsNamespacer
|
||||
ComponentStatusesInterface
|
||||
SwaggerSchemaInterface
|
||||
Experimental() ExperimentalInterface
|
||||
Experimental() ExtensionsInterface
|
||||
}
|
||||
|
||||
func (c *Client) ReplicationControllers(namespace string) ReplicationControllerInterface {
|
||||
@@ -243,6 +243,6 @@ func IsTimeout(err error) bool {
|
||||
return false
|
||||
}
|
||||
|
||||
func (c *Client) Experimental() ExperimentalInterface {
|
||||
func (c *Client) Experimental() ExtensionsInterface {
|
||||
return c.ExperimentalClient
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user