mirror of https://github.com/k3s-io/k3s
manual fix package name
parent
ccf989a2ae
commit
4b7344919b
|
@ -16,7 +16,7 @@ limitations under the License.
|
|||
|
||||
// DO NOT EDIT. THIS FILE IS AUTO-GENERATED BY $KUBEROOT/hack/update-generated-deep-copies.sh.
|
||||
|
||||
package experimental
|
||||
package extensions
|
||||
|
||||
import (
|
||||
time "time"
|
||||
|
|
|
@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
|
|||
limitations under the License.
|
||||
*/
|
||||
|
||||
package experimental
|
||||
package extensions
|
||||
|
||||
import (
|
||||
"k8s.io/kubernetes/pkg/api"
|
||||
|
|
|
@ -26,7 +26,7 @@ beyond registration differences. In other words, experimental API group
|
|||
support is experimental.
|
||||
*/
|
||||
|
||||
package experimental
|
||||
package extensions
|
||||
|
||||
import (
|
||||
"k8s.io/kubernetes/pkg/api"
|
||||
|
|
Loading…
Reference in New Issue