summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwbc6080 <wangbincheng4@huawei.com>2024-08-08 16:06:22 +0800
committerwbc6080 <wangbincheng4@huawei.com>2024-08-09 15:02:59 +0800
commit990dde0972bf3b63b7087144044d15dbee851245 (patch)
treed0ca24ed2a61596a96385213b4f9523b3c781587
parentModify the way each component in kubeedge refers to API dependencies and chan... (diff)
downloadkubeedge-990dde0972bf3b63b7087144044d15dbee851245.tar.gz
Migrate client and openapi to the api directory and adjust dependency references
Signed-off-by: wbc6080 <wangbincheng4@huawei.com>
-rw-r--r--apidoc/generated/openapi/zz_generated.openapi.go1402
-rw-r--r--apidoc/generated/swagger/swagger.json866
-rw-r--r--apidoc/tools/generate-openapi.sh14
-rw-r--r--apidoc/tools/generate-swagger.go14
-rw-r--r--cloud/cmd/cloudcore/app/options/options.go2
-rw-r--r--cloud/cmd/cloudcore/app/server.go4
-rw-r--r--cloud/cmd/iptablesmanager/app/server.go2
-rw-r--r--cloud/pkg/admissioncontroller/admission.go8
-rw-r--r--cloud/pkg/admissioncontroller/admit_device.go2
-rw-r--r--cloud/pkg/admissioncontroller/admit_devicemodel.go2
-rw-r--r--cloud/pkg/admissioncontroller/admit_nodeupgradejob.go2
-rw-r--r--cloud/pkg/admissioncontroller/admit_rule.go2
-rw-r--r--cloud/pkg/admissioncontroller/admit_ruleendpoint.go2
-rw-r--r--cloud/pkg/admissioncontroller/admit_ruleendpoint_test.go2
-rw-r--r--cloud/pkg/cloudhub/cloudhub.go2
-rw-r--r--cloud/pkg/cloudhub/common/testing/test_framework.go2
-rw-r--r--cloud/pkg/cloudhub/config/config.go2
-rw-r--r--cloud/pkg/cloudhub/dispatcher/message_dispatcher.go2
-rw-r--r--cloud/pkg/cloudhub/dispatcher/message_dispatcher_test.go2
-rw-r--r--cloud/pkg/cloudhub/servers/httpserver/nodetask/upgrade.go2
-rw-r--r--cloud/pkg/cloudhub/session/node_session.go2
-rw-r--r--cloud/pkg/cloudhub/session/node_session_test.go2
-rw-r--r--cloud/pkg/cloudstream/cloudstream.go2
-rw-r--r--cloud/pkg/cloudstream/cloudstream_test.go2
-rw-r--r--cloud/pkg/cloudstream/config/config.go2
-rw-r--r--cloud/pkg/cloudstream/iptables/iptables.go2
-rw-r--r--cloud/pkg/common/client/client.go2
-rw-r--r--cloud/pkg/common/monitor/monitor.go2
-rw-r--r--cloud/pkg/controllermanager/controllermanager.go2
-rw-r--r--cloud/pkg/controllermanager/edgeapplication/edgeapplicationcontroller.go2
-rw-r--r--cloud/pkg/controllermanager/edgeapplication/overridemanager/commandoverrider.go2
-rw-r--r--cloud/pkg/controllermanager/edgeapplication/overridemanager/envoverrider.go2
-rw-r--r--cloud/pkg/controllermanager/edgeapplication/overridemanager/imageoverrider.go2
-rw-r--r--cloud/pkg/controllermanager/edgeapplication/overridemanager/overridemanager.go2
-rw-r--r--cloud/pkg/controllermanager/edgeapplication/overridemanager/replicasoverrider.go2
-rw-r--r--cloud/pkg/controllermanager/edgeapplication/overridemanager/resourcesoverrider.go2
-rw-r--r--cloud/pkg/controllermanager/edgeapplication/statusmanager/reconciler.go2
-rw-r--r--cloud/pkg/controllermanager/edgeapplication/statusmanager/statusmanager.go2
-rw-r--r--cloud/pkg/controllermanager/edgeapplication/utils/utils.go2
-rw-r--r--cloud/pkg/controllermanager/nodegroup/nodegroupcontroller.go2
-rw-r--r--cloud/pkg/devicecontroller/config/config.go2
-rw-r--r--cloud/pkg/devicecontroller/controller/downstream.go2
-rw-r--r--cloud/pkg/devicecontroller/controller/upstream.go2
-rw-r--r--cloud/pkg/devicecontroller/devicecontroller.go2
-rw-r--r--cloud/pkg/devicecontroller/manager/devicemodel_test.go2
-rw-r--r--cloud/pkg/dynamiccontroller/config/config.go2
-rw-r--r--cloud/pkg/dynamiccontroller/dynamiccontroller.go2
-rw-r--r--cloud/pkg/edgecontroller/controller/downstream.go4
-rw-r--r--cloud/pkg/edgecontroller/controller/upstream.go4
-rw-r--r--cloud/pkg/edgecontroller/edgecontroller.go2
-rw-r--r--cloud/pkg/edgecontroller/manager/configmap.go2
-rw-r--r--cloud/pkg/edgecontroller/manager/configmap_test.go2
-rw-r--r--cloud/pkg/edgecontroller/manager/node_test.go2
-rw-r--r--cloud/pkg/edgecontroller/manager/pod.go2
-rw-r--r--cloud/pkg/edgecontroller/manager/pod_test.go2
-rw-r--r--cloud/pkg/edgecontroller/manager/rule.go2
-rw-r--r--cloud/pkg/edgecontroller/manager/rule_test.go2
-rw-r--r--cloud/pkg/edgecontroller/manager/ruleendpoint.go2
-rw-r--r--cloud/pkg/edgecontroller/manager/ruleendpoint_test.go2
-rw-r--r--cloud/pkg/edgecontroller/manager/secret.go2
-rw-r--r--cloud/pkg/edgecontroller/manager/secret_test.go2
-rw-r--r--cloud/pkg/policycontroller/manager/reconcile.go2
-rw-r--r--cloud/pkg/policycontroller/manager/reconcile_test.go2
-rw-r--r--cloud/pkg/policycontroller/policycontroller.go2
-rw-r--r--cloud/pkg/router/config/config.go2
-rw-r--r--cloud/pkg/router/provider/eventbus/eventbus.go2
-rw-r--r--cloud/pkg/router/provider/rest/rest.go2
-rw-r--r--cloud/pkg/router/provider/servicebus/servicebus.go2
-rw-r--r--cloud/pkg/router/provider/source.go2
-rw-r--r--cloud/pkg/router/provider/target.go2
-rw-r--r--cloud/pkg/router/router.go2
-rw-r--r--cloud/pkg/router/rule/rule.go2
-rw-r--r--cloud/pkg/synccontroller/clusterobjectsync.go2
-rw-r--r--cloud/pkg/synccontroller/config/config.go2
-rw-r--r--cloud/pkg/synccontroller/config/config_test.go2
-rw-r--r--cloud/pkg/synccontroller/objectsync.go2
-rw-r--r--cloud/pkg/synccontroller/objectsync_test.go2
-rw-r--r--cloud/pkg/synccontroller/synccontroller.go4
-rw-r--r--cloud/pkg/synccontroller/synccontroller_test.go4
-rw-r--r--cloud/pkg/taskmanager/config/config.go2
-rw-r--r--cloud/pkg/taskmanager/imageprepullcontroller/image_prepull_controller.go4
-rw-r--r--cloud/pkg/taskmanager/imageprepullcontroller/image_prepull_task.go6
-rw-r--r--cloud/pkg/taskmanager/manager/executor.go4
-rw-r--r--cloud/pkg/taskmanager/nodeupgradecontroller/node_upgrade_controller.go4
-rw-r--r--cloud/pkg/taskmanager/nodeupgradecontroller/upgrade_task.go6
-rw-r--r--cloud/pkg/taskmanager/task_manager.go2
-rw-r--r--cloud/pkg/taskmanager/util/controller/controller.go4
-rw-r--r--cloud/pkg/taskmanager/util/util.go2
-rw-r--r--cloud/test/integration/controllermanager/controllermanager_suite_test.go2
-rw-r--r--cloud/test/integration/controllermanager/controllermanager_test.go2
-rw-r--r--common/types/types.go4
-rw-r--r--edge/cmd/edgecore/app/options/options.go2
-rw-r--r--edge/cmd/edgecore/app/server.go4
-rw-r--r--edge/cmd/edgemark/hollow_edgecore.go2
-rw-r--r--edge/pkg/devicetwin/config/config.go2
-rw-r--r--edge/pkg/devicetwin/devicetwin.go2
-rw-r--r--edge/pkg/devicetwin/dmiclient/client.go4
-rw-r--r--edge/pkg/devicetwin/dmiserver/server.go4
-rw-r--r--edge/pkg/devicetwin/dtcommon/util.go4
-rw-r--r--edge/pkg/devicetwin/dtmanager/dmiworker.go4
-rw-r--r--edge/pkg/edged/config/config.go2
-rw-r--r--edge/pkg/edged/edged.go2
-rw-r--r--edge/pkg/edgehub/certificate/certmanager.go2
-rw-r--r--edge/pkg/edgehub/config/config.go2
-rw-r--r--edge/pkg/edgehub/config/config_test.go2
-rw-r--r--edge/pkg/edgehub/edgehub.go2
-rw-r--r--edge/pkg/edgehub/edgehub_test.go2
-rw-r--r--edge/pkg/edgehub/task/taskexecutor/image_prepull.go4
-rw-r--r--edge/pkg/edgehub/task/taskexecutor/node_backup.go2
-rw-r--r--edge/pkg/edgehub/task/taskexecutor/node_rollback.go2
-rw-r--r--edge/pkg/edgehub/task/taskexecutor/node_upgrade.go2
-rw-r--r--edge/pkg/edgehub/task/taskexecutor/pre_check.go2
-rw-r--r--edge/pkg/edgehub/task/taskexecutor/task_executor.go2
-rw-r--r--edge/pkg/edgestream/config/config.go2
-rw-r--r--edge/pkg/edgestream/edgestream.go2
-rw-r--r--edge/pkg/eventbus/common/util/common_test.go2
-rw-r--r--edge/pkg/eventbus/config/config.go2
-rw-r--r--edge/pkg/eventbus/eventbus.go2
-rw-r--r--edge/pkg/metamanager/client/serviceaccount.go2
-rw-r--r--edge/pkg/metamanager/client/serviceaccountaccess.go2
-rw-r--r--edge/pkg/metamanager/config/config.go2
-rw-r--r--edge/pkg/metamanager/metamanager.go2
-rw-r--r--edge/pkg/metamanager/metaserver/config/config.go2
-rw-r--r--edge/pkg/metamanager/process_test.go2
-rw-r--r--edge/pkg/servicebus/config/config.go2
-rw-r--r--edge/pkg/servicebus/servicebus.go2
-rw-r--r--edge/test/integration/metaserver/metaserver_suite_test.go2
-rw-r--r--edge/test/integration/utils/test_setup.go2
-rw-r--r--edge/test/test.go2
-rwxr-xr-xhack/update-codegen.sh2
-rw-r--r--keadm/cmd/keadm/app/cmd/debug/collect.go2
-rw-r--r--keadm/cmd/keadm/app/cmd/debug/diagnose.go2
-rw-r--r--keadm/cmd/keadm/app/cmd/debug/get.go2
-rw-r--r--keadm/cmd/keadm/app/cmd/debug/get_test.go2
-rw-r--r--keadm/cmd/keadm/app/cmd/edge/join.go2
-rw-r--r--keadm/cmd/keadm/app/cmd/edge/join_others.go4
-rw-r--r--keadm/cmd/keadm/app/cmd/edge/join_windows.go4
-rw-r--r--keadm/cmd/keadm/app/cmd/edge/rollback.go4
-rw-r--r--keadm/cmd/keadm/app/cmd/edge/upgrade.go4
-rw-r--r--keadm/cmd/keadm/app/cmd/util/cloudinstaller.go2
-rw-r--r--keadm/cmd/keadm/app/cmd/util/common.go2
-rwxr-xr-xkeadm/cmd/keadm/app/cmd/util/edgecoreinstaller.go4
-rw-r--r--keadm/cmd/keadm/app/cmd/util/image.go2
-rw-r--r--keadm/cmd/keadm/app/cmd/util/set_test.go2
-rw-r--r--pkg/client/clientset/versioned/doc.go20
-rw-r--r--pkg/client/clientset/versioned/fake/register.go12
-rw-r--r--pkg/client/clientset/versioned/scheme/register.go12
-rw-r--r--pkg/client/clientset/versioned/typed/apps/v1alpha1/apps_client.go2
-rw-r--r--pkg/client/clientset/versioned/typed/apps/v1alpha1/edgeapplication.go2
-rw-r--r--pkg/client/clientset/versioned/typed/apps/v1alpha1/fake/fake_edgeapplication.go2
-rw-r--r--pkg/client/clientset/versioned/typed/apps/v1alpha1/fake/fake_nodegroup.go2
-rw-r--r--pkg/client/clientset/versioned/typed/apps/v1alpha1/nodegroup.go2
-rw-r--r--pkg/client/clientset/versioned/typed/devices/v1beta1/device.go2
-rw-r--r--pkg/client/clientset/versioned/typed/devices/v1beta1/devicemodel.go2
-rw-r--r--pkg/client/clientset/versioned/typed/devices/v1beta1/devices_client.go2
-rw-r--r--pkg/client/clientset/versioned/typed/devices/v1beta1/fake/fake_device.go2
-rw-r--r--pkg/client/clientset/versioned/typed/devices/v1beta1/fake/fake_devicemodel.go2
-rw-r--r--pkg/client/clientset/versioned/typed/operations/v1alpha1/fake/fake_imageprepulljob.go2
-rw-r--r--pkg/client/clientset/versioned/typed/operations/v1alpha1/fake/fake_nodeupgradejob.go2
-rw-r--r--pkg/client/clientset/versioned/typed/operations/v1alpha1/imageprepulljob.go2
-rw-r--r--pkg/client/clientset/versioned/typed/operations/v1alpha1/nodeupgradejob.go2
-rw-r--r--pkg/client/clientset/versioned/typed/operations/v1alpha1/operations_client.go2
-rw-r--r--pkg/client/clientset/versioned/typed/policy/v1alpha1/fake/fake_serviceaccountaccess.go2
-rw-r--r--pkg/client/clientset/versioned/typed/policy/v1alpha1/policy_client.go2
-rw-r--r--pkg/client/clientset/versioned/typed/policy/v1alpha1/serviceaccountaccess.go2
-rw-r--r--pkg/client/clientset/versioned/typed/reliablesyncs/v1alpha1/clusterobjectsync.go2
-rw-r--r--pkg/client/clientset/versioned/typed/reliablesyncs/v1alpha1/fake/fake_clusterobjectsync.go2
-rw-r--r--pkg/client/clientset/versioned/typed/reliablesyncs/v1alpha1/fake/fake_objectsync.go2
-rw-r--r--pkg/client/clientset/versioned/typed/reliablesyncs/v1alpha1/objectsync.go2
-rw-r--r--pkg/client/clientset/versioned/typed/reliablesyncs/v1alpha1/reliablesyncs_client.go2
-rw-r--r--pkg/client/clientset/versioned/typed/rules/v1/fake/fake_rule.go2
-rw-r--r--pkg/client/clientset/versioned/typed/rules/v1/fake/fake_ruleendpoint.go2
-rw-r--r--pkg/client/clientset/versioned/typed/rules/v1/rule.go2
-rw-r--r--pkg/client/clientset/versioned/typed/rules/v1/ruleendpoint.go2
-rw-r--r--pkg/client/clientset/versioned/typed/rules/v1/rules_client.go2
-rw-r--r--pkg/client/informers/externalversions/apps/v1alpha1/edgeapplication.go2
-rw-r--r--pkg/client/informers/externalversions/apps/v1alpha1/nodegroup.go2
-rw-r--r--pkg/client/informers/externalversions/devices/v1beta1/device.go2
-rw-r--r--pkg/client/informers/externalversions/devices/v1beta1/devicemodel.go2
-rw-r--r--pkg/client/informers/externalversions/generic.go12
-rw-r--r--pkg/client/informers/externalversions/operations/v1alpha1/imageprepulljob.go2
-rw-r--r--pkg/client/informers/externalversions/operations/v1alpha1/nodeupgradejob.go2
-rw-r--r--pkg/client/informers/externalversions/policy/v1alpha1/serviceaccountaccess.go2
-rw-r--r--pkg/client/informers/externalversions/reliablesyncs/v1alpha1/clusterobjectsync.go2
-rw-r--r--pkg/client/informers/externalversions/reliablesyncs/v1alpha1/objectsync.go2
-rw-r--r--pkg/client/informers/externalversions/rules/v1/rule.go2
-rw-r--r--pkg/client/informers/externalversions/rules/v1/ruleendpoint.go2
-rw-r--r--pkg/client/listers/apps/v1alpha1/edgeapplication.go2
-rw-r--r--pkg/client/listers/apps/v1alpha1/nodegroup.go2
-rw-r--r--pkg/client/listers/devices/v1beta1/device.go2
-rw-r--r--pkg/client/listers/devices/v1beta1/devicemodel.go2
-rw-r--r--pkg/client/listers/operations/v1alpha1/imageprepulljob.go2
-rw-r--r--pkg/client/listers/operations/v1alpha1/nodeupgradejob.go2
-rw-r--r--pkg/client/listers/policy/v1alpha1/serviceaccountaccess.go2
-rw-r--r--pkg/client/listers/reliablesyncs/v1alpha1/clusterobjectsync.go2
-rw-r--r--pkg/client/listers/reliablesyncs/v1alpha1/objectsync.go2
-rw-r--r--pkg/client/listers/rules/v1/rule.go2
-rw-r--r--pkg/client/listers/rules/v1/ruleendpoint.go2
-rw-r--r--pkg/util/fsm/fsm.go2
-rw-r--r--staging/src/github.com/kubeedge/api/apis/apps/v1alpha1/doc.go (renamed from staging/src/github.com/kubeedge/api/apps/v1alpha1/doc.go)0
-rw-r--r--staging/src/github.com/kubeedge/api/apis/apps/v1alpha1/edgeapplication_types.go (renamed from staging/src/github.com/kubeedge/api/apps/v1alpha1/edgeapplication_types.go)0
-rw-r--r--staging/src/github.com/kubeedge/api/apis/apps/v1alpha1/nodegroup_types.go (renamed from staging/src/github.com/kubeedge/api/apps/v1alpha1/nodegroup_types.go)0
-rw-r--r--staging/src/github.com/kubeedge/api/apis/apps/v1alpha1/register.go (renamed from staging/src/github.com/kubeedge/api/apps/v1alpha1/register.go)0
-rw-r--r--staging/src/github.com/kubeedge/api/apis/apps/v1alpha1/zz_generated.deepcopy.go (renamed from staging/src/github.com/kubeedge/api/apps/v1alpha1/zz_generated.deepcopy.go)0
-rw-r--r--staging/src/github.com/kubeedge/api/apis/common/constants/default.go (renamed from staging/src/github.com/kubeedge/api/common/constants/default.go)0
-rw-r--r--staging/src/github.com/kubeedge/api/apis/common/constants/default_others.go (renamed from staging/src/github.com/kubeedge/api/common/constants/default_others.go)0
-rw-r--r--staging/src/github.com/kubeedge/api/apis/common/constants/default_windows.go (renamed from staging/src/github.com/kubeedge/api/common/constants/default_windows.go)0
-rw-r--r--staging/src/github.com/kubeedge/api/apis/common/types/http.go (renamed from staging/src/github.com/kubeedge/api/common/types/http.go)0
-rw-r--r--staging/src/github.com/kubeedge/api/apis/common/types/types.go (renamed from staging/src/github.com/kubeedge/api/common/types/types.go)4
-rw-r--r--staging/src/github.com/kubeedge/api/apis/componentconfig/OWNERS (renamed from staging/src/github.com/kubeedge/api/componentconfig/OWNERS)0
-rw-r--r--staging/src/github.com/kubeedge/api/apis/componentconfig/cloudcore/v1alpha1/default.go (renamed from staging/src/github.com/kubeedge/api/componentconfig/cloudcore/v1alpha1/default.go)2
-rw-r--r--staging/src/github.com/kubeedge/api/apis/componentconfig/cloudcore/v1alpha1/helper.go (renamed from staging/src/github.com/kubeedge/api/componentconfig/cloudcore/v1alpha1/helper.go)0
-rw-r--r--staging/src/github.com/kubeedge/api/apis/componentconfig/cloudcore/v1alpha1/register.go (renamed from staging/src/github.com/kubeedge/api/componentconfig/cloudcore/v1alpha1/register.go)0
-rw-r--r--staging/src/github.com/kubeedge/api/apis/componentconfig/cloudcore/v1alpha1/types.go (renamed from staging/src/github.com/kubeedge/api/componentconfig/cloudcore/v1alpha1/types.go)0
-rw-r--r--staging/src/github.com/kubeedge/api/apis/componentconfig/cloudcore/v1alpha1/validation/validation.go (renamed from staging/src/github.com/kubeedge/api/componentconfig/cloudcore/v1alpha1/validation/validation.go)4
-rw-r--r--staging/src/github.com/kubeedge/api/apis/componentconfig/cloudcore/v1alpha1/validation/validation_test.go (renamed from staging/src/github.com/kubeedge/api/componentconfig/cloudcore/v1alpha1/validation/validation_test.go)2
-rw-r--r--staging/src/github.com/kubeedge/api/apis/componentconfig/edgecore/v1alpha1/default.go (renamed from staging/src/github.com/kubeedge/api/componentconfig/edgecore/v1alpha1/default.go)6
-rw-r--r--staging/src/github.com/kubeedge/api/apis/componentconfig/edgecore/v1alpha1/helper.go (renamed from staging/src/github.com/kubeedge/api/componentconfig/edgecore/v1alpha1/helper.go)0
-rw-r--r--staging/src/github.com/kubeedge/api/apis/componentconfig/edgecore/v1alpha1/register.go (renamed from staging/src/github.com/kubeedge/api/componentconfig/edgecore/v1alpha1/register.go)0
-rw-r--r--staging/src/github.com/kubeedge/api/apis/componentconfig/edgecore/v1alpha1/types.go (renamed from staging/src/github.com/kubeedge/api/componentconfig/edgecore/v1alpha1/types.go)2
-rw-r--r--staging/src/github.com/kubeedge/api/apis/componentconfig/edgecore/v1alpha1/validation/validation.go (renamed from staging/src/github.com/kubeedge/api/componentconfig/edgecore/v1alpha1/validation/validation.go)4
-rw-r--r--staging/src/github.com/kubeedge/api/apis/componentconfig/edgecore/v1alpha1/validation/validation_test.go (renamed from staging/src/github.com/kubeedge/api/componentconfig/edgecore/v1alpha1/validation/validation_test.go)2
-rw-r--r--staging/src/github.com/kubeedge/api/apis/componentconfig/edgecore/v1alpha2/default.go (renamed from staging/src/github.com/kubeedge/api/componentconfig/edgecore/v1alpha2/default.go)6
-rw-r--r--staging/src/github.com/kubeedge/api/apis/componentconfig/edgecore/v1alpha2/default_kubelet_configuration.go (renamed from staging/src/github.com/kubeedge/api/componentconfig/edgecore/v1alpha2/default_kubelet_configuration.go)2
-rw-r--r--staging/src/github.com/kubeedge/api/apis/componentconfig/edgecore/v1alpha2/default_others.go (renamed from staging/src/github.com/kubeedge/api/componentconfig/edgecore/v1alpha2/default_others.go)0
-rw-r--r--staging/src/github.com/kubeedge/api/apis/componentconfig/edgecore/v1alpha2/default_windows.go (renamed from staging/src/github.com/kubeedge/api/componentconfig/edgecore/v1alpha2/default_windows.go)0
-rw-r--r--staging/src/github.com/kubeedge/api/apis/componentconfig/edgecore/v1alpha2/helper.go (renamed from staging/src/github.com/kubeedge/api/componentconfig/edgecore/v1alpha2/helper.go)0
-rw-r--r--staging/src/github.com/kubeedge/api/apis/componentconfig/edgecore/v1alpha2/register.go (renamed from staging/src/github.com/kubeedge/api/componentconfig/edgecore/v1alpha2/register.go)0
-rw-r--r--staging/src/github.com/kubeedge/api/apis/componentconfig/edgecore/v1alpha2/types.go (renamed from staging/src/github.com/kubeedge/api/componentconfig/edgecore/v1alpha2/types.go)2
-rw-r--r--staging/src/github.com/kubeedge/api/apis/componentconfig/edgecore/v1alpha2/validation/validation.go (renamed from staging/src/github.com/kubeedge/api/componentconfig/edgecore/v1alpha2/validation/validation.go)4
-rw-r--r--staging/src/github.com/kubeedge/api/apis/componentconfig/edgecore/v1alpha2/validation/validation_others.go (renamed from staging/src/github.com/kubeedge/api/componentconfig/edgecore/v1alpha2/validation/validation_others.go)2
-rw-r--r--staging/src/github.com/kubeedge/api/apis/componentconfig/edgecore/v1alpha2/validation/validation_test.go (renamed from staging/src/github.com/kubeedge/api/componentconfig/edgecore/v1alpha2/validation/validation_test.go)2
-rw-r--r--staging/src/github.com/kubeedge/api/apis/componentconfig/edgecore/v1alpha2/validation/validation_windows.go (renamed from staging/src/github.com/kubeedge/api/componentconfig/edgecore/v1alpha2/validation/validation_windows.go)0
-rw-r--r--staging/src/github.com/kubeedge/api/apis/componentconfig/meta/v1alpha1/types.go (renamed from staging/src/github.com/kubeedge/api/componentconfig/meta/v1alpha1/types.go)0
-rw-r--r--staging/src/github.com/kubeedge/api/apis/devices/v1alpha2/device_instance_types.go (renamed from staging/src/github.com/kubeedge/api/devices/v1alpha2/device_instance_types.go)0
-rw-r--r--staging/src/github.com/kubeedge/api/apis/devices/v1alpha2/device_model_types.go (renamed from staging/src/github.com/kubeedge/api/devices/v1alpha2/device_model_types.go)0
-rw-r--r--staging/src/github.com/kubeedge/api/apis/devices/v1alpha2/doc.go (renamed from staging/src/github.com/kubeedge/api/devices/v1alpha2/doc.go)0
-rw-r--r--staging/src/github.com/kubeedge/api/apis/devices/v1alpha2/register.go (renamed from staging/src/github.com/kubeedge/api/devices/v1alpha2/register.go)0
-rw-r--r--staging/src/github.com/kubeedge/api/apis/devices/v1alpha2/zz_generated.deepcopy.go (renamed from staging/src/github.com/kubeedge/api/devices/v1alpha2/zz_generated.deepcopy.go)0
-rw-r--r--staging/src/github.com/kubeedge/api/apis/devices/v1beta1/device_instance_types.go (renamed from staging/src/github.com/kubeedge/api/devices/v1beta1/device_instance_types.go)0
-rw-r--r--staging/src/github.com/kubeedge/api/apis/devices/v1beta1/device_model_types.go (renamed from staging/src/github.com/kubeedge/api/devices/v1beta1/device_model_types.go)0
-rw-r--r--staging/src/github.com/kubeedge/api/apis/devices/v1beta1/doc.go (renamed from staging/src/github.com/kubeedge/api/devices/v1beta1/doc.go)0
-rw-r--r--staging/src/github.com/kubeedge/api/apis/devices/v1beta1/register.go (renamed from staging/src/github.com/kubeedge/api/devices/v1beta1/register.go)0
-rw-r--r--staging/src/github.com/kubeedge/api/apis/devices/v1beta1/zz_generated.deepcopy.go (renamed from staging/src/github.com/kubeedge/api/devices/v1beta1/zz_generated.deepcopy.go)0
-rw-r--r--staging/src/github.com/kubeedge/api/apis/dmi/services.go (renamed from staging/src/github.com/kubeedge/api/dmi/services.go)2
-rw-r--r--staging/src/github.com/kubeedge/api/apis/dmi/v1alpha1/api.pb.go (renamed from staging/src/github.com/kubeedge/api/dmi/v1alpha1/api.pb.go)0
-rw-r--r--staging/src/github.com/kubeedge/api/apis/dmi/v1alpha1/api.proto (renamed from staging/src/github.com/kubeedge/api/dmi/v1alpha1/api.proto)0
-rw-r--r--staging/src/github.com/kubeedge/api/apis/dmi/v1beta1/api.pb.go (renamed from staging/src/github.com/kubeedge/api/dmi/v1beta1/api.pb.go)0
-rw-r--r--staging/src/github.com/kubeedge/api/apis/dmi/v1beta1/api.proto (renamed from staging/src/github.com/kubeedge/api/dmi/v1beta1/api.proto)0
-rw-r--r--staging/src/github.com/kubeedge/api/apis/dmi/v1beta1/api_grpc.pb.go (renamed from staging/src/github.com/kubeedge/api/dmi/v1beta1/api_grpc.pb.go)0
-rw-r--r--staging/src/github.com/kubeedge/api/apis/fsm/v1alpha1/backup_task.go (renamed from staging/src/github.com/kubeedge/api/fsm/v1alpha1/backup_task.go)0
-rw-r--r--staging/src/github.com/kubeedge/api/apis/fsm/v1alpha1/fsm.go (renamed from staging/src/github.com/kubeedge/api/fsm/v1alpha1/fsm.go)0
-rw-r--r--staging/src/github.com/kubeedge/api/apis/fsm/v1alpha1/image_prepull_task.go (renamed from staging/src/github.com/kubeedge/api/fsm/v1alpha1/image_prepull_task.go)0
-rw-r--r--staging/src/github.com/kubeedge/api/apis/fsm/v1alpha1/rollback_task.go (renamed from staging/src/github.com/kubeedge/api/fsm/v1alpha1/rollback_task.go)0
-rw-r--r--staging/src/github.com/kubeedge/api/apis/fsm/v1alpha1/upgrade_task.go (renamed from staging/src/github.com/kubeedge/api/fsm/v1alpha1/upgrade_task.go)0
-rw-r--r--staging/src/github.com/kubeedge/api/apis/operations/v1alpha1/doc.go (renamed from staging/src/github.com/kubeedge/api/operations/v1alpha1/doc.go)0
-rw-r--r--staging/src/github.com/kubeedge/api/apis/operations/v1alpha1/imageprepull_types.go (renamed from staging/src/github.com/kubeedge/api/operations/v1alpha1/imageprepull_types.go)2
-rw-r--r--staging/src/github.com/kubeedge/api/apis/operations/v1alpha1/register.go (renamed from staging/src/github.com/kubeedge/api/operations/v1alpha1/register.go)0
-rw-r--r--staging/src/github.com/kubeedge/api/apis/operations/v1alpha1/type.go (renamed from staging/src/github.com/kubeedge/api/operations/v1alpha1/type.go)2
-rw-r--r--staging/src/github.com/kubeedge/api/apis/operations/v1alpha1/zz_generated.deepcopy.go (renamed from staging/src/github.com/kubeedge/api/operations/v1alpha1/zz_generated.deepcopy.go)0
-rw-r--r--staging/src/github.com/kubeedge/api/apis/policy/v1alpha1/doc.go (renamed from staging/src/github.com/kubeedge/api/policy/v1alpha1/doc.go)0
-rw-r--r--staging/src/github.com/kubeedge/api/apis/policy/v1alpha1/register.go (renamed from staging/src/github.com/kubeedge/api/policy/v1alpha1/register.go)0
-rw-r--r--staging/src/github.com/kubeedge/api/apis/policy/v1alpha1/serviceaccountaccess_types.go (renamed from staging/src/github.com/kubeedge/api/policy/v1alpha1/serviceaccountaccess_types.go)0
-rw-r--r--staging/src/github.com/kubeedge/api/apis/policy/v1alpha1/zz_generated.deepcopy.go (renamed from staging/src/github.com/kubeedge/api/policy/v1alpha1/zz_generated.deepcopy.go)0
-rw-r--r--staging/src/github.com/kubeedge/api/apis/reliablesyncs/v1alpha1/doc.go (renamed from staging/src/github.com/kubeedge/api/reliablesyncs/v1alpha1/doc.go)0
-rw-r--r--staging/src/github.com/kubeedge/api/apis/reliablesyncs/v1alpha1/register.go (renamed from staging/src/github.com/kubeedge/api/reliablesyncs/v1alpha1/register.go)0
-rw-r--r--staging/src/github.com/kubeedge/api/apis/reliablesyncs/v1alpha1/type.go (renamed from staging/src/github.com/kubeedge/api/reliablesyncs/v1alpha1/type.go)0
-rw-r--r--staging/src/github.com/kubeedge/api/apis/reliablesyncs/v1alpha1/zz_generated.deepcopy.go (renamed from staging/src/github.com/kubeedge/api/reliablesyncs/v1alpha1/zz_generated.deepcopy.go)0
-rw-r--r--staging/src/github.com/kubeedge/api/apis/rules/v1/doc.go (renamed from staging/src/github.com/kubeedge/api/rules/v1/doc.go)0
-rw-r--r--staging/src/github.com/kubeedge/api/apis/rules/v1/register.go (renamed from staging/src/github.com/kubeedge/api/rules/v1/register.go)0
-rw-r--r--staging/src/github.com/kubeedge/api/apis/rules/v1/types.go (renamed from staging/src/github.com/kubeedge/api/rules/v1/types.go)0
-rw-r--r--staging/src/github.com/kubeedge/api/apis/rules/v1/zz_generated.deepcopy.go (renamed from staging/src/github.com/kubeedge/api/rules/v1/zz_generated.deepcopy.go)0
-rw-r--r--staging/src/github.com/kubeedge/api/apis/util/flag/flags.go (renamed from staging/src/github.com/kubeedge/api/util/flag/flags.go)0
-rw-r--r--staging/src/github.com/kubeedge/api/apis/util/fsm/fsm.go (renamed from staging/src/github.com/kubeedge/api/util/fsm/fsm.go)2
-rw-r--r--staging/src/github.com/kubeedge/api/apis/util/pass-through/pass_through.go (renamed from staging/src/github.com/kubeedge/api/util/pass-through/pass_through.go)0
-rw-r--r--staging/src/github.com/kubeedge/api/apis/util/pass-through/pass_through_test.go (renamed from staging/src/github.com/kubeedge/api/util/pass-through/pass_through_test.go)0
-rw-r--r--staging/src/github.com/kubeedge/api/apis/util/util.go (renamed from staging/src/github.com/kubeedge/api/util/util.go)2
-rw-r--r--staging/src/github.com/kubeedge/api/apis/util/util_test.go (renamed from staging/src/github.com/kubeedge/api/util/util_test.go)0
-rw-r--r--staging/src/github.com/kubeedge/api/apis/util/validation/check.go (renamed from staging/src/github.com/kubeedge/api/util/validation/check.go)0
-rw-r--r--staging/src/github.com/kubeedge/api/apis/util/validation/check_test.go (renamed from staging/src/github.com/kubeedge/api/util/validation/check_test.go)0
-rw-r--r--staging/src/github.com/kubeedge/api/apis/util/validation/validation.go (renamed from staging/src/github.com/kubeedge/api/util/validation/validation.go)0
-rw-r--r--staging/src/github.com/kubeedge/api/apis/util/validation/validation_test.go (renamed from staging/src/github.com/kubeedge/api/util/validation/validation_test.go)0
-rw-r--r--staging/src/github.com/kubeedge/api/common.go3
-rw-r--r--staging/src/github.com/kubeedge/mapper-framework/_template/mapper/device/device.go2
-rw-r--r--staging/src/github.com/kubeedge/mapper-framework/_template/mapper/device/devicestatus.go2
-rw-r--r--staging/src/github.com/kubeedge/mapper-framework/_template/mapper/device/devicetwin.go2
-rw-r--r--staging/src/github.com/kubeedge/mapper-framework/_template/mapper/go.sum24
-rw-r--r--staging/src/github.com/kubeedge/mapper-framework/pkg/global/global.go2
-rw-r--r--staging/src/github.com/kubeedge/mapper-framework/pkg/grpcclient/register.go2
-rw-r--r--staging/src/github.com/kubeedge/mapper-framework/pkg/grpcclient/report.go2
-rw-r--r--staging/src/github.com/kubeedge/mapper-framework/pkg/grpcserver/device.go2
-rw-r--r--staging/src/github.com/kubeedge/mapper-framework/pkg/grpcserver/server.go2
-rw-r--r--staging/src/github.com/kubeedge/mapper-framework/pkg/util/parse/grpc.go2
-rw-r--r--staging/src/github.com/kubeedge/mapper-framework/pkg/util/parse/type.go2
-rw-r--r--tests/e2e/rule/rule.go2
-rw-r--r--tests/e2e/utils/common.go2
-rw-r--r--tests/e2e/utils/device.go2
-rw-r--r--tests/e2e/utils/rule.go2
-rw-r--r--tests/integration/framework/util.go4
-rw-r--r--tests/integration/metaserver/main_test.go4
-rw-r--r--vendor/modules.txt34
301 files changed, 1454 insertions, 1487 deletions
diff --git a/apidoc/generated/openapi/zz_generated.openapi.go b/apidoc/generated/openapi/zz_generated.openapi.go
index 192531192..0f606e456 100644
--- a/apidoc/generated/openapi/zz_generated.openapi.go
+++ b/apidoc/generated/openapi/zz_generated.openapi.go
@@ -30,412 +30,412 @@ import (
func GetOpenAPIDefinitions(ref common.ReferenceCallback) map[string]common.OpenAPIDefinition {
return map[string]common.OpenAPIDefinition{
- "github.com/kubeedge/api/apps/v1alpha1.CommandArgsOverrider": schema_kubeedge_api_apps_v1alpha1_CommandArgsOverrider(ref),
- "github.com/kubeedge/api/apps/v1alpha1.EdgeApplication": schema_kubeedge_api_apps_v1alpha1_EdgeApplication(ref),
- "github.com/kubeedge/api/apps/v1alpha1.EdgeApplicationList": schema_kubeedge_api_apps_v1alpha1_EdgeApplicationList(ref),
- "github.com/kubeedge/api/apps/v1alpha1.EdgeApplicationSpec": schema_kubeedge_api_apps_v1alpha1_EdgeApplicationSpec(ref),
- "github.com/kubeedge/api/apps/v1alpha1.EdgeApplicationStatus": schema_kubeedge_api_apps_v1alpha1_EdgeApplicationStatus(ref),
- "github.com/kubeedge/api/apps/v1alpha1.EnvOverrider": schema_kubeedge_api_apps_v1alpha1_EnvOverrider(ref),
- "github.com/kubeedge/api/apps/v1alpha1.ImageOverrider": schema_kubeedge_api_apps_v1alpha1_ImageOverrider(ref),
- "github.com/kubeedge/api/apps/v1alpha1.ImagePredicate": schema_kubeedge_api_apps_v1alpha1_ImagePredicate(ref),
- "github.com/kubeedge/api/apps/v1alpha1.Manifest": schema_kubeedge_api_apps_v1alpha1_Manifest(ref),
- "github.com/kubeedge/api/apps/v1alpha1.ManifestStatus": schema_kubeedge_api_apps_v1alpha1_ManifestStatus(ref),
- "github.com/kubeedge/api/apps/v1alpha1.NodeGroup": schema_kubeedge_api_apps_v1alpha1_NodeGroup(ref),
- "github.com/kubeedge/api/apps/v1alpha1.NodeGroupList": schema_kubeedge_api_apps_v1alpha1_NodeGroupList(ref),
- "github.com/kubeedge/api/apps/v1alpha1.NodeGroupSpec": schema_kubeedge_api_apps_v1alpha1_NodeGroupSpec(ref),
- "github.com/kubeedge/api/apps/v1alpha1.NodeGroupStatus": schema_kubeedge_api_apps_v1alpha1_NodeGroupStatus(ref),
- "github.com/kubeedge/api/apps/v1alpha1.NodeStatus": schema_kubeedge_api_apps_v1alpha1_NodeStatus(ref),
- "github.com/kubeedge/api/apps/v1alpha1.Overriders": schema_kubeedge_api_apps_v1alpha1_Overriders(ref),
- "github.com/kubeedge/api/apps/v1alpha1.ResourceIdentifier": schema_kubeedge_api_apps_v1alpha1_ResourceIdentifier(ref),
- "github.com/kubeedge/api/apps/v1alpha1.ResourceTemplate": schema_kubeedge_api_apps_v1alpha1_ResourceTemplate(ref),
- "github.com/kubeedge/api/apps/v1alpha1.ResourcesOverrider": schema_kubeedge_api_apps_v1alpha1_ResourcesOverrider(ref),
- "github.com/kubeedge/api/apps/v1alpha1.TargetNodeGroup": schema_kubeedge_api_apps_v1alpha1_TargetNodeGroup(ref),
- "github.com/kubeedge/api/apps/v1alpha1.WorkloadScope": schema_kubeedge_api_apps_v1alpha1_WorkloadScope(ref),
- "github.com/kubeedge/api/devices/v1alpha2.BluetoothOperations": schema_kubeedge_api_devices_v1alpha2_BluetoothOperations(ref),
- "github.com/kubeedge/api/devices/v1alpha2.BluetoothReadConverter": schema_kubeedge_api_devices_v1alpha2_BluetoothReadConverter(ref),
- "github.com/kubeedge/api/devices/v1alpha2.CustomizedValue": schema_kubeedge_api_devices_v1alpha2_CustomizedValue(ref),
- "github.com/kubeedge/api/devices/v1alpha2.DataProperty": schema_kubeedge_api_devices_v1alpha2_DataProperty(ref),
- "github.com/kubeedge/api/devices/v1alpha2.Device": schema_kubeedge_api_devices_v1alpha2_Device(ref),
- "github.com/kubeedge/api/devices/v1alpha2.DeviceData": schema_kubeedge_api_devices_v1alpha2_DeviceData(ref),
- "github.com/kubeedge/api/devices/v1alpha2.DeviceList": schema_kubeedge_api_devices_v1alpha2_DeviceList(ref),
- "github.com/kubeedge/api/devices/v1alpha2.DeviceModel": schema_kubeedge_api_devices_v1alpha2_DeviceModel(ref),
- "github.com/kubeedge/api/devices/v1alpha2.DeviceModelList": schema_kubeedge_api_devices_v1alpha2_DeviceModelList(ref),
- "github.com/kubeedge/api/devices/v1alpha2.DeviceModelSpec": schema_kubeedge_api_devices_v1alpha2_DeviceModelSpec(ref),
- "github.com/kubeedge/api/devices/v1alpha2.DeviceProperty": schema_kubeedge_api_devices_v1alpha2_DeviceProperty(ref),
- "github.com/kubeedge/api/devices/v1alpha2.DevicePropertyVisitor": schema_kubeedge_api_devices_v1alpha2_DevicePropertyVisitor(ref),
- "github.com/kubeedge/api/devices/v1alpha2.DeviceSpec": schema_kubeedge_api_devices_v1alpha2_DeviceSpec(ref),
- "github.com/kubeedge/api/devices/v1alpha2.DeviceStatus": schema_kubeedge_api_devices_v1alpha2_DeviceStatus(ref),
- "github.com/kubeedge/api/devices/v1alpha2.PropertyType": schema_kubeedge_api_devices_v1alpha2_PropertyType(ref),
- "github.com/kubeedge/api/devices/v1alpha2.PropertyTypeBoolean": schema_kubeedge_api_devices_v1alpha2_PropertyTypeBoolean(ref),
- "github.com/kubeedge/api/devices/v1alpha2.PropertyTypeBytes": schema_kubeedge_api_devices_v1alpha2_PropertyTypeBytes(ref),
- "github.com/kubeedge/api/devices/v1alpha2.PropertyTypeDouble": schema_kubeedge_api_devices_v1alpha2_PropertyTypeDouble(ref),
- "github.com/kubeedge/api/devices/v1alpha2.PropertyTypeFloat": schema_kubeedge_api_devices_v1alpha2_PropertyTypeFloat(ref),
- "github.com/kubeedge/api/devices/v1alpha2.PropertyTypeInt64": schema_kubeedge_api_devices_v1alpha2_PropertyTypeInt64(ref),
- "github.com/kubeedge/api/devices/v1alpha2.PropertyTypeString": schema_kubeedge_api_devices_v1alpha2_PropertyTypeString(ref),
- "github.com/kubeedge/api/devices/v1alpha2.ProtocolConfig": schema_kubeedge_api_devices_v1alpha2_ProtocolConfig(ref),
- "github.com/kubeedge/api/devices/v1alpha2.ProtocolConfigBluetooth": schema_kubeedge_api_devices_v1alpha2_ProtocolConfigBluetooth(ref),
- "github.com/kubeedge/api/devices/v1alpha2.ProtocolConfigCOM": schema_kubeedge_api_devices_v1alpha2_ProtocolConfigCOM(ref),
- "github.com/kubeedge/api/devices/v1alpha2.ProtocolConfigCommon": schema_kubeedge_api_devices_v1alpha2_ProtocolConfigCommon(ref),
- "github.com/kubeedge/api/devices/v1alpha2.ProtocolConfigCustomized": schema_kubeedge_api_devices_v1alpha2_ProtocolConfigCustomized(ref),
- "github.com/kubeedge/api/devices/v1alpha2.ProtocolConfigModbus": schema_kubeedge_api_devices_v1alpha2_ProtocolConfigModbus(ref),
- "github.com/kubeedge/api/devices/v1alpha2.ProtocolConfigOpcUA": schema_kubeedge_api_devices_v1alpha2_ProtocolConfigOpcUA(ref),
- "github.com/kubeedge/api/devices/v1alpha2.ProtocolConfigTCP": schema_kubeedge_api_devices_v1alpha2_ProtocolConfigTCP(ref),
- "github.com/kubeedge/api/devices/v1alpha2.Twin": schema_kubeedge_api_devices_v1alpha2_Twin(ref),
- "github.com/kubeedge/api/devices/v1alpha2.TwinProperty": schema_kubeedge_api_devices_v1alpha2_TwinProperty(ref),
- "github.com/kubeedge/api/devices/v1alpha2.VisitorConfig": schema_kubeedge_api_devices_v1alpha2_VisitorConfig(ref),
- "github.com/kubeedge/api/devices/v1alpha2.VisitorConfigBluetooth": schema_kubeedge_api_devices_v1alpha2_VisitorConfigBluetooth(ref),
- "github.com/kubeedge/api/devices/v1alpha2.VisitorConfigCustomized": schema_kubeedge_api_devices_v1alpha2_VisitorConfigCustomized(ref),
- "github.com/kubeedge/api/devices/v1alpha2.VisitorConfigModbus": schema_kubeedge_api_devices_v1alpha2_VisitorConfigModbus(ref),
- "github.com/kubeedge/api/devices/v1alpha2.VisitorConfigOPCUA": schema_kubeedge_api_devices_v1alpha2_VisitorConfigOPCUA(ref),
- "github.com/kubeedge/api/devices/v1beta1.CustomizedValue": schema_kubeedge_api_devices_v1beta1_CustomizedValue(ref),
- "github.com/kubeedge/api/devices/v1beta1.DBMethodConfig": schema_kubeedge_api_devices_v1beta1_DBMethodConfig(ref),
- "github.com/kubeedge/api/devices/v1beta1.DBMethodInfluxdb2": schema_kubeedge_api_devices_v1beta1_DBMethodInfluxdb2(ref),
- "github.com/kubeedge/api/devices/v1beta1.DBMethodMySQL": schema_kubeedge_api_devices_v1beta1_DBMethodMySQL(ref),
- "github.com/kubeedge/api/devices/v1beta1.DBMethodRedis": schema_kubeedge_api_devices_v1beta1_DBMethodRedis(ref),
- "github.com/kubeedge/api/devices/v1beta1.DBMethodTDEngine": schema_kubeedge_api_devices_v1beta1_DBMethodTDEngine(ref),
- "github.com/kubeedge/api/devices/v1beta1.Device": schema_kubeedge_api_devices_v1beta1_Device(ref),
- "github.com/kubeedge/api/devices/v1beta1.DeviceList": schema_kubeedge_api_devices_v1beta1_DeviceList(ref),
- "github.com/kubeedge/api/devices/v1beta1.DeviceModel": schema_kubeedge_api_devices_v1beta1_DeviceModel(ref),
- "github.com/kubeedge/api/devices/v1beta1.DeviceModelList": schema_kubeedge_api_devices_v1beta1_DeviceModelList(ref),
- "github.com/kubeedge/api/devices/v1beta1.DeviceModelSpec": schema_kubeedge_api_devices_v1beta1_DeviceModelSpec(ref),
- "github.com/kubeedge/api/devices/v1beta1.DeviceProperty": schema_kubeedge_api_devices_v1beta1_DeviceProperty(ref),
- "github.com/kubeedge/api/devices/v1beta1.DeviceSpec": schema_kubeedge_api_devices_v1beta1_DeviceSpec(ref),
- "github.com/kubeedge/api/devices/v1beta1.DeviceStatus": schema_kubeedge_api_devices_v1beta1_DeviceStatus(ref),
- "github.com/kubeedge/api/devices/v1beta1.Influxdb2ClientConfig": schema_kubeedge_api_devices_v1beta1_Influxdb2ClientConfig(ref),
- "github.com/kubeedge/api/devices/v1beta1.Influxdb2DataConfig": schema_kubeedge_api_devices_v1beta1_Influxdb2DataConfig(ref),
- "github.com/kubeedge/api/devices/v1beta1.ModelProperty": schema_kubeedge_api_devices_v1beta1_ModelProperty(ref),
- "github.com/kubeedge/api/devices/v1beta1.MySQLClientConfig": schema_kubeedge_api_devices_v1beta1_MySQLClientConfig(ref),
- "github.com/kubeedge/api/devices/v1beta1.ProtocolConfig": schema_kubeedge_api_devices_v1beta1_ProtocolConfig(ref),
- "github.com/kubeedge/api/devices/v1beta1.PushMethod": schema_kubeedge_api_devices_v1beta1_PushMethod(ref),
- "github.com/kubeedge/api/devices/v1beta1.PushMethodHTTP": schema_kubeedge_api_devices_v1beta1_PushMethodHTTP(ref),
- "github.com/kubeedge/api/devices/v1beta1.PushMethodMQTT": schema_kubeedge_api_devices_v1beta1_PushMethodMQTT(ref),
- "github.com/kubeedge/api/devices/v1beta1.RedisClientConfig": schema_kubeedge_api_devices_v1beta1_RedisClientConfig(ref),
- "github.com/kubeedge/api/devices/v1beta1.TDEngineClientConfig": schema_kubeedge_api_devices_v1beta1_TDEngineClientConfig(ref),
- "github.com/kubeedge/api/devices/v1beta1.Twin": schema_kubeedge_api_devices_v1beta1_Twin(ref),
- "github.com/kubeedge/api/devices/v1beta1.TwinProperty": schema_kubeedge_api_devices_v1beta1_TwinProperty(ref),
- "github.com/kubeedge/api/devices/v1beta1.VisitorConfig": schema_kubeedge_api_devices_v1beta1_VisitorConfig(ref),
- "github.com/kubeedge/api/operations/v1alpha1.ImagePrePullJob": schema_kubeedge_api_operations_v1alpha1_ImagePrePullJob(ref),
- "github.com/kubeedge/api/operations/v1alpha1.ImagePrePullJobList": schema_kubeedge_api_operations_v1alpha1_ImagePrePullJobList(ref),
- "github.com/kubeedge/api/operations/v1alpha1.ImagePrePullJobSpec": schema_kubeedge_api_operations_v1alpha1_ImagePrePullJobSpec(ref),
- "github.com/kubeedge/api/operations/v1alpha1.ImagePrePullJobStatus": schema_kubeedge_api_operations_v1alpha1_ImagePrePullJobStatus(ref),
- "github.com/kubeedge/api/operations/v1alpha1.ImagePrePullStatus": schema_kubeedge_api_operations_v1alpha1_ImagePrePullStatus(ref),
- "github.com/kubeedge/api/operations/v1alpha1.ImagePrePullTemplate": schema_kubeedge_api_operations_v1alpha1_ImagePrePullTemplate(ref),
- "github.com/kubeedge/api/operations/v1alpha1.ImageStatus": schema_kubeedge_api_operations_v1alpha1_ImageStatus(ref),
- "github.com/kubeedge/api/operations/v1alpha1.NodeUpgradeJob": schema_kubeedge_api_operations_v1alpha1_NodeUpgradeJob(ref),
- "github.com/kubeedge/api/operations/v1alpha1.NodeUpgradeJobList": schema_kubeedge_api_operations_v1alpha1_NodeUpgradeJobList(ref),
- "github.com/kubeedge/api/operations/v1alpha1.NodeUpgradeJobSpec": schema_kubeedge_api_operations_v1alpha1_NodeUpgradeJobSpec(ref),
- "github.com/kubeedge/api/operations/v1alpha1.NodeUpgradeJobStatus": schema_kubeedge_api_operations_v1alpha1_NodeUpgradeJobStatus(ref),
- "github.com/kubeedge/api/operations/v1alpha1.TaskStatus": schema_kubeedge_api_operations_v1alpha1_TaskStatus(ref),
- "github.com/kubeedge/api/policy/v1alpha1.AccessClusterRoleBinding": schema_kubeedge_api_policy_v1alpha1_AccessClusterRoleBinding(ref),
- "github.com/kubeedge/api/policy/v1alpha1.AccessRoleBinding": schema_kubeedge_api_policy_v1alpha1_AccessRoleBinding(ref),
- "github.com/kubeedge/api/policy/v1alpha1.AccessSpec": schema_kubeedge_api_policy_v1alpha1_AccessSpec(ref),
- "github.com/kubeedge/api/policy/v1alpha1.AccessStatus": schema_kubeedge_api_policy_v1alpha1_AccessStatus(ref),
- "github.com/kubeedge/api/policy/v1alpha1.ServiceAccountAccess": schema_kubeedge_api_policy_v1alpha1_ServiceAccountAccess(ref),
- "github.com/kubeedge/api/policy/v1alpha1.ServiceAccountAccessList": schema_kubeedge_api_policy_v1alpha1_ServiceAccountAccessList(ref),
- "github.com/kubeedge/api/reliablesyncs/v1alpha1.ClusterObjectSync": schema_kubeedge_api_reliablesyncs_v1alpha1_ClusterObjectSync(ref),
- "github.com/kubeedge/api/reliablesyncs/v1alpha1.ClusterObjectSyncList": schema_kubeedge_api_reliablesyncs_v1alpha1_ClusterObjectSyncList(ref),
- "github.com/kubeedge/api/reliablesyncs/v1alpha1.ObjectSync": schema_kubeedge_api_reliablesyncs_v1alpha1_ObjectSync(ref),
- "github.com/kubeedge/api/reliablesyncs/v1alpha1.ObjectSyncList": schema_kubeedge_api_reliablesyncs_v1alpha1_ObjectSyncList(ref),
- "github.com/kubeedge/api/reliablesyncs/v1alpha1.ObjectSyncSpec": schema_kubeedge_api_reliablesyncs_v1alpha1_ObjectSyncSpec(ref),
- "github.com/kubeedge/api/reliablesyncs/v1alpha1.ObjectSyncStatus": schema_kubeedge_api_reliablesyncs_v1alpha1_ObjectSyncStatus(ref),
- "github.com/kubeedge/api/rules/v1.Rule": schema_kubeedge_api_rules_v1_Rule(ref),
- "github.com/kubeedge/api/rules/v1.RuleEndpoint": schema_kubeedge_api_rules_v1_RuleEndpoint(ref),
- "github.com/kubeedge/api/rules/v1.RuleEndpointList": schema_kubeedge_api_rules_v1_RuleEndpointList(ref),
- "github.com/kubeedge/api/rules/v1.RuleEndpointSpec": schema_kubeedge_api_rules_v1_RuleEndpointSpec(ref),
- "github.com/kubeedge/api/rules/v1.RuleList": schema_kubeedge_api_rules_v1_RuleList(ref),
- "github.com/kubeedge/api/rules/v1.RuleSpec": schema_kubeedge_api_rules_v1_RuleSpec(ref),
- "github.com/kubeedge/api/rules/v1.RuleStatus": schema_kubeedge_api_rules_v1_RuleStatus(ref),
- "k8s.io/api/core/v1.AWSElasticBlockStoreVolumeSource": schema_k8sio_api_core_v1_AWSElasticBlockStoreVolumeSource(ref),
- "k8s.io/api/core/v1.Affinity": schema_k8sio_api_core_v1_Affinity(ref),
- "k8s.io/api/core/v1.AttachedVolume": schema_k8sio_api_core_v1_AttachedVolume(ref),
- "k8s.io/api/core/v1.AvoidPods": schema_k8sio_api_core_v1_AvoidPods(ref),
- "k8s.io/api/core/v1.AzureDiskVolumeSource": schema_k8sio_api_core_v1_AzureDiskVolumeSource(ref),
- "k8s.io/api/core/v1.AzureFilePersistentVolumeSource": schema_k8sio_api_core_v1_AzureFilePersistentVolumeSource(ref),
- "k8s.io/api/core/v1.AzureFileVolumeSource": schema_k8sio_api_core_v1_AzureFileVolumeSource(ref),
- "k8s.io/api/core/v1.Binding": schema_k8sio_api_core_v1_Binding(ref),
- "k8s.io/api/core/v1.CSIPersistentVolumeSource": schema_k8sio_api_core_v1_CSIPersistentVolumeSource(ref),
- "k8s.io/api/core/v1.CSIVolumeSource": schema_k8sio_api_core_v1_CSIVolumeSource(ref),
- "k8s.io/api/core/v1.Capabilities": schema_k8sio_api_core_v1_Capabilities(ref),
- "k8s.io/api/core/v1.CephFSPersistentVolumeSource": schema_k8sio_api_core_v1_CephFSPersistentVolumeSource(ref),
- "k8s.io/api/core/v1.CephFSVolumeSource": schema_k8sio_api_core_v1_CephFSVolumeSource(ref),
- "k8s.io/api/core/v1.CinderPersistentVolumeSource": schema_k8sio_api_core_v1_CinderPersistentVolumeSource(ref),
- "k8s.io/api/core/v1.CinderVolumeSource": schema_k8sio_api_core_v1_CinderVolumeSource(ref),
- "k8s.io/api/core/v1.ClaimSource": schema_k8sio_api_core_v1_ClaimSource(ref),
- "k8s.io/api/core/v1.ClientIPConfig": schema_k8sio_api_core_v1_ClientIPConfig(ref),
- "k8s.io/api/core/v1.ClusterTrustBundleProjection": schema_k8sio_api_core_v1_ClusterTrustBundleProjection(ref),
- "k8s.io/api/core/v1.ComponentCondition": schema_k8sio_api_core_v1_ComponentCondition(ref),
- "k8s.io/api/core/v1.ComponentStatus": schema_k8sio_api_core_v1_ComponentStatus(ref),
- "k8s.io/api/core/v1.ComponentStatusList": schema_k8sio_api_core_v1_ComponentStatusList(ref),
- "k8s.io/api/core/v1.ConfigMap": schema_k8sio_api_core_v1_ConfigMap(ref),
- "k8s.io/api/core/v1.ConfigMapEnvSource": schema_k8sio_api_core_v1_ConfigMapEnvSource(ref),
- "k8s.io/api/core/v1.ConfigMapKeySelector": schema_k8sio_api_core_v1_ConfigMapKeySelector(ref),
- "k8s.io/api/core/v1.ConfigMapList": schema_k8sio_api_core_v1_ConfigMapList(ref),
- "k8s.io/api/core/v1.ConfigMapNodeConfigSource": schema_k8sio_api_core_v1_ConfigMapNodeConfigSource(ref),
- "k8s.io/api/core/v1.ConfigMapProjection": schema_k8sio_api_core_v1_ConfigMapProjection(ref),
- "k8s.io/api/core/v1.ConfigMapVolumeSource": schema_k8sio_api_core_v1_ConfigMapVolumeSource(ref),
- "k8s.io/api/core/v1.Container": schema_k8sio_api_core_v1_Container(ref),
- "k8s.io/api/core/v1.ContainerImage": schema_k8sio_api_core_v1_ContainerImage(ref),
- "k8s.io/api/core/v1.ContainerPort": schema_k8sio_api_core_v1_ContainerPort(ref),
- "k8s.io/api/core/v1.ContainerResizePolicy": schema_k8sio_api_core_v1_ContainerResizePolicy(ref),
- "k8s.io/api/core/v1.ContainerState": schema_k8sio_api_core_v1_ContainerState(ref),
- "k8s.io/api/core/v1.ContainerStateRunning": schema_k8sio_api_core_v1_ContainerStateRunning(ref),
- "k8s.io/api/core/v1.ContainerStateTerminated": schema_k8sio_api_core_v1_ContainerStateTerminated(ref),
- "k8s.io/api/core/v1.ContainerStateWaiting": schema_k8sio_api_core_v1_ContainerStateWaiting(ref),
- "k8s.io/api/core/v1.ContainerStatus": schema_k8sio_api_core_v1_ContainerStatus(ref),
- "k8s.io/api/core/v1.DaemonEndpoint": schema_k8sio_api_core_v1_DaemonEndpoint(ref),
- "k8s.io/api/core/v1.DownwardAPIProjection": schema_k8sio_api_core_v1_DownwardAPIProjection(ref),
- "k8s.io/api/core/v1.DownwardAPIVolumeFile": schema_k8sio_api_core_v1_DownwardAPIVolumeFile(ref),
- "k8s.io/api/core/v1.DownwardAPIVolumeSource": schema_k8sio_api_core_v1_DownwardAPIVolumeSource(ref),
- "k8s.io/api/core/v1.EmptyDirVolumeSource": schema_k8sio_api_core_v1_EmptyDirVolumeSource(ref),
- "k8s.io/api/core/v1.EndpointAddress": schema_k8sio_api_core_v1_EndpointAddress(ref),
- "k8s.io/api/core/v1.EndpointPort": schema_k8sio_api_core_v1_EndpointPort(ref),
- "k8s.io/api/core/v1.EndpointSubset": schema_k8sio_api_core_v1_EndpointSubset(ref),
- "k8s.io/api/core/v1.Endpoints": schema_k8sio_api_core_v1_Endpoints(ref),
- "k8s.io/api/core/v1.EndpointsList": schema_k8sio_api_core_v1_EndpointsList(ref),
- "k8s.io/api/core/v1.EnvFromSource": schema_k8sio_api_core_v1_EnvFromSource(ref),
- "k8s.io/api/core/v1.EnvVar": schema_k8sio_api_core_v1_EnvVar(ref),
- "k8s.io/api/core/v1.EnvVarSource": schema_k8sio_api_core_v1_EnvVarSource(ref),
- "k8s.io/api/core/v1.EphemeralContainer": schema_k8sio_api_core_v1_EphemeralContainer(ref),
- "k8s.io/api/core/v1.EphemeralContainerCommon": schema_k8sio_api_core_v1_EphemeralContainerCommon(ref),
- "k8s.io/api/core/v1.EphemeralVolumeSource": schema_k8sio_api_core_v1_EphemeralVolumeSource(ref),
- "k8s.io/api/core/v1.Event": schema_k8sio_api_core_v1_Event(ref),
- "k8s.io/api/core/v1.EventList": schema_k8sio_api_core_v1_EventList(ref),
- "k8s.io/api/core/v1.EventSeries": schema_k8sio_api_core_v1_EventSeries(ref),
- "k8s.io/api/core/v1.EventSource": schema_k8sio_api_core_v1_EventSource(ref),
- "k8s.io/api/core/v1.ExecAction": schema_k8sio_api_core_v1_ExecAction(ref),
- "k8s.io/api/core/v1.FCVolumeSource": schema_k8sio_api_core_v1_FCVolumeSource(ref),
- "k8s.io/api/core/v1.FlexPersistentVolumeSource": schema_k8sio_api_core_v1_FlexPersistentVolumeSource(ref),
- "k8s.io/api/core/v1.FlexVolumeSource": schema_k8sio_api_core_v1_FlexVolumeSource(ref),
- "k8s.io/api/core/v1.FlockerVolumeSource": schema_k8sio_api_core_v1_FlockerVolumeSource(ref),
- "k8s.io/api/core/v1.GCEPersistentDiskVolumeSource": schema_k8sio_api_core_v1_GCEPersistentDiskVolumeSource(ref),
- "k8s.io/api/core/v1.GRPCAction": schema_k8sio_api_core_v1_GRPCAction(ref),
- "k8s.io/api/core/v1.GitRepoVolumeSource": schema_k8sio_api_core_v1_GitRepoVolumeSource(ref),
- "k8s.io/api/core/v1.GlusterfsPersistentVolumeSource": schema_k8sio_api_core_v1_GlusterfsPersistentVolumeSource(ref),
- "k8s.io/api/core/v1.GlusterfsVolumeSource": schema_k8sio_api_core_v1_GlusterfsVolumeSource(ref),
- "k8s.io/api/core/v1.HTTPGetAction": schema_k8sio_api_core_v1_HTTPGetAction(ref),
- "k8s.io/api/core/v1.HTTPHeader": schema_k8sio_api_core_v1_HTTPHeader(ref),
- "k8s.io/api/core/v1.HostAlias": schema_k8sio_api_core_v1_HostAlias(ref),
- "k8s.io/api/core/v1.HostIP": schema_k8sio_api_core_v1_HostIP(ref),
- "k8s.io/api/core/v1.HostPathVolumeSource": schema_k8sio_api_core_v1_HostPathVolumeSource(ref),
- "k8s.io/api/core/v1.ISCSIPersistentVolumeSource": schema_k8sio_api_core_v1_ISCSIPersistentVolumeSource(ref),
- "k8s.io/api/core/v1.ISCSIVolumeSource": schema_k8sio_api_core_v1_ISCSIVolumeSource(ref),
- "k8s.io/api/core/v1.KeyToPath": schema_k8sio_api_core_v1_KeyToPath(ref),
- "k8s.io/api/core/v1.Lifecycle": schema_k8sio_api_core_v1_Lifecycle(ref),
- "k8s.io/api/core/v1.LifecycleHandler": schema_k8sio_api_core_v1_LifecycleHandler(ref),
- "k8s.io/api/core/v1.LimitRange": schema_k8sio_api_core_v1_LimitRange(ref),
- "k8s.io/api/core/v1.LimitRangeItem": schema_k8sio_api_core_v1_LimitRangeItem(ref),
- "k8s.io/api/core/v1.LimitRangeList": schema_k8sio_api_core_v1_LimitRangeList(ref),
- "k8s.io/api/core/v1.LimitRangeSpec": schema_k8sio_api_core_v1_LimitRangeSpec(ref),
- "k8s.io/api/core/v1.List": schema_k8sio_api_core_v1_List(ref),
- "k8s.io/api/core/v1.LoadBalancerIngress": schema_k8sio_api_core_v1_LoadBalancerIngress(ref),
- "k8s.io/api/core/v1.LoadBalancerStatus": schema_k8sio_api_core_v1_LoadBalancerStatus(ref),
- "k8s.io/api/core/v1.LocalObjectReference": schema_k8sio_api_core_v1_LocalObjectReference(ref),
- "k8s.io/api/core/v1.LocalVolumeSource": schema_k8sio_api_core_v1_LocalVolumeSource(ref),
- "k8s.io/api/core/v1.ModifyVolumeStatus": schema_k8sio_api_core_v1_ModifyVolumeStatus(ref),
- "k8s.io/api/core/v1.NFSVolumeSource": schema_k8sio_api_core_v1_NFSVolumeSource(ref),
- "k8s.io/api/core/v1.Namespace": schema_k8sio_api_core_v1_Namespace(ref),
- "k8s.io/api/core/v1.NamespaceCondition": schema_k8sio_api_core_v1_NamespaceCondition(ref),
- "k8s.io/api/core/v1.NamespaceList": schema_k8sio_api_core_v1_NamespaceList(ref),
- "k8s.io/api/core/v1.NamespaceSpec": schema_k8sio_api_core_v1_NamespaceSpec(ref),
- "k8s.io/api/core/v1.NamespaceStatus": schema_k8sio_api_core_v1_NamespaceStatus(ref),
- "k8s.io/api/core/v1.Node": schema_k8sio_api_core_v1_Node(ref),
- "k8s.io/api/core/v1.NodeAddress": schema_k8sio_api_core_v1_NodeAddress(ref),
- "k8s.io/api/core/v1.NodeAffinity": schema_k8sio_api_core_v1_NodeAffinity(ref),
- "k8s.io/api/core/v1.NodeCondition": schema_k8sio_api_core_v1_NodeCondition(ref),
- "k8s.io/api/core/v1.NodeConfigSource": schema_k8sio_api_core_v1_NodeConfigSource(ref),
- "k8s.io/api/core/v1.NodeConfigStatus": schema_k8sio_api_core_v1_NodeConfigStatus(ref),
- "k8s.io/api/core/v1.NodeDaemonEndpoints": schema_k8sio_api_core_v1_NodeDaemonEndpoints(ref),
- "k8s.io/api/core/v1.NodeList": schema_k8sio_api_core_v1_NodeList(ref),
- "k8s.io/api/core/v1.NodeProxyOptions": schema_k8sio_api_core_v1_NodeProxyOptions(ref),
- "k8s.io/api/core/v1.NodeResources": schema_k8sio_api_core_v1_NodeResources(ref),
- "k8s.io/api/core/v1.NodeSelector": schema_k8sio_api_core_v1_NodeSelector(ref),
- "k8s.io/api/core/v1.NodeSelectorRequirement": schema_k8sio_api_core_v1_NodeSelectorRequirement(ref),
- "k8s.io/api/core/v1.NodeSelectorTerm": schema_k8sio_api_core_v1_NodeSelectorTerm(ref),
- "k8s.io/api/core/v1.NodeSpec": schema_k8sio_api_core_v1_NodeSpec(ref),
- "k8s.io/api/core/v1.NodeStatus": schema_k8sio_api_core_v1_NodeStatus(ref),
- "k8s.io/api/core/v1.NodeSystemInfo": schema_k8sio_api_core_v1_NodeSystemInfo(ref),
- "k8s.io/api/core/v1.ObjectFieldSelector": schema_k8sio_api_core_v1_ObjectFieldSelector(ref),
- "k8s.io/api/core/v1.ObjectReference": schema_k8sio_api_core_v1_ObjectReference(ref),
- "k8s.io/api/core/v1.PersistentVolume": schema_k8sio_api_core_v1_PersistentVolume(ref),
- "k8s.io/api/core/v1.PersistentVolumeClaim": schema_k8sio_api_core_v1_PersistentVolumeClaim(ref),
- "k8s.io/api/core/v1.PersistentVolumeClaimCondition": schema_k8sio_api_core_v1_PersistentVolumeClaimCondition(ref),
- "k8s.io/api/core/v1.PersistentVolumeClaimList": schema_k8sio_api_core_v1_PersistentVolumeClaimList(ref),
- "k8s.io/api/core/v1.PersistentVolumeClaimSpec": schema_k8sio_api_core_v1_PersistentVolumeClaimSpec(ref),
- "k8s.io/api/core/v1.PersistentVolumeClaimStatus": schema_k8sio_api_core_v1_PersistentVolumeClaimStatus(ref),
- "k8s.io/api/core/v1.PersistentVolumeClaimTemplate": schema_k8sio_api_core_v1_PersistentVolumeClaimTemplate(ref),
- "k8s.io/api/core/v1.PersistentVolumeClaimVolumeSource": schema_k8sio_api_core_v1_PersistentVolumeClaimVolumeSource(ref),
- "k8s.io/api/core/v1.PersistentVolumeList": schema_k8sio_api_core_v1_PersistentVolumeList(ref),
- "k8s.io/api/core/v1.PersistentVolumeSource": schema_k8sio_api_core_v1_PersistentVolumeSource(ref),
- "k8s.io/api/core/v1.PersistentVolumeSpec": schema_k8sio_api_core_v1_PersistentVolumeSpec(ref),
- "k8s.io/api/core/v1.PersistentVolumeStatus": schema_k8sio_api_core_v1_PersistentVolumeStatus(ref),
- "k8s.io/api/core/v1.PhotonPersistentDiskVolumeSource": schema_k8sio_api_core_v1_PhotonPersistentDiskVolumeSource(ref),
- "k8s.io/api/core/v1.Pod": schema_k8sio_api_core_v1_Pod(ref),
- "k8s.io/api/core/v1.PodAffinity": schema_k8sio_api_core_v1_PodAffinity(ref),
- "k8s.io/api/core/v1.PodAffinityTerm": schema_k8sio_api_core_v1_PodAffinityTerm(ref),
- "k8s.io/api/core/v1.PodAntiAffinity": schema_k8sio_api_core_v1_PodAntiAffinity(ref),
- "k8s.io/api/core/v1.PodAttachOptions": schema_k8sio_api_core_v1_PodAttachOptions(ref),
- "k8s.io/api/core/v1.PodCondition": schema_k8sio_api_core_v1_PodCondition(ref),
- "k8s.io/api/core/v1.PodDNSConfig": schema_k8sio_api_core_v1_PodDNSConfig(ref),
- "k8s.io/api/core/v1.PodDNSConfigOption": schema_k8sio_api_core_v1_PodDNSConfigOption(ref),
- "k8s.io/api/core/v1.PodExecOptions": schema_k8sio_api_core_v1_PodExecOptions(ref),
- "k8s.io/api/core/v1.PodIP": schema_k8sio_api_core_v1_PodIP(ref),
- "k8s.io/api/core/v1.PodList": schema_k8sio_api_core_v1_PodList(ref),
- "k8s.io/api/core/v1.PodLogOptions": schema_k8sio_api_core_v1_PodLogOptions(ref),
- "k8s.io/api/core/v1.PodOS": schema_k8sio_api_core_v1_PodOS(ref),
- "k8s.io/api/core/v1.PodPortForwardOptions": schema_k8sio_api_core_v1_PodPortForwardOptions(ref),
- "k8s.io/api/core/v1.PodProxyOptions": schema_k8sio_api_core_v1_PodProxyOptions(ref),
- "k8s.io/api/core/v1.PodReadinessGate": schema_k8sio_api_core_v1_PodReadinessGate(ref),
- "k8s.io/api/core/v1.PodResourceClaim": schema_k8sio_api_core_v1_PodResourceClaim(ref),
- "k8s.io/api/core/v1.PodResourceClaimStatus": schema_k8sio_api_core_v1_PodResourceClaimStatus(ref),
- "k8s.io/api/core/v1.PodSchedulingGate": schema_k8sio_api_core_v1_PodSchedulingGate(ref),
- "k8s.io/api/core/v1.PodSecurityContext": schema_k8sio_api_core_v1_PodSecurityContext(ref),
- "k8s.io/api/core/v1.PodSignature": schema_k8sio_api_core_v1_PodSignature(ref),
- "k8s.io/api/core/v1.PodSpec": schema_k8sio_api_core_v1_PodSpec(ref),
- "k8s.io/api/core/v1.PodStatus": schema_k8sio_api_core_v1_PodStatus(ref),
- "k8s.io/api/core/v1.PodStatusResult": schema_k8sio_api_core_v1_PodStatusResult(ref),
- "k8s.io/api/core/v1.PodTemplate": schema_k8sio_api_core_v1_PodTemplate(ref),
- "k8s.io/api/core/v1.PodTemplateList": schema_k8sio_api_core_v1_PodTemplateList(ref),
- "k8s.io/api/core/v1.PodTemplateSpec": schema_k8sio_api_core_v1_PodTemplateSpec(ref),
- "k8s.io/api/core/v1.PortStatus": schema_k8sio_api_core_v1_PortStatus(ref),
- "k8s.io/api/core/v1.PortworxVolumeSource": schema_k8sio_api_core_v1_PortworxVolumeSource(ref),
- "k8s.io/api/core/v1.PreferAvoidPodsEntry": schema_k8sio_api_core_v1_PreferAvoidPodsEntry(ref),
- "k8s.io/api/core/v1.PreferredSchedulingTerm": schema_k8sio_api_core_v1_PreferredSchedulingTerm(ref),
- "k8s.io/api/core/v1.Probe": schema_k8sio_api_core_v1_Probe(ref),
- "k8s.io/api/core/v1.ProbeHandler": schema_k8sio_api_core_v1_ProbeHandler(ref),
- "k8s.io/api/core/v1.ProjectedVolumeSource": schema_k8sio_api_core_v1_ProjectedVolumeSource(ref),
- "k8s.io/api/core/v1.QuobyteVolumeSource": schema_k8sio_api_core_v1_QuobyteVolumeSource(ref),
- "k8s.io/api/core/v1.RBDPersistentVolumeSource": schema_k8sio_api_core_v1_RBDPersistentVolumeSource(ref),
- "k8s.io/api/core/v1.RBDVolumeSource": schema_k8sio_api_core_v1_RBDVolumeSource(ref),
- "k8s.io/api/core/v1.RangeAllocation": schema_k8sio_api_core_v1_RangeAllocation(ref),
- "k8s.io/api/core/v1.ReplicationController": schema_k8sio_api_core_v1_ReplicationController(ref),
- "k8s.io/api/core/v1.ReplicationControllerCondition": schema_k8sio_api_core_v1_ReplicationControllerCondition(ref),
- "k8s.io/api/core/v1.ReplicationControllerList": schema_k8sio_api_core_v1_ReplicationControllerList(ref),
- "k8s.io/api/core/v1.ReplicationControllerSpec": schema_k8sio_api_core_v1_ReplicationControllerSpec(ref),
- "k8s.io/api/core/v1.ReplicationControllerStatus": schema_k8sio_api_core_v1_ReplicationControllerStatus(ref),
- "k8s.io/api/core/v1.ResourceClaim": schema_k8sio_api_core_v1_ResourceClaim(ref),
- "k8s.io/api/core/v1.ResourceFieldSelector": schema_k8sio_api_core_v1_ResourceFieldSelector(ref),
- "k8s.io/api/core/v1.ResourceQuota": schema_k8sio_api_core_v1_ResourceQuota(ref),
- "k8s.io/api/core/v1.ResourceQuotaList": schema_k8sio_api_core_v1_ResourceQuotaList(ref),
- "k8s.io/api/core/v1.ResourceQuotaSpec": schema_k8sio_api_core_v1_ResourceQuotaSpec(ref),
- "k8s.io/api/core/v1.ResourceQuotaStatus": schema_k8sio_api_core_v1_ResourceQuotaStatus(ref),
- "k8s.io/api/core/v1.ResourceRequirements": schema_k8sio_api_core_v1_ResourceRequirements(ref),
- "k8s.io/api/core/v1.SELinuxOptions": schema_k8sio_api_core_v1_SELinuxOptions(ref),
- "k8s.io/api/core/v1.ScaleIOPersistentVolumeSource": schema_k8sio_api_core_v1_ScaleIOPersistentVolumeSource(ref),
- "k8s.io/api/core/v1.ScaleIOVolumeSource": schema_k8sio_api_core_v1_ScaleIOVolumeSource(ref),
- "k8s.io/api/core/v1.ScopeSelector": schema_k8sio_api_core_v1_ScopeSelector(ref),
- "k8s.io/api/core/v1.ScopedResourceSelectorRequirement": schema_k8sio_api_core_v1_ScopedResourceSelectorRequirement(ref),
- "k8s.io/api/core/v1.SeccompProfile": schema_k8sio_api_core_v1_SeccompProfile(ref),
- "k8s.io/api/core/v1.Secret": schema_k8sio_api_core_v1_Secret(ref),
- "k8s.io/api/core/v1.SecretEnvSource": schema_k8sio_api_core_v1_SecretEnvSource(ref),
- "k8s.io/api/core/v1.SecretKeySelector": schema_k8sio_api_core_v1_SecretKeySelector(ref),
- "k8s.io/api/core/v1.SecretList": schema_k8sio_api_core_v1_SecretList(ref),
- "k8s.io/api/core/v1.SecretProjection": schema_k8sio_api_core_v1_SecretProjection(ref),
- "k8s.io/api/core/v1.SecretReference": schema_k8sio_api_core_v1_SecretReference(ref),
- "k8s.io/api/core/v1.SecretVolumeSource": schema_k8sio_api_core_v1_SecretVolumeSource(ref),
- "k8s.io/api/core/v1.SecurityContext": schema_k8sio_api_core_v1_SecurityContext(ref),
- "k8s.io/api/core/v1.SerializedReference": schema_k8sio_api_core_v1_SerializedReference(ref),
- "k8s.io/api/core/v1.Service": schema_k8sio_api_core_v1_Service(ref),
- "k8s.io/api/core/v1.ServiceAccount": schema_k8sio_api_core_v1_ServiceAccount(ref),
- "k8s.io/api/core/v1.ServiceAccountList": schema_k8sio_api_core_v1_ServiceAccountList(ref),
- "k8s.io/api/core/v1.ServiceAccountTokenProjection": schema_k8sio_api_core_v1_ServiceAccountTokenProjection(ref),
- "k8s.io/api/core/v1.ServiceList": schema_k8sio_api_core_v1_ServiceList(ref),
- "k8s.io/api/core/v1.ServicePort": schema_k8sio_api_core_v1_ServicePort(ref),
- "k8s.io/api/core/v1.ServiceProxyOptions": schema_k8sio_api_core_v1_ServiceProxyOptions(ref),
- "k8s.io/api/core/v1.ServiceSpec": schema_k8sio_api_core_v1_ServiceSpec(ref),
- "k8s.io/api/core/v1.ServiceStatus": schema_k8sio_api_core_v1_ServiceStatus(ref),
- "k8s.io/api/core/v1.SessionAffinityConfig": schema_k8sio_api_core_v1_SessionAffinityConfig(ref),
- "k8s.io/api/core/v1.SleepAction": schema_k8sio_api_core_v1_SleepAction(ref),
- "k8s.io/api/core/v1.StorageOSPersistentVolumeSource": schema_k8sio_api_core_v1_StorageOSPersistentVolumeSource(ref),
- "k8s.io/api/core/v1.StorageOSVolumeSource": schema_k8sio_api_core_v1_StorageOSVolumeSource(ref),
- "k8s.io/api/core/v1.Sysctl": schema_k8sio_api_core_v1_Sysctl(ref),
- "k8s.io/api/core/v1.TCPSocketAction": schema_k8sio_api_core_v1_TCPSocketAction(ref),
- "k8s.io/api/core/v1.Taint": schema_k8sio_api_core_v1_Taint(ref),
- "k8s.io/api/core/v1.Toleration": schema_k8sio_api_core_v1_Toleration(ref),
- "k8s.io/api/core/v1.TopologySelectorLabelRequirement": schema_k8sio_api_core_v1_TopologySelectorLabelRequirement(ref),
- "k8s.io/api/core/v1.TopologySelectorTerm": schema_k8sio_api_core_v1_TopologySelectorTerm(ref),
- "k8s.io/api/core/v1.TopologySpreadConstraint": schema_k8sio_api_core_v1_TopologySpreadConstraint(ref),
- "k8s.io/api/core/v1.TypedLocalObjectReference": schema_k8sio_api_core_v1_TypedLocalObjectReference(ref),
- "k8s.io/api/core/v1.TypedObjectReference": schema_k8sio_api_core_v1_TypedObjectReference(ref),
- "k8s.io/api/core/v1.Volume": schema_k8sio_api_core_v1_Volume(ref),
- "k8s.io/api/core/v1.VolumeDevice": schema_k8sio_api_core_v1_VolumeDevice(ref),
- "k8s.io/api/core/v1.VolumeMount": schema_k8sio_api_core_v1_VolumeMount(ref),
- "k8s.io/api/core/v1.VolumeNodeAffinity": schema_k8sio_api_core_v1_VolumeNodeAffinity(ref),
- "k8s.io/api/core/v1.VolumeProjection": schema_k8sio_api_core_v1_VolumeProjection(ref),
- "k8s.io/api/core/v1.VolumeResourceRequirements": schema_k8sio_api_core_v1_VolumeResourceRequirements(ref),
- "k8s.io/api/core/v1.VolumeSource": schema_k8sio_api_core_v1_VolumeSource(ref),
- "k8s.io/api/core/v1.VsphereVirtualDiskVolumeSource": schema_k8sio_api_core_v1_VsphereVirtualDiskVolumeSource(ref),
- "k8s.io/api/core/v1.WeightedPodAffinityTerm": schema_k8sio_api_core_v1_WeightedPodAffinityTerm(ref),
- "k8s.io/api/core/v1.WindowsSecurityContextOptions": schema_k8sio_api_core_v1_WindowsSecurityContextOptions(ref),
- "k8s.io/api/rbac/v1.AggregationRule": schema_k8sio_api_rbac_v1_AggregationRule(ref),
- "k8s.io/api/rbac/v1.ClusterRole": schema_k8sio_api_rbac_v1_ClusterRole(ref),
- "k8s.io/api/rbac/v1.ClusterRoleBinding": schema_k8sio_api_rbac_v1_ClusterRoleBinding(ref),
- "k8s.io/api/rbac/v1.ClusterRoleBindingList": schema_k8sio_api_rbac_v1_ClusterRoleBindingList(ref),
- "k8s.io/api/rbac/v1.ClusterRoleList": schema_k8sio_api_rbac_v1_ClusterRoleList(ref),
- "k8s.io/api/rbac/v1.PolicyRule": schema_k8sio_api_rbac_v1_PolicyRule(ref),
- "k8s.io/api/rbac/v1.Role": schema_k8sio_api_rbac_v1_Role(ref),
- "k8s.io/api/rbac/v1.RoleBinding": schema_k8sio_api_rbac_v1_RoleBinding(ref),
- "k8s.io/api/rbac/v1.RoleBindingList": schema_k8sio_api_rbac_v1_RoleBindingList(ref),
- "k8s.io/api/rbac/v1.RoleList": schema_k8sio_api_rbac_v1_RoleList(ref),
- "k8s.io/api/rbac/v1.RoleRef": schema_k8sio_api_rbac_v1_RoleRef(ref),
- "k8s.io/api/rbac/v1.Subject": schema_k8sio_api_rbac_v1_Subject(ref),
- "k8s.io/apimachinery/pkg/api/resource.Quantity": schema_apimachinery_pkg_api_resource_Quantity(ref),
- "k8s.io/apimachinery/pkg/api/resource.int64Amount": schema_apimachinery_pkg_api_resource_int64Amount(ref),
- "k8s.io/apimachinery/pkg/apis/meta/v1.APIGroup": schema_pkg_apis_meta_v1_APIGroup(ref),
- "k8s.io/apimachinery/pkg/apis/meta/v1.APIGroupList": schema_pkg_apis_meta_v1_APIGroupList(ref),
- "k8s.io/apimachinery/pkg/apis/meta/v1.APIResource": schema_pkg_apis_meta_v1_APIResource(ref),
- "k8s.io/apimachinery/pkg/apis/meta/v1.APIResourceList": schema_pkg_apis_meta_v1_APIResourceList(ref),
- "k8s.io/apimachinery/pkg/apis/meta/v1.APIVersions": schema_pkg_apis_meta_v1_APIVersions(ref),
- "k8s.io/apimachinery/pkg/apis/meta/v1.ApplyOptions": schema_pkg_apis_meta_v1_ApplyOptions(ref),
- "k8s.io/apimachinery/pkg/apis/meta/v1.Condition": schema_pkg_apis_meta_v1_Condition(ref),
- "k8s.io/apimachinery/pkg/apis/meta/v1.CreateOptions": schema_pkg_apis_meta_v1_CreateOptions(ref),
- "k8s.io/apimachinery/pkg/apis/meta/v1.DeleteOptions": schema_pkg_apis_meta_v1_DeleteOptions(ref),
- "k8s.io/apimachinery/pkg/apis/meta/v1.Duration": schema_pkg_apis_meta_v1_Duration(ref),
- "k8s.io/apimachinery/pkg/apis/meta/v1.FieldsV1": schema_pkg_apis_meta_v1_FieldsV1(ref),
- "k8s.io/apimachinery/pkg/apis/meta/v1.GetOptions": schema_pkg_apis_meta_v1_GetOptions(ref),
- "k8s.io/apimachinery/pkg/apis/meta/v1.GroupKind": schema_pkg_apis_meta_v1_GroupKind(ref),
- "k8s.io/apimachinery/pkg/apis/meta/v1.GroupResource": schema_pkg_apis_meta_v1_GroupResource(ref),
- "k8s.io/apimachinery/pkg/apis/meta/v1.GroupVersion": schema_pkg_apis_meta_v1_GroupVersion(ref),
- "k8s.io/apimachinery/pkg/apis/meta/v1.GroupVersionForDiscovery": schema_pkg_apis_meta_v1_GroupVersionForDiscovery(ref),
- "k8s.io/apimachinery/pkg/apis/meta/v1.GroupVersionKind": schema_pkg_apis_meta_v1_GroupVersionKind(ref),
- "k8s.io/apimachinery/pkg/apis/meta/v1.GroupVersionResource": schema_pkg_apis_meta_v1_GroupVersionResource(ref),
- "k8s.io/apimachinery/pkg/apis/meta/v1.InternalEvent": schema_pkg_apis_meta_v1_InternalEvent(ref),
- "k8s.io/apimachinery/pkg/apis/meta/v1.LabelSelector": schema_pkg_apis_meta_v1_LabelSelector(ref),
- "k8s.io/apimachinery/pkg/apis/meta/v1.LabelSelectorRequirement": schema_pkg_apis_meta_v1_LabelSelectorRequirement(ref),
- "k8s.io/apimachinery/pkg/apis/meta/v1.List": schema_pkg_apis_meta_v1_List(ref),
- "k8s.io/apimachinery/pkg/apis/meta/v1.ListMeta": schema_pkg_apis_meta_v1_ListMeta(ref),
- "k8s.io/apimachinery/pkg/apis/meta/v1.ListOptions": schema_pkg_apis_meta_v1_ListOptions(ref),
- "k8s.io/apimachinery/pkg/apis/meta/v1.ManagedFieldsEntry": schema_pkg_apis_meta_v1_ManagedFieldsEntry(ref),
- "k8s.io/apimachinery/pkg/apis/meta/v1.MicroTime": schema_pkg_apis_meta_v1_MicroTime(ref),
- "k8s.io/apimachinery/pkg/apis/meta/v1.ObjectMeta": schema_pkg_apis_meta_v1_ObjectMeta(ref),
- "k8s.io/apimachinery/pkg/apis/meta/v1.OwnerReference": schema_pkg_apis_meta_v1_OwnerReference(ref),
- "k8s.io/apimachinery/pkg/apis/meta/v1.PartialObjectMetadata": schema_pkg_apis_meta_v1_PartialObjectMetadata(ref),
- "k8s.io/apimachinery/pkg/apis/meta/v1.PartialObjectMetadataList": schema_pkg_apis_meta_v1_PartialObjectMetadataList(ref),
- "k8s.io/apimachinery/pkg/apis/meta/v1.Patch": schema_pkg_apis_meta_v1_Patch(ref),
- "k8s.io/apimachinery/pkg/apis/meta/v1.PatchOptions": schema_pkg_apis_meta_v1_PatchOptions(ref),
- "k8s.io/apimachinery/pkg/apis/meta/v1.Preconditions": schema_pkg_apis_meta_v1_Preconditions(ref),
- "k8s.io/apimachinery/pkg/apis/meta/v1.RootPaths": schema_pkg_apis_meta_v1_RootPaths(ref),
- "k8s.io/apimachinery/pkg/apis/meta/v1.ServerAddressByClientCIDR": schema_pkg_apis_meta_v1_ServerAddressByClientCIDR(ref),
- "k8s.io/apimachinery/pkg/apis/meta/v1.Status": schema_pkg_apis_meta_v1_Status(ref),
- "k8s.io/apimachinery/pkg/apis/meta/v1.StatusCause": schema_pkg_apis_meta_v1_StatusCause(ref),
- "k8s.io/apimachinery/pkg/apis/meta/v1.StatusDetails": schema_pkg_apis_meta_v1_StatusDetails(ref),
- "k8s.io/apimachinery/pkg/apis/meta/v1.Table": schema_pkg_apis_meta_v1_Table(ref),
- "k8s.io/apimachinery/pkg/apis/meta/v1.TableColumnDefinition": schema_pkg_apis_meta_v1_TableColumnDefinition(ref),
- "k8s.io/apimachinery/pkg/apis/meta/v1.TableOptions": schema_pkg_apis_meta_v1_TableOptions(ref),
- "k8s.io/apimachinery/pkg/apis/meta/v1.TableRow": schema_pkg_apis_meta_v1_TableRow(ref),
- "k8s.io/apimachinery/pkg/apis/meta/v1.TableRowCondition": schema_pkg_apis_meta_v1_TableRowCondition(ref),
- "k8s.io/apimachinery/pkg/apis/meta/v1.Time": schema_pkg_apis_meta_v1_Time(ref),
- "k8s.io/apimachinery/pkg/apis/meta/v1.Timestamp": schema_pkg_apis_meta_v1_Timestamp(ref),
- "k8s.io/apimachinery/pkg/apis/meta/v1.TypeMeta": schema_pkg_apis_meta_v1_TypeMeta(ref),
- "k8s.io/apimachinery/pkg/apis/meta/v1.UpdateOptions": schema_pkg_apis_meta_v1_UpdateOptions(ref),
- "k8s.io/apimachinery/pkg/apis/meta/v1.WatchEvent": schema_pkg_apis_meta_v1_WatchEvent(ref),
- "k8s.io/apimachinery/pkg/runtime.RawExtension": schema_k8sio_apimachinery_pkg_runtime_RawExtension(ref),
- "k8s.io/apimachinery/pkg/runtime.TypeMeta": schema_k8sio_apimachinery_pkg_runtime_TypeMeta(ref),
- "k8s.io/apimachinery/pkg/runtime.Unknown": schema_k8sio_apimachinery_pkg_runtime_Unknown(ref),
- "k8s.io/apimachinery/pkg/version.Info": schema_k8sio_apimachinery_pkg_version_Info(ref),
+ "github.com/kubeedge/api/apis/apps/v1alpha1.CommandArgsOverrider": schema_api_apis_apps_v1alpha1_CommandArgsOverrider(ref),
+ "github.com/kubeedge/api/apis/apps/v1alpha1.EdgeApplication": schema_api_apis_apps_v1alpha1_EdgeApplication(ref),
+ "github.com/kubeedge/api/apis/apps/v1alpha1.EdgeApplicationList": schema_api_apis_apps_v1alpha1_EdgeApplicationList(ref),
+ "github.com/kubeedge/api/apis/apps/v1alpha1.EdgeApplicationSpec": schema_api_apis_apps_v1alpha1_EdgeApplicationSpec(ref),
+ "github.com/kubeedge/api/apis/apps/v1alpha1.EdgeApplicationStatus": schema_api_apis_apps_v1alpha1_EdgeApplicationStatus(ref),
+ "github.com/kubeedge/api/apis/apps/v1alpha1.EnvOverrider": schema_api_apis_apps_v1alpha1_EnvOverrider(ref),
+ "github.com/kubeedge/api/apis/apps/v1alpha1.ImageOverrider": schema_api_apis_apps_v1alpha1_ImageOverrider(ref),
+ "github.com/kubeedge/api/apis/apps/v1alpha1.ImagePredicate": schema_api_apis_apps_v1alpha1_ImagePredicate(ref),
+ "github.com/kubeedge/api/apis/apps/v1alpha1.Manifest": schema_api_apis_apps_v1alpha1_Manifest(ref),
+ "github.com/kubeedge/api/apis/apps/v1alpha1.ManifestStatus": schema_api_apis_apps_v1alpha1_ManifestStatus(ref),
+ "github.com/kubeedge/api/apis/apps/v1alpha1.NodeGroup": schema_api_apis_apps_v1alpha1_NodeGroup(ref),
+ "github.com/kubeedge/api/apis/apps/v1alpha1.NodeGroupList": schema_api_apis_apps_v1alpha1_NodeGroupList(ref),
+ "github.com/kubeedge/api/apis/apps/v1alpha1.NodeGroupSpec": schema_api_apis_apps_v1alpha1_NodeGroupSpec(ref),
+ "github.com/kubeedge/api/apis/apps/v1alpha1.NodeGroupStatus": schema_api_apis_apps_v1alpha1_NodeGroupStatus(ref),
+ "github.com/kubeedge/api/apis/apps/v1alpha1.NodeStatus": schema_api_apis_apps_v1alpha1_NodeStatus(ref),
+ "github.com/kubeedge/api/apis/apps/v1alpha1.Overriders": schema_api_apis_apps_v1alpha1_Overriders(ref),
+ "github.com/kubeedge/api/apis/apps/v1alpha1.ResourceIdentifier": schema_api_apis_apps_v1alpha1_ResourceIdentifier(ref),
+ "github.com/kubeedge/api/apis/apps/v1alpha1.ResourceTemplate": schema_api_apis_apps_v1alpha1_ResourceTemplate(ref),
+ "github.com/kubeedge/api/apis/apps/v1alpha1.ResourcesOverrider": schema_api_apis_apps_v1alpha1_ResourcesOverrider(ref),
+ "github.com/kubeedge/api/apis/apps/v1alpha1.TargetNodeGroup": schema_api_apis_apps_v1alpha1_TargetNodeGroup(ref),
+ "github.com/kubeedge/api/apis/apps/v1alpha1.WorkloadScope": schema_api_apis_apps_v1alpha1_WorkloadScope(ref),
+ "github.com/kubeedge/api/apis/devices/v1alpha2.BluetoothOperations": schema_api_apis_devices_v1alpha2_BluetoothOperations(ref),
+ "github.com/kubeedge/api/apis/devices/v1alpha2.BluetoothReadConverter": schema_api_apis_devices_v1alpha2_BluetoothReadConverter(ref),
+ "github.com/kubeedge/api/apis/devices/v1alpha2.CustomizedValue": schema_api_apis_devices_v1alpha2_CustomizedValue(ref),
+ "github.com/kubeedge/api/apis/devices/v1alpha2.DataProperty": schema_api_apis_devices_v1alpha2_DataProperty(ref),
+ "github.com/kubeedge/api/apis/devices/v1alpha2.Device": schema_api_apis_devices_v1alpha2_Device(ref),
+ "github.com/kubeedge/api/apis/devices/v1alpha2.DeviceData": schema_api_apis_devices_v1alpha2_DeviceData(ref),
+ "github.com/kubeedge/api/apis/devices/v1alpha2.DeviceList": schema_api_apis_devices_v1alpha2_DeviceList(ref),
+ "github.com/kubeedge/api/apis/devices/v1alpha2.DeviceModel": schema_api_apis_devices_v1alpha2_DeviceModel(ref),
+ "github.com/kubeedge/api/apis/devices/v1alpha2.DeviceModelList": schema_api_apis_devices_v1alpha2_DeviceModelList(ref),
+ "github.com/kubeedge/api/apis/devices/v1alpha2.DeviceModelSpec": schema_api_apis_devices_v1alpha2_DeviceModelSpec(ref),
+ "github.com/kubeedge/api/apis/devices/v1alpha2.DeviceProperty": schema_api_apis_devices_v1alpha2_DeviceProperty(ref),
+ "github.com/kubeedge/api/apis/devices/v1alpha2.DevicePropertyVisitor": schema_api_apis_devices_v1alpha2_DevicePropertyVisitor(ref),
+ "github.com/kubeedge/api/apis/devices/v1alpha2.DeviceSpec": schema_api_apis_devices_v1alpha2_DeviceSpec(ref),
+ "github.com/kubeedge/api/apis/devices/v1alpha2.DeviceStatus": schema_api_apis_devices_v1alpha2_DeviceStatus(ref),
+ "github.com/kubeedge/api/apis/devices/v1alpha2.PropertyType": schema_api_apis_devices_v1alpha2_PropertyType(ref),
+ "github.com/kubeedge/api/apis/devices/v1alpha2.PropertyTypeBoolean": schema_api_apis_devices_v1alpha2_PropertyTypeBoolean(ref),
+ "github.com/kubeedge/api/apis/devices/v1alpha2.PropertyTypeBytes": schema_api_apis_devices_v1alpha2_PropertyTypeBytes(ref),
+ "github.com/kubeedge/api/apis/devices/v1alpha2.PropertyTypeDouble": schema_api_apis_devices_v1alpha2_PropertyTypeDouble(ref),
+ "github.com/kubeedge/api/apis/devices/v1alpha2.PropertyTypeFloat": schema_api_apis_devices_v1alpha2_PropertyTypeFloat(ref),
+ "github.com/kubeedge/api/apis/devices/v1alpha2.PropertyTypeInt64": schema_api_apis_devices_v1alpha2_PropertyTypeInt64(ref),
+ "github.com/kubeedge/api/apis/devices/v1alpha2.PropertyTypeString": schema_api_apis_devices_v1alpha2_PropertyTypeString(ref),
+ "github.com/kubeedge/api/apis/devices/v1alpha2.ProtocolConfig": schema_api_apis_devices_v1alpha2_ProtocolConfig(ref),
+ "github.com/kubeedge/api/apis/devices/v1alpha2.ProtocolConfigBluetooth": schema_api_apis_devices_v1alpha2_ProtocolConfigBluetooth(ref),
+ "github.com/kubeedge/api/apis/devices/v1alpha2.ProtocolConfigCOM": schema_api_apis_devices_v1alpha2_ProtocolConfigCOM(ref),
+ "github.com/kubeedge/api/apis/devices/v1alpha2.ProtocolConfigCommon": schema_api_apis_devices_v1alpha2_ProtocolConfigCommon(ref),
+ "github.com/kubeedge/api/apis/devices/v1alpha2.ProtocolConfigCustomized": schema_api_apis_devices_v1alpha2_ProtocolConfigCustomized(ref),
+ "github.com/kubeedge/api/apis/devices/v1alpha2.ProtocolConfigModbus": schema_api_apis_devices_v1alpha2_ProtocolConfigModbus(ref),
+ "github.com/kubeedge/api/apis/devices/v1alpha2.ProtocolConfigOpcUA": schema_api_apis_devices_v1alpha2_ProtocolConfigOpcUA(ref),
+ "github.com/kubeedge/api/apis/devices/v1alpha2.ProtocolConfigTCP": schema_api_apis_devices_v1alpha2_ProtocolConfigTCP(ref),
+ "github.com/kubeedge/api/apis/devices/v1alpha2.Twin": schema_api_apis_devices_v1alpha2_Twin(ref),
+ "github.com/kubeedge/api/apis/devices/v1alpha2.TwinProperty": schema_api_apis_devices_v1alpha2_TwinProperty(ref),
+ "github.com/kubeedge/api/apis/devices/v1alpha2.VisitorConfig": schema_api_apis_devices_v1alpha2_VisitorConfig(ref),
+ "github.com/kubeedge/api/apis/devices/v1alpha2.VisitorConfigBluetooth": schema_api_apis_devices_v1alpha2_VisitorConfigBluetooth(ref),
+ "github.com/kubeedge/api/apis/devices/v1alpha2.VisitorConfigCustomized": schema_api_apis_devices_v1alpha2_VisitorConfigCustomized(ref),
+ "github.com/kubeedge/api/apis/devices/v1alpha2.VisitorConfigModbus": schema_api_apis_devices_v1alpha2_VisitorConfigModbus(ref),
+ "github.com/kubeedge/api/apis/devices/v1alpha2.VisitorConfigOPCUA": schema_api_apis_devices_v1alpha2_VisitorConfigOPCUA(ref),
+ "github.com/kubeedge/api/apis/devices/v1beta1.CustomizedValue": schema_api_apis_devices_v1beta1_CustomizedValue(ref),
+ "github.com/kubeedge/api/apis/devices/v1beta1.DBMethodConfig": schema_api_apis_devices_v1beta1_DBMethodConfig(ref),
+ "github.com/kubeedge/api/apis/devices/v1beta1.DBMethodInfluxdb2": schema_api_apis_devices_v1beta1_DBMethodInfluxdb2(ref),
+ "github.com/kubeedge/api/apis/devices/v1beta1.DBMethodMySQL": schema_api_apis_devices_v1beta1_DBMethodMySQL(ref),
+ "github.com/kubeedge/api/apis/devices/v1beta1.DBMethodRedis": schema_api_apis_devices_v1beta1_DBMethodRedis(ref),
+ "github.com/kubeedge/api/apis/devices/v1beta1.DBMethodTDEngine": schema_api_apis_devices_v1beta1_DBMethodTDEngine(ref),
+ "github.com/kubeedge/api/apis/devices/v1beta1.Device": schema_api_apis_devices_v1beta1_Device(ref),
+ "github.com/kubeedge/api/apis/devices/v1beta1.DeviceList": schema_api_apis_devices_v1beta1_DeviceList(ref),
+ "github.com/kubeedge/api/apis/devices/v1beta1.DeviceModel": schema_api_apis_devices_v1beta1_DeviceModel(ref),
+ "github.com/kubeedge/api/apis/devices/v1beta1.DeviceModelList": schema_api_apis_devices_v1beta1_DeviceModelList(ref),
+ "github.com/kubeedge/api/apis/devices/v1beta1.DeviceModelSpec": schema_api_apis_devices_v1beta1_DeviceModelSpec(ref),
+ "github.com/kubeedge/api/apis/devices/v1beta1.DeviceProperty": schema_api_apis_devices_v1beta1_DeviceProperty(ref),
+ "github.com/kubeedge/api/apis/devices/v1beta1.DeviceSpec": schema_api_apis_devices_v1beta1_DeviceSpec(ref),
+ "github.com/kubeedge/api/apis/devices/v1beta1.DeviceStatus": schema_api_apis_devices_v1beta1_DeviceStatus(ref),
+ "github.com/kubeedge/api/apis/devices/v1beta1.Influxdb2ClientConfig": schema_api_apis_devices_v1beta1_Influxdb2ClientConfig(ref),
+ "github.com/kubeedge/api/apis/devices/v1beta1.Influxdb2DataConfig": schema_api_apis_devices_v1beta1_Influxdb2DataConfig(ref),
+ "github.com/kubeedge/api/apis/devices/v1beta1.ModelProperty": schema_api_apis_devices_v1beta1_ModelProperty(ref),
+ "github.com/kubeedge/api/apis/devices/v1beta1.MySQLClientConfig": schema_api_apis_devices_v1beta1_MySQLClientConfig(ref),
+ "github.com/kubeedge/api/apis/devices/v1beta1.ProtocolConfig": schema_api_apis_devices_v1beta1_ProtocolConfig(ref),
+ "github.com/kubeedge/api/apis/devices/v1beta1.PushMethod": schema_api_apis_devices_v1beta1_PushMethod(ref),
+ "github.com/kubeedge/api/apis/devices/v1beta1.PushMethodHTTP": schema_api_apis_devices_v1beta1_PushMethodHTTP(ref),
+ "github.com/kubeedge/api/apis/devices/v1beta1.PushMethodMQTT": schema_api_apis_devices_v1beta1_PushMethodMQTT(ref),
+ "github.com/kubeedge/api/apis/devices/v1beta1.RedisClientConfig": schema_api_apis_devices_v1beta1_RedisClientConfig(ref),
+ "github.com/kubeedge/api/apis/devices/v1beta1.TDEngineClientConfig": schema_api_apis_devices_v1beta1_TDEngineClientConfig(ref),
+ "github.com/kubeedge/api/apis/devices/v1beta1.Twin": schema_api_apis_devices_v1beta1_Twin(ref),
+ "github.com/kubeedge/api/apis/devices/v1beta1.TwinProperty": schema_api_apis_devices_v1beta1_TwinProperty(ref),
+ "github.com/kubeedge/api/apis/devices/v1beta1.VisitorConfig": schema_api_apis_devices_v1beta1_VisitorConfig(ref),
+ "github.com/kubeedge/api/apis/operations/v1alpha1.ImagePrePullJob": schema_api_apis_operations_v1alpha1_ImagePrePullJob(ref),
+ "github.com/kubeedge/api/apis/operations/v1alpha1.ImagePrePullJobList": schema_api_apis_operations_v1alpha1_ImagePrePullJobList(ref),
+ "github.com/kubeedge/api/apis/operations/v1alpha1.ImagePrePullJobSpec": schema_api_apis_operations_v1alpha1_ImagePrePullJobSpec(ref),
+ "github.com/kubeedge/api/apis/operations/v1alpha1.ImagePrePullJobStatus": schema_api_apis_operations_v1alpha1_ImagePrePullJobStatus(ref),
+ "github.com/kubeedge/api/apis/operations/v1alpha1.ImagePrePullStatus": schema_api_apis_operations_v1alpha1_ImagePrePullStatus(ref),
+ "github.com/kubeedge/api/apis/operations/v1alpha1.ImagePrePullTemplate": schema_api_apis_operations_v1alpha1_ImagePrePullTemplate(ref),
+ "github.com/kubeedge/api/apis/operations/v1alpha1.ImageStatus": schema_api_apis_operations_v1alpha1_ImageStatus(ref),
+ "github.com/kubeedge/api/apis/operations/v1alpha1.NodeUpgradeJob": schema_api_apis_operations_v1alpha1_NodeUpgradeJob(ref),
+ "github.com/kubeedge/api/apis/operations/v1alpha1.NodeUpgradeJobList": schema_api_apis_operations_v1alpha1_NodeUpgradeJobList(ref),
+ "github.com/kubeedge/api/apis/operations/v1alpha1.NodeUpgradeJobSpec": schema_api_apis_operations_v1alpha1_NodeUpgradeJobSpec(ref),
+ "github.com/kubeedge/api/apis/operations/v1alpha1.NodeUpgradeJobStatus": schema_api_apis_operations_v1alpha1_NodeUpgradeJobStatus(ref),
+ "github.com/kubeedge/api/apis/operations/v1alpha1.TaskStatus": schema_api_apis_operations_v1alpha1_TaskStatus(ref),
+ "github.com/kubeedge/api/apis/policy/v1alpha1.AccessClusterRoleBinding": schema_api_apis_policy_v1alpha1_AccessClusterRoleBinding(ref),
+ "github.com/kubeedge/api/apis/policy/v1alpha1.AccessRoleBinding": schema_api_apis_policy_v1alpha1_AccessRoleBinding(ref),
+ "github.com/kubeedge/api/apis/policy/v1alpha1.AccessSpec": schema_api_apis_policy_v1alpha1_AccessSpec(ref),
+ "github.com/kubeedge/api/apis/policy/v1alpha1.AccessStatus": schema_api_apis_policy_v1alpha1_AccessStatus(ref),
+ "github.com/kubeedge/api/apis/policy/v1alpha1.ServiceAccountAccess": schema_api_apis_policy_v1alpha1_ServiceAccountAccess(ref),
+ "github.com/kubeedge/api/apis/policy/v1alpha1.ServiceAccountAccessList": schema_api_apis_policy_v1alpha1_ServiceAccountAccessList(ref),
+ "github.com/kubeedge/api/apis/reliablesyncs/v1alpha1.ClusterObjectSync": schema_api_apis_reliablesyncs_v1alpha1_ClusterObjectSync(ref),
+ "github.com/kubeedge/api/apis/reliablesyncs/v1alpha1.ClusterObjectSyncList": schema_api_apis_reliablesyncs_v1alpha1_ClusterObjectSyncList(ref),
+ "github.com/kubeedge/api/apis/reliablesyncs/v1alpha1.ObjectSync": schema_api_apis_reliablesyncs_v1alpha1_ObjectSync(ref),
+ "github.com/kubeedge/api/apis/reliablesyncs/v1alpha1.ObjectSyncList": schema_api_apis_reliablesyncs_v1alpha1_ObjectSyncList(ref),
+ "github.com/kubeedge/api/apis/reliablesyncs/v1alpha1.ObjectSyncSpec": schema_api_apis_reliablesyncs_v1alpha1_ObjectSyncSpec(ref),
+ "github.com/kubeedge/api/apis/reliablesyncs/v1alpha1.ObjectSyncStatus": schema_api_apis_reliablesyncs_v1alpha1_ObjectSyncStatus(ref),
+ "github.com/kubeedge/api/apis/rules/v1.Rule": schema_api_apis_rules_v1_Rule(ref),
+ "github.com/kubeedge/api/apis/rules/v1.RuleEndpoint": schema_api_apis_rules_v1_RuleEndpoint(ref),
+ "github.com/kubeedge/api/apis/rules/v1.RuleEndpointList": schema_api_apis_rules_v1_RuleEndpointList(ref),
+ "github.com/kubeedge/api/apis/rules/v1.RuleEndpointSpec": schema_api_apis_rules_v1_RuleEndpointSpec(ref),
+ "github.com/kubeedge/api/apis/rules/v1.RuleList": schema_api_apis_rules_v1_RuleList(ref),
+ "github.com/kubeedge/api/apis/rules/v1.RuleSpec": schema_api_apis_rules_v1_RuleSpec(ref),
+ "github.com/kubeedge/api/apis/rules/v1.RuleStatus": schema_api_apis_rules_v1_RuleStatus(ref),
+ "k8s.io/api/core/v1.AWSElasticBlockStoreVolumeSource": schema_k8sio_api_core_v1_AWSElasticBlockStoreVolumeSource(ref),
+ "k8s.io/api/core/v1.Affinity": schema_k8sio_api_core_v1_Affinity(ref),
+ "k8s.io/api/core/v1.AttachedVolume": schema_k8sio_api_core_v1_AttachedVolume(ref),
+ "k8s.io/api/core/v1.AvoidPods": schema_k8sio_api_core_v1_AvoidPods(ref),
+ "k8s.io/api/core/v1.AzureDiskVolumeSource": schema_k8sio_api_core_v1_AzureDiskVolumeSource(ref),
+ "k8s.io/api/core/v1.AzureFilePersistentVolumeSource": schema_k8sio_api_core_v1_AzureFilePersistentVolumeSource(ref),
+ "k8s.io/api/core/v1.AzureFileVolumeSource": schema_k8sio_api_core_v1_AzureFileVolumeSource(ref),
+ "k8s.io/api/core/v1.Binding": schema_k8sio_api_core_v1_Binding(ref),
+ "k8s.io/api/core/v1.CSIPersistentVolumeSource": schema_k8sio_api_core_v1_CSIPersistentVolumeSource(ref),
+ "k8s.io/api/core/v1.CSIVolumeSource": schema_k8sio_api_core_v1_CSIVolumeSource(ref),
+ "k8s.io/api/core/v1.Capabilities": schema_k8sio_api_core_v1_Capabilities(ref),
+ "k8s.io/api/core/v1.CephFSPersistentVolumeSource": schema_k8sio_api_core_v1_CephFSPersistentVolumeSource(ref),
+ "k8s.io/api/core/v1.CephFSVolumeSource": schema_k8sio_api_core_v1_CephFSVolumeSource(ref),
+ "k8s.io/api/core/v1.CinderPersistentVolumeSource": schema_k8sio_api_core_v1_CinderPersistentVolumeSource(ref),
+ "k8s.io/api/core/v1.CinderVolumeSource": schema_k8sio_api_core_v1_CinderVolumeSource(ref),
+ "k8s.io/api/core/v1.ClaimSource": schema_k8sio_api_core_v1_ClaimSource(ref),
+ "k8s.io/api/core/v1.ClientIPConfig": schema_k8sio_api_core_v1_ClientIPConfig(ref),
+ "k8s.io/api/core/v1.ClusterTrustBundleProjection": schema_k8sio_api_core_v1_ClusterTrustBundleProjection(ref),
+ "k8s.io/api/core/v1.ComponentCondition": schema_k8sio_api_core_v1_ComponentCondition(ref),
+ "k8s.io/api/core/v1.ComponentStatus": schema_k8sio_api_core_v1_ComponentStatus(ref),
+ "k8s.io/api/core/v1.ComponentStatusList": schema_k8sio_api_core_v1_ComponentStatusList(ref),
+ "k8s.io/api/core/v1.ConfigMap": schema_k8sio_api_core_v1_ConfigMap(ref),
+ "k8s.io/api/core/v1.ConfigMapEnvSource": schema_k8sio_api_core_v1_ConfigMapEnvSource(ref),
+ "k8s.io/api/core/v1.ConfigMapKeySelector": schema_k8sio_api_core_v1_ConfigMapKeySelector(ref),
+ "k8s.io/api/core/v1.ConfigMapList": schema_k8sio_api_core_v1_ConfigMapList(ref),
+ "k8s.io/api/core/v1.ConfigMapNodeConfigSource": schema_k8sio_api_core_v1_ConfigMapNodeConfigSource(ref),
+ "k8s.io/api/core/v1.ConfigMapProjection": schema_k8sio_api_core_v1_ConfigMapProjection(ref),
+ "k8s.io/api/core/v1.ConfigMapVolumeSource": schema_k8sio_api_core_v1_ConfigMapVolumeSource(ref),
+ "k8s.io/api/core/v1.Container": schema_k8sio_api_core_v1_Container(ref),
+ "k8s.io/api/core/v1.ContainerImage": schema_k8sio_api_core_v1_ContainerImage(ref),
+ "k8s.io/api/core/v1.ContainerPort": schema_k8sio_api_core_v1_ContainerPort(ref),
+ "k8s.io/api/core/v1.ContainerResizePolicy": schema_k8sio_api_core_v1_ContainerResizePolicy(ref),
+ "k8s.io/api/core/v1.ContainerState": schema_k8sio_api_core_v1_ContainerState(ref),
+ "k8s.io/api/core/v1.ContainerStateRunning": schema_k8sio_api_core_v1_ContainerStateRunning(ref),
+ "k8s.io/api/core/v1.ContainerStateTerminated": schema_k8sio_api_core_v1_ContainerStateTerminated(ref),
+ "k8s.io/api/core/v1.ContainerStateWaiting": schema_k8sio_api_core_v1_ContainerStateWaiting(ref),
+ "k8s.io/api/core/v1.ContainerStatus": schema_k8sio_api_core_v1_ContainerStatus(ref),
+ "k8s.io/api/core/v1.DaemonEndpoint": schema_k8sio_api_core_v1_DaemonEndpoint(ref),
+ "k8s.io/api/core/v1.DownwardAPIProjection": schema_k8sio_api_core_v1_DownwardAPIProjection(ref),
+ "k8s.io/api/core/v1.DownwardAPIVolumeFile": schema_k8sio_api_core_v1_DownwardAPIVolumeFile(ref),
+ "k8s.io/api/core/v1.DownwardAPIVolumeSource": schema_k8sio_api_core_v1_DownwardAPIVolumeSource(ref),
+ "k8s.io/api/core/v1.EmptyDirVolumeSource": schema_k8sio_api_core_v1_EmptyDirVolumeSource(ref),
+ "k8s.io/api/core/v1.EndpointAddress": schema_k8sio_api_core_v1_EndpointAddress(ref),
+ "k8s.io/api/core/v1.EndpointPort": schema_k8sio_api_core_v1_EndpointPort(ref),
+ "k8s.io/api/core/v1.EndpointSubset": schema_k8sio_api_core_v1_EndpointSubset(ref),
+ "k8s.io/api/core/v1.Endpoints": schema_k8sio_api_core_v1_Endpoints(ref),
+ "k8s.io/api/core/v1.EndpointsList": schema_k8sio_api_core_v1_EndpointsList(ref),
+ "k8s.io/api/core/v1.EnvFromSource": schema_k8sio_api_core_v1_EnvFromSource(ref),
+ "k8s.io/api/core/v1.EnvVar": schema_k8sio_api_core_v1_EnvVar(ref),
+ "k8s.io/api/core/v1.EnvVarSource": schema_k8sio_api_core_v1_EnvVarSource(ref),
+ "k8s.io/api/core/v1.EphemeralContainer": schema_k8sio_api_core_v1_EphemeralContainer(ref),
+ "k8s.io/api/core/v1.EphemeralContainerCommon": schema_k8sio_api_core_v1_EphemeralContainerCommon(ref),
+ "k8s.io/api/core/v1.EphemeralVolumeSource": schema_k8sio_api_core_v1_EphemeralVolumeSource(ref),
+ "k8s.io/api/core/v1.Event": schema_k8sio_api_core_v1_Event(ref),
+ "k8s.io/api/core/v1.EventList": schema_k8sio_api_core_v1_EventList(ref),
+ "k8s.io/api/core/v1.EventSeries": schema_k8sio_api_core_v1_EventSeries(ref),
+ "k8s.io/api/core/v1.EventSource": schema_k8sio_api_core_v1_EventSource(ref),
+ "k8s.io/api/core/v1.ExecAction": schema_k8sio_api_core_v1_ExecAction(ref),
+ "k8s.io/api/core/v1.FCVolumeSource": schema_k8sio_api_core_v1_FCVolumeSource(ref),
+ "k8s.io/api/core/v1.FlexPersistentVolumeSource": schema_k8sio_api_core_v1_FlexPersistentVolumeSource(ref),
+ "k8s.io/api/core/v1.FlexVolumeSource": schema_k8sio_api_core_v1_FlexVolumeSource(ref),
+ "k8s.io/api/core/v1.FlockerVolumeSource": schema_k8sio_api_core_v1_FlockerVolumeSource(ref),
+ "k8s.io/api/core/v1.GCEPersistentDiskVolumeSource": schema_k8sio_api_core_v1_GCEPersistentDiskVolumeSource(ref),
+ "k8s.io/api/core/v1.GRPCAction": schema_k8sio_api_core_v1_GRPCAction(ref),
+ "k8s.io/api/core/v1.GitRepoVolumeSource": schema_k8sio_api_core_v1_GitRepoVolumeSource(ref),
+ "k8s.io/api/core/v1.GlusterfsPersistentVolumeSource": schema_k8sio_api_core_v1_GlusterfsPersistentVolumeSource(ref),
+ "k8s.io/api/core/v1.GlusterfsVolumeSource": schema_k8sio_api_core_v1_GlusterfsVolumeSource(ref),
+ "k8s.io/api/core/v1.HTTPGetAction": schema_k8sio_api_core_v1_HTTPGetAction(ref),
+ "k8s.io/api/core/v1.HTTPHeader": schema_k8sio_api_core_v1_HTTPHeader(ref),
+ "k8s.io/api/core/v1.HostAlias": schema_k8sio_api_core_v1_HostAlias(ref),
+ "k8s.io/api/core/v1.HostIP": schema_k8sio_api_core_v1_HostIP(ref),
+ "k8s.io/api/core/v1.HostPathVolumeSource": schema_k8sio_api_core_v1_HostPathVolumeSource(ref),
+ "k8s.io/api/core/v1.ISCSIPersistentVolumeSource": schema_k8sio_api_core_v1_ISCSIPersistentVolumeSource(ref),
+ "k8s.io/api/core/v1.ISCSIVolumeSource": schema_k8sio_api_core_v1_ISCSIVolumeSource(ref),
+ "k8s.io/api/core/v1.KeyToPath": schema_k8sio_api_core_v1_KeyToPath(ref),
+ "k8s.io/api/core/v1.Lifecycle": schema_k8sio_api_core_v1_Lifecycle(ref),
+ "k8s.io/api/core/v1.LifecycleHandler": schema_k8sio_api_core_v1_LifecycleHandler(ref),
+ "k8s.io/api/core/v1.LimitRange": schema_k8sio_api_core_v1_LimitRange(ref),
+ "k8s.io/api/core/v1.LimitRangeItem": schema_k8sio_api_core_v1_LimitRangeItem(ref),
+ "k8s.io/api/core/v1.LimitRangeList": schema_k8sio_api_core_v1_LimitRangeList(ref),
+ "k8s.io/api/core/v1.LimitRangeSpec": schema_k8sio_api_core_v1_LimitRangeSpec(ref),
+ "k8s.io/api/core/v1.List": schema_k8sio_api_core_v1_List(ref),
+ "k8s.io/api/core/v1.LoadBalancerIngress": schema_k8sio_api_core_v1_LoadBalancerIngress(ref),
+ "k8s.io/api/core/v1.LoadBalancerStatus": schema_k8sio_api_core_v1_LoadBalancerStatus(ref),
+ "k8s.io/api/core/v1.LocalObjectReference": schema_k8sio_api_core_v1_LocalObjectReference(ref),
+ "k8s.io/api/core/v1.LocalVolumeSource": schema_k8sio_api_core_v1_LocalVolumeSource(ref),
+ "k8s.io/api/core/v1.ModifyVolumeStatus": schema_k8sio_api_core_v1_ModifyVolumeStatus(ref),
+ "k8s.io/api/core/v1.NFSVolumeSource": schema_k8sio_api_core_v1_NFSVolumeSource(ref),
+ "k8s.io/api/core/v1.Namespace": schema_k8sio_api_core_v1_Namespace(ref),
+ "k8s.io/api/core/v1.NamespaceCondition": schema_k8sio_api_core_v1_NamespaceCondition(ref),
+ "k8s.io/api/core/v1.NamespaceList": schema_k8sio_api_core_v1_NamespaceList(ref),
+ "k8s.io/api/core/v1.NamespaceSpec": schema_k8sio_api_core_v1_NamespaceSpec(ref),
+ "k8s.io/api/core/v1.NamespaceStatus": schema_k8sio_api_core_v1_NamespaceStatus(ref),
+ "k8s.io/api/core/v1.Node": schema_k8sio_api_core_v1_Node(ref),
+ "k8s.io/api/core/v1.NodeAddress": schema_k8sio_api_core_v1_NodeAddress(ref),
+ "k8s.io/api/core/v1.NodeAffinity": schema_k8sio_api_core_v1_NodeAffinity(ref),
+ "k8s.io/api/core/v1.NodeCondition": schema_k8sio_api_core_v1_NodeCondition(ref),
+ "k8s.io/api/core/v1.NodeConfigSource": schema_k8sio_api_core_v1_NodeConfigSource(ref),
+ "k8s.io/api/core/v1.NodeConfigStatus": schema_k8sio_api_core_v1_NodeConfigStatus(ref),
+ "k8s.io/api/core/v1.NodeDaemonEndpoints": schema_k8sio_api_core_v1_NodeDaemonEndpoints(ref),
+ "k8s.io/api/core/v1.NodeList": schema_k8sio_api_core_v1_NodeList(ref),
+ "k8s.io/api/core/v1.NodeProxyOptions": schema_k8sio_api_core_v1_NodeProxyOptions(ref),
+ "k8s.io/api/core/v1.NodeResources": schema_k8sio_api_core_v1_NodeResources(ref),
+ "k8s.io/api/core/v1.NodeSelector": schema_k8sio_api_core_v1_NodeSelector(ref),
+ "k8s.io/api/core/v1.NodeSelectorRequirement": schema_k8sio_api_core_v1_NodeSelectorRequirement(ref),
+ "k8s.io/api/core/v1.NodeSelectorTerm": schema_k8sio_api_core_v1_NodeSelectorTerm(ref),
+ "k8s.io/api/core/v1.NodeSpec": schema_k8sio_api_core_v1_NodeSpec(ref),
+ "k8s.io/api/core/v1.NodeStatus": schema_k8sio_api_core_v1_NodeStatus(ref),
+ "k8s.io/api/core/v1.NodeSystemInfo": schema_k8sio_api_core_v1_NodeSystemInfo(ref),
+ "k8s.io/api/core/v1.ObjectFieldSelector": schema_k8sio_api_core_v1_ObjectFieldSelector(ref),
+ "k8s.io/api/core/v1.ObjectReference": schema_k8sio_api_core_v1_ObjectReference(ref),
+ "k8s.io/api/core/v1.PersistentVolume": schema_k8sio_api_core_v1_PersistentVolume(ref),
+ "k8s.io/api/core/v1.PersistentVolumeClaim": schema_k8sio_api_core_v1_PersistentVolumeClaim(ref),
+ "k8s.io/api/core/v1.PersistentVolumeClaimCondition": schema_k8sio_api_core_v1_PersistentVolumeClaimCondition(ref),
+ "k8s.io/api/core/v1.PersistentVolumeClaimList": schema_k8sio_api_core_v1_PersistentVolumeClaimList(ref),
+ "k8s.io/api/core/v1.PersistentVolumeClaimSpec": schema_k8sio_api_core_v1_PersistentVolumeClaimSpec(ref),
+ "k8s.io/api/core/v1.PersistentVolumeClaimStatus": schema_k8sio_api_core_v1_PersistentVolumeClaimStatus(ref),
+ "k8s.io/api/core/v1.PersistentVolumeClaimTemplate": schema_k8sio_api_core_v1_PersistentVolumeClaimTemplate(ref),
+ "k8s.io/api/core/v1.PersistentVolumeClaimVolumeSource": schema_k8sio_api_core_v1_PersistentVolumeClaimVolumeSource(ref),
+ "k8s.io/api/core/v1.PersistentVolumeList": schema_k8sio_api_core_v1_PersistentVolumeList(ref),
+ "k8s.io/api/core/v1.PersistentVolumeSource": schema_k8sio_api_core_v1_PersistentVolumeSource(ref),
+ "k8s.io/api/core/v1.PersistentVolumeSpec": schema_k8sio_api_core_v1_PersistentVolumeSpec(ref),
+ "k8s.io/api/core/v1.PersistentVolumeStatus": schema_k8sio_api_core_v1_PersistentVolumeStatus(ref),
+ "k8s.io/api/core/v1.PhotonPersistentDiskVolumeSource": schema_k8sio_api_core_v1_PhotonPersistentDiskVolumeSource(ref),
+ "k8s.io/api/core/v1.Pod": schema_k8sio_api_core_v1_Pod(ref),
+ "k8s.io/api/core/v1.PodAffinity": schema_k8sio_api_core_v1_PodAffinity(ref),
+ "k8s.io/api/core/v1.PodAffinityTerm": schema_k8sio_api_core_v1_PodAffinityTerm(ref),
+ "k8s.io/api/core/v1.PodAntiAffinity": schema_k8sio_api_core_v1_PodAntiAffinity(ref),
+ "k8s.io/api/core/v1.PodAttachOptions": schema_k8sio_api_core_v1_PodAttachOptions(ref),
+ "k8s.io/api/core/v1.PodCondition": schema_k8sio_api_core_v1_PodCondition(ref),
+ "k8s.io/api/core/v1.PodDNSConfig": schema_k8sio_api_core_v1_PodDNSConfig(ref),
+ "k8s.io/api/core/v1.PodDNSConfigOption": schema_k8sio_api_core_v1_PodDNSConfigOption(ref),
+ "k8s.io/api/core/v1.PodExecOptions": schema_k8sio_api_core_v1_PodExecOptions(ref),
+ "k8s.io/api/core/v1.PodIP": schema_k8sio_api_core_v1_PodIP(ref),
+ "k8s.io/api/core/v1.PodList": schema_k8sio_api_core_v1_PodList(ref),
+ "k8s.io/api/core/v1.PodLogOptions": schema_k8sio_api_core_v1_PodLogOptions(ref),
+ "k8s.io/api/core/v1.PodOS": schema_k8sio_api_core_v1_PodOS(ref),
+ "k8s.io/api/core/v1.PodPortForwardOptions": schema_k8sio_api_core_v1_PodPortForwardOptions(ref),
+ "k8s.io/api/core/v1.PodProxyOptions": schema_k8sio_api_core_v1_PodProxyOptions(ref),
+ "k8s.io/api/core/v1.PodReadinessGate": schema_k8sio_api_core_v1_PodReadinessGate(ref),
+ "k8s.io/api/core/v1.PodResourceClaim": schema_k8sio_api_core_v1_PodResourceClaim(ref),
+ "k8s.io/api/core/v1.PodResourceClaimStatus": schema_k8sio_api_core_v1_PodResourceClaimStatus(ref),
+ "k8s.io/api/core/v1.PodSchedulingGate": schema_k8sio_api_core_v1_PodSchedulingGate(ref),
+ "k8s.io/api/core/v1.PodSecurityContext": schema_k8sio_api_core_v1_PodSecurityContext(ref),
+ "k8s.io/api/core/v1.PodSignature": schema_k8sio_api_core_v1_PodSignature(ref),
+ "k8s.io/api/core/v1.PodSpec": schema_k8sio_api_core_v1_PodSpec(ref),
+ "k8s.io/api/core/v1.PodStatus": schema_k8sio_api_core_v1_PodStatus(ref),
+ "k8s.io/api/core/v1.PodStatusResult": schema_k8sio_api_core_v1_PodStatusResult(ref),
+ "k8s.io/api/core/v1.PodTemplate": schema_k8sio_api_core_v1_PodTemplate(ref),
+ "k8s.io/api/core/v1.PodTemplateList": schema_k8sio_api_core_v1_PodTemplateList(ref),
+ "k8s.io/api/core/v1.PodTemplateSpec": schema_k8sio_api_core_v1_PodTemplateSpec(ref),
+ "k8s.io/api/core/v1.PortStatus": schema_k8sio_api_core_v1_PortStatus(ref),
+ "k8s.io/api/core/v1.PortworxVolumeSource": schema_k8sio_api_core_v1_PortworxVolumeSource(ref),
+ "k8s.io/api/core/v1.PreferAvoidPodsEntry": schema_k8sio_api_core_v1_PreferAvoidPodsEntry(ref),
+ "k8s.io/api/core/v1.PreferredSchedulingTerm": schema_k8sio_api_core_v1_PreferredSchedulingTerm(ref),
+ "k8s.io/api/core/v1.Probe": schema_k8sio_api_core_v1_Probe(ref),
+ "k8s.io/api/core/v1.ProbeHandler": schema_k8sio_api_core_v1_ProbeHandler(ref),
+ "k8s.io/api/core/v1.ProjectedVolumeSource": schema_k8sio_api_core_v1_ProjectedVolumeSource(ref),
+ "k8s.io/api/core/v1.QuobyteVolumeSource": schema_k8sio_api_core_v1_QuobyteVolumeSource(ref),
+ "k8s.io/api/core/v1.RBDPersistentVolumeSource": schema_k8sio_api_core_v1_RBDPersistentVolumeSource(ref),
+ "k8s.io/api/core/v1.RBDVolumeSource": schema_k8sio_api_core_v1_RBDVolumeSource(ref),
+ "k8s.io/api/core/v1.RangeAllocation": schema_k8sio_api_core_v1_RangeAllocation(ref),
+ "k8s.io/api/core/v1.ReplicationController": schema_k8sio_api_core_v1_ReplicationController(ref),
+ "k8s.io/api/core/v1.ReplicationControllerCondition": schema_k8sio_api_core_v1_ReplicationControllerCondition(ref),
+ "k8s.io/api/core/v1.ReplicationControllerList": schema_k8sio_api_core_v1_ReplicationControllerList(ref),
+ "k8s.io/api/core/v1.ReplicationControllerSpec": schema_k8sio_api_core_v1_ReplicationControllerSpec(ref),
+ "k8s.io/api/core/v1.ReplicationControllerStatus": schema_k8sio_api_core_v1_ReplicationControllerStatus(ref),
+ "k8s.io/api/core/v1.ResourceClaim": schema_k8sio_api_core_v1_ResourceClaim(ref),
+ "k8s.io/api/core/v1.ResourceFieldSelector": schema_k8sio_api_core_v1_ResourceFieldSelector(ref),
+ "k8s.io/api/core/v1.ResourceQuota": schema_k8sio_api_core_v1_ResourceQuota(ref),
+ "k8s.io/api/core/v1.ResourceQuotaList": schema_k8sio_api_core_v1_ResourceQuotaList(ref),
+ "k8s.io/api/core/v1.ResourceQuotaSpec": schema_k8sio_api_core_v1_ResourceQuotaSpec(ref),
+ "k8s.io/api/core/v1.ResourceQuotaStatus": schema_k8sio_api_core_v1_ResourceQuotaStatus(ref),
+ "k8s.io/api/core/v1.ResourceRequirements": schema_k8sio_api_core_v1_ResourceRequirements(ref),
+ "k8s.io/api/core/v1.SELinuxOptions": schema_k8sio_api_core_v1_SELinuxOptions(ref),
+ "k8s.io/api/core/v1.ScaleIOPersistentVolumeSource": schema_k8sio_api_core_v1_ScaleIOPersistentVolumeSource(ref),
+ "k8s.io/api/core/v1.ScaleIOVolumeSource": schema_k8sio_api_core_v1_ScaleIOVolumeSource(ref),
+ "k8s.io/api/core/v1.ScopeSelector": schema_k8sio_api_core_v1_ScopeSelector(ref),
+ "k8s.io/api/core/v1.ScopedResourceSelectorRequirement": schema_k8sio_api_core_v1_ScopedResourceSelectorRequirement(ref),
+ "k8s.io/api/core/v1.SeccompProfile": schema_k8sio_api_core_v1_SeccompProfile(ref),
+ "k8s.io/api/core/v1.Secret": schema_k8sio_api_core_v1_Secret(ref),
+ "k8s.io/api/core/v1.SecretEnvSource": schema_k8sio_api_core_v1_SecretEnvSource(ref),
+ "k8s.io/api/core/v1.SecretKeySelector": schema_k8sio_api_core_v1_SecretKeySelector(ref),
+ "k8s.io/api/core/v1.SecretList": schema_k8sio_api_core_v1_SecretList(ref),
+ "k8s.io/api/core/v1.SecretProjection": schema_k8sio_api_core_v1_SecretProjection(ref),
+ "k8s.io/api/core/v1.SecretReference": schema_k8sio_api_core_v1_SecretReference(ref),
+ "k8s.io/api/core/v1.SecretVolumeSource": schema_k8sio_api_core_v1_SecretVolumeSource(ref),
+ "k8s.io/api/core/v1.SecurityContext": schema_k8sio_api_core_v1_SecurityContext(ref),
+ "k8s.io/api/core/v1.SerializedReference": schema_k8sio_api_core_v1_SerializedReference(ref),
+ "k8s.io/api/core/v1.Service": schema_k8sio_api_core_v1_Service(ref),
+ "k8s.io/api/core/v1.ServiceAccount": schema_k8sio_api_core_v1_ServiceAccount(ref),
+ "k8s.io/api/core/v1.ServiceAccountList": schema_k8sio_api_core_v1_ServiceAccountList(ref),
+ "k8s.io/api/core/v1.ServiceAccountTokenProjection": schema_k8sio_api_core_v1_ServiceAccountTokenProjection(ref),
+ "k8s.io/api/core/v1.ServiceList": schema_k8sio_api_core_v1_ServiceList(ref),
+ "k8s.io/api/core/v1.ServicePort": schema_k8sio_api_core_v1_ServicePort(ref),
+ "k8s.io/api/core/v1.ServiceProxyOptions": schema_k8sio_api_core_v1_ServiceProxyOptions(ref),
+ "k8s.io/api/core/v1.ServiceSpec": schema_k8sio_api_core_v1_ServiceSpec(ref),
+ "k8s.io/api/core/v1.ServiceStatus": schema_k8sio_api_core_v1_ServiceStatus(ref),
+ "k8s.io/api/core/v1.SessionAffinityConfig": schema_k8sio_api_core_v1_SessionAffinityConfig(ref),
+ "k8s.io/api/core/v1.SleepAction": schema_k8sio_api_core_v1_SleepAction(ref),
+ "k8s.io/api/core/v1.StorageOSPersistentVolumeSource": schema_k8sio_api_core_v1_StorageOSPersistentVolumeSource(ref),
+ "k8s.io/api/core/v1.StorageOSVolumeSource": schema_k8sio_api_core_v1_StorageOSVolumeSource(ref),
+ "k8s.io/api/core/v1.Sysctl": schema_k8sio_api_core_v1_Sysctl(ref),
+ "k8s.io/api/core/v1.TCPSocketAction": schema_k8sio_api_core_v1_TCPSocketAction(ref),
+ "k8s.io/api/core/v1.Taint": schema_k8sio_api_core_v1_Taint(ref),
+ "k8s.io/api/core/v1.Toleration": schema_k8sio_api_core_v1_Toleration(ref),
+ "k8s.io/api/core/v1.TopologySelectorLabelRequirement": schema_k8sio_api_core_v1_TopologySelectorLabelRequirement(ref),
+ "k8s.io/api/core/v1.TopologySelectorTerm": schema_k8sio_api_core_v1_TopologySelectorTerm(ref),
+ "k8s.io/api/core/v1.TopologySpreadConstraint": schema_k8sio_api_core_v1_TopologySpreadConstraint(ref),
+ "k8s.io/api/core/v1.TypedLocalObjectReference": schema_k8sio_api_core_v1_TypedLocalObjectReference(ref),
+ "k8s.io/api/core/v1.TypedObjectReference": schema_k8sio_api_core_v1_TypedObjectReference(ref),
+ "k8s.io/api/core/v1.Volume": schema_k8sio_api_core_v1_Volume(ref),
+ "k8s.io/api/core/v1.VolumeDevice": schema_k8sio_api_core_v1_VolumeDevice(ref),
+ "k8s.io/api/core/v1.VolumeMount": schema_k8sio_api_core_v1_VolumeMount(ref),
+ "k8s.io/api/core/v1.VolumeNodeAffinity": schema_k8sio_api_core_v1_VolumeNodeAffinity(ref),
+ "k8s.io/api/core/v1.VolumeProjection": schema_k8sio_api_core_v1_VolumeProjection(ref),
+ "k8s.io/api/core/v1.VolumeResourceRequirements": schema_k8sio_api_core_v1_VolumeResourceRequirements(ref),
+ "k8s.io/api/core/v1.VolumeSource": schema_k8sio_api_core_v1_VolumeSource(ref),
+ "k8s.io/api/core/v1.VsphereVirtualDiskVolumeSource": schema_k8sio_api_core_v1_VsphereVirtualDiskVolumeSource(ref),
+ "k8s.io/api/core/v1.WeightedPodAffinityTerm": schema_k8sio_api_core_v1_WeightedPodAffinityTerm(ref),
+ "k8s.io/api/core/v1.WindowsSecurityContextOptions": schema_k8sio_api_core_v1_WindowsSecurityContextOptions(ref),
+ "k8s.io/api/rbac/v1.AggregationRule": schema_k8sio_api_rbac_v1_AggregationRule(ref),
+ "k8s.io/api/rbac/v1.ClusterRole": schema_k8sio_api_rbac_v1_ClusterRole(ref),
+ "k8s.io/api/rbac/v1.ClusterRoleBinding": schema_k8sio_api_rbac_v1_ClusterRoleBinding(ref),
+ "k8s.io/api/rbac/v1.ClusterRoleBindingList": schema_k8sio_api_rbac_v1_ClusterRoleBindingList(ref),
+ "k8s.io/api/rbac/v1.ClusterRoleList": schema_k8sio_api_rbac_v1_ClusterRoleList(ref),
+ "k8s.io/api/rbac/v1.PolicyRule": schema_k8sio_api_rbac_v1_PolicyRule(ref),
+ "k8s.io/api/rbac/v1.Role": schema_k8sio_api_rbac_v1_Role(ref),
+ "k8s.io/api/rbac/v1.RoleBinding": schema_k8sio_api_rbac_v1_RoleBinding(ref),
+ "k8s.io/api/rbac/v1.RoleBindingList": schema_k8sio_api_rbac_v1_RoleBindingList(ref),
+ "k8s.io/api/rbac/v1.RoleList": schema_k8sio_api_rbac_v1_RoleList(ref),
+ "k8s.io/api/rbac/v1.RoleRef": schema_k8sio_api_rbac_v1_RoleRef(ref),
+ "k8s.io/api/rbac/v1.Subject": schema_k8sio_api_rbac_v1_Subject(ref),
+ "k8s.io/apimachinery/pkg/api/resource.Quantity": schema_apimachinery_pkg_api_resource_Quantity(ref),
+ "k8s.io/apimachinery/pkg/api/resource.int64Amount": schema_apimachinery_pkg_api_resource_int64Amount(ref),
+ "k8s.io/apimachinery/pkg/apis/meta/v1.APIGroup": schema_pkg_apis_meta_v1_APIGroup(ref),
+ "k8s.io/apimachinery/pkg/apis/meta/v1.APIGroupList": schema_pkg_apis_meta_v1_APIGroupList(ref),
+ "k8s.io/apimachinery/pkg/apis/meta/v1.APIResource": schema_pkg_apis_meta_v1_APIResource(ref),
+ "k8s.io/apimachinery/pkg/apis/meta/v1.APIResourceList": schema_pkg_apis_meta_v1_APIResourceList(ref),
+ "k8s.io/apimachinery/pkg/apis/meta/v1.APIVersions": schema_pkg_apis_meta_v1_APIVersions(ref),
+ "k8s.io/apimachinery/pkg/apis/meta/v1.ApplyOptions": schema_pkg_apis_meta_v1_ApplyOptions(ref),
+ "k8s.io/apimachinery/pkg/apis/meta/v1.Condition": schema_pkg_apis_meta_v1_Condition(ref),
+ "k8s.io/apimachinery/pkg/apis/meta/v1.CreateOptions": schema_pkg_apis_meta_v1_CreateOptions(ref),
+ "k8s.io/apimachinery/pkg/apis/meta/v1.DeleteOptions": schema_pkg_apis_meta_v1_DeleteOptions(ref),
+ "k8s.io/apimachinery/pkg/apis/meta/v1.Duration": schema_pkg_apis_meta_v1_Duration(ref),
+ "k8s.io/apimachinery/pkg/apis/meta/v1.FieldsV1": schema_pkg_apis_meta_v1_FieldsV1(ref),
+ "k8s.io/apimachinery/pkg/apis/meta/v1.GetOptions": schema_pkg_apis_meta_v1_GetOptions(ref),
+ "k8s.io/apimachinery/pkg/apis/meta/v1.GroupKind": schema_pkg_apis_meta_v1_GroupKind(ref),
+ "k8s.io/apimachinery/pkg/apis/meta/v1.GroupResource": schema_pkg_apis_meta_v1_GroupResource(ref),
+ "k8s.io/apimachinery/pkg/apis/meta/v1.GroupVersion": schema_pkg_apis_meta_v1_GroupVersion(ref),
+ "k8s.io/apimachinery/pkg/apis/meta/v1.GroupVersionForDiscovery": schema_pkg_apis_meta_v1_GroupVersionForDiscovery(ref),
+ "k8s.io/apimachinery/pkg/apis/meta/v1.GroupVersionKind": schema_pkg_apis_meta_v1_GroupVersionKind(ref),
+ "k8s.io/apimachinery/pkg/apis/meta/v1.GroupVersionResource": schema_pkg_apis_meta_v1_GroupVersionResource(ref),
+ "k8s.io/apimachinery/pkg/apis/meta/v1.InternalEvent": schema_pkg_apis_meta_v1_InternalEvent(ref),
+ "k8s.io/apimachinery/pkg/apis/meta/v1.LabelSelector": schema_pkg_apis_meta_v1_LabelSelector(ref),
+ "k8s.io/apimachinery/pkg/apis/meta/v1.LabelSelectorRequirement": schema_pkg_apis_meta_v1_LabelSelectorRequirement(ref),
+ "k8s.io/apimachinery/pkg/apis/meta/v1.List": schema_pkg_apis_meta_v1_List(ref),
+ "k8s.io/apimachinery/pkg/apis/meta/v1.ListMeta": schema_pkg_apis_meta_v1_ListMeta(ref),
+ "k8s.io/apimachinery/pkg/apis/meta/v1.ListOptions": schema_pkg_apis_meta_v1_ListOptions(ref),
+ "k8s.io/apimachinery/pkg/apis/meta/v1.ManagedFieldsEntry": schema_pkg_apis_meta_v1_ManagedFieldsEntry(ref),
+ "k8s.io/apimachinery/pkg/apis/meta/v1.MicroTime": schema_pkg_apis_meta_v1_MicroTime(ref),
+ "k8s.io/apimachinery/pkg/apis/meta/v1.ObjectMeta": schema_pkg_apis_meta_v1_ObjectMeta(ref),
+ "k8s.io/apimachinery/pkg/apis/meta/v1.OwnerReference": schema_pkg_apis_meta_v1_OwnerReference(ref),
+ "k8s.io/apimachinery/pkg/apis/meta/v1.PartialObjectMetadata": schema_pkg_apis_meta_v1_PartialObjectMetadata(ref),
+ "k8s.io/apimachinery/pkg/apis/meta/v1.PartialObjectMetadataList": schema_pkg_apis_meta_v1_PartialObjectMetadataList(ref),
+ "k8s.io/apimachinery/pkg/apis/meta/v1.Patch": schema_pkg_apis_meta_v1_Patch(ref),
+ "k8s.io/apimachinery/pkg/apis/meta/v1.PatchOptions": schema_pkg_apis_meta_v1_PatchOptions(ref),
+ "k8s.io/apimachinery/pkg/apis/meta/v1.Preconditions": schema_pkg_apis_meta_v1_Preconditions(ref),
+ "k8s.io/apimachinery/pkg/apis/meta/v1.RootPaths": schema_pkg_apis_meta_v1_RootPaths(ref),
+ "k8s.io/apimachinery/pkg/apis/meta/v1.ServerAddressByClientCIDR": schema_pkg_apis_meta_v1_ServerAddressByClientCIDR(ref),
+ "k8s.io/apimachinery/pkg/apis/meta/v1.Status": schema_pkg_apis_meta_v1_Status(ref),
+ "k8s.io/apimachinery/pkg/apis/meta/v1.StatusCause": schema_pkg_apis_meta_v1_StatusCause(ref),
+ "k8s.io/apimachinery/pkg/apis/meta/v1.StatusDetails": schema_pkg_apis_meta_v1_StatusDetails(ref),
+ "k8s.io/apimachinery/pkg/apis/meta/v1.Table": schema_pkg_apis_meta_v1_Table(ref),
+ "k8s.io/apimachinery/pkg/apis/meta/v1.TableColumnDefinition": schema_pkg_apis_meta_v1_TableColumnDefinition(ref),
+ "k8s.io/apimachinery/pkg/apis/meta/v1.TableOptions": schema_pkg_apis_meta_v1_TableOptions(ref),
+ "k8s.io/apimachinery/pkg/apis/meta/v1.TableRow": schema_pkg_apis_meta_v1_TableRow(ref),
+ "k8s.io/apimachinery/pkg/apis/meta/v1.TableRowCondition": schema_pkg_apis_meta_v1_TableRowCondition(ref),
+ "k8s.io/apimachinery/pkg/apis/meta/v1.Time": schema_pkg_apis_meta_v1_Time(ref),
+ "k8s.io/apimachinery/pkg/apis/meta/v1.Timestamp": schema_pkg_apis_meta_v1_Timestamp(ref),
+ "k8s.io/apimachinery/pkg/apis/meta/v1.TypeMeta": schema_pkg_apis_meta_v1_TypeMeta(ref),
+ "k8s.io/apimachinery/pkg/apis/meta/v1.UpdateOptions": schema_pkg_apis_meta_v1_UpdateOptions(ref),
+ "k8s.io/apimachinery/pkg/apis/meta/v1.WatchEvent": schema_pkg_apis_meta_v1_WatchEvent(ref),
+ "k8s.io/apimachinery/pkg/runtime.RawExtension": schema_k8sio_apimachinery_pkg_runtime_RawExtension(ref),
+ "k8s.io/apimachinery/pkg/runtime.TypeMeta": schema_k8sio_apimachinery_pkg_runtime_TypeMeta(ref),
+ "k8s.io/apimachinery/pkg/runtime.Unknown": schema_k8sio_apimachinery_pkg_runtime_Unknown(ref),
+ "k8s.io/apimachinery/pkg/version.Info": schema_k8sio_apimachinery_pkg_version_Info(ref),
}
}
-func schema_kubeedge_api_apps_v1alpha1_CommandArgsOverrider(ref common.ReferenceCallback) common.OpenAPIDefinition {
+func schema_api_apis_apps_v1alpha1_CommandArgsOverrider(ref common.ReferenceCallback) common.OpenAPIDefinition {
return common.OpenAPIDefinition{
Schema: spec.Schema{
SchemaProps: spec.SchemaProps{
@@ -480,7 +480,7 @@ func schema_kubeedge_api_apps_v1alpha1_CommandArgsOverrider(ref common.Reference
}
}
-func schema_kubeedge_api_apps_v1alpha1_EdgeApplication(ref common.ReferenceCallback) common.OpenAPIDefinition {
+func schema_api_apis_apps_v1alpha1_EdgeApplication(ref common.ReferenceCallback) common.OpenAPIDefinition {
return common.OpenAPIDefinition{
Schema: spec.Schema{
SchemaProps: spec.SchemaProps{
@@ -511,25 +511,25 @@ func schema_kubeedge_api_apps_v1alpha1_EdgeApplication(ref common.ReferenceCallb
SchemaProps: spec.SchemaProps{
Description: "Spec represents the desired behavior of EdgeApplication.",
Default: map[string]interface{}{},
- Ref: ref("github.com/kubeedge/api/apps/v1alpha1.EdgeApplicationSpec"),
+ Ref: ref("github.com/kubeedge/api/apis/apps/v1alpha1.EdgeApplicationSpec"),
},
},
"status": {
SchemaProps: spec.SchemaProps{
Description: "Status represents the status of PropagationStatus.",
Default: map[string]interface{}{},
- Ref: ref("github.com/kubeedge/api/apps/v1alpha1.EdgeApplicationStatus"),
+ Ref: ref("github.com/kubeedge/api/apis/apps/v1alpha1.EdgeApplicationStatus"),
},
},
},
},
},
Dependencies: []string{
- "github.com/kubeedge/api/apps/v1alpha1.EdgeApplicationSpec", "github.com/kubeedge/api/apps/v1alpha1.EdgeApplicationStatus", "k8s.io/apimachinery/pkg/apis/meta/v1.ObjectMeta"},
+ "github.com/kubeedge/api/apis/apps/v1alpha1.EdgeApplicationSpec", "github.com/kubeedge/api/apis/apps/v1alpha1.EdgeApplicationStatus", "k8s.io/apimachinery/pkg/apis/meta/v1.ObjectMeta"},
}
}
-func schema_kubeedge_api_apps_v1alpha1_EdgeApplicationList(ref common.ReferenceCallback) common.OpenAPIDefinition {
+func schema_api_apis_apps_v1alpha1_EdgeApplicationList(ref common.ReferenceCallback) common.OpenAPIDefinition {
return common.OpenAPIDefinition{
Schema: spec.Schema{
SchemaProps: spec.SchemaProps{
@@ -563,7 +563,7 @@ func schema_kubeedge_api_apps_v1alpha1_EdgeApplicationList(ref common.ReferenceC
Schema: &spec.Schema{
SchemaProps: spec.SchemaProps{
Default: map[string]interface{}{},
- Ref: ref("github.com/kubeedge/api/apps/v1alpha1.EdgeApplication"),
+ Ref: ref("github.com/kubeedge/api/apis/apps/v1alpha1.EdgeApplication"),
},
},
},
@@ -574,11 +574,11 @@ func schema_kubeedge_api_apps_v1alpha1_EdgeApplicationList(ref common.ReferenceC
},
},
Dependencies: []string{
- "github.com/kubeedge/api/apps/v1alpha1.EdgeApplication", "k8s.io/apimachinery/pkg/apis/meta/v1.ListMeta"},
+ "github.com/kubeedge/api/apis/apps/v1alpha1.EdgeApplication", "k8s.io/apimachinery/pkg/apis/meta/v1.ListMeta"},
}
}
-func schema_kubeedge_api_apps_v1alpha1_EdgeApplicationSpec(ref common.ReferenceCallback) common.OpenAPIDefinition {
+func schema_api_apis_apps_v1alpha1_EdgeApplicationSpec(ref common.ReferenceCallback) common.OpenAPIDefinition {
return common.OpenAPIDefinition{
Schema: spec.Schema{
SchemaProps: spec.SchemaProps{
@@ -589,14 +589,14 @@ func schema_kubeedge_api_apps_v1alpha1_EdgeApplicationSpec(ref common.ReferenceC
SchemaProps: spec.SchemaProps{
Description: "WorkloadTemplate contains original templates of resources to be deployed as an EdgeApplication.",
Default: map[string]interface{}{},
- Ref: ref("github.com/kubeedge/api/apps/v1alpha1.ResourceTemplate"),
+ Ref: ref("github.com/kubeedge/api/apis/apps/v1alpha1.ResourceTemplate"),
},
},
"workloadScope": {
SchemaProps: spec.SchemaProps{
Description: "WorkloadScope represents which node groups the workload will be deployed in.",
Default: map[string]interface{}{},
- Ref: ref("github.com/kubeedge/api/apps/v1alpha1.WorkloadScope"),
+ Ref: ref("github.com/kubeedge/api/apis/apps/v1alpha1.WorkloadScope"),
},
},
},
@@ -604,11 +604,11 @@ func schema_kubeedge_api_apps_v1alpha1_EdgeApplicationSpec(ref common.ReferenceC
},
},
Dependencies: []string{
- "github.com/kubeedge/api/apps/v1alpha1.ResourceTemplate", "github.com/kubeedge/api/apps/v1alpha1.WorkloadScope"},
+ "github.com/kubeedge/api/apis/apps/v1alpha1.ResourceTemplate", "github.com/kubeedge/api/apis/apps/v1alpha1.WorkloadScope"},
}
}
-func schema_kubeedge_api_apps_v1alpha1_EdgeApplicationStatus(ref common.ReferenceCallback) common.OpenAPIDefinition {
+func schema_api_apis_apps_v1alpha1_EdgeApplicationStatus(ref common.ReferenceCallback) common.OpenAPIDefinition {
return common.OpenAPIDefinition{
Schema: spec.Schema{
SchemaProps: spec.SchemaProps{
@@ -623,7 +623,7 @@ func schema_kubeedge_api_apps_v1alpha1_EdgeApplicationStatus(ref common.Referenc
Schema: &spec.Schema{
SchemaProps: spec.SchemaProps{
Default: map[string]interface{}{},
- Ref: ref("github.com/kubeedge/api/apps/v1alpha1.ManifestStatus"),
+ Ref: ref("github.com/kubeedge/api/apis/apps/v1alpha1.ManifestStatus"),
},
},
},
@@ -633,11 +633,11 @@ func schema_kubeedge_api_apps_v1alpha1_EdgeApplicationStatus(ref common.Referenc
},
},
Dependencies: []string{
- "github.com/kubeedge/api/apps/v1alpha1.ManifestStatus"},
+ "github.com/kubeedge/api/apis/apps/v1alpha1.ManifestStatus"},
}
}
-func schema_kubeedge_api_apps_v1alpha1_EnvOverrider(ref common.ReferenceCallback) common.OpenAPIDefinition {
+func schema_api_apis_apps_v1alpha1_EnvOverrider(ref common.ReferenceCallback) common.OpenAPIDefinition {
return common.OpenAPIDefinition{
Schema: spec.Schema{
SchemaProps: spec.SchemaProps{
@@ -683,7 +683,7 @@ func schema_kubeedge_api_apps_v1alpha1_EnvOverrider(ref common.ReferenceCallback
}
}
-func schema_kubeedge_api_apps_v1alpha1_ImageOverrider(ref common.ReferenceCallback) common.OpenAPIDefinition {
+func schema_api_apis_apps_v1alpha1_ImageOverrider(ref common.ReferenceCallback) common.OpenAPIDefinition {
return common.OpenAPIDefinition{
Schema: spec.Schema{
SchemaProps: spec.SchemaProps{
@@ -693,7 +693,7 @@ func schema_kubeedge_api_apps_v1alpha1_ImageOverrider(ref common.ReferenceCallba
"predicate": {
SchemaProps: spec.SchemaProps{
Description: "Predicate filters images before applying the rule.\n\nDefaults to nil, in that case, the system will automatically detect image fields if the resource type is Pod, ReplicaSet, Deployment or StatefulSet by following rule:\n - Pod: /spec/containers/<N>/image\n - ReplicaSet: /spec/template/spec/containers/<N>/image\n - Deployment: /spec/template/spec/containers/<N>/image\n - StatefulSet: /spec/template/spec/containers/<N>/image\nIn addition, all images will be processed if the resource object has more than one containers.\n\nIf not nil, only images matches the filters will be processed.",
- Ref: ref("github.com/kubeedge/api/apps/v1alpha1.ImagePredicate"),
+ Ref: ref("github.com/kubeedge/api/apis/apps/v1alpha1.ImagePredicate"),
},
},
"component": {
@@ -724,11 +724,11 @@ func schema_kubeedge_api_apps_v1alpha1_ImageOverrider(ref common.ReferenceCallba
},
},
Dependencies: []string{
- "github.com/kubeedge/api/apps/v1alpha1.ImagePredicate"},
+ "github.com/kubeedge/api/apis/apps/v1alpha1.ImagePredicate"},
}
}
-func schema_kubeedge_api_apps_v1alpha1_ImagePredicate(ref common.ReferenceCallback) common.OpenAPIDefinition {
+func schema_api_apis_apps_v1alpha1_ImagePredicate(ref common.ReferenceCallback) common.OpenAPIDefinition {
return common.OpenAPIDefinition{
Schema: spec.Schema{
SchemaProps: spec.SchemaProps{
@@ -750,7 +750,7 @@ func schema_kubeedge_api_apps_v1alpha1_ImagePredicate(ref common.ReferenceCallba
}
}
-func schema_kubeedge_api_apps_v1alpha1_Manifest(ref common.ReferenceCallback) common.OpenAPIDefinition {
+func schema_api_apis_apps_v1alpha1_Manifest(ref common.ReferenceCallback) common.OpenAPIDefinition {
return common.OpenAPIDefinition{
Schema: spec.Schema{
SchemaProps: spec.SchemaProps{
@@ -761,7 +761,7 @@ func schema_kubeedge_api_apps_v1alpha1_Manifest(ref common.ReferenceCallback) co
}
}
-func schema_kubeedge_api_apps_v1alpha1_ManifestStatus(ref common.ReferenceCallback) common.OpenAPIDefinition {
+func schema_api_apis_apps_v1alpha1_ManifestStatus(ref common.ReferenceCallback) common.OpenAPIDefinition {
return common.OpenAPIDefinition{
Schema: spec.Schema{
SchemaProps: spec.SchemaProps{
@@ -772,7 +772,7 @@ func schema_kubeedge_api_apps_v1alpha1_ManifestStatus(ref common.ReferenceCallba
SchemaProps: spec.SchemaProps{
Description: "Identifier represents the identity of a resource linking to manifests in spec.",
Default: map[string]interface{}{},
- Ref: ref("github.com/kubeedge/api/apps/v1alpha1.ResourceIdentifier"),
+ Ref: ref("github.com/kubeedge/api/apis/apps/v1alpha1.ResourceIdentifier"),
},
},
"conditions": {
@@ -787,11 +787,11 @@ func schema_kubeedge_api_apps_v1alpha1_ManifestStatus(ref common.ReferenceCallba
},
},
Dependencies: []string{
- "github.com/kubeedge/api/apps/v1alpha1.ResourceIdentifier"},
+ "github.com/kubeedge/api/apis/apps/v1alpha1.ResourceIdentifier"},
}
}
-func schema_kubeedge_api_apps_v1alpha1_NodeGroup(ref common.ReferenceCallback) common.OpenAPIDefinition {
+func schema_api_apis_apps_v1alpha1_NodeGroup(ref common.ReferenceCallback) common.OpenAPIDefinition {
return common.OpenAPIDefinition{
Schema: spec.Schema{
SchemaProps: spec.SchemaProps{
@@ -822,25 +822,25 @@ func schema_kubeedge_api_apps_v1alpha1_NodeGroup(ref common.ReferenceCallback) c
SchemaProps: spec.SchemaProps{
Description: "Spec represents the specification of the desired behavior of member nodegroup.",
Default: map[string]interface{}{},
- Ref: ref("github.com/kubeedge/api/apps/v1alpha1.NodeGroupSpec"),
+ Ref: ref("github.com/kubeedge/api/apis/apps/v1alpha1.NodeGroupSpec"),
},
},
"status": {
SchemaProps: spec.SchemaProps{
Description: "Status represents the status of member nodegroup.",
Default: map[string]interface{}{},
- Ref: ref("github.com/kubeedge/api/apps/v1alpha1.NodeGroupStatus"),
+ Ref: ref("github.com/kubeedge/api/apis/apps/v1alpha1.NodeGroupStatus"),
},
},
},
},
},
Dependencies: []string{
- "github.com/kubeedge/api/apps/v1alpha1.NodeGroupSpec", "github.com/kubeedge/api/apps/v1alpha1.NodeGroupStatus", "k8s.io/apimachinery/pkg/apis/meta/v1.ObjectMeta"},
+ "github.com/kubeedge/api/apis/apps/v1alpha1.NodeGroupSpec", "github.com/kubeedge/api/apis/apps/v1alpha1.NodeGroupStatus", "k8s.io/apimachinery/pkg/apis/meta/v1.ObjectMeta"},
}
}
-func schema_kubeedge_api_apps_v1alpha1_NodeGroupList(ref common.ReferenceCallback) common.OpenAPIDefinition {
+func schema_api_apis_apps_v1alpha1_NodeGroupList(ref common.ReferenceCallback) common.OpenAPIDefinition {
return common.OpenAPIDefinition{
Schema: spec.Schema{
SchemaProps: spec.SchemaProps{
@@ -874,7 +874,7 @@ func schema_kubeedge_api_apps_v1alpha1_NodeGroupList(ref common.ReferenceCallbac
Schema: &spec.Schema{
SchemaProps: spec.SchemaProps{
Default: map[string]interface{}{},
- Ref: ref("github.com/kubeedge/api/apps/v1alpha1.NodeGroup"),
+ Ref: ref("github.com/kubeedge/api/apis/apps/v1alpha1.NodeGroup"),
},
},
},
@@ -885,11 +885,11 @@ func schema_kubeedge_api_apps_v1alpha1_NodeGroupList(ref common.ReferenceCallbac
},
},
Dependencies: []string{
- "github.com/kubeedge/api/apps/v1alpha1.NodeGroup", "k8s.io/apimachinery/pkg/apis/meta/v1.ListMeta"},
+ "github.com/kubeedge/api/apis/apps/v1alpha1.NodeGroup", "k8s.io/apimachinery/pkg/apis/meta/v1.ListMeta"},
}
}
-func schema_kubeedge_api_apps_v1alpha1_NodeGroupSpec(ref common.ReferenceCallback) common.OpenAPIDefinition {
+func schema_api_apis_apps_v1alpha1_NodeGroupSpec(ref common.ReferenceCallback) common.OpenAPIDefinition {
return common.OpenAPIDefinition{
Schema: spec.Schema{
SchemaProps: spec.SchemaProps{
@@ -933,7 +933,7 @@ func schema_kubeedge_api_apps_v1alpha1_NodeGroupSpec(ref common.ReferenceCallbac
}
}
-func schema_kubeedge_api_apps_v1alpha1_NodeGroupStatus(ref common.ReferenceCallback) common.OpenAPIDefinition {
+func schema_api_apis_apps_v1alpha1_NodeGroupStatus(ref common.ReferenceCallback) common.OpenAPIDefinition {
return common.OpenAPIDefinition{
Schema: spec.Schema{
SchemaProps: spec.SchemaProps{
@@ -948,7 +948,7 @@ func schema_kubeedge_api_apps_v1alpha1_NodeGroupStatus(ref common.ReferenceCallb
Schema: &spec.Schema{
SchemaProps: spec.SchemaProps{
Default: map[string]interface{}{},
- Ref: ref("github.com/kubeedge/api/apps/v1alpha1.NodeStatus"),
+ Ref: ref("github.com/kubeedge/api/apis/apps/v1alpha1.NodeStatus"),
},
},
},
@@ -958,11 +958,11 @@ func schema_kubeedge_api_apps_v1alpha1_NodeGroupStatus(ref common.ReferenceCallb
},
},
Dependencies: []string{
- "github.com/kubeedge/api/apps/v1alpha1.NodeStatus"},
+ "github.com/kubeedge/api/apis/apps/v1alpha1.NodeStatus"},
}
}
-func schema_kubeedge_api_apps_v1alpha1_NodeStatus(ref common.ReferenceCallback) common.OpenAPIDefinition {
+func schema_api_apis_apps_v1alpha1_NodeStatus(ref common.ReferenceCallback) common.OpenAPIDefinition {
return common.OpenAPIDefinition{
Schema: spec.Schema{
SchemaProps: spec.SchemaProps{
@@ -1007,7 +1007,7 @@ func schema_kubeedge_api_apps_v1alpha1_NodeStatus(ref common.ReferenceCallback)
}
}
-func schema_kubeedge_api_apps_v1alpha1_Overriders(ref common.ReferenceCallback) common.OpenAPIDefinition {
+func schema_api_apis_apps_v1alpha1_Overriders(ref common.ReferenceCallback) common.OpenAPIDefinition {
return common.OpenAPIDefinition{
Schema: spec.Schema{
SchemaProps: spec.SchemaProps{
@@ -1029,7 +1029,7 @@ func schema_kubeedge_api_apps_v1alpha1_Overriders(ref common.ReferenceCallback)
Schema: &spec.Schema{
SchemaProps: spec.SchemaProps{
Default: map[string]interface{}{},
- Ref: ref("github.com/kubeedge/api/apps/v1alpha1.ImageOverrider"),
+ Ref: ref("github.com/kubeedge/api/apis/apps/v1alpha1.ImageOverrider"),
},
},
},
@@ -1043,7 +1043,7 @@ func schema_kubeedge_api_apps_v1alpha1_Overriders(ref common.ReferenceCallback)
Schema: &spec.Schema{
SchemaProps: spec.SchemaProps{
Default: map[string]interface{}{},
- Ref: ref("github.com/kubeedge/api/apps/v1alpha1.EnvOverrider"),
+ Ref: ref("github.com/kubeedge/api/apis/apps/v1alpha1.EnvOverrider"),
},
},
},
@@ -1057,7 +1057,7 @@ func schema_kubeedge_api_apps_v1alpha1_Overriders(ref common.ReferenceCallback)
Schema: &spec.Schema{
SchemaProps: spec.SchemaProps{
Default: map[string]interface{}{},
- Ref: ref("github.com/kubeedge/api/apps/v1alpha1.CommandArgsOverrider"),
+ Ref: ref("github.com/kubeedge/api/apis/apps/v1alpha1.CommandArgsOverrider"),
},
},
},
@@ -1071,7 +1071,7 @@ func schema_kubeedge_api_apps_v1alpha1_Overriders(ref common.ReferenceCallback)
Schema: &spec.Schema{
SchemaProps: spec.SchemaProps{
Default: map[string]interface{}{},
- Ref: ref("github.com/kubeedge/api/apps/v1alpha1.CommandArgsOverrider"),
+ Ref: ref("github.com/kubeedge/api/apis/apps/v1alpha1.CommandArgsOverrider"),
},
},
},
@@ -1085,7 +1085,7 @@ func schema_kubeedge_api_apps_v1alpha1_Overriders(ref common.ReferenceCallback)
Schema: &spec.Schema{
SchemaProps: spec.SchemaProps{
Default: map[string]interface{}{},
- Ref: ref("github.com/kubeedge/api/apps/v1alpha1.ResourcesOverrider"),
+ Ref: ref("github.com/kubeedge/api/apis/apps/v1alpha1.ResourcesOverrider"),
},
},
},
@@ -1095,11 +1095,11 @@ func schema_kubeedge_api_apps_v1alpha1_Overriders(ref common.ReferenceCallback)
},
},
Dependencies: []string{
- "github.com/kubeedge/api/apps/v1alpha1.CommandArgsOverrider", "github.com/kubeedge/api/apps/v1alpha1.EnvOverrider", "github.com/kubeedge/api/apps/v1alpha1.ImageOverrider", "github.com/kubeedge/api/apps/v1alpha1.ResourcesOverrider"},
+ "github.com/kubeedge/api/apis/apps/v1alpha1.CommandArgsOverrider", "github.com/kubeedge/api/apis/apps/v1alpha1.EnvOverrider", "github.com/kubeedge/api/apis/apps/v1alpha1.ImageOverrider", "github.com/kubeedge/api/apis/apps/v1alpha1.ResourcesOverrider"},
}
}
-func schema_kubeedge_api_apps_v1alpha1_ResourceIdentifier(ref common.ReferenceCallback) common.OpenAPIDefinition {
+func schema_api_apis_apps_v1alpha1_ResourceIdentifier(ref common.ReferenceCallback) common.OpenAPIDefinition {
return common.OpenAPIDefinition{
Schema: spec.Schema{
SchemaProps: spec.SchemaProps{
@@ -1163,7 +1163,7 @@ func schema_kubeedge_api_apps_v1alpha1_ResourceIdentifier(ref common.ReferenceCa
}
}
-func schema_kubeedge_api_apps_v1alpha1_ResourceTemplate(ref common.ReferenceCallback) common.OpenAPIDefinition {
+func schema_api_apis_apps_v1alpha1_ResourceTemplate(ref common.ReferenceCallback) common.OpenAPIDefinition {
return common.OpenAPIDefinition{
Schema: spec.Schema{
SchemaProps: spec.SchemaProps{
@@ -1177,7 +1177,7 @@ func schema_kubeedge_api_apps_v1alpha1_ResourceTemplate(ref common.ReferenceCall
Items: &spec.SchemaOrArray{
Schema: &spec.Schema{
SchemaProps: spec.SchemaProps{
- Ref: ref("github.com/kubeedge/api/apps/v1alpha1.Manifest"),
+ Ref: ref("github.com/kubeedge/api/apis/apps/v1alpha1.Manifest"),
},
},
},
@@ -1187,11 +1187,11 @@ func schema_kubeedge_api_apps_v1alpha1_ResourceTemplate(ref common.ReferenceCall
},
},
Dependencies: []string{
- "github.com/kubeedge/api/apps/v1alpha1.Manifest"},
+ "github.com/kubeedge/api/apis/apps/v1alpha1.Manifest"},
}
}
-func schema_kubeedge_api_apps_v1alpha1_ResourcesOverrider(ref common.ReferenceCallback) common.OpenAPIDefinition {
+func schema_api_apis_apps_v1alpha1_ResourcesOverrider(ref common.ReferenceCallback) common.OpenAPIDefinition {
return common.OpenAPIDefinition{
Schema: spec.Schema{
SchemaProps: spec.SchemaProps{
@@ -1222,7 +1222,7 @@ func schema_kubeedge_api_apps_v1alpha1_ResourcesOverrider(ref common.ReferenceCa
}
}
-func schema_kubeedge_api_apps_v1alpha1_TargetNodeGroup(ref common.ReferenceCallback) common.OpenAPIDefinition {
+func schema_api_apis_apps_v1alpha1_TargetNodeGroup(ref common.ReferenceCallback) common.OpenAPIDefinition {
return common.OpenAPIDefinition{
Schema: spec.Schema{
SchemaProps: spec.SchemaProps{
@@ -1241,7 +1241,7 @@ func schema_kubeedge_api_apps_v1alpha1_TargetNodeGroup(ref common.ReferenceCallb
SchemaProps: spec.SchemaProps{
Description: "Overriders represents the override rules that would apply on workload.",
Default: map[string]interface{}{},
- Ref: ref("github.com/kubeedge/api/apps/v1alpha1.Overriders"),
+ Ref: ref("github.com/kubeedge/api/apis/apps/v1alpha1.Overriders"),
},
},
},
@@ -1249,11 +1249,11 @@ func schema_kubeedge_api_apps_v1alpha1_TargetNodeGroup(ref common.ReferenceCallb
},
},
Dependencies: []string{
- "github.com/kubeedge/api/apps/v1alpha1.Overriders"},
+ "github.com/kubeedge/api/apis/apps/v1alpha1.Overriders"},
}
}
-func schema_kubeedge_api_apps_v1alpha1_WorkloadScope(ref common.ReferenceCallback) common.OpenAPIDefinition {
+func schema_api_apis_apps_v1alpha1_WorkloadScope(ref common.ReferenceCallback) common.OpenAPIDefinition {
return common.OpenAPIDefinition{
Schema: spec.Schema{
SchemaProps: spec.SchemaProps{
@@ -1268,7 +1268,7 @@ func schema_kubeedge_api_apps_v1alpha1_WorkloadScope(ref common.ReferenceCallbac
Schema: &spec.Schema{
SchemaProps: spec.SchemaProps{
Default: map[string]interface{}{},
- Ref: ref("github.com/kubeedge/api/apps/v1alpha1.TargetNodeGroup"),
+ Ref: ref("github.com/kubeedge/api/apis/apps/v1alpha1.TargetNodeGroup"),
},
},
},
@@ -1278,11 +1278,11 @@ func schema_kubeedge_api_apps_v1alpha1_WorkloadScope(ref common.ReferenceCallbac
},
},
Dependencies: []string{
- "github.com/kubeedge/api/apps/v1alpha1.TargetNodeGroup"},
+ "github.com/kubeedge/api/apis/apps/v1alpha1.TargetNodeGroup"},
}
}
-func schema_kubeedge_api_devices_v1alpha2_BluetoothOperations(ref common.ReferenceCallback) common.OpenAPIDefinition {
+func schema_api_apis_devices_v1alpha2_BluetoothOperations(ref common.ReferenceCallback) common.OpenAPIDefinition {
return common.OpenAPIDefinition{
Schema: spec.Schema{
SchemaProps: spec.SchemaProps{
@@ -1309,7 +1309,7 @@ func schema_kubeedge_api_devices_v1alpha2_BluetoothOperations(ref common.Referen
}
}
-func schema_kubeedge_api_devices_v1alpha2_BluetoothReadConverter(ref common.ReferenceCallback) common.OpenAPIDefinition {
+func schema_api_apis_devices_v1alpha2_BluetoothReadConverter(ref common.ReferenceCallback) common.OpenAPIDefinition {
return common.OpenAPIDefinition{
Schema: spec.Schema{
SchemaProps: spec.SchemaProps{
@@ -1352,7 +1352,7 @@ func schema_kubeedge_api_devices_v1alpha2_BluetoothReadConverter(ref common.Refe
Schema: &spec.Schema{
SchemaProps: spec.SchemaProps{
Default: map[string]interface{}{},
- Ref: ref("github.com/kubeedge/api/devices/v1alpha2.BluetoothOperations"),
+ Ref: ref("github.com/kubeedge/api/apis/devices/v1alpha2.BluetoothOperations"),
},
},
},
@@ -1362,11 +1362,11 @@ func schema_kubeedge_api_devices_v1alpha2_BluetoothReadConverter(ref common.Refe
},
},
Dependencies: []string{
- "github.com/kubeedge/api/devices/v1alpha2.BluetoothOperations"},
+ "github.com/kubeedge/api/apis/devices/v1alpha2.BluetoothOperations"},
}
}
-func schema_kubeedge_api_devices_v1alpha2_CustomizedValue(ref common.ReferenceCallback) common.OpenAPIDefinition {
+func schema_api_apis_devices_v1alpha2_CustomizedValue(ref common.ReferenceCallback) common.OpenAPIDefinition {
return common.OpenAPIDefinition{
Schema: spec.Schema{
SchemaProps: spec.SchemaProps{
@@ -1377,7 +1377,7 @@ func schema_kubeedge_api_devices_v1alpha2_CustomizedValue(ref common.ReferenceCa
}
}
-func schema_kubeedge_api_devices_v1alpha2_DataProperty(ref common.ReferenceCallback) common.OpenAPIDefinition {
+func schema_api_apis_devices_v1alpha2_DataProperty(ref common.ReferenceCallback) common.OpenAPIDefinition {
return common.OpenAPIDefinition{
Schema: spec.Schema{
SchemaProps: spec.SchemaProps{
@@ -1413,7 +1413,7 @@ func schema_kubeedge_api_devices_v1alpha2_DataProperty(ref common.ReferenceCallb
}
}
-func schema_kubeedge_api_devices_v1alpha2_Device(ref common.ReferenceCallback) common.OpenAPIDefinition {
+func schema_api_apis_devices_v1alpha2_Device(ref common.ReferenceCallback) common.OpenAPIDefinition {
return common.OpenAPIDefinition{
Schema: spec.Schema{
SchemaProps: spec.SchemaProps{
@@ -1443,24 +1443,24 @@ func schema_kubeedge_api_devices_v1alpha2_Device(ref common.ReferenceCallback) c
"spec": {
SchemaProps: spec.SchemaProps{
Default: map[string]interface{}{},
- Ref: ref("github.com/kubeedge/api/devices/v1alpha2.DeviceSpec"),
+ Ref: ref("github.com/kubeedge/api/apis/devices/v1alpha2.DeviceSpec"),
},
},
"status": {
SchemaProps: spec.SchemaProps{
Default: map[string]interface{}{},
- Ref: ref("github.com/kubeedge/api/devices/v1alpha2.DeviceStatus"),
+ Ref: ref("github.com/kubeedge/api/apis/devices/v1alpha2.DeviceStatus"),
},
},
},
},
},
Dependencies: []string{
- "github.com/kubeedge/api/devices/v1alpha2.DeviceSpec", "github.com/kubeedge/api/devices/v1alpha2.DeviceStatus", "k8s.io/apimachinery/pkg/apis/meta/v1.ObjectMeta"},
+ "github.com/kubeedge/api/apis/devices/v1alpha2.DeviceSpec", "github.com/kubeedge/api/apis/devices/v1alpha2.DeviceStatus", "k8s.io/apimachinery/pkg/apis/meta/v1.ObjectMeta"},
}
}
-func schema_kubeedge_api_devices_v1alpha2_DeviceData(ref common.ReferenceCallback) common.OpenAPIDefinition {
+func schema_api_apis_devices_v1alpha2_DeviceData(ref common.ReferenceCallback) common.OpenAPIDefinition {
return common.OpenAPIDefinition{
Schema: spec.Schema{
SchemaProps: spec.SchemaProps{
@@ -1475,7 +1475,7 @@ func schema_kubeedge_api_devices_v1alpha2_DeviceData(ref common.ReferenceCallbac
Schema: &spec.Schema{
SchemaProps: spec.SchemaProps{
Default: map[string]interface{}{},
- Ref: ref("github.com/kubeedge/api/devices/v1alpha2.DataProperty"),
+ Ref: ref("github.com/kubeedge/api/apis/devices/v1alpha2.DataProperty"),
},
},
},
@@ -1492,11 +1492,11 @@ func schema_kubeedge_api_devices_v1alpha2_DeviceData(ref common.ReferenceCallbac
},
},
Dependencies: []string{
- "github.com/kubeedge/api/devices/v1alpha2.DataProperty"},
+ "github.com/kubeedge/api/apis/devices/v1alpha2.DataProperty"},
}
}
-func schema_kubeedge_api_devices_v1alpha2_DeviceList(ref common.ReferenceCallback) common.OpenAPIDefinition {
+func schema_api_apis_devices_v1alpha2_DeviceList(ref common.ReferenceCallback) common.OpenAPIDefinition {
return common.OpenAPIDefinition{
Schema: spec.Schema{
SchemaProps: spec.SchemaProps{
@@ -1530,7 +1530,7 @@ func schema_kubeedge_api_devices_v1alpha2_DeviceList(ref common.ReferenceCallbac
Schema: &spec.Schema{
SchemaProps: spec.SchemaProps{
Default: map[string]interface{}{},
- Ref: ref("github.com/kubeedge/api/devices/v1alpha2.Device"),
+ Ref: ref("github.com/kubeedge/api/apis/devices/v1alpha2.Device"),
},
},
},
@@ -1541,11 +1541,11 @@ func schema_kubeedge_api_devices_v1alpha2_DeviceList(ref common.ReferenceCallbac
},
},
Dependencies: []string{
- "github.com/kubeedge/api/devices/v1alpha2.Device", "k8s.io/apimachinery/pkg/apis/meta/v1.ListMeta"},
+ "github.com/kubeedge/api/apis/devices/v1alpha2.Device", "k8s.io/apimachinery/pkg/apis/meta/v1.ListMeta"},
}
}
-func schema_kubeedge_api_devices_v1alpha2_DeviceModel(ref common.ReferenceCallback) common.OpenAPIDefinition {
+func schema_api_apis_devices_v1alpha2_DeviceModel(ref common.ReferenceCallback) common.OpenAPIDefinition {
return common.OpenAPIDefinition{
Schema: spec.Schema{
SchemaProps: spec.SchemaProps{
@@ -1575,18 +1575,18 @@ func schema_kubeedge_api_devices_v1alpha2_DeviceModel(ref common.ReferenceCallba
"spec": {
SchemaProps: spec.SchemaProps{
Default: map[string]interface{}{},
- Ref: ref("github.com/kubeedge/api/devices/v1alpha2.DeviceModelSpec"),
+ Ref: ref("github.com/kubeedge/api/apis/devices/v1alpha2.DeviceModelSpec"),
},
},
},
},
},
Dependencies: []string{
- "github.com/kubeedge/api/devices/v1alpha2.DeviceModelSpec", "k8s.io/apimachinery/pkg/apis/meta/v1.ObjectMeta"},
+ "github.com/kubeedge/api/apis/devices/v1alpha2.DeviceModelSpec", "k8s.io/apimachinery/pkg/apis/meta/v1.ObjectMeta"},
}
}
-func schema_kubeedge_api_devices_v1alpha2_DeviceModelList(ref common.ReferenceCallback) common.OpenAPIDefinition {
+func schema_api_apis_devices_v1alpha2_DeviceModelList(ref common.ReferenceCallback) common.OpenAPIDefinition {
return common.OpenAPIDefinition{
Schema: spec.Schema{
SchemaProps: spec.SchemaProps{
@@ -1620,7 +1620,7 @@ func schema_kubeedge_api_devices_v1alpha2_DeviceModelList(ref common.ReferenceCa
Schema: &spec.Schema{
SchemaProps: spec.SchemaProps{
Default: map[string]interface{}{},
- Ref: ref("github.com/kubeedge/api/devices/v1alpha2.DeviceModel"),
+ Ref: ref("github.com/kubeedge/api/apis/devices/v1alpha2.DeviceModel"),
},
},
},
@@ -1631,11 +1631,11 @@ func schema_kubeedge_api_devices_v1alpha2_DeviceModelList(ref common.ReferenceCa
},
},
Dependencies: []string{
- "github.com/kubeedge/api/devices/v1alpha2.DeviceModel", "k8s.io/apimachinery/pkg/apis/meta/v1.ListMeta"},
+ "github.com/kubeedge/api/apis/devices/v1alpha2.DeviceModel", "k8s.io/apimachinery/pkg/apis/meta/v1.ListMeta"},
}
}
-func schema_kubeedge_api_devices_v1alpha2_DeviceModelSpec(ref common.ReferenceCallback) common.OpenAPIDefinition {
+func schema_api_apis_devices_v1alpha2_DeviceModelSpec(ref common.ReferenceCallback) common.OpenAPIDefinition {
return common.OpenAPIDefinition{
Schema: spec.Schema{
SchemaProps: spec.SchemaProps{
@@ -1657,7 +1657,7 @@ func schema_kubeedge_api_devices_v1alpha2_DeviceModelSpec(ref common.ReferenceCa
Schema: &spec.Schema{
SchemaProps: spec.SchemaProps{
Default: map[string]interface{}{},
- Ref: ref("github.com/kubeedge/api/devices/v1alpha2.DeviceProperty"),
+ Ref: ref("github.com/kubeedge/api/apis/devices/v1alpha2.DeviceProperty"),
},
},
},
@@ -1667,11 +1667,11 @@ func schema_kubeedge_api_devices_v1alpha2_DeviceModelSpec(ref common.ReferenceCa
},
},
Dependencies: []string{
- "github.com/kubeedge/api/devices/v1alpha2.DeviceProperty"},
+ "github.com/kubeedge/api/apis/devices/v1alpha2.DeviceProperty"},
}
}
-func schema_kubeedge_api_devices_v1alpha2_DeviceProperty(ref common.ReferenceCallback) common.OpenAPIDefinition {
+func schema_api_apis_devices_v1alpha2_DeviceProperty(ref common.ReferenceCallback) common.OpenAPIDefinition {
return common.OpenAPIDefinition{
Schema: spec.Schema{
SchemaProps: spec.SchemaProps{
@@ -1696,18 +1696,18 @@ func schema_kubeedge_api_devices_v1alpha2_DeviceProperty(ref common.ReferenceCal
SchemaProps: spec.SchemaProps{
Description: "Required: PropertyType represents the type and data validation of the property.",
Default: map[string]interface{}{},
- Ref: ref("github.com/kubeedge/api/devices/v1alpha2.PropertyType"),
+ Ref: ref("github.com/kubeedge/api/apis/devices/v1alpha2.PropertyType"),
},
},
},
},
},
Dependencies: []string{
- "github.com/kubeedge/api/devices/v1alpha2.PropertyType"},
+ "github.com/kubeedge/api/apis/devices/v1alpha2.PropertyType"},
}
}
-func schema_kubeedge_api_devices_v1alpha2_DevicePropertyVisitor(ref common.ReferenceCallback) common.OpenAPIDefinition {
+func schema_api_apis_devices_v1alpha2_DevicePropertyVisitor(ref common.ReferenceCallback) common.OpenAPIDefinition {
return common.OpenAPIDefinition{
Schema: spec.Schema{
SchemaProps: spec.SchemaProps{
@@ -1738,42 +1738,42 @@ func schema_kubeedge_api_devices_v1alpha2_DevicePropertyVisitor(ref common.Refer
"customizedValues": {
SchemaProps: spec.SchemaProps{
Description: "Customized values for visitor of provided protocols",
- Ref: ref("github.com/kubeedge/api/devices/v1alpha2.CustomizedValue"),
+ Ref: ref("github.com/kubeedge/api/apis/devices/v1alpha2.CustomizedValue"),
},
},
"opcua": {
SchemaProps: spec.SchemaProps{
Description: "Opcua represents a set of additional visitor config fields of opc-ua protocol.",
- Ref: ref("github.com/kubeedge/api/devices/v1alpha2.VisitorConfigOPCUA"),
+ Ref: ref("github.com/kubeedge/api/apis/devices/v1alpha2.VisitorConfigOPCUA"),
},
},
"modbus": {
SchemaProps: spec.SchemaProps{
Description: "Modbus represents a set of additional visitor config fields of modbus protocol.",
- Ref: ref("github.com/kubeedge/api/devices/v1alpha2.VisitorConfigModbus"),
+ Ref: ref("github.com/kubeedge/api/apis/devices/v1alpha2.VisitorConfigModbus"),
},
},
"bluetooth": {
SchemaProps: spec.SchemaProps{
Description: "Bluetooth represents a set of additional visitor config fields of bluetooth protocol.",
- Ref: ref("github.com/kubeedge/api/devices/v1alpha2.VisitorConfigBluetooth"),
+ Ref: ref("github.com/kubeedge/api/apis/devices/v1alpha2.VisitorConfigBluetooth"),
},
},
"customizedProtocol": {
SchemaProps: spec.SchemaProps{
Description: "CustomizedProtocol represents a set of visitor config fields of bluetooth protocol.",
- Ref: ref("github.com/kubeedge/api/devices/v1alpha2.VisitorConfigCustomized"),
+ Ref: ref("github.com/kubeedge/api/apis/devices/v1alpha2.VisitorConfigCustomized"),
},
},
},
},
},
Dependencies: []string{
- "github.com/kubeedge/api/devices/v1alpha2.CustomizedValue", "github.com/kubeedge/api/devices/v1alpha2.VisitorConfigBluetooth", "github.com/kubeedge/api/devices/v1alpha2.VisitorConfigCustomized", "github.com/kubeedge/api/devices/v1alpha2.VisitorConfigModbus", "github.com/kubeedge/api/devices/v1alpha2.VisitorConfigOPCUA"},
+ "github.com/kubeedge/api/apis/devices/v1alpha2.CustomizedValue", "github.com/kubeedge/api/apis/devices/v1alpha2.VisitorConfigBluetooth", "github.com/kubeedge/api/apis/devices/v1alpha2.VisitorConfigCustomized", "github.com/kubeedge/api/apis/devices/v1alpha2.VisitorConfigModbus", "github.com/kubeedge/api/apis/devices/v1alpha2.VisitorConfigOPCUA"},
}
}
-func schema_kubeedge_api_devices_v1alpha2_DeviceSpec(ref common.ReferenceCallback) common.OpenAPIDefinition {
+func schema_api_apis_devices_v1alpha2_DeviceSpec(ref common.ReferenceCallback) common.OpenAPIDefinition {
return common.OpenAPIDefinition{
Schema: spec.Schema{
SchemaProps: spec.SchemaProps{
@@ -1790,7 +1790,7 @@ func schema_kubeedge_api_devices_v1alpha2_DeviceSpec(ref common.ReferenceCallbac
SchemaProps: spec.SchemaProps{
Description: "Required: The protocol configuration used to connect to the device.",
Default: map[string]interface{}{},
- Ref: ref("github.com/kubeedge/api/devices/v1alpha2.ProtocolConfig"),
+ Ref: ref("github.com/kubeedge/api/apis/devices/v1alpha2.ProtocolConfig"),
},
},
"propertyVisitors": {
@@ -1801,7 +1801,7 @@ func schema_kubeedge_api_devices_v1alpha2_DeviceSpec(ref common.ReferenceCallbac
Schema: &spec.Schema{
SchemaProps: spec.SchemaProps{
Default: map[string]interface{}{},
- Ref: ref("github.com/kubeedge/api/devices/v1alpha2.DevicePropertyVisitor"),
+ Ref: ref("github.com/kubeedge/api/apis/devices/v1alpha2.DevicePropertyVisitor"),
},
},
},
@@ -1811,7 +1811,7 @@ func schema_kubeedge_api_devices_v1alpha2_DeviceSpec(ref common.ReferenceCallbac
SchemaProps: spec.SchemaProps{
Description: "Data section describe a list of time-series properties which should be processed on edge node.",
Default: map[string]interface{}{},
- Ref: ref("github.com/kubeedge/api/devices/v1alpha2.DeviceData"),
+ Ref: ref("github.com/kubeedge/api/apis/devices/v1alpha2.DeviceData"),
},
},
"nodeSelector": {
@@ -1824,11 +1824,11 @@ func schema_kubeedge_api_devices_v1alpha2_DeviceSpec(ref common.ReferenceCallbac
},
},
Dependencies: []string{
- "github.com/kubeedge/api/devices/v1alpha2.DeviceData", "github.com/kubeedge/api/devices/v1alpha2.DevicePropertyVisitor", "github.com/kubeedge/api/devices/v1alpha2.ProtocolConfig", "k8s.io/api/core/v1.LocalObjectReference", "k8s.io/api/core/v1.NodeSelector"},
+ "github.com/kubeedge/api/apis/devices/v1alpha2.DeviceData", "github.com/kubeedge/api/apis/devices/v1alpha2.DevicePropertyVisitor", "github.com/kubeedge/api/apis/devices/v1alpha2.ProtocolConfig", "k8s.io/api/core/v1.LocalObjectReference", "k8s.io/api/core/v1.NodeSelector"},
}
}
-func schema_kubeedge_api_devices_v1alpha2_DeviceStatus(ref common.ReferenceCallback) common.OpenAPIDefinition {
+func schema_api_apis_devices_v1alpha2_DeviceStatus(ref common.ReferenceCallback) common.OpenAPIDefinition {
return common.OpenAPIDefinition{
Schema: spec.Schema{
SchemaProps: spec.SchemaProps{
@@ -1843,7 +1843,7 @@ func schema_kubeedge_api_devices_v1alpha2_DeviceStatus(ref common.ReferenceCallb
Schema: &spec.Schema{
SchemaProps: spec.SchemaProps{
Default: map[string]interface{}{},
- Ref: ref("github.com/kubeedge/api/devices/v1alpha2.Twin"),
+ Ref: ref("github.com/kubeedge/api/apis/devices/v1alpha2.Twin"),
},
},
},
@@ -1853,11 +1853,11 @@ func schema_kubeedge_api_devices_v1alpha2_DeviceStatus(ref common.ReferenceCallb
},
},
Dependencies: []string{
- "github.com/kubeedge/api/devices/v1alpha2.Twin"},
+ "github.com/kubeedge/api/apis/devices/v1alpha2.Twin"},
}
}
-func schema_kubeedge_api_devices_v1alpha2_PropertyType(ref common.ReferenceCallback) common.OpenAPIDefinition {
+func schema_api_apis_devices_v1alpha2_PropertyType(ref common.ReferenceCallback) common.OpenAPIDefinition {
return common.OpenAPIDefinition{
Schema: spec.Schema{
SchemaProps: spec.SchemaProps{
@@ -1866,43 +1866,43 @@ func schema_kubeedge_api_devices_v1alpha2_PropertyType(ref common.ReferenceCallb
Properties: map[string]spec.Schema{
"int": {
SchemaProps: spec.SchemaProps{
- Ref: ref("github.com/kubeedge/api/devices/v1alpha2.PropertyTypeInt64"),
+ Ref: ref("github.com/kubeedge/api/apis/devices/v1alpha2.PropertyTypeInt64"),
},
},
"string": {
SchemaProps: spec.SchemaProps{
- Ref: ref("github.com/kubeedge/api/devices/v1alpha2.PropertyTypeString"),
+ Ref: ref("github.com/kubeedge/api/apis/devices/v1alpha2.PropertyTypeString"),
},
},
"double": {
SchemaProps: spec.SchemaProps{
- Ref: ref("github.com/kubeedge/api/devices/v1alpha2.PropertyTypeDouble"),
+ Ref: ref("github.com/kubeedge/api/apis/devices/v1alpha2.PropertyTypeDouble"),
},
},
"float": {
SchemaProps: spec.SchemaProps{
- Ref: ref("github.com/kubeedge/api/devices/v1alpha2.PropertyTypeFloat"),
+ Ref: ref("github.com/kubeedge/api/apis/devices/v1alpha2.PropertyTypeFloat"),
},
},
"boolean": {
SchemaProps: spec.SchemaProps{
- Ref: ref("github.com/kubeedge/api/devices/v1alpha2.PropertyTypeBoolean"),
+ Ref: ref("github.com/kubeedge/api/apis/devices/v1alpha2.PropertyTypeBoolean"),
},
},
"bytes": {
SchemaProps: spec.SchemaProps{
- Ref: ref("github.com/kubeedge/api/devices/v1alpha2.PropertyTypeBytes"),
+ Ref: ref("github.com/kubeedge/api/apis/devices/v1alpha2.PropertyTypeBytes"),
},
},
},
},
},
Dependencies: []string{
- "github.com/kubeedge/api/devices/v1alpha2.PropertyTypeBoolean", "github.com/kubeedge/api/devices/v1alpha2.PropertyTypeBytes", "github.com/kubeedge/api/devices/v1alpha2.PropertyTypeDouble", "github.com/kubeedge/api/devices/v1alpha2.PropertyTypeFloat", "github.com/kubeedge/api/devices/v1alpha2.PropertyTypeInt64", "github.com/kubeedge/api/devices/v1alpha2.PropertyTypeString"},
+ "github.com/kubeedge/api/apis/devices/v1alpha2.PropertyTypeBoolean", "github.com/kubeedge/api/apis/devices/v1alpha2.PropertyTypeBytes", "github.com/kubeedge/api/apis/devices/v1alpha2.PropertyTypeDouble", "github.com/kubeedge/api/apis/devices/v1alpha2.PropertyTypeFloat", "github.com/kubeedge/api/apis/devices/v1alpha2.PropertyTypeInt64", "github.com/kubeedge/api/apis/devices/v1alpha2.PropertyTypeString"},
}
}
-func schema_kubeedge_api_devices_v1alpha2_PropertyTypeBoolean(ref common.ReferenceCallback) common.OpenAPIDefinition {
+func schema_api_apis_devices_v1alpha2_PropertyTypeBoolean(ref common.ReferenceCallback) common.OpenAPIDefinition {
return common.OpenAPIDefinition{
Schema: spec.Schema{
SchemaProps: spec.SchemaProps{
@@ -1927,7 +1927,7 @@ func schema_kubeedge_api_devices_v1alpha2_PropertyTypeBoolean(ref common.Referen
}
}
-func schema_kubeedge_api_devices_v1alpha2_PropertyTypeBytes(ref common.ReferenceCallback) common.OpenAPIDefinition {
+func schema_api_apis_devices_v1alpha2_PropertyTypeBytes(ref common.ReferenceCallback) common.OpenAPIDefinition {
return common.OpenAPIDefinition{
Schema: spec.Schema{
SchemaProps: spec.SchemaProps{
@@ -1946,7 +1946,7 @@ func schema_kubeedge_api_devices_v1alpha2_PropertyTypeBytes(ref common.Reference
}
}
-func schema_kubeedge_api_devices_v1alpha2_PropertyTypeDouble(ref common.ReferenceCallback) common.OpenAPIDefinition {
+func schema_api_apis_devices_v1alpha2_PropertyTypeDouble(ref common.ReferenceCallback) common.OpenAPIDefinition {
return common.OpenAPIDefinition{
Schema: spec.Schema{
SchemaProps: spec.SchemaProps{
@@ -1990,7 +1990,7 @@ func schema_kubeedge_api_devices_v1alpha2_PropertyTypeDouble(ref common.Referenc
}
}
-func schema_kubeedge_api_devices_v1alpha2_PropertyTypeFloat(ref common.ReferenceCallback) common.OpenAPIDefinition {
+func schema_api_apis_devices_v1alpha2_PropertyTypeFloat(ref common.ReferenceCallback) common.OpenAPIDefinition {
return common.OpenAPIDefinition{
Schema: spec.Schema{
SchemaProps: spec.SchemaProps{
@@ -2034,7 +2034,7 @@ func schema_kubeedge_api_devices_v1alpha2_PropertyTypeFloat(ref common.Reference
}
}
-func schema_kubeedge_api_devices_v1alpha2_PropertyTypeInt64(ref common.ReferenceCallback) common.OpenAPIDefinition {
+func schema_api_apis_devices_v1alpha2_PropertyTypeInt64(ref common.ReferenceCallback) common.OpenAPIDefinition {
return common.OpenAPIDefinition{
Schema: spec.Schema{
SchemaProps: spec.SchemaProps{
@@ -2078,7 +2078,7 @@ func schema_kubeedge_api_devices_v1alpha2_PropertyTypeInt64(ref common.Reference
}
}
-func schema_kubeedge_api_devices_v1alpha2_PropertyTypeString(ref common.ReferenceCallback) common.OpenAPIDefinition {
+func schema_api_apis_devices_v1alpha2_PropertyTypeString(ref common.ReferenceCallback) common.OpenAPIDefinition {
return common.OpenAPIDefinition{
Schema: spec.Schema{
SchemaProps: spec.SchemaProps{
@@ -2103,7 +2103,7 @@ func schema_kubeedge_api_devices_v1alpha2_PropertyTypeString(ref common.Referenc
}
}
-func schema_kubeedge_api_devices_v1alpha2_ProtocolConfig(ref common.ReferenceCallback) common.OpenAPIDefinition {
+func schema_api_apis_devices_v1alpha2_ProtocolConfig(ref common.ReferenceCallback) common.OpenAPIDefinition {
return common.OpenAPIDefinition{
Schema: spec.Schema{
SchemaProps: spec.SchemaProps{
@@ -2113,42 +2113,42 @@ func schema_kubeedge_api_devices_v1alpha2_ProtocolConfig(ref common.ReferenceCal
"opcua": {
SchemaProps: spec.SchemaProps{
Description: "Protocol configuration for opc-ua",
- Ref: ref("github.com/kubeedge/api/devices/v1alpha2.ProtocolConfigOpcUA"),
+ Ref: ref("github.com/kubeedge/api/apis/devices/v1alpha2.ProtocolConfigOpcUA"),
},
},
"modbus": {
SchemaProps: spec.SchemaProps{
Description: "Protocol configuration for modbus",
- Ref: ref("github.com/kubeedge/api/devices/v1alpha2.ProtocolConfigModbus"),
+ Ref: ref("github.com/kubeedge/api/apis/devices/v1alpha2.ProtocolConfigModbus"),
},
},
"bluetooth": {
SchemaProps: spec.SchemaProps{
Description: "Protocol configuration for bluetooth",
- Ref: ref("github.com/kubeedge/api/devices/v1alpha2.ProtocolConfigBluetooth"),
+ Ref: ref("github.com/kubeedge/api/apis/devices/v1alpha2.ProtocolConfigBluetooth"),
},
},
"common": {
SchemaProps: spec.SchemaProps{
Description: "Configuration for protocol common part",
- Ref: ref("github.com/kubeedge/api/devices/v1alpha2.ProtocolConfigCommon"),
+ Ref: ref("github.com/kubeedge/api/apis/devices/v1alpha2.ProtocolConfigCommon"),
},
},
"customizedProtocol": {
SchemaProps: spec.SchemaProps{
Description: "Configuration for customized protocol",
- Ref: ref("github.com/kubeedge/api/devices/v1alpha2.ProtocolConfigCustomized"),
+ Ref: ref("github.com/kubeedge/api/apis/devices/v1alpha2.ProtocolConfigCustomized"),
},
},
},
},
},
Dependencies: []string{
- "github.com/kubeedge/api/devices/v1alpha2.ProtocolConfigBluetooth", "github.com/kubeedge/api/devices/v1alpha2.ProtocolConfigCommon", "github.com/kubeedge/api/devices/v1alpha2.ProtocolConfigCustomized", "github.com/kubeedge/api/devices/v1alpha2.ProtocolConfigModbus", "github.com/kubeedge/api/devices/v1alpha2.ProtocolConfigOpcUA"},
+ "github.com/kubeedge/api/apis/devices/v1alpha2.ProtocolConfigBluetooth", "github.com/kubeedge/api/apis/devices/v1alpha2.ProtocolConfigCommon", "github.com/kubeedge/api/apis/devices/v1alpha2.ProtocolConfigCustomized", "github.com/kubeedge/api/apis/devices/v1alpha2.ProtocolConfigModbus", "github.com/kubeedge/api/apis/devices/v1alpha2.ProtocolConfigOpcUA"},
}
}
-func schema_kubeedge_api_devices_v1alpha2_ProtocolConfigBluetooth(ref common.ReferenceCallback) common.OpenAPIDefinition {
+func schema_api_apis_devices_v1alpha2_ProtocolConfigBluetooth(ref common.ReferenceCallback) common.OpenAPIDefinition {
return common.OpenAPIDefinition{
Schema: spec.Schema{
SchemaProps: spec.SchemaProps{
@@ -2167,7 +2167,7 @@ func schema_kubeedge_api_devices_v1alpha2_ProtocolConfigBluetooth(ref common.Ref
}
}
-func schema_kubeedge_api_devices_v1alpha2_ProtocolConfigCOM(ref common.ReferenceCallback) common.OpenAPIDefinition {
+func schema_api_apis_devices_v1alpha2_ProtocolConfigCOM(ref common.ReferenceCallback) common.OpenAPIDefinition {
return common.OpenAPIDefinition{
Schema: spec.Schema{
SchemaProps: spec.SchemaProps{
@@ -2214,7 +2214,7 @@ func schema_kubeedge_api_devices_v1alpha2_ProtocolConfigCOM(ref common.Reference
}
}
-func schema_kubeedge_api_devices_v1alpha2_ProtocolConfigCommon(ref common.ReferenceCallback) common.OpenAPIDefinition {
+func schema_api_apis_devices_v1alpha2_ProtocolConfigCommon(ref common.ReferenceCallback) common.OpenAPIDefinition {
return common.OpenAPIDefinition{
Schema: spec.Schema{
SchemaProps: spec.SchemaProps{
@@ -2223,12 +2223,12 @@ func schema_kubeedge_api_devices_v1alpha2_ProtocolConfigCommon(ref common.Refere
Properties: map[string]spec.Schema{
"com": {
SchemaProps: spec.SchemaProps{
- Ref: ref("github.com/kubeedge/api/devices/v1alpha2.ProtocolConfigCOM"),
+ Ref: ref("github.com/kubeedge/api/apis/devices/v1alpha2.ProtocolConfigCOM"),
},
},
"tcp": {
SchemaProps: spec.SchemaProps{
- Ref: ref("github.com/kubeedge/api/devices/v1alpha2.ProtocolConfigTCP"),
+ Ref: ref("github.com/kubeedge/api/apis/devices/v1alpha2.ProtocolConfigTCP"),
},
},
"commType": {
@@ -2276,18 +2276,18 @@ func schema_kubeedge_api_devices_v1alpha2_ProtocolConfigCommon(ref common.Refere
"customizedValues": {
SchemaProps: spec.SchemaProps{
Description: "Customized values for provided protocol",
- Ref: ref("github.com/kubeedge/api/devices/v1alpha2.CustomizedValue"),
+ Ref: ref("github.com/kubeedge/api/apis/devices/v1alpha2.CustomizedValue"),
},
},
},
},
},
Dependencies: []string{
- "github.com/kubeedge/api/devices/v1alpha2.CustomizedValue", "github.com/kubeedge/api/devices/v1alpha2.ProtocolConfigCOM", "github.com/kubeedge/api/devices/v1alpha2.ProtocolConfigTCP"},
+ "github.com/kubeedge/api/apis/devices/v1alpha2.CustomizedValue", "github.com/kubeedge/api/apis/devices/v1alpha2.ProtocolConfigCOM", "github.com/kubeedge/api/apis/devices/v1alpha2.ProtocolConfigTCP"},
}
}
-func schema_kubeedge_api_devices_v1alpha2_ProtocolConfigCustomized(ref common.ReferenceCallback) common.OpenAPIDefinition {
+func schema_api_apis_devices_v1alpha2_ProtocolConfigCustomized(ref common.ReferenceCallback) common.OpenAPIDefinition {
return common.OpenAPIDefinition{
Schema: spec.Schema{
SchemaProps: spec.SchemaProps{
@@ -2303,18 +2303,18 @@ func schema_kubeedge_api_devices_v1alpha2_ProtocolConfigCustomized(ref common.Re
"configData": {
SchemaProps: spec.SchemaProps{
Description: "Any config data",
- Ref: ref("github.com/kubeedge/api/devices/v1alpha2.CustomizedValue"),
+ Ref: ref("github.com/kubeedge/api/apis/devices/v1alpha2.CustomizedValue"),
},
},
},
},
},
Dependencies: []string{
- "github.com/kubeedge/api/devices/v1alpha2.CustomizedValue"},
+ "github.com/kubeedge/api/apis/devices/v1alpha2.CustomizedValue"},
}
}
-func schema_kubeedge_api_devices_v1alpha2_ProtocolConfigModbus(ref common.ReferenceCallback) common.OpenAPIDefinition {
+func schema_api_apis_devices_v1alpha2_ProtocolConfigModbus(ref common.ReferenceCallback) common.OpenAPIDefinition {
return common.OpenAPIDefinition{
Schema: spec.Schema{
SchemaProps: spec.SchemaProps{
@@ -2334,7 +2334,7 @@ func schema_kubeedge_api_devices_v1alpha2_ProtocolConfigModbus(ref common.Refere
}
}
-func schema_kubeedge_api_devices_v1alpha2_ProtocolConfigOpcUA(ref common.ReferenceCallback) common.OpenAPIDefinition {
+func schema_api_apis_devices_v1alpha2_ProtocolConfigOpcUA(ref common.ReferenceCallback) common.OpenAPIDefinition {
return common.OpenAPIDefinition{
Schema: spec.Schema{
SchemaProps: spec.SchemaProps{
@@ -2402,7 +2402,7 @@ func schema_kubeedge_api_devices_v1alpha2_ProtocolConfigOpcUA(ref common.Referen
}
}
-func schema_kubeedge_api_devices_v1alpha2_ProtocolConfigTCP(ref common.ReferenceCallback) common.OpenAPIDefinition {
+func schema_api_apis_devices_v1alpha2_ProtocolConfigTCP(ref common.ReferenceCallback) common.OpenAPIDefinition {
return common.OpenAPIDefinition{
Schema: spec.Schema{
SchemaProps: spec.SchemaProps{
@@ -2428,7 +2428,7 @@ func schema_kubeedge_api_devices_v1alpha2_ProtocolConfigTCP(ref common.Reference
}
}
-func schema_kubeedge_api_devices_v1alpha2_Twin(ref common.ReferenceCallback) common.OpenAPIDefinition {
+func schema_api_apis_devices_v1alpha2_Twin(ref common.ReferenceCallback) common.OpenAPIDefinition {
return common.OpenAPIDefinition{
Schema: spec.Schema{
SchemaProps: spec.SchemaProps{
@@ -2446,25 +2446,25 @@ func schema_kubeedge_api_devices_v1alpha2_Twin(ref common.ReferenceCallback) com
SchemaProps: spec.SchemaProps{
Description: "Required: the desired property value.",
Default: map[string]interface{}{},
- Ref: ref("github.com/kubeedge/api/devices/v1alpha2.TwinProperty"),
+ Ref: ref("github.com/kubeedge/api/apis/devices/v1alpha2.TwinProperty"),
},
},
"reported": {
SchemaProps: spec.SchemaProps{
Description: "Required: the reported property value.",
Default: map[string]interface{}{},
- Ref: ref("github.com/kubeedge/api/devices/v1alpha2.TwinProperty"),
+ Ref: ref("github.com/kubeedge/api/apis/devices/v1alpha2.TwinProperty"),
},
},
},
},
},
Dependencies: []string{
- "github.com/kubeedge/api/devices/v1alpha2.TwinProperty"},
+ "github.com/kubeedge/api/apis/devices/v1alpha2.TwinProperty"},
}
}
-func schema_kubeedge_api_devices_v1alpha2_TwinProperty(ref common.ReferenceCallback) common.OpenAPIDefinition {
+func schema_api_apis_devices_v1alpha2_TwinProperty(ref common.ReferenceCallback) common.OpenAPIDefinition {
return common.OpenAPIDefinition{
Schema: spec.Schema{
SchemaProps: spec.SchemaProps{
@@ -2502,7 +2502,7 @@ func schema_kubeedge_api_devices_v1alpha2_TwinProperty(ref common.ReferenceCallb
}
}
-func schema_kubeedge_api_devices_v1alpha2_VisitorConfig(ref common.ReferenceCallback) common.OpenAPIDefinition {
+func schema_api_apis_devices_v1alpha2_VisitorConfig(ref common.ReferenceCallback) common.OpenAPIDefinition {
return common.OpenAPIDefinition{
Schema: spec.Schema{
SchemaProps: spec.SchemaProps{
@@ -2512,36 +2512,36 @@ func schema_kubeedge_api_devices_v1alpha2_VisitorConfig(ref common.ReferenceCall
"opcua": {
SchemaProps: spec.SchemaProps{
Description: "Opcua represents a set of additional visitor config fields of opc-ua protocol.",
- Ref: ref("github.com/kubeedge/api/devices/v1alpha2.VisitorConfigOPCUA"),
+ Ref: ref("github.com/kubeedge/api/apis/devices/v1alpha2.VisitorConfigOPCUA"),
},
},
"modbus": {
SchemaProps: spec.SchemaProps{
Description: "Modbus represents a set of additional visitor config fields of modbus protocol.",
- Ref: ref("github.com/kubeedge/api/devices/v1alpha2.VisitorConfigModbus"),
+ Ref: ref("github.com/kubeedge/api/apis/devices/v1alpha2.VisitorConfigModbus"),
},
},
"bluetooth": {
SchemaProps: spec.SchemaProps{
Description: "Bluetooth represents a set of additional visitor config fields of bluetooth protocol.",
- Ref: ref("github.com/kubeedge/api/devices/v1alpha2.VisitorConfigBluetooth"),
+ Ref: ref("github.com/kubeedge/api/apis/devices/v1alpha2.VisitorConfigBluetooth"),
},
},
"customizedProtocol": {
SchemaProps: spec.SchemaProps{
Description: "CustomizedProtocol represents a set of visitor config fields of bluetooth protocol.",
- Ref: ref("github.com/kubeedge/api/devices/v1alpha2.VisitorConfigCustomized"),
+ Ref: ref("github.com/kubeedge/api/apis/devices/v1alpha2.VisitorConfigCustomized"),
},
},
},
},
},
Dependencies: []string{
- "github.com/kubeedge/api/devices/v1alpha2.VisitorConfigBluetooth", "github.com/kubeedge/api/devices/v1alpha2.VisitorConfigCustomized", "github.com/kubeedge/api/devices/v1alpha2.VisitorConfigModbus", "github.com/kubeedge/api/devices/v1alpha2.VisitorConfigOPCUA"},
+ "github.com/kubeedge/api/apis/devices/v1alpha2.VisitorConfigBluetooth", "github.com/kubeedge/api/apis/devices/v1alpha2.VisitorConfigCustomized", "github.com/kubeedge/api/apis/devices/v1alpha2.VisitorConfigModbus", "github.com/kubeedge/api/apis/devices/v1alpha2.VisitorConfigOPCUA"},
}
}
-func schema_kubeedge_api_devices_v1alpha2_VisitorConfigBluetooth(ref common.ReferenceCallback) common.OpenAPIDefinition {
+func schema_api_apis_devices_v1alpha2_VisitorConfigBluetooth(ref common.ReferenceCallback) common.OpenAPIDefinition {
return common.OpenAPIDefinition{
Schema: spec.Schema{
SchemaProps: spec.SchemaProps{
@@ -2574,18 +2574,18 @@ func schema_kubeedge_api_devices_v1alpha2_VisitorConfigBluetooth(ref common.Refe
SchemaProps: spec.SchemaProps{
Description: "Responsible for converting the data being read from the bluetooth device into a form that is understandable by the platform",
Default: map[string]interface{}{},
- Ref: ref("github.com/kubeedge/api/devices/v1alpha2.BluetoothReadConverter"),
+ Ref: ref("github.com/kubeedge/api/apis/devices/v1alpha2.BluetoothReadConverter"),
},
},
},
},
},
Dependencies: []string{
- "github.com/kubeedge/api/devices/v1alpha2.BluetoothReadConverter"},
+ "github.com/kubeedge/api/apis/devices/v1alpha2.BluetoothReadConverter"},
}
}
-func schema_kubeedge_api_devices_v1alpha2_VisitorConfigCustomized(ref common.ReferenceCallback) common.OpenAPIDefinition {
+func schema_api_apis_devices_v1alpha2_VisitorConfigCustomized(ref common.ReferenceCallback) common.OpenAPIDefinition {
return common.OpenAPIDefinition{
Schema: spec.Schema{
SchemaProps: spec.SchemaProps{
@@ -2602,18 +2602,18 @@ func schema_kubeedge_api_devices_v1alpha2_VisitorConfigCustomized(ref common.Ref
"configData": {
SchemaProps: spec.SchemaProps{
Description: "Required: The configData of customized protocol",
- Ref: ref("github.com/kubeedge/api/devices/v1alpha2.CustomizedValue"),
+ Ref: ref("github.com/kubeedge/api/apis/devices/v1alpha2.CustomizedValue"),
},
},
},
},
},
Dependencies: []string{
- "github.com/kubeedge/api/devices/v1alpha2.CustomizedValue"},
+ "github.com/kubeedge/api/apis/devices/v1alpha2.CustomizedValue"},
}
}
-func schema_kubeedge_api_devices_v1alpha2_VisitorConfigModbus(ref common.ReferenceCallback) common.OpenAPIDefinition {
+func schema_api_apis_devices_v1alpha2_VisitorConfigModbus(ref common.ReferenceCallback) common.OpenAPIDefinition {
return common.OpenAPIDefinition{
Schema: spec.Schema{
SchemaProps: spec.SchemaProps{
@@ -2668,7 +2668,7 @@ func schema_kubeedge_api_devices_v1alpha2_VisitorConfigModbus(ref common.Referen
}
}
-func schema_kubeedge_api_devices_v1alpha2_VisitorConfigOPCUA(ref common.ReferenceCallback) common.OpenAPIDefinition {
+func schema_api_apis_devices_v1alpha2_VisitorConfigOPCUA(ref common.ReferenceCallback) common.OpenAPIDefinition {
return common.OpenAPIDefinition{
Schema: spec.Schema{
SchemaProps: spec.SchemaProps{
@@ -2695,7 +2695,7 @@ func schema_kubeedge_api_devices_v1alpha2_VisitorConfigOPCUA(ref common.Referenc
}
}
-func schema_kubeedge_api_devices_v1beta1_CustomizedValue(ref common.ReferenceCallback) common.OpenAPIDefinition {
+func schema_api_apis_devices_v1beta1_CustomizedValue(ref common.ReferenceCallback) common.OpenAPIDefinition {
return common.OpenAPIDefinition{
Schema: spec.Schema{
SchemaProps: spec.SchemaProps{
@@ -2706,7 +2706,7 @@ func schema_kubeedge_api_devices_v1beta1_CustomizedValue(ref common.ReferenceCal
}
}
-func schema_kubeedge_api_devices_v1beta1_DBMethodConfig(ref common.ReferenceCallback) common.OpenAPIDefinition {
+func schema_api_apis_devices_v1beta1_DBMethodConfig(ref common.ReferenceCallback) common.OpenAPIDefinition {
return common.OpenAPIDefinition{
Schema: spec.Schema{
SchemaProps: spec.SchemaProps{
@@ -2715,33 +2715,33 @@ func schema_kubeedge_api_devices_v1beta1_DBMethodConfig(ref common.ReferenceCall
"influxdb2": {
SchemaProps: spec.SchemaProps{
Description: "method configuration for database",
- Ref: ref("github.com/kubeedge/api/devices/v1beta1.DBMethodInfluxdb2"),
+ Ref: ref("github.com/kubeedge/api/apis/devices/v1beta1.DBMethodInfluxdb2"),
},
},
"redis": {
SchemaProps: spec.SchemaProps{
- Ref: ref("github.com/kubeedge/api/devices/v1beta1.DBMethodRedis"),
+ Ref: ref("github.com/kubeedge/api/apis/devices/v1beta1.DBMethodRedis"),
},
},
"TDEngine": {
SchemaProps: spec.SchemaProps{
- Ref: ref("github.com/kubeedge/api/devices/v1beta1.DBMethodTDEngine"),
+ Ref: ref("github.com/kubeedge/api/apis/devices/v1beta1.DBMethodTDEngine"),
},
},
"mysql": {
SchemaProps: spec.SchemaProps{
- Ref: ref("github.com/kubeedge/api/devices/v1beta1.DBMethodMySQL"),
+ Ref: ref("github.com/kubeedge/api/apis/devices/v1beta1.DBMethodMySQL"),
},
},
},
},
},
Dependencies: []string{
- "github.com/kubeedge/api/devices/v1beta1.DBMethodInfluxdb2", "github.com/kubeedge/api/devices/v1beta1.DBMethodMySQL", "github.com/kubeedge/api/devices/v1beta1.DBMethodRedis", "github.com/kubeedge/api/devices/v1beta1.DBMethodTDEngine"},
+ "github.com/kubeedge/api/apis/devices/v1beta1.DBMethodInfluxdb2", "github.com/kubeedge/api/apis/devices/v1beta1.DBMethodMySQL", "github.com/kubeedge/api/apis/devices/v1beta1.DBMethodRedis", "github.com/kubeedge/api/apis/devices/v1beta1.DBMethodTDEngine"},
}
}
-func schema_kubeedge_api_devices_v1beta1_DBMethodInfluxdb2(ref common.ReferenceCallback) common.OpenAPIDefinition {
+func schema_api_apis_devices_v1beta1_DBMethodInfluxdb2(ref common.ReferenceCallback) common.OpenAPIDefinition {
return common.OpenAPIDefinition{
Schema: spec.Schema{
SchemaProps: spec.SchemaProps{
@@ -2750,24 +2750,24 @@ func schema_kubeedge_api_devices_v1beta1_DBMethodInfluxdb2(ref common.ReferenceC
"influxdb2ClientConfig": {
SchemaProps: spec.SchemaProps{
Description: "Config of influx database",
- Ref: ref("github.com/kubeedge/api/devices/v1beta1.Influxdb2ClientConfig"),
+ Ref: ref("github.com/kubeedge/api/apis/devices/v1beta1.Influxdb2ClientConfig"),
},
},
"influxdb2DataConfig": {
SchemaProps: spec.SchemaProps{
Description: "config of device data when push to influx database",
- Ref: ref("github.com/kubeedge/api/devices/v1beta1.Influxdb2DataConfig"),
+ Ref: ref("github.com/kubeedge/api/apis/devices/v1beta1.Influxdb2DataConfig"),
},
},
},
},
},
Dependencies: []string{
- "github.com/kubeedge/api/devices/v1beta1.Influxdb2ClientConfig", "github.com/kubeedge/api/devices/v1beta1.Influxdb2DataConfig"},
+ "github.com/kubeedge/api/apis/devices/v1beta1.Influxdb2ClientConfig", "github.com/kubeedge/api/apis/devices/v1beta1.Influxdb2DataConfig"},
}
}
-func schema_kubeedge_api_devices_v1beta1_DBMethodMySQL(ref common.ReferenceCallback) common.OpenAPIDefinition {
+func schema_api_apis_devices_v1beta1_DBMethodMySQL(ref common.ReferenceCallback) common.OpenAPIDefinition {
return common.OpenAPIDefinition{
Schema: spec.Schema{
SchemaProps: spec.SchemaProps{
@@ -2775,18 +2775,18 @@ func schema_kubeedge_api_devices_v1beta1_DBMethodMySQL(ref common.ReferenceCallb
Properties: map[string]spec.Schema{
"mysqlClientConfig": {
SchemaProps: spec.SchemaProps{
- Ref: ref("github.com/kubeedge/api/devices/v1beta1.MySQLClientConfig"),
+ Ref: ref("github.com/kubeedge/api/apis/devices/v1beta1.MySQLClientConfig"),
},
},
},
},
},
Dependencies: []string{
- "github.com/kubeedge/api/devices/v1beta1.MySQLClientConfig"},
+ "github.com/kubeedge/api/apis/devices/v1beta1.MySQLClientConfig"},
}
}
-func schema_kubeedge_api_devices_v1beta1_DBMethodRedis(ref common.ReferenceCallback) common.OpenAPIDefinition {
+func schema_api_apis_devices_v1beta1_DBMethodRedis(ref common.ReferenceCallback) common.OpenAPIDefinition {
return common.OpenAPIDefinition{
Schema: spec.Schema{
SchemaProps: spec.SchemaProps{
@@ -2795,18 +2795,18 @@ func schema_kubeedge_api_devices_v1beta1_DBMethodRedis(ref common.ReferenceCallb
"redisClientConfig": {
SchemaProps: spec.SchemaProps{
Description: "RedisClientConfig of redis database",
- Ref: ref("github.com/kubeedge/api/devices/v1beta1.RedisClientConfig"),
+ Ref: ref("github.com/kubeedge/api/apis/devices/v1beta1.RedisClientConfig"),
},
},
},
},
},
Dependencies: []string{
- "github.com/kubeedge/api/devices/v1beta1.RedisClientConfig"},
+ "github.com/kubeedge/api/apis/devices/v1beta1.RedisClientConfig"},
}
}
-func schema_kubeedge_api_devices_v1beta1_DBMethodTDEngine(ref common.ReferenceCallback) common.OpenAPIDefinition {
+func schema_api_apis_devices_v1beta1_DBMethodTDEngine(ref common.ReferenceCallback) common.OpenAPIDefinition {
return common.OpenAPIDefinition{
Schema: spec.Schema{
SchemaProps: spec.SchemaProps{
@@ -2815,18 +2815,18 @@ func schema_kubeedge_api_devices_v1beta1_DBMethodTDEngine(ref common.ReferenceCa
"TDEngineClientConfig": {
SchemaProps: spec.SchemaProps{
Description: "tdengineClientConfig of tdengine database",
- Ref: ref("github.com/kubeedge/api/devices/v1beta1.TDEngineClientConfig"),
+ Ref: ref("github.com/kubeedge/api/apis/devices/v1beta1.TDEngineClientConfig"),
},
},
},
},
},
Dependencies: []string{
- "github.com/kubeedge/api/devices/v1beta1.TDEngineClientConfig"},
+ "github.com/kubeedge/api/apis/devices/v1beta1.TDEngineClientConfig"},
}
}
-func schema_kubeedge_api_devices_v1beta1_Device(ref common.ReferenceCallback) common.OpenAPIDefinition {
+func schema_api_apis_devices_v1beta1_Device(ref common.ReferenceCallback) common.OpenAPIDefinition {
return common.OpenAPIDefinition{
Schema: spec.Schema{
SchemaProps: spec.SchemaProps{
@@ -2856,24 +2856,24 @@ func schema_kubeedge_api_devices_v1beta1_Device(ref common.ReferenceCallback) co
"spec": {
SchemaProps: spec.SchemaProps{
Default: map[string]interface{}{},
- Ref: ref("github.com/kubeedge/api/devices/v1beta1.DeviceSpec"),
+ Ref: ref("github.com/kubeedge/api/apis/devices/v1beta1.DeviceSpec"),
},
},
"status": {
SchemaProps: spec.SchemaProps{
Default: map[string]interface{}{},
- Ref: ref("github.com/kubeedge/api/devices/v1beta1.DeviceStatus"),
+ Ref: ref("github.com/kubeedge/api/apis/devices/v1beta1.DeviceStatus"),
},
},
},
},
},
Dependencies: []string{
- "github.com/kubeedge/api/devices/v1beta1.DeviceSpec", "github.com/kubeedge/api/devices/v1beta1.DeviceStatus", "k8s.io/apimachinery/pkg/apis/meta/v1.ObjectMeta"},
+ "github.com/kubeedge/api/apis/devices/v1beta1.DeviceSpec", "github.com/kubeedge/api/apis/devices/v1beta1.DeviceStatus", "k8s.io/apimachinery/pkg/apis/meta/v1.ObjectMeta"},
}
}
-func schema_kubeedge_api_devices_v1beta1_DeviceList(ref common.ReferenceCallback) common.OpenAPIDefinition {
+func schema_api_apis_devices_v1beta1_DeviceList(ref common.ReferenceCallback) common.OpenAPIDefinition {
return common.OpenAPIDefinition{
Schema: spec.Schema{
SchemaProps: spec.SchemaProps{
@@ -2907,7 +2907,7 @@ func schema_kubeedge_api_devices_v1beta1_DeviceList(ref common.ReferenceCallback
Schema: &spec.Schema{
SchemaProps: spec.SchemaProps{
Default: map[string]interface{}{},
- Ref: ref("github.com/kubeedge/api/devices/v1beta1.Device"),
+ Ref: ref("github.com/kubeedge/api/apis/devices/v1beta1.Device"),
},
},
},
@@ -2918,11 +2918,11 @@ func schema_kubeedge_api_devices_v1beta1_DeviceList(ref common.ReferenceCallback
},
},
Dependencies: []string{
- "github.com/kubeedge/api/devices/v1beta1.Device", "k8s.io/apimachinery/pkg/apis/meta/v1.ListMeta"},
+ "github.com/kubeedge/api/apis/devices/v1beta1.Device", "k8s.io/apimachinery/pkg/apis/meta/v1.ListMeta"},
}
}
-func schema_kubeedge_api_devices_v1beta1_DeviceModel(ref common.ReferenceCallback) common.OpenAPIDefinition {
+func schema_api_apis_devices_v1beta1_DeviceModel(ref common.ReferenceCallback) common.OpenAPIDefinition {
return common.OpenAPIDefinition{
Schema: spec.Schema{
SchemaProps: spec.SchemaProps{
@@ -2952,18 +2952,18 @@ func schema_kubeedge_api_devices_v1beta1_DeviceModel(ref common.ReferenceCallbac
"spec": {
SchemaProps: spec.SchemaProps{
Default: map[string]interface{}{},
- Ref: ref("github.com/kubeedge/api/devices/v1beta1.DeviceModelSpec"),
+ Ref: ref("github.com/kubeedge/api/apis/devices/v1beta1.DeviceModelSpec"),
},
},
},
},
},
Dependencies: []string{
- "github.com/kubeedge/api/devices/v1beta1.DeviceModelSpec", "k8s.io/apimachinery/pkg/apis/meta/v1.ObjectMeta"},
+ "github.com/kubeedge/api/apis/devices/v1beta1.DeviceModelSpec", "k8s.io/apimachinery/pkg/apis/meta/v1.ObjectMeta"},
}
}
-func schema_kubeedge_api_devices_v1beta1_DeviceModelList(ref common.ReferenceCallback) common.OpenAPIDefinition {
+func schema_api_apis_devices_v1beta1_DeviceModelList(ref common.ReferenceCallback) common.OpenAPIDefinition {
return common.OpenAPIDefinition{
Schema: spec.Schema{
SchemaProps: spec.SchemaProps{
@@ -2997,7 +2997,7 @@ func schema_kubeedge_api_devices_v1beta1_DeviceModelList(ref common.ReferenceCal
Schema: &spec.Schema{
SchemaProps: spec.SchemaProps{
Default: map[string]interface{}{},
- Ref: ref("github.com/kubeedge/api/devices/v1beta1.DeviceModel"),
+ Ref: ref("github.com/kubeedge/api/apis/devices/v1beta1.DeviceModel"),
},
},
},
@@ -3008,11 +3008,11 @@ func schema_kubeedge_api_devices_v1beta1_DeviceModelList(ref common.ReferenceCal
},
},
Dependencies: []string{
- "github.com/kubeedge/api/devices/v1beta1.DeviceModel", "k8s.io/apimachinery/pkg/apis/meta/v1.ListMeta"},
+ "github.com/kubeedge/api/apis/devices/v1beta1.DeviceModel", "k8s.io/apimachinery/pkg/apis/meta/v1.ListMeta"},
}
}
-func schema_kubeedge_api_devices_v1beta1_DeviceModelSpec(ref common.ReferenceCallback) common.OpenAPIDefinition {
+func schema_api_apis_devices_v1beta1_DeviceModelSpec(ref common.ReferenceCallback) common.OpenAPIDefinition {
return common.OpenAPIDefinition{
Schema: spec.Schema{
SchemaProps: spec.SchemaProps{
@@ -3027,7 +3027,7 @@ func schema_kubeedge_api_devices_v1beta1_DeviceModelSpec(ref common.ReferenceCal
Schema: &spec.Schema{
SchemaProps: spec.SchemaProps{
Default: map[string]interface{}{},
- Ref: ref("github.com/kubeedge/api/devices/v1beta1.ModelProperty"),
+ Ref: ref("github.com/kubeedge/api/apis/devices/v1beta1.ModelProperty"),
},
},
},
@@ -3044,11 +3044,11 @@ func schema_kubeedge_api_devices_v1beta1_DeviceModelSpec(ref common.ReferenceCal
},
},
Dependencies: []string{
- "github.com/kubeedge/api/devices/v1beta1.ModelProperty"},
+ "github.com/kubeedge/api/apis/devices/v1beta1.ModelProperty"},
}
}
-func schema_kubeedge_api_devices_v1beta1_DeviceProperty(ref common.ReferenceCallback) common.OpenAPIDefinition {
+func schema_api_apis_devices_v1beta1_DeviceProperty(ref common.ReferenceCallback) common.OpenAPIDefinition {
return common.OpenAPIDefinition{
Schema: spec.Schema{
SchemaProps: spec.SchemaProps{
@@ -3066,14 +3066,14 @@ func schema_kubeedge_api_devices_v1beta1_DeviceProperty(ref common.ReferenceCall
SchemaProps: spec.SchemaProps{
Description: "The desired property value.",
Default: map[string]interface{}{},
- Ref: ref("github.com/kubeedge/api/devices/v1beta1.TwinProperty"),
+ Ref: ref("github.com/kubeedge/api/apis/devices/v1beta1.TwinProperty"),
},
},
"visitors": {
SchemaProps: spec.SchemaProps{
Description: "Visitors are intended to be consumed by device mappers which connect to devices and collect data / perform actions on the device. Required: Protocol relevant config details about the how to access the device property.",
Default: map[string]interface{}{},
- Ref: ref("github.com/kubeedge/api/devices/v1beta1.VisitorConfig"),
+ Ref: ref("github.com/kubeedge/api/apis/devices/v1beta1.VisitorConfig"),
},
},
"reportCycle": {
@@ -3100,18 +3100,18 @@ func schema_kubeedge_api_devices_v1beta1_DeviceProperty(ref common.ReferenceCall
"pushMethod": {
SchemaProps: spec.SchemaProps{
Description: "PushMethod represents the protocol used to push data, please ensure that the mapper can access the destination address.",
- Ref: ref("github.com/kubeedge/api/devices/v1beta1.PushMethod"),
+ Ref: ref("github.com/kubeedge/api/apis/devices/v1beta1.PushMethod"),
},
},
},
},
},
Dependencies: []string{
- "github.com/kubeedge/api/devices/v1beta1.PushMethod", "github.com/kubeedge/api/devices/v1beta1.TwinProperty", "github.com/kubeedge/api/devices/v1beta1.VisitorConfig"},
+ "github.com/kubeedge/api/apis/devices/v1beta1.PushMethod", "github.com/kubeedge/api/apis/devices/v1beta1.TwinProperty", "github.com/kubeedge/api/apis/devices/v1beta1.VisitorConfig"},
}
}
-func schema_kubeedge_api_devices_v1beta1_DeviceSpec(ref common.ReferenceCallback) common.OpenAPIDefinition {
+func schema_api_apis_devices_v1beta1_DeviceSpec(ref common.ReferenceCallback) common.OpenAPIDefinition {
return common.OpenAPIDefinition{
Schema: spec.Schema{
SchemaProps: spec.SchemaProps{
@@ -3139,7 +3139,7 @@ func schema_kubeedge_api_devices_v1beta1_DeviceSpec(ref common.ReferenceCallback
Schema: &spec.Schema{
SchemaProps: spec.SchemaProps{
Default: map[string]interface{}{},
- Ref: ref("github.com/kubeedge/api/devices/v1beta1.DeviceProperty"),
+ Ref: ref("github.com/kubeedge/api/apis/devices/v1beta1.DeviceProperty"),
},
},
},
@@ -3149,18 +3149,18 @@ func schema_kubeedge_api_devices_v1beta1_DeviceSpec(ref common.ReferenceCallback
SchemaProps: spec.SchemaProps{
Description: "Required: The protocol configuration used to connect to the device.",
Default: map[string]interface{}{},
- Ref: ref("github.com/kubeedge/api/devices/v1beta1.ProtocolConfig"),
+ Ref: ref("github.com/kubeedge/api/apis/devices/v1beta1.ProtocolConfig"),
},
},
},
},
},
Dependencies: []string{
- "github.com/kubeedge/api/devices/v1beta1.DeviceProperty", "github.com/kubeedge/api/devices/v1beta1.ProtocolConfig", "k8s.io/api/core/v1.LocalObjectReference"},
+ "github.com/kubeedge/api/apis/devices/v1beta1.DeviceProperty", "github.com/kubeedge/api/apis/devices/v1beta1.ProtocolConfig", "k8s.io/api/core/v1.LocalObjectReference"},
}
}
-func schema_kubeedge_api_devices_v1beta1_DeviceStatus(ref common.ReferenceCallback) common.OpenAPIDefinition {
+func schema_api_apis_devices_v1beta1_DeviceStatus(ref common.ReferenceCallback) common.OpenAPIDefinition {
return common.OpenAPIDefinition{
Schema: spec.Schema{
SchemaProps: spec.SchemaProps{
@@ -3175,7 +3175,7 @@ func schema_kubeedge_api_devices_v1beta1_DeviceStatus(ref common.ReferenceCallba
Schema: &spec.Schema{
SchemaProps: spec.SchemaProps{
Default: map[string]interface{}{},
- Ref: ref("github.com/kubeedge/api/devices/v1beta1.Twin"),
+ Ref: ref("github.com/kubeedge/api/apis/devices/v1beta1.Twin"),
},
},
},
@@ -3199,11 +3199,11 @@ func schema_kubeedge_api_devices_v1beta1_DeviceStatus(ref common.ReferenceCallba
},
},
Dependencies: []string{
- "github.com/kubeedge/api/devices/v1beta1.Twin"},
+ "github.com/kubeedge/api/apis/devices/v1beta1.Twin"},
}
}
-func schema_kubeedge_api_devices_v1beta1_Influxdb2ClientConfig(ref common.ReferenceCallback) common.OpenAPIDefinition {
+func schema_api_apis_devices_v1beta1_Influxdb2ClientConfig(ref common.ReferenceCallback) common.OpenAPIDefinition {
return common.OpenAPIDefinition{
Schema: spec.Schema{
SchemaProps: spec.SchemaProps{
@@ -3236,7 +3236,7 @@ func schema_kubeedge_api_devices_v1beta1_Influxdb2ClientConfig(ref common.Refere
}
}
-func schema_kubeedge_api_devices_v1beta1_Influxdb2DataConfig(ref common.ReferenceCallback) common.OpenAPIDefinition {
+func schema_api_apis_devices_v1beta1_Influxdb2DataConfig(ref common.ReferenceCallback) common.OpenAPIDefinition {
return common.OpenAPIDefinition{
Schema: spec.Schema{
SchemaProps: spec.SchemaProps{
@@ -3278,7 +3278,7 @@ func schema_kubeedge_api_devices_v1beta1_Influxdb2DataConfig(ref common.Referenc
}
}
-func schema_kubeedge_api_devices_v1beta1_ModelProperty(ref common.ReferenceCallback) common.OpenAPIDefinition {
+func schema_api_apis_devices_v1beta1_ModelProperty(ref common.ReferenceCallback) common.OpenAPIDefinition {
return common.OpenAPIDefinition{
Schema: spec.Schema{
SchemaProps: spec.SchemaProps{
@@ -3338,7 +3338,7 @@ func schema_kubeedge_api_devices_v1beta1_ModelProperty(ref common.ReferenceCallb
}
}
-func schema_kubeedge_api_devices_v1beta1_MySQLClientConfig(ref common.ReferenceCallback) common.OpenAPIDefinition {
+func schema_api_apis_devices_v1beta1_MySQLClientConfig(ref common.ReferenceCallback) common.OpenAPIDefinition {
return common.OpenAPIDefinition{
Schema: spec.Schema{
SchemaProps: spec.SchemaProps{
@@ -3371,7 +3371,7 @@ func schema_kubeedge_api_devices_v1beta1_MySQLClientConfig(ref common.ReferenceC
}
}
-func schema_kubeedge_api_devices_v1beta1_ProtocolConfig(ref common.ReferenceCallback) common.OpenAPIDefinition {
+func schema_api_apis_devices_v1beta1_ProtocolConfig(ref common.ReferenceCallback) common.OpenAPIDefinition {
return common.OpenAPIDefinition{
Schema: spec.Schema{
SchemaProps: spec.SchemaProps{
@@ -3387,18 +3387,18 @@ func schema_kubeedge_api_devices_v1beta1_ProtocolConfig(ref common.ReferenceCall
"configData": {
SchemaProps: spec.SchemaProps{
Description: "Any config data",
- Ref: ref("github.com/kubeedge/api/devices/v1beta1.CustomizedValue"),
+ Ref: ref("github.com/kubeedge/api/apis/devices/v1beta1.CustomizedValue"),
},
},
},
},
},
Dependencies: []string{
- "github.com/kubeedge/api/devices/v1beta1.CustomizedValue"},
+ "github.com/kubeedge/api/apis/devices/v1beta1.CustomizedValue"},
}
}
-func schema_kubeedge_api_devices_v1beta1_PushMethod(ref common.ReferenceCallback) common.OpenAPIDefinition {
+func schema_api_apis_devices_v1beta1_PushMethod(ref common.ReferenceCallback) common.OpenAPIDefinition {
return common.OpenAPIDefinition{
Schema: spec.Schema{
SchemaProps: spec.SchemaProps{
@@ -3407,30 +3407,30 @@ func schema_kubeedge_api_devices_v1beta1_PushMethod(ref common.ReferenceCallback
"http": {
SchemaProps: spec.SchemaProps{
Description: "HTTP Push method configuration for http",
- Ref: ref("github.com/kubeedge/api/devices/v1beta1.PushMethodHTTP"),
+ Ref: ref("github.com/kubeedge/api/apis/devices/v1beta1.PushMethodHTTP"),
},
},
"mqtt": {
SchemaProps: spec.SchemaProps{
Description: "MQTT Push method configuration for mqtt",
- Ref: ref("github.com/kubeedge/api/devices/v1beta1.PushMethodMQTT"),
+ Ref: ref("github.com/kubeedge/api/apis/devices/v1beta1.PushMethodMQTT"),
},
},
"dbMethod": {
SchemaProps: spec.SchemaProps{
Description: "DBMethod represents the method used to push data to database, please ensure that the mapper can access the destination address.",
- Ref: ref("github.com/kubeedge/api/devices/v1beta1.DBMethodConfig"),
+ Ref: ref("github.com/kubeedge/api/apis/devices/v1beta1.DBMethodConfig"),
},
},
},
},
},
Dependencies: []string{
- "github.com/kubeedge/api/devices/v1beta1.DBMethodConfig", "github.com/kubeedge/api/devices/v1beta1.PushMethodHTTP", "github.com/kubeedge/api/devices/v1beta1.PushMethodMQTT"},
+ "github.com/kubeedge/api/apis/devices/v1beta1.DBMethodConfig", "github.com/kubeedge/api/apis/devices/v1beta1.PushMethodHTTP", "github.com/kubeedge/api/apis/devices/v1beta1.PushMethodMQTT"},
}
}
-func schema_kubeedge_api_devices_v1beta1_PushMethodHTTP(ref common.ReferenceCallback) common.OpenAPIDefinition {
+func schema_api_apis_devices_v1beta1_PushMethodHTTP(ref common.ReferenceCallback) common.OpenAPIDefinition {
return common.OpenAPIDefinition{
Schema: spec.Schema{
SchemaProps: spec.SchemaProps{
@@ -3466,7 +3466,7 @@ func schema_kubeedge_api_devices_v1beta1_PushMethodHTTP(ref common.ReferenceCall
}
}
-func schema_kubeedge_api_devices_v1beta1_PushMethodMQTT(ref common.ReferenceCallback) common.OpenAPIDefinition {
+func schema_api_apis_devices_v1beta1_PushMethodMQTT(ref common.ReferenceCallback) common.OpenAPIDefinition {
return common.OpenAPIDefinition{
Schema: spec.Schema{
SchemaProps: spec.SchemaProps{
@@ -3506,7 +3506,7 @@ func schema_kubeedge_api_devices_v1beta1_PushMethodMQTT(ref common.ReferenceCall
}
}
-func schema_kubeedge_api_devices_v1beta1_RedisClientConfig(ref common.ReferenceCallback) common.OpenAPIDefinition {
+func schema_api_apis_devices_v1beta1_RedisClientConfig(ref common.ReferenceCallback) common.OpenAPIDefinition {
return common.OpenAPIDefinition{
Schema: spec.Schema{
SchemaProps: spec.SchemaProps{
@@ -3546,7 +3546,7 @@ func schema_kubeedge_api_devices_v1beta1_RedisClientConfig(ref common.ReferenceC
}
}
-func schema_kubeedge_api_devices_v1beta1_TDEngineClientConfig(ref common.ReferenceCallback) common.OpenAPIDefinition {
+func schema_api_apis_devices_v1beta1_TDEngineClientConfig(ref common.ReferenceCallback) common.OpenAPIDefinition {
return common.OpenAPIDefinition{
Schema: spec.Schema{
SchemaProps: spec.SchemaProps{
@@ -3572,7 +3572,7 @@ func schema_kubeedge_api_devices_v1beta1_TDEngineClientConfig(ref common.Referen
}
}
-func schema_kubeedge_api_devices_v1beta1_Twin(ref common.ReferenceCallback) common.OpenAPIDefinition {
+func schema_api_apis_devices_v1beta1_Twin(ref common.ReferenceCallback) common.OpenAPIDefinition {
return common.OpenAPIDefinition{
Schema: spec.Schema{
SchemaProps: spec.SchemaProps{
@@ -3590,25 +3590,25 @@ func schema_kubeedge_api_devices_v1beta1_Twin(ref common.ReferenceCallback) comm
SchemaProps: spec.SchemaProps{
Description: "Required: the reported property value.",
Default: map[string]interface{}{},
- Ref: ref("github.com/kubeedge/api/devices/v1beta1.TwinProperty"),
+ Ref: ref("github.com/kubeedge/api/apis/devices/v1beta1.TwinProperty"),
},
},
"observedDesired": {
SchemaProps: spec.SchemaProps{
Description: "The meaning of here is to indicate desired value of `deviceProperty.Desired` that the mapper has received in current cycle. Useful in cases that people want to check whether the mapper is working appropriately and its internal status is up-to-date. This value should be only updated by devicecontroller upstream.",
Default: map[string]interface{}{},
- Ref: ref("github.com/kubeedge/api/devices/v1beta1.TwinProperty"),
+ Ref: ref("github.com/kubeedge/api/apis/devices/v1beta1.TwinProperty"),
},
},
},
},
},
Dependencies: []string{
- "github.com/kubeedge/api/devices/v1beta1.TwinProperty"},
+ "github.com/kubeedge/api/apis/devices/v1beta1.TwinProperty"},
}
}
-func schema_kubeedge_api_devices_v1beta1_TwinProperty(ref common.ReferenceCallback) common.OpenAPIDefinition {
+func schema_api_apis_devices_v1beta1_TwinProperty(ref common.ReferenceCallback) common.OpenAPIDefinition {
return common.OpenAPIDefinition{
Schema: spec.Schema{
SchemaProps: spec.SchemaProps{
@@ -3646,7 +3646,7 @@ func schema_kubeedge_api_devices_v1beta1_TwinProperty(ref common.ReferenceCallba
}
}
-func schema_kubeedge_api_devices_v1beta1_VisitorConfig(ref common.ReferenceCallback) common.OpenAPIDefinition {
+func schema_api_apis_devices_v1beta1_VisitorConfig(ref common.ReferenceCallback) common.OpenAPIDefinition {
return common.OpenAPIDefinition{
Schema: spec.Schema{
SchemaProps: spec.SchemaProps{
@@ -3662,18 +3662,18 @@ func schema_kubeedge_api_devices_v1beta1_VisitorConfig(ref common.ReferenceCallb
"configData": {
SchemaProps: spec.SchemaProps{
Description: "Required: The configData of customized protocol",
- Ref: ref("github.com/kubeedge/api/devices/v1beta1.CustomizedValue"),
+ Ref: ref("github.com/kubeedge/api/apis/devices/v1beta1.CustomizedValue"),
},
},
},
},
},
Dependencies: []string{
- "github.com/kubeedge/api/devices/v1beta1.CustomizedValue"},
+ "github.com/kubeedge/api/apis/devices/v1beta1.CustomizedValue"},
}
}
-func schema_kubeedge_api_operations_v1alpha1_ImagePrePullJob(ref common.ReferenceCallback) common.OpenAPIDefinition {
+func schema_api_apis_operations_v1alpha1_ImagePrePullJob(ref common.ReferenceCallback) common.OpenAPIDefinition {
return common.OpenAPIDefinition{
Schema: spec.Schema{
SchemaProps: spec.SchemaProps{
@@ -3704,14 +3704,14 @@ func schema_kubeedge_api_operations_v1alpha1_ImagePrePullJob(ref common.Referenc
SchemaProps: spec.SchemaProps{
Description: "Spec represents the specification of the desired behavior of ImagePrePullJob.",
Default: map[string]interface{}{},
- Ref: ref("github.com/kubeedge/api/operations/v1alpha1.ImagePrePullJobSpec"),
+ Ref: ref("github.com/kubeedge/api/apis/operations/v1alpha1.ImagePrePullJobSpec"),
},
},
"status": {
SchemaProps: spec.SchemaProps{
Description: "Status represents the status of ImagePrePullJob.",
Default: map[string]interface{}{},
- Ref: ref("github.com/kubeedge/api/operations/v1alpha1.ImagePrePullJobStatus"),
+ Ref: ref("github.com/kubeedge/api/apis/operations/v1alpha1.ImagePrePullJobStatus"),
},
},
},
@@ -3719,11 +3719,11 @@ func schema_kubeedge_api_operations_v1alpha1_ImagePrePullJob(ref common.Referenc
},
},
Dependencies: []string{
- "github.com/kubeedge/api/operations/v1alpha1.ImagePrePullJobSpec", "github.com/kubeedge/api/operations/v1alpha1.ImagePrePullJobStatus", "k8s.io/apimachinery/pkg/apis/meta/v1.ObjectMeta"},
+ "github.com/kubeedge/api/apis/operations/v1alpha1.ImagePrePullJobSpec", "github.com/kubeedge/api/apis/operations/v1alpha1.ImagePrePullJobStatus", "k8s.io/apimachinery/pkg/apis/meta/v1.ObjectMeta"},
}
}
-func schema_kubeedge_api_operations_v1alpha1_ImagePrePullJobList(ref common.ReferenceCallback) common.OpenAPIDefinition {
+func schema_api_apis_operations_v1alpha1_ImagePrePullJobList(ref common.ReferenceCallback) common.OpenAPIDefinition {
return common.OpenAPIDefinition{
Schema: spec.Schema{
SchemaProps: spec.SchemaProps{
@@ -3759,7 +3759,7 @@ func schema_kubeedge_api_operations_v1alpha1_ImagePrePullJobList(ref common.Refe
Schema: &spec.Schema{
SchemaProps: spec.SchemaProps{
Default: map[string]interface{}{},
- Ref: ref("github.com/kubeedge/api/operations/v1alpha1.ImagePrePullJob"),
+ Ref: ref("github.com/kubeedge/api/apis/operations/v1alpha1.ImagePrePullJob"),
},
},
},
@@ -3770,11 +3770,11 @@ func schema_kubeedge_api_operations_v1alpha1_ImagePrePullJobList(ref common.Refe
},
},
Dependencies: []string{
- "github.com/kubeedge/api/operations/v1alpha1.ImagePrePullJob", "k8s.io/apimachinery/pkg/apis/meta/v1.ListMeta"},
+ "github.com/kubeedge/api/apis/operations/v1alpha1.ImagePrePullJob", "k8s.io/apimachinery/pkg/apis/meta/v1.ListMeta"},
}
}
-func schema_kubeedge_api_operations_v1alpha1_ImagePrePullJobSpec(ref common.ReferenceCallback) common.OpenAPIDefinition {
+func schema_api_apis_operations_v1alpha1_ImagePrePullJobSpec(ref common.ReferenceCallback) common.OpenAPIDefinition {
return common.OpenAPIDefinition{
Schema: spec.Schema{
SchemaProps: spec.SchemaProps{
@@ -3785,18 +3785,18 @@ func schema_kubeedge_api_operations_v1alpha1_ImagePrePullJobSpec(ref common.Refe
SchemaProps: spec.SchemaProps{
Description: "ImagePrepullTemplate represents original templates of imagePrePull",
Default: map[string]interface{}{},
- Ref: ref("github.com/kubeedge/api/operations/v1alpha1.ImagePrePullTemplate"),
+ Ref: ref("github.com/kubeedge/api/apis/operations/v1alpha1.ImagePrePullTemplate"),
},
},
},
},
},
Dependencies: []string{
- "github.com/kubeedge/api/operations/v1alpha1.ImagePrePullTemplate"},
+ "github.com/kubeedge/api/apis/operations/v1alpha1.ImagePrePullTemplate"},
}
}
-func schema_kubeedge_api_operations_v1alpha1_ImagePrePullJobStatus(ref common.ReferenceCallback) common.OpenAPIDefinition {
+func schema_api_apis_operations_v1alpha1_ImagePrePullJobStatus(ref common.ReferenceCallback) common.OpenAPIDefinition {
return common.OpenAPIDefinition{
Schema: spec.Schema{
SchemaProps: spec.SchemaProps{
@@ -3846,7 +3846,7 @@ func schema_kubeedge_api_operations_v1alpha1_ImagePrePullJobStatus(ref common.Re
Schema: &spec.Schema{
SchemaProps: spec.SchemaProps{
Default: map[string]interface{}{},
- Ref: ref("github.com/kubeedge/api/operations/v1alpha1.ImagePrePullStatus"),
+ Ref: ref("github.com/kubeedge/api/apis/operations/v1alpha1.ImagePrePullStatus"),
},
},
},
@@ -3856,11 +3856,11 @@ func schema_kubeedge_api_operations_v1alpha1_ImagePrePullJobStatus(ref common.Re
},
},
Dependencies: []string{
- "github.com/kubeedge/api/operations/v1alpha1.ImagePrePullStatus"},
+ "github.com/kubeedge/api/apis/operations/v1alpha1.ImagePrePullStatus"},
}
}
-func schema_kubeedge_api_operations_v1alpha1_ImagePrePullStatus(ref common.ReferenceCallback) common.OpenAPIDefinition {
+func schema_api_apis_operations_v1alpha1_ImagePrePullStatus(ref common.ReferenceCallback) common.OpenAPIDefinition {
return common.OpenAPIDefinition{
Schema: spec.Schema{
SchemaProps: spec.SchemaProps{
@@ -3870,7 +3870,7 @@ func schema_kubeedge_api_operations_v1alpha1_ImagePrePullStatus(ref common.Refer
"nodeStatus": {
SchemaProps: spec.SchemaProps{
Description: "TaskStatus represents the status for each node",
- Ref: ref("github.com/kubeedge/api/operations/v1alpha1.TaskStatus"),
+ Ref: ref("github.com/kubeedge/api/apis/operations/v1alpha1.TaskStatus"),
},
},
"imageStatus": {
@@ -3881,7 +3881,7 @@ func schema_kubeedge_api_operations_v1alpha1_ImagePrePullStatus(ref common.Refer
Schema: &spec.Schema{
SchemaProps: spec.SchemaProps{
Default: map[string]interface{}{},
- Ref: ref("github.com/kubeedge/api/operations/v1alpha1.ImageStatus"),
+ Ref: ref("github.com/kubeedge/api/apis/operations/v1alpha1.ImageStatus"),
},
},
},
@@ -3891,11 +3891,11 @@ func schema_kubeedge_api_operations_v1alpha1_ImagePrePullStatus(ref common.Refer
},
},
Dependencies: []string{
- "github.com/kubeedge/api/operations/v1alpha1.ImageStatus", "github.com/kubeedge/api/operations/v1alpha1.TaskStatus"},
+ "github.com/kubeedge/api/apis/operations/v1alpha1.ImageStatus", "github.com/kubeedge/api/apis/operations/v1alpha1.TaskStatus"},
}
}
-func schema_kubeedge_api_operations_v1alpha1_ImagePrePullTemplate(ref common.ReferenceCallback) common.OpenAPIDefinition {
+func schema_api_apis_operations_v1alpha1_ImagePrePullTemplate(ref common.ReferenceCallback) common.OpenAPIDefinition {
return common.OpenAPIDefinition{
Schema: spec.Schema{
SchemaProps: spec.SchemaProps{
@@ -3996,7 +3996,7 @@ func schema_kubeedge_api_operations_v1alpha1_ImagePrePullTemplate(ref common.Ref
}
}
-func schema_kubeedge_api_operations_v1alpha1_ImageStatus(ref common.ReferenceCallback) common.OpenAPIDefinition {
+func schema_api_apis_operations_v1alpha1_ImageStatus(ref common.ReferenceCallback) common.OpenAPIDefinition {
return common.OpenAPIDefinition{
Schema: spec.Schema{
SchemaProps: spec.SchemaProps{
@@ -4030,7 +4030,7 @@ func schema_kubeedge_api_operations_v1alpha1_ImageStatus(ref common.ReferenceCal
}
}
-func schema_kubeedge_api_operations_v1alpha1_NodeUpgradeJob(ref common.ReferenceCallback) common.OpenAPIDefinition {
+func schema_api_apis_operations_v1alpha1_NodeUpgradeJob(ref common.ReferenceCallback) common.OpenAPIDefinition {
return common.OpenAPIDefinition{
Schema: spec.Schema{
SchemaProps: spec.SchemaProps{
@@ -4061,25 +4061,25 @@ func schema_kubeedge_api_operations_v1alpha1_NodeUpgradeJob(ref common.Reference
SchemaProps: spec.SchemaProps{
Description: "Specification of the desired behavior of NodeUpgradeJob.",
Default: map[string]interface{}{},
- Ref: ref("github.com/kubeedge/api/operations/v1alpha1.NodeUpgradeJobSpec"),
+ Ref: ref("github.com/kubeedge/api/apis/operations/v1alpha1.NodeUpgradeJobSpec"),
},
},
"status": {
SchemaProps: spec.SchemaProps{
Description: "Most recently observed status of the NodeUpgradeJob.",
Default: map[string]interface{}{},
- Ref: ref("github.com/kubeedge/api/operations/v1alpha1.NodeUpgradeJobStatus"),
+ Ref: ref("github.com/kubeedge/api/apis/operations/v1alpha1.NodeUpgradeJobStatus"),
},
},
},
},
},
Dependencies: []string{
- "github.com/kubeedge/api/operations/v1alpha1.NodeUpgradeJobSpec", "github.com/kubeedge/api/operations/v1alpha1.NodeUpgradeJobStatus", "k8s.io/apimachinery/pkg/apis/meta/v1.ObjectMeta"},
+ "github.com/kubeedge/api/apis/operations/v1alpha1.NodeUpgradeJobSpec", "github.com/kubeedge/api/apis/operations/v1alpha1.NodeUpgradeJobStatus", "k8s.io/apimachinery/pkg/apis/meta/v1.ObjectMeta"},
}
}
-func schema_kubeedge_api_operations_v1alpha1_NodeUpgradeJobList(ref common.ReferenceCallback) common.OpenAPIDefinition {
+func schema_api_apis_operations_v1alpha1_NodeUpgradeJobList(ref common.ReferenceCallback) common.OpenAPIDefinition {
return common.OpenAPIDefinition{
Schema: spec.Schema{
SchemaProps: spec.SchemaProps{
@@ -4115,7 +4115,7 @@ func schema_kubeedge_api_operations_v1alpha1_NodeUpgradeJobList(ref common.Refer
Schema: &spec.Schema{
SchemaProps: spec.SchemaProps{
Default: map[string]interface{}{},
- Ref: ref("github.com/kubeedge/api/operations/v1alpha1.NodeUpgradeJob"),
+ Ref: ref("github.com/kubeedge/api/apis/operations/v1alpha1.NodeUpgradeJob"),
},
},
},
@@ -4126,11 +4126,11 @@ func schema_kubeedge_api_operations_v1alpha1_NodeUpgradeJobList(ref common.Refer
},
},
Dependencies: []string{
- "github.com/kubeedge/api/operations/v1alpha1.NodeUpgradeJob", "k8s.io/apimachinery/pkg/apis/meta/v1.ListMeta"},
+ "github.com/kubeedge/api/apis/operations/v1alpha1.NodeUpgradeJob", "k8s.io/apimachinery/pkg/apis/meta/v1.ListMeta"},
}
}
-func schema_kubeedge_api_operations_v1alpha1_NodeUpgradeJobSpec(ref common.ReferenceCallback) common.OpenAPIDefinition {
+func schema_api_apis_operations_v1alpha1_NodeUpgradeJobSpec(ref common.ReferenceCallback) common.OpenAPIDefinition {
return common.OpenAPIDefinition{
Schema: spec.Schema{
SchemaProps: spec.SchemaProps{
@@ -4215,7 +4215,7 @@ func schema_kubeedge_api_operations_v1alpha1_NodeUpgradeJobSpec(ref common.Refer
}
}
-func schema_kubeedge_api_operations_v1alpha1_NodeUpgradeJobStatus(ref common.ReferenceCallback) common.OpenAPIDefinition {
+func schema_api_apis_operations_v1alpha1_NodeUpgradeJobStatus(ref common.ReferenceCallback) common.OpenAPIDefinition {
return common.OpenAPIDefinition{
Schema: spec.Schema{
SchemaProps: spec.SchemaProps{
@@ -4279,7 +4279,7 @@ func schema_kubeedge_api_operations_v1alpha1_NodeUpgradeJobStatus(ref common.Ref
Schema: &spec.Schema{
SchemaProps: spec.SchemaProps{
Default: map[string]interface{}{},
- Ref: ref("github.com/kubeedge/api/operations/v1alpha1.TaskStatus"),
+ Ref: ref("github.com/kubeedge/api/apis/operations/v1alpha1.TaskStatus"),
},
},
},
@@ -4289,11 +4289,11 @@ func schema_kubeedge_api_operations_v1alpha1_NodeUpgradeJobStatus(ref common.Ref
},
},
Dependencies: []string{
- "github.com/kubeedge/api/operations/v1alpha1.TaskStatus"},
+ "github.com/kubeedge/api/apis/operations/v1alpha1.TaskStatus"},
}
}
-func schema_kubeedge_api_operations_v1alpha1_TaskStatus(ref common.ReferenceCallback) common.OpenAPIDefinition {
+func schema_api_apis_operations_v1alpha1_TaskStatus(ref common.ReferenceCallback) common.OpenAPIDefinition {
return common.OpenAPIDefinition{
Schema: spec.Schema{
SchemaProps: spec.SchemaProps{
@@ -4348,7 +4348,7 @@ func schema_kubeedge_api_operations_v1alpha1_TaskStatus(ref common.ReferenceCall
}
}
-func schema_kubeedge_api_policy_v1alpha1_AccessClusterRoleBinding(ref common.ReferenceCallback) common.OpenAPIDefinition {
+func schema_api_apis_policy_v1alpha1_AccessClusterRoleBinding(ref common.ReferenceCallback) common.OpenAPIDefinition {
return common.OpenAPIDefinition{
Schema: spec.Schema{
SchemaProps: spec.SchemaProps{
@@ -4384,7 +4384,7 @@ func schema_kubeedge_api_policy_v1alpha1_AccessClusterRoleBinding(ref common.Ref
}
}
-func schema_kubeedge_api_policy_v1alpha1_AccessRoleBinding(ref common.ReferenceCallback) common.OpenAPIDefinition {
+func schema_api_apis_policy_v1alpha1_AccessRoleBinding(ref common.ReferenceCallback) common.OpenAPIDefinition {
return common.OpenAPIDefinition{
Schema: spec.Schema{
SchemaProps: spec.SchemaProps{
@@ -4420,7 +4420,7 @@ func schema_kubeedge_api_policy_v1alpha1_AccessRoleBinding(ref common.ReferenceC
}
}
-func schema_kubeedge_api_policy_v1alpha1_AccessSpec(ref common.ReferenceCallback) common.OpenAPIDefinition {
+func schema_api_apis_policy_v1alpha1_AccessSpec(ref common.ReferenceCallback) common.OpenAPIDefinition {
return common.OpenAPIDefinition{
Schema: spec.Schema{
SchemaProps: spec.SchemaProps{
@@ -4449,7 +4449,7 @@ func schema_kubeedge_api_policy_v1alpha1_AccessSpec(ref common.ReferenceCallback
Schema: &spec.Schema{
SchemaProps: spec.SchemaProps{
Default: map[string]interface{}{},
- Ref: ref("github.com/kubeedge/api/policy/v1alpha1.AccessRoleBinding"),
+ Ref: ref("github.com/kubeedge/api/apis/policy/v1alpha1.AccessRoleBinding"),
},
},
},
@@ -4463,7 +4463,7 @@ func schema_kubeedge_api_policy_v1alpha1_AccessSpec(ref common.ReferenceCallback
Schema: &spec.Schema{
SchemaProps: spec.SchemaProps{
Default: map[string]interface{}{},
- Ref: ref("github.com/kubeedge/api/policy/v1alpha1.AccessClusterRoleBinding"),
+ Ref: ref("github.com/kubeedge/api/apis/policy/v1alpha1.AccessClusterRoleBinding"),
},
},
},
@@ -4473,11 +4473,11 @@ func schema_kubeedge_api_policy_v1alpha1_AccessSpec(ref common.ReferenceCallback
},
},
Dependencies: []string{
- "github.com/kubeedge/api/policy/v1alpha1.AccessClusterRoleBinding", "github.com/kubeedge/api/policy/v1alpha1.AccessRoleBinding", "k8s.io/api/core/v1.ServiceAccount"},
+ "github.com/kubeedge/api/apis/policy/v1alpha1.AccessClusterRoleBinding", "github.com/kubeedge/api/apis/policy/v1alpha1.AccessRoleBinding", "k8s.io/api/core/v1.ServiceAccount"},
}
}
-func schema_kubeedge_api_policy_v1alpha1_AccessStatus(ref common.ReferenceCallback) common.OpenAPIDefinition {
+func schema_api_apis_policy_v1alpha1_AccessStatus(ref common.ReferenceCallback) common.OpenAPIDefinition {
return common.OpenAPIDefinition{
Schema: spec.Schema{
SchemaProps: spec.SchemaProps{
@@ -4505,7 +4505,7 @@ func schema_kubeedge_api_policy_v1alpha1_AccessStatus(ref common.ReferenceCallba
}
}
-func schema_kubeedge_api_policy_v1alpha1_ServiceAccountAccess(ref common.ReferenceCallback) common.OpenAPIDefinition {
+func schema_api_apis_policy_v1alpha1_ServiceAccountAccess(ref common.ReferenceCallback) common.OpenAPIDefinition {
return common.OpenAPIDefinition{
Schema: spec.Schema{
SchemaProps: spec.SchemaProps{
@@ -4536,25 +4536,25 @@ func schema_kubeedge_api_policy_v1alpha1_ServiceAccountAccess(ref common.Referen
SchemaProps: spec.SchemaProps{
Description: "Spec represents the specification of rbac.",
Default: map[string]interface{}{},
- Ref: ref("github.com/kubeedge/api/policy/v1alpha1.AccessSpec"),
+ Ref: ref("github.com/kubeedge/api/apis/policy/v1alpha1.AccessSpec"),
},
},
"status": {
SchemaProps: spec.SchemaProps{
Description: "Status represents the node list which store the rules.",
Default: map[string]interface{}{},
- Ref: ref("github.com/kubeedge/api/policy/v1alpha1.AccessStatus"),
+ Ref: ref("github.com/kubeedge/api/apis/policy/v1alpha1.AccessStatus"),
},
},
},
},
},
Dependencies: []string{
- "github.com/kubeedge/api/policy/v1alpha1.AccessSpec", "github.com/kubeedge/api/policy/v1alpha1.AccessStatus", "k8s.io/apimachinery/pkg/apis/meta/v1.ObjectMeta"},
+ "github.com/kubeedge/api/apis/policy/v1alpha1.AccessSpec", "github.com/kubeedge/api/apis/policy/v1alpha1.AccessStatus", "k8s.io/apimachinery/pkg/apis/meta/v1.ObjectMeta"},
}
}
-func schema_kubeedge_api_policy_v1alpha1_ServiceAccountAccessList(ref common.ReferenceCallback) common.OpenAPIDefinition {
+func schema_api_apis_policy_v1alpha1_ServiceAccountAccessList(ref common.ReferenceCallback) common.OpenAPIDefinition {
return common.OpenAPIDefinition{
Schema: spec.Schema{
SchemaProps: spec.SchemaProps{
@@ -4588,7 +4588,7 @@ func schema_kubeedge_api_policy_v1alpha1_ServiceAccountAccessList(ref common.Ref
Schema: &spec.Schema{
SchemaProps: spec.SchemaProps{
Default: map[string]interface{}{},
- Ref: ref("github.com/kubeedge/api/policy/v1alpha1.ServiceAccountAccess"),
+ Ref: ref("github.com/kubeedge/api/apis/policy/v1alpha1.ServiceAccountAccess"),
},
},
},
@@ -4599,11 +4599,11 @@ func schema_kubeedge_api_policy_v1alpha1_ServiceAccountAccessList(ref common.Ref
},
},
Dependencies: []string{
- "github.com/kubeedge/api/policy/v1alpha1.ServiceAccountAccess", "k8s.io/apimachinery/pkg/apis/meta/v1.ListMeta"},
+ "github.com/kubeedge/api/apis/policy/v1alpha1.ServiceAccountAccess", "k8s.io/apimachinery/pkg/apis/meta/v1.ListMeta"},
}
}
-func schema_kubeedge_api_reliablesyncs_v1alpha1_ClusterObjectSync(ref common.ReferenceCallback) common.OpenAPIDefinition {
+func schema_api_apis_reliablesyncs_v1alpha1_ClusterObjectSync(ref common.ReferenceCallback) common.OpenAPIDefinition {
return common.OpenAPIDefinition{
Schema: spec.Schema{
SchemaProps: spec.SchemaProps{
@@ -4633,24 +4633,24 @@ func schema_kubeedge_api_reliablesyncs_v1alpha1_ClusterObjectSync(ref common.Ref
"spec": {
SchemaProps: spec.SchemaProps{
Default: map[string]interface{}{},
- Ref: ref("github.com/kubeedge/api/reliablesyncs/v1alpha1.ObjectSyncSpec"),
+ Ref: ref("github.com/kubeedge/api/apis/reliablesyncs/v1alpha1.ObjectSyncSpec"),
},
},
"status": {
SchemaProps: spec.SchemaProps{
Default: map[string]interface{}{},
- Ref: ref("github.com/kubeedge/api/reliablesyncs/v1alpha1.ObjectSyncStatus"),
+ Ref: ref("github.com/kubeedge/api/apis/reliablesyncs/v1alpha1.ObjectSyncStatus"),
},
},
},
},
},
Dependencies: []string{
- "github.com/kubeedge/api/reliablesyncs/v1alpha1.ObjectSyncSpec", "github.com/kubeedge/api/reliablesyncs/v1alpha1.ObjectSyncStatus", "k8s.io/apimachinery/pkg/apis/meta/v1.ObjectMeta"},
+ "github.com/kubeedge/api/apis/reliablesyncs/v1alpha1.ObjectSyncSpec", "github.com/kubeedge/api/apis/reliablesyncs/v1alpha1.ObjectSyncStatus", "k8s.io/apimachinery/pkg/apis/meta/v1.ObjectMeta"},
}
}
-func schema_kubeedge_api_reliablesyncs_v1alpha1_ClusterObjectSyncList(ref common.ReferenceCallback) common.OpenAPIDefinition {
+func schema_api_apis_reliablesyncs_v1alpha1_ClusterObjectSyncList(ref common.ReferenceCallback) common.OpenAPIDefinition {
return common.OpenAPIDefinition{
Schema: spec.Schema{
SchemaProps: spec.SchemaProps{
@@ -4686,7 +4686,7 @@ func schema_kubeedge_api_reliablesyncs_v1alpha1_ClusterObjectSyncList(ref common
Schema: &spec.Schema{
SchemaProps: spec.SchemaProps{
Default: map[string]interface{}{},
- Ref: ref("github.com/kubeedge/api/reliablesyncs/v1alpha1.ClusterObjectSync"),
+ Ref: ref("github.com/kubeedge/api/apis/reliablesyncs/v1alpha1.ClusterObjectSync"),
},
},
},
@@ -4697,11 +4697,11 @@ func schema_kubeedge_api_reliablesyncs_v1alpha1_ClusterObjectSyncList(ref common
},
},
Dependencies: []string{
- "github.com/kubeedge/api/reliablesyncs/v1alpha1.ClusterObjectSync", "k8s.io/apimachinery/pkg/apis/meta/v1.ListMeta"},
+ "github.com/kubeedge/api/apis/reliablesyncs/v1alpha1.ClusterObjectSync", "k8s.io/apimachinery/pkg/apis/meta/v1.ListMeta"},
}
}
-func schema_kubeedge_api_reliablesyncs_v1alpha1_ObjectSync(ref common.ReferenceCallback) common.OpenAPIDefinition {
+func schema_api_apis_reliablesyncs_v1alpha1_ObjectSync(ref common.ReferenceCallback) common.OpenAPIDefinition {
return common.OpenAPIDefinition{
Schema: spec.Schema{
SchemaProps: spec.SchemaProps{
@@ -4732,24 +4732,24 @@ func schema_kubeedge_api_reliablesyncs_v1alpha1_ObjectSync(ref common.ReferenceC
"spec": {
SchemaProps: spec.SchemaProps{
Default: map[string]interface{}{},
- Ref: ref("github.com/kubeedge/api/reliablesyncs/v1alpha1.ObjectSyncSpec"),
+ Ref: ref("github.com/kubeedge/api/apis/reliablesyncs/v1alpha1.ObjectSyncSpec"),
},
},
"status": {
SchemaProps: spec.SchemaProps{
Default: map[string]interface{}{},
- Ref: ref("github.com/kubeedge/api/reliablesyncs/v1alpha1.ObjectSyncStatus"),
+ Ref: ref("github.com/kubeedge/api/apis/reliablesyncs/v1alpha1.ObjectSyncStatus"),
},
},
},
},
},
Dependencies: []string{
- "github.com/kubeedge/api/reliablesyncs/v1alpha1.ObjectSyncSpec", "github.com/kubeedge/api/reliablesyncs/v1alpha1.ObjectSyncStatus", "k8s.io/apimachinery/pkg/apis/meta/v1.ObjectMeta"},
+ "github.com/kubeedge/api/apis/reliablesyncs/v1alpha1.ObjectSyncSpec", "github.com/kubeedge/api/apis/reliablesyncs/v1alpha1.ObjectSyncStatus", "k8s.io/apimachinery/pkg/apis/meta/v1.ObjectMeta"},
}
}
-func schema_kubeedge_api_reliablesyncs_v1alpha1_ObjectSyncList(ref common.ReferenceCallback) common.OpenAPIDefinition {
+func schema_api_apis_reliablesyncs_v1alpha1_ObjectSyncList(ref common.ReferenceCallback) common.OpenAPIDefinition {
return common.OpenAPIDefinition{
Schema: spec.Schema{
SchemaProps: spec.SchemaProps{
@@ -4785,7 +4785,7 @@ func schema_kubeedge_api_reliablesyncs_v1alpha1_ObjectSyncList(ref common.Refere
Schema: &spec.Schema{
SchemaProps: spec.SchemaProps{
Default: map[string]interface{}{},
- Ref: ref("github.com/kubeedge/api/reliablesyncs/v1alpha1.ObjectSync"),
+ Ref: ref("github.com/kubeedge/api/apis/reliablesyncs/v1alpha1.ObjectSync"),
},
},
},
@@ -4796,11 +4796,11 @@ func schema_kubeedge_api_reliablesyncs_v1alpha1_ObjectSyncList(ref common.Refere
},
},
Dependencies: []string{
- "github.com/kubeedge/api/reliablesyncs/v1alpha1.ObjectSync", "k8s.io/apimachinery/pkg/apis/meta/v1.ListMeta"},
+ "github.com/kubeedge/api/apis/reliablesyncs/v1alpha1.ObjectSync", "k8s.io/apimachinery/pkg/apis/meta/v1.ListMeta"},
}
}
-func schema_kubeedge_api_reliablesyncs_v1alpha1_ObjectSyncSpec(ref common.ReferenceCallback) common.OpenAPIDefinition {
+func schema_api_apis_reliablesyncs_v1alpha1_ObjectSyncSpec(ref common.ReferenceCallback) common.OpenAPIDefinition {
return common.OpenAPIDefinition{
Schema: spec.Schema{
SchemaProps: spec.SchemaProps{
@@ -4834,7 +4834,7 @@ func schema_kubeedge_api_reliablesyncs_v1alpha1_ObjectSyncSpec(ref common.Refere
}
}
-func schema_kubeedge_api_reliablesyncs_v1alpha1_ObjectSyncStatus(ref common.ReferenceCallback) common.OpenAPIDefinition {
+func schema_api_apis_reliablesyncs_v1alpha1_ObjectSyncStatus(ref common.ReferenceCallback) common.OpenAPIDefinition {
return common.OpenAPIDefinition{
Schema: spec.Schema{
SchemaProps: spec.SchemaProps{
@@ -4854,7 +4854,7 @@ func schema_kubeedge_api_reliablesyncs_v1alpha1_ObjectSyncStatus(ref common.Refe
}
}
-func schema_kubeedge_api_rules_v1_Rule(ref common.ReferenceCallback) common.OpenAPIDefinition {
+func schema_api_apis_rules_v1_Rule(ref common.ReferenceCallback) common.OpenAPIDefinition {
return common.OpenAPIDefinition{
Schema: spec.Schema{
SchemaProps: spec.SchemaProps{
@@ -4884,13 +4884,13 @@ func schema_kubeedge_api_rules_v1_Rule(ref common.ReferenceCallback) common.Open
"spec": {
SchemaProps: spec.SchemaProps{
Default: map[string]interface{}{},
- Ref: ref("github.com/kubeedge/api/rules/v1.RuleSpec"),
+ Ref: ref("github.com/kubeedge/api/apis/rules/v1.RuleSpec"),
},
},
"status": {
SchemaProps: spec.SchemaProps{
Default: map[string]interface{}{},
- Ref: ref("github.com/kubeedge/api/rules/v1.RuleStatus"),
+ Ref: ref("github.com/kubeedge/api/apis/rules/v1.RuleStatus"),
},
},
},
@@ -4898,11 +4898,11 @@ func schema_kubeedge_api_rules_v1_Rule(ref common.ReferenceCallback) common.Open
},
},
Dependencies: []string{
- "github.com/kubeedge/api/rules/v1.RuleSpec", "github.com/kubeedge/api/rules/v1.RuleStatus", "k8s.io/apimachinery/pkg/apis/meta/v1.ObjectMeta"},
+ "github.com/kubeedge/api/apis/rules/v1.RuleSpec", "github.com/kubeedge/api/apis/rules/v1.RuleStatus", "k8s.io/apimachinery/pkg/apis/meta/v1.ObjectMeta"},
}
}
-func schema_kubeedge_api_rules_v1_RuleEndpoint(ref common.ReferenceCallback) common.OpenAPIDefinition {
+func schema_api_apis_rules_v1_RuleEndpoint(ref common.ReferenceCallback) common.OpenAPIDefinition {
return common.OpenAPIDefinition{
Schema: spec.Schema{
SchemaProps: spec.SchemaProps{
@@ -4932,7 +4932,7 @@ func schema_kubeedge_api_rules_v1_RuleEndpoint(ref common.ReferenceCallback) com
"spec": {
SchemaProps: spec.SchemaProps{
Default: map[string]interface{}{},
- Ref: ref("github.com/kubeedge/api/rules/v1.RuleEndpointSpec"),
+ Ref: ref("github.com/kubeedge/api/apis/rules/v1.RuleEndpointSpec"),
},
},
},
@@ -4940,11 +4940,11 @@ func schema_kubeedge_api_rules_v1_RuleEndpoint(ref common.ReferenceCallback) com
},
},
Dependencies: []string{
- "github.com/kubeedge/api/rules/v1.RuleEndpointSpec", "k8s.io/apimachinery/pkg/apis/meta/v1.ObjectMeta"},
+ "github.com/kubeedge/api/apis/rules/v1.RuleEndpointSpec", "k8s.io/apimachinery/pkg/apis/meta/v1.ObjectMeta"},
}
}
-func schema_kubeedge_api_rules_v1_RuleEndpointList(ref common.ReferenceCallback) common.OpenAPIDefinition {
+func schema_api_apis_rules_v1_RuleEndpointList(ref common.ReferenceCallback) common.OpenAPIDefinition {
return common.OpenAPIDefinition{
Schema: spec.Schema{
SchemaProps: spec.SchemaProps{
@@ -4978,7 +4978,7 @@ func schema_kubeedge_api_rules_v1_RuleEndpointList(ref common.ReferenceCallback)
Schema: &spec.Schema{
SchemaProps: spec.SchemaProps{
Default: map[string]interface{}{},
- Ref: ref("github.com/kubeedge/api/rules/v1.RuleEndpoint"),
+ Ref: ref("github.com/kubeedge/api/apis/rules/v1.RuleEndpoint"),
},
},
},
@@ -4989,11 +4989,11 @@ func schema_kubeedge_api_rules_v1_RuleEndpointList(ref common.ReferenceCallback)
},
},
Dependencies: []string{
- "github.com/kubeedge/api/rules/v1.RuleEndpoint", "k8s.io/apimachinery/pkg/apis/meta/v1.ListMeta"},
+ "github.com/kubeedge/api/apis/rules/v1.RuleEndpoint", "k8s.io/apimachinery/pkg/apis/meta/v1.ListMeta"},
}
}
-func schema_kubeedge_api_rules_v1_RuleEndpointSpec(ref common.ReferenceCallback) common.OpenAPIDefinition {
+func schema_api_apis_rules_v1_RuleEndpointSpec(ref common.ReferenceCallback) common.OpenAPIDefinition {
return common.OpenAPIDefinition{
Schema: spec.Schema{
SchemaProps: spec.SchemaProps{
@@ -5031,7 +5031,7 @@ func schema_kubeedge_api_rules_v1_RuleEndpointSpec(ref common.ReferenceCallback)
}
}
-func schema_kubeedge_api_rules_v1_RuleList(ref common.ReferenceCallback) common.OpenAPIDefinition {
+func schema_api_apis_rules_v1_RuleList(ref common.ReferenceCallback) common.OpenAPIDefinition {
return common.OpenAPIDefinition{
Schema: spec.Schema{
SchemaProps: spec.SchemaProps{
@@ -5065,7 +5065,7 @@ func schema_kubeedge_api_rules_v1_RuleList(ref common.ReferenceCallback) common.
Schema: &spec.Schema{
SchemaProps: spec.SchemaProps{
Default: map[string]interface{}{},
- Ref: ref("github.com/kubeedge/api/rules/v1.Rule"),
+ Ref: ref("github.com/kubeedge/api/apis/rules/v1.Rule"),
},
},
},
@@ -5076,11 +5076,11 @@ func schema_kubeedge_api_rules_v1_RuleList(ref common.ReferenceCallback) common.
},
},
Dependencies: []string{
- "github.com/kubeedge/api/rules/v1.Rule", "k8s.io/apimachinery/pkg/apis/meta/v1.ListMeta"},
+ "github.com/kubeedge/api/apis/rules/v1.Rule", "k8s.io/apimachinery/pkg/apis/meta/v1.ListMeta"},
}
}
-func schema_kubeedge_api_rules_v1_RuleSpec(ref common.ReferenceCallback) common.OpenAPIDefinition {
+func schema_api_apis_rules_v1_RuleSpec(ref common.ReferenceCallback) common.OpenAPIDefinition {
return common.OpenAPIDefinition{
Schema: spec.Schema{
SchemaProps: spec.SchemaProps{
@@ -5142,7 +5142,7 @@ func schema_kubeedge_api_rules_v1_RuleSpec(ref common.ReferenceCallback) common.
}
}
-func schema_kubeedge_api_rules_v1_RuleStatus(ref common.ReferenceCallback) common.OpenAPIDefinition {
+func schema_api_apis_rules_v1_RuleStatus(ref common.ReferenceCallback) common.OpenAPIDefinition {
return common.OpenAPIDefinition{
Schema: spec.Schema{
SchemaProps: spec.SchemaProps{
diff --git a/apidoc/generated/swagger/swagger.json b/apidoc/generated/swagger/swagger.json
index 7f17e3335..41248e461 100644
--- a/apidoc/generated/swagger/swagger.json
+++ b/apidoc/generated/swagger/swagger.json
@@ -124,7 +124,7 @@
"200": {
"description": "OK",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.apps.v1alpha1.EdgeApplicationList"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.apps.v1alpha1.EdgeApplicationList"
}
}
},
@@ -227,7 +227,7 @@
"200": {
"description": "OK",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.apps.v1alpha1.EdgeApplicationList"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.apps.v1alpha1.EdgeApplicationList"
}
}
},
@@ -261,7 +261,7 @@
"in": "body",
"required": true,
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.apps.v1alpha1.EdgeApplication"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.apps.v1alpha1.EdgeApplication"
}
},
{
@@ -286,19 +286,19 @@
"200": {
"description": "OK",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.apps.v1alpha1.EdgeApplication"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.apps.v1alpha1.EdgeApplication"
}
},
"201": {
"description": "Created",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.apps.v1alpha1.EdgeApplication"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.apps.v1alpha1.EdgeApplication"
}
},
"202": {
"description": "Accepted",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.apps.v1alpha1.EdgeApplication"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.apps.v1alpha1.EdgeApplication"
}
}
},
@@ -417,7 +417,7 @@
"200": {
"description": "OK",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.apps.v1alpha1.EdgeApplication"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.apps.v1alpha1.EdgeApplication"
}
}
},
@@ -451,7 +451,7 @@
"in": "body",
"required": true,
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.apps.v1alpha1.EdgeApplication"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.apps.v1alpha1.EdgeApplication"
}
},
{
@@ -476,13 +476,13 @@
"200": {
"description": "OK",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.apps.v1alpha1.EdgeApplication"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.apps.v1alpha1.EdgeApplication"
}
},
"201": {
"description": "Created",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.apps.v1alpha1.EdgeApplication"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.apps.v1alpha1.EdgeApplication"
}
}
},
@@ -601,13 +601,13 @@
"200": {
"description": "OK",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.apps.v1alpha1.EdgeApplication"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.apps.v1alpha1.EdgeApplication"
}
},
"201": {
"description": "Created",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.apps.v1alpha1.EdgeApplication"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.apps.v1alpha1.EdgeApplication"
}
}
},
@@ -657,7 +657,7 @@
"200": {
"description": "OK",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.apps.v1alpha1.EdgeApplication"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.apps.v1alpha1.EdgeApplication"
}
}
},
@@ -691,7 +691,7 @@
"in": "body",
"required": true,
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.apps.v1alpha1.EdgeApplication"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.apps.v1alpha1.EdgeApplication"
}
},
{
@@ -716,13 +716,13 @@
"200": {
"description": "OK",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.apps.v1alpha1.EdgeApplication"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.apps.v1alpha1.EdgeApplication"
}
},
"201": {
"description": "Created",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.apps.v1alpha1.EdgeApplication"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.apps.v1alpha1.EdgeApplication"
}
}
},
@@ -782,13 +782,13 @@
"200": {
"description": "OK",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.apps.v1alpha1.EdgeApplication"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.apps.v1alpha1.EdgeApplication"
}
},
"201": {
"description": "Created",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.apps.v1alpha1.EdgeApplication"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.apps.v1alpha1.EdgeApplication"
}
}
},
@@ -872,7 +872,7 @@
"200": {
"description": "OK",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.apps.v1alpha1.NodeGroupList"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.apps.v1alpha1.NodeGroupList"
}
}
},
@@ -906,7 +906,7 @@
"in": "body",
"required": true,
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.apps.v1alpha1.NodeGroup"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.apps.v1alpha1.NodeGroup"
}
},
{
@@ -931,19 +931,19 @@
"200": {
"description": "OK",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.apps.v1alpha1.NodeGroup"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.apps.v1alpha1.NodeGroup"
}
},
"201": {
"description": "Created",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.apps.v1alpha1.NodeGroup"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.apps.v1alpha1.NodeGroup"
}
},
"202": {
"description": "Accepted",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.apps.v1alpha1.NodeGroup"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.apps.v1alpha1.NodeGroup"
}
}
},
@@ -1059,7 +1059,7 @@
"200": {
"description": "OK",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.apps.v1alpha1.NodeGroup"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.apps.v1alpha1.NodeGroup"
}
}
},
@@ -1093,7 +1093,7 @@
"in": "body",
"required": true,
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.apps.v1alpha1.NodeGroup"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.apps.v1alpha1.NodeGroup"
}
},
{
@@ -1118,13 +1118,13 @@
"200": {
"description": "OK",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.apps.v1alpha1.NodeGroup"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.apps.v1alpha1.NodeGroup"
}
},
"201": {
"description": "Created",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.apps.v1alpha1.NodeGroup"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.apps.v1alpha1.NodeGroup"
}
}
},
@@ -1243,13 +1243,13 @@
"200": {
"description": "OK",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.apps.v1alpha1.NodeGroup"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.apps.v1alpha1.NodeGroup"
}
},
"201": {
"description": "Created",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.apps.v1alpha1.NodeGroup"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.apps.v1alpha1.NodeGroup"
}
}
},
@@ -1296,7 +1296,7 @@
"200": {
"description": "OK",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.apps.v1alpha1.NodeGroup"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.apps.v1alpha1.NodeGroup"
}
}
},
@@ -1330,7 +1330,7 @@
"in": "body",
"required": true,
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.apps.v1alpha1.NodeGroup"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.apps.v1alpha1.NodeGroup"
}
},
{
@@ -1355,13 +1355,13 @@
"200": {
"description": "OK",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.apps.v1alpha1.NodeGroup"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.apps.v1alpha1.NodeGroup"
}
},
"201": {
"description": "Created",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.apps.v1alpha1.NodeGroup"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.apps.v1alpha1.NodeGroup"
}
}
},
@@ -1421,13 +1421,13 @@
"200": {
"description": "OK",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.apps.v1alpha1.NodeGroup"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.apps.v1alpha1.NodeGroup"
}
},
"201": {
"description": "Created",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.apps.v1alpha1.NodeGroup"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.apps.v1alpha1.NodeGroup"
}
}
},
@@ -1913,7 +1913,7 @@
"200": {
"description": "OK",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.devices.v1alpha2.DeviceModelList"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.devices.v1alpha2.DeviceModelList"
}
}
},
@@ -1984,7 +1984,7 @@
"200": {
"description": "OK",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.devices.v1alpha2.DeviceList"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.devices.v1alpha2.DeviceList"
}
}
},
@@ -2087,7 +2087,7 @@
"200": {
"description": "OK",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.devices.v1alpha2.DeviceModelList"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.devices.v1alpha2.DeviceModelList"
}
}
},
@@ -2121,7 +2121,7 @@
"in": "body",
"required": true,
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.devices.v1alpha2.DeviceModel"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.devices.v1alpha2.DeviceModel"
}
},
{
@@ -2146,19 +2146,19 @@
"200": {
"description": "OK",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.devices.v1alpha2.DeviceModel"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.devices.v1alpha2.DeviceModel"
}
},
"201": {
"description": "Created",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.devices.v1alpha2.DeviceModel"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.devices.v1alpha2.DeviceModel"
}
},
"202": {
"description": "Accepted",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.devices.v1alpha2.DeviceModel"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.devices.v1alpha2.DeviceModel"
}
}
},
@@ -2277,7 +2277,7 @@
"200": {
"description": "OK",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.devices.v1alpha2.DeviceModel"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.devices.v1alpha2.DeviceModel"
}
}
},
@@ -2311,7 +2311,7 @@
"in": "body",
"required": true,
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.devices.v1alpha2.DeviceModel"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.devices.v1alpha2.DeviceModel"
}
},
{
@@ -2336,13 +2336,13 @@
"200": {
"description": "OK",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.devices.v1alpha2.DeviceModel"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.devices.v1alpha2.DeviceModel"
}
},
"201": {
"description": "Created",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.devices.v1alpha2.DeviceModel"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.devices.v1alpha2.DeviceModel"
}
}
},
@@ -2461,13 +2461,13 @@
"200": {
"description": "OK",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.devices.v1alpha2.DeviceModel"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.devices.v1alpha2.DeviceModel"
}
},
"201": {
"description": "Created",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.devices.v1alpha2.DeviceModel"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.devices.v1alpha2.DeviceModel"
}
}
},
@@ -2517,7 +2517,7 @@
"200": {
"description": "OK",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.devices.v1alpha2.DeviceModel"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.devices.v1alpha2.DeviceModel"
}
}
},
@@ -2551,7 +2551,7 @@
"in": "body",
"required": true,
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.devices.v1alpha2.DeviceModel"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.devices.v1alpha2.DeviceModel"
}
},
{
@@ -2576,13 +2576,13 @@
"200": {
"description": "OK",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.devices.v1alpha2.DeviceModel"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.devices.v1alpha2.DeviceModel"
}
},
"201": {
"description": "Created",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.devices.v1alpha2.DeviceModel"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.devices.v1alpha2.DeviceModel"
}
}
},
@@ -2642,13 +2642,13 @@
"200": {
"description": "OK",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.devices.v1alpha2.DeviceModel"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.devices.v1alpha2.DeviceModel"
}
},
"201": {
"description": "Created",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.devices.v1alpha2.DeviceModel"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.devices.v1alpha2.DeviceModel"
}
}
},
@@ -2732,7 +2732,7 @@
"200": {
"description": "OK",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.devices.v1alpha2.DeviceList"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.devices.v1alpha2.DeviceList"
}
}
},
@@ -2766,7 +2766,7 @@
"in": "body",
"required": true,
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.devices.v1alpha2.Device"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.devices.v1alpha2.Device"
}
},
{
@@ -2791,19 +2791,19 @@
"200": {
"description": "OK",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.devices.v1alpha2.Device"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.devices.v1alpha2.Device"
}
},
"201": {
"description": "Created",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.devices.v1alpha2.Device"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.devices.v1alpha2.Device"
}
},
"202": {
"description": "Accepted",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.devices.v1alpha2.Device"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.devices.v1alpha2.Device"
}
}
},
@@ -2922,7 +2922,7 @@
"200": {
"description": "OK",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.devices.v1alpha2.Device"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.devices.v1alpha2.Device"
}
}
},
@@ -2956,7 +2956,7 @@
"in": "body",
"required": true,
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.devices.v1alpha2.Device"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.devices.v1alpha2.Device"
}
},
{
@@ -2981,13 +2981,13 @@
"200": {
"description": "OK",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.devices.v1alpha2.Device"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.devices.v1alpha2.Device"
}
},
"201": {
"description": "Created",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.devices.v1alpha2.Device"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.devices.v1alpha2.Device"
}
}
},
@@ -3106,13 +3106,13 @@
"200": {
"description": "OK",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.devices.v1alpha2.Device"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.devices.v1alpha2.Device"
}
},
"201": {
"description": "Created",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.devices.v1alpha2.Device"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.devices.v1alpha2.Device"
}
}
},
@@ -3162,7 +3162,7 @@
"200": {
"description": "OK",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.devices.v1alpha2.Device"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.devices.v1alpha2.Device"
}
}
},
@@ -3196,7 +3196,7 @@
"in": "body",
"required": true,
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.devices.v1alpha2.Device"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.devices.v1alpha2.Device"
}
},
{
@@ -3221,13 +3221,13 @@
"200": {
"description": "OK",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.devices.v1alpha2.Device"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.devices.v1alpha2.Device"
}
},
"201": {
"description": "Created",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.devices.v1alpha2.Device"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.devices.v1alpha2.Device"
}
}
},
@@ -3287,13 +3287,13 @@
"200": {
"description": "OK",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.devices.v1alpha2.Device"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.devices.v1alpha2.Device"
}
},
"201": {
"description": "Created",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.devices.v1alpha2.Device"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.devices.v1alpha2.Device"
}
}
},
@@ -3829,7 +3829,7 @@
"200": {
"description": "OK",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.devices.v1beta1.DeviceModelList"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.devices.v1beta1.DeviceModelList"
}
}
},
@@ -3900,7 +3900,7 @@
"200": {
"description": "OK",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.devices.v1beta1.DeviceList"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.devices.v1beta1.DeviceList"
}
}
},
@@ -4003,7 +4003,7 @@
"200": {
"description": "OK",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.devices.v1beta1.DeviceModelList"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.devices.v1beta1.DeviceModelList"
}
}
},
@@ -4037,7 +4037,7 @@
"in": "body",
"required": true,
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.devices.v1beta1.DeviceModel"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.devices.v1beta1.DeviceModel"
}
},
{
@@ -4062,19 +4062,19 @@
"200": {
"description": "OK",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.devices.v1beta1.DeviceModel"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.devices.v1beta1.DeviceModel"
}
},
"201": {
"description": "Created",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.devices.v1beta1.DeviceModel"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.devices.v1beta1.DeviceModel"
}
},
"202": {
"description": "Accepted",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.devices.v1beta1.DeviceModel"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.devices.v1beta1.DeviceModel"
}
}
},
@@ -4193,7 +4193,7 @@
"200": {
"description": "OK",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.devices.v1beta1.DeviceModel"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.devices.v1beta1.DeviceModel"
}
}
},
@@ -4227,7 +4227,7 @@
"in": "body",
"required": true,
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.devices.v1beta1.DeviceModel"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.devices.v1beta1.DeviceModel"
}
},
{
@@ -4252,13 +4252,13 @@
"200": {
"description": "OK",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.devices.v1beta1.DeviceModel"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.devices.v1beta1.DeviceModel"
}
},
"201": {
"description": "Created",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.devices.v1beta1.DeviceModel"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.devices.v1beta1.DeviceModel"
}
}
},
@@ -4377,13 +4377,13 @@
"200": {
"description": "OK",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.devices.v1beta1.DeviceModel"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.devices.v1beta1.DeviceModel"
}
},
"201": {
"description": "Created",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.devices.v1beta1.DeviceModel"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.devices.v1beta1.DeviceModel"
}
}
},
@@ -4433,7 +4433,7 @@
"200": {
"description": "OK",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.devices.v1beta1.DeviceModel"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.devices.v1beta1.DeviceModel"
}
}
},
@@ -4467,7 +4467,7 @@
"in": "body",
"required": true,
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.devices.v1beta1.DeviceModel"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.devices.v1beta1.DeviceModel"
}
},
{
@@ -4492,13 +4492,13 @@
"200": {
"description": "OK",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.devices.v1beta1.DeviceModel"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.devices.v1beta1.DeviceModel"
}
},
"201": {
"description": "Created",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.devices.v1beta1.DeviceModel"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.devices.v1beta1.DeviceModel"
}
}
},
@@ -4558,13 +4558,13 @@
"200": {
"description": "OK",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.devices.v1beta1.DeviceModel"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.devices.v1beta1.DeviceModel"
}
},
"201": {
"description": "Created",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.devices.v1beta1.DeviceModel"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.devices.v1beta1.DeviceModel"
}
}
},
@@ -4648,7 +4648,7 @@
"200": {
"description": "OK",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.devices.v1beta1.DeviceList"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.devices.v1beta1.DeviceList"
}
}
},
@@ -4682,7 +4682,7 @@
"in": "body",
"required": true,
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.devices.v1beta1.Device"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.devices.v1beta1.Device"
}
},
{
@@ -4707,19 +4707,19 @@
"200": {
"description": "OK",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.devices.v1beta1.Device"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.devices.v1beta1.Device"
}
},
"201": {
"description": "Created",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.devices.v1beta1.Device"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.devices.v1beta1.Device"
}
},
"202": {
"description": "Accepted",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.devices.v1beta1.Device"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.devices.v1beta1.Device"
}
}
},
@@ -4838,7 +4838,7 @@
"200": {
"description": "OK",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.devices.v1beta1.Device"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.devices.v1beta1.Device"
}
}
},
@@ -4872,7 +4872,7 @@
"in": "body",
"required": true,
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.devices.v1beta1.Device"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.devices.v1beta1.Device"
}
},
{
@@ -4897,13 +4897,13 @@
"200": {
"description": "OK",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.devices.v1beta1.Device"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.devices.v1beta1.Device"
}
},
"201": {
"description": "Created",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.devices.v1beta1.Device"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.devices.v1beta1.Device"
}
}
},
@@ -5022,13 +5022,13 @@
"200": {
"description": "OK",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.devices.v1beta1.Device"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.devices.v1beta1.Device"
}
},
"201": {
"description": "Created",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.devices.v1beta1.Device"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.devices.v1beta1.Device"
}
}
},
@@ -5078,7 +5078,7 @@
"200": {
"description": "OK",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.devices.v1beta1.Device"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.devices.v1beta1.Device"
}
}
},
@@ -5112,7 +5112,7 @@
"in": "body",
"required": true,
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.devices.v1beta1.Device"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.devices.v1beta1.Device"
}
},
{
@@ -5137,13 +5137,13 @@
"200": {
"description": "OK",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.devices.v1beta1.Device"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.devices.v1beta1.Device"
}
},
"201": {
"description": "Created",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.devices.v1beta1.Device"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.devices.v1beta1.Device"
}
}
},
@@ -5203,13 +5203,13 @@
"200": {
"description": "OK",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.devices.v1beta1.Device"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.devices.v1beta1.Device"
}
},
"201": {
"description": "Created",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.devices.v1beta1.Device"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.devices.v1beta1.Device"
}
}
},
@@ -5807,7 +5807,7 @@
"200": {
"description": "OK",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.operations.v1alpha1.ImagePrePullJobList"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.operations.v1alpha1.ImagePrePullJobList"
}
}
},
@@ -5841,7 +5841,7 @@
"in": "body",
"required": true,
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.operations.v1alpha1.ImagePrePullJob"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.operations.v1alpha1.ImagePrePullJob"
}
},
{
@@ -5866,19 +5866,19 @@
"200": {
"description": "OK",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.operations.v1alpha1.ImagePrePullJob"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.operations.v1alpha1.ImagePrePullJob"
}
},
"201": {
"description": "Created",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.operations.v1alpha1.ImagePrePullJob"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.operations.v1alpha1.ImagePrePullJob"
}
},
"202": {
"description": "Accepted",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.operations.v1alpha1.ImagePrePullJob"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.operations.v1alpha1.ImagePrePullJob"
}
}
},
@@ -5994,7 +5994,7 @@
"200": {
"description": "OK",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.operations.v1alpha1.ImagePrePullJob"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.operations.v1alpha1.ImagePrePullJob"
}
}
},
@@ -6028,7 +6028,7 @@
"in": "body",
"required": true,
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.operations.v1alpha1.ImagePrePullJob"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.operations.v1alpha1.ImagePrePullJob"
}
},
{
@@ -6053,13 +6053,13 @@
"200": {
"description": "OK",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.operations.v1alpha1.ImagePrePullJob"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.operations.v1alpha1.ImagePrePullJob"
}
},
"201": {
"description": "Created",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.operations.v1alpha1.ImagePrePullJob"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.operations.v1alpha1.ImagePrePullJob"
}
}
},
@@ -6178,13 +6178,13 @@
"200": {
"description": "OK",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.operations.v1alpha1.ImagePrePullJob"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.operations.v1alpha1.ImagePrePullJob"
}
},
"201": {
"description": "Created",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.operations.v1alpha1.ImagePrePullJob"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.operations.v1alpha1.ImagePrePullJob"
}
}
},
@@ -6231,7 +6231,7 @@
"200": {
"description": "OK",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.operations.v1alpha1.ImagePrePullJob"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.operations.v1alpha1.ImagePrePullJob"
}
}
},
@@ -6265,7 +6265,7 @@
"in": "body",
"required": true,
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.operations.v1alpha1.ImagePrePullJob"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.operations.v1alpha1.ImagePrePullJob"
}
},
{
@@ -6290,13 +6290,13 @@
"200": {
"description": "OK",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.operations.v1alpha1.ImagePrePullJob"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.operations.v1alpha1.ImagePrePullJob"
}
},
"201": {
"description": "Created",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.operations.v1alpha1.ImagePrePullJob"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.operations.v1alpha1.ImagePrePullJob"
}
}
},
@@ -6356,13 +6356,13 @@
"200": {
"description": "OK",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.operations.v1alpha1.ImagePrePullJob"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.operations.v1alpha1.ImagePrePullJob"
}
},
"201": {
"description": "Created",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.operations.v1alpha1.ImagePrePullJob"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.operations.v1alpha1.ImagePrePullJob"
}
}
},
@@ -6443,7 +6443,7 @@
"200": {
"description": "OK",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.operations.v1alpha1.NodeUpgradeJobList"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.operations.v1alpha1.NodeUpgradeJobList"
}
}
},
@@ -6477,7 +6477,7 @@
"in": "body",
"required": true,
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.operations.v1alpha1.NodeUpgradeJob"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.operations.v1alpha1.NodeUpgradeJob"
}
},
{
@@ -6502,19 +6502,19 @@
"200": {
"description": "OK",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.operations.v1alpha1.NodeUpgradeJob"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.operations.v1alpha1.NodeUpgradeJob"
}
},
"201": {
"description": "Created",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.operations.v1alpha1.NodeUpgradeJob"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.operations.v1alpha1.NodeUpgradeJob"
}
},
"202": {
"description": "Accepted",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.operations.v1alpha1.NodeUpgradeJob"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.operations.v1alpha1.NodeUpgradeJob"
}
}
},
@@ -6630,7 +6630,7 @@
"200": {
"description": "OK",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.operations.v1alpha1.NodeUpgradeJob"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.operations.v1alpha1.NodeUpgradeJob"
}
}
},
@@ -6664,7 +6664,7 @@
"in": "body",
"required": true,
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.operations.v1alpha1.NodeUpgradeJob"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.operations.v1alpha1.NodeUpgradeJob"
}
},
{
@@ -6689,13 +6689,13 @@
"200": {
"description": "OK",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.operations.v1alpha1.NodeUpgradeJob"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.operations.v1alpha1.NodeUpgradeJob"
}
},
"201": {
"description": "Created",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.operations.v1alpha1.NodeUpgradeJob"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.operations.v1alpha1.NodeUpgradeJob"
}
}
},
@@ -6814,13 +6814,13 @@
"200": {
"description": "OK",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.operations.v1alpha1.NodeUpgradeJob"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.operations.v1alpha1.NodeUpgradeJob"
}
},
"201": {
"description": "Created",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.operations.v1alpha1.NodeUpgradeJob"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.operations.v1alpha1.NodeUpgradeJob"
}
}
},
@@ -6867,7 +6867,7 @@
"200": {
"description": "OK",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.operations.v1alpha1.NodeUpgradeJob"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.operations.v1alpha1.NodeUpgradeJob"
}
}
},
@@ -6901,7 +6901,7 @@
"in": "body",
"required": true,
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.operations.v1alpha1.NodeUpgradeJob"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.operations.v1alpha1.NodeUpgradeJob"
}
},
{
@@ -6926,13 +6926,13 @@
"200": {
"description": "OK",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.operations.v1alpha1.NodeUpgradeJob"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.operations.v1alpha1.NodeUpgradeJob"
}
},
"201": {
"description": "Created",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.operations.v1alpha1.NodeUpgradeJob"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.operations.v1alpha1.NodeUpgradeJob"
}
}
},
@@ -6992,13 +6992,13 @@
"200": {
"description": "OK",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.operations.v1alpha1.NodeUpgradeJob"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.operations.v1alpha1.NodeUpgradeJob"
}
},
"201": {
"description": "Created",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.operations.v1alpha1.NodeUpgradeJob"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.operations.v1alpha1.NodeUpgradeJob"
}
}
},
@@ -7439,7 +7439,7 @@
"200": {
"description": "OK",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.policy.v1alpha1.ServiceAccountAccessList"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.policy.v1alpha1.ServiceAccountAccessList"
}
}
},
@@ -7473,7 +7473,7 @@
"in": "body",
"required": true,
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.policy.v1alpha1.ServiceAccountAccess"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.policy.v1alpha1.ServiceAccountAccess"
}
},
{
@@ -7498,19 +7498,19 @@
"200": {
"description": "OK",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.policy.v1alpha1.ServiceAccountAccess"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.policy.v1alpha1.ServiceAccountAccess"
}
},
"201": {
"description": "Created",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.policy.v1alpha1.ServiceAccountAccess"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.policy.v1alpha1.ServiceAccountAccess"
}
},
"202": {
"description": "Accepted",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.policy.v1alpha1.ServiceAccountAccess"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.policy.v1alpha1.ServiceAccountAccess"
}
}
},
@@ -7629,7 +7629,7 @@
"200": {
"description": "OK",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.policy.v1alpha1.ServiceAccountAccess"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.policy.v1alpha1.ServiceAccountAccess"
}
}
},
@@ -7663,7 +7663,7 @@
"in": "body",
"required": true,
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.policy.v1alpha1.ServiceAccountAccess"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.policy.v1alpha1.ServiceAccountAccess"
}
},
{
@@ -7688,13 +7688,13 @@
"200": {
"description": "OK",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.policy.v1alpha1.ServiceAccountAccess"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.policy.v1alpha1.ServiceAccountAccess"
}
},
"201": {
"description": "Created",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.policy.v1alpha1.ServiceAccountAccess"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.policy.v1alpha1.ServiceAccountAccess"
}
}
},
@@ -7813,13 +7813,13 @@
"200": {
"description": "OK",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.policy.v1alpha1.ServiceAccountAccess"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.policy.v1alpha1.ServiceAccountAccess"
}
},
"201": {
"description": "Created",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.policy.v1alpha1.ServiceAccountAccess"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.policy.v1alpha1.ServiceAccountAccess"
}
}
},
@@ -7869,7 +7869,7 @@
"200": {
"description": "OK",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.policy.v1alpha1.ServiceAccountAccess"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.policy.v1alpha1.ServiceAccountAccess"
}
}
},
@@ -7903,7 +7903,7 @@
"in": "body",
"required": true,
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.policy.v1alpha1.ServiceAccountAccess"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.policy.v1alpha1.ServiceAccountAccess"
}
},
{
@@ -7928,13 +7928,13 @@
"200": {
"description": "OK",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.policy.v1alpha1.ServiceAccountAccess"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.policy.v1alpha1.ServiceAccountAccess"
}
},
"201": {
"description": "Created",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.policy.v1alpha1.ServiceAccountAccess"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.policy.v1alpha1.ServiceAccountAccess"
}
}
},
@@ -7994,13 +7994,13 @@
"200": {
"description": "OK",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.policy.v1alpha1.ServiceAccountAccess"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.policy.v1alpha1.ServiceAccountAccess"
}
},
"201": {
"description": "Created",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.policy.v1alpha1.ServiceAccountAccess"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.policy.v1alpha1.ServiceAccountAccess"
}
}
},
@@ -8052,7 +8052,7 @@
"200": {
"description": "OK",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.policy.v1alpha1.ServiceAccountAccessList"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.policy.v1alpha1.ServiceAccountAccessList"
}
}
},
@@ -8442,7 +8442,7 @@
"200": {
"description": "OK",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.reliablesyncs.v1alpha1.ClusterObjectSyncList"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.reliablesyncs.v1alpha1.ClusterObjectSyncList"
}
}
},
@@ -8476,7 +8476,7 @@
"in": "body",
"required": true,
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.reliablesyncs.v1alpha1.ClusterObjectSync"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.reliablesyncs.v1alpha1.ClusterObjectSync"
}
},
{
@@ -8501,19 +8501,19 @@
"200": {
"description": "OK",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.reliablesyncs.v1alpha1.ClusterObjectSync"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.reliablesyncs.v1alpha1.ClusterObjectSync"
}
},
"201": {
"description": "Created",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.reliablesyncs.v1alpha1.ClusterObjectSync"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.reliablesyncs.v1alpha1.ClusterObjectSync"
}
},
"202": {
"description": "Accepted",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.reliablesyncs.v1alpha1.ClusterObjectSync"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.reliablesyncs.v1alpha1.ClusterObjectSync"
}
}
},
@@ -8629,7 +8629,7 @@
"200": {
"description": "OK",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.reliablesyncs.v1alpha1.ClusterObjectSync"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.reliablesyncs.v1alpha1.ClusterObjectSync"
}
}
},
@@ -8663,7 +8663,7 @@
"in": "body",
"required": true,
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.reliablesyncs.v1alpha1.ClusterObjectSync"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.reliablesyncs.v1alpha1.ClusterObjectSync"
}
},
{
@@ -8688,13 +8688,13 @@
"200": {
"description": "OK",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.reliablesyncs.v1alpha1.ClusterObjectSync"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.reliablesyncs.v1alpha1.ClusterObjectSync"
}
},
"201": {
"description": "Created",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.reliablesyncs.v1alpha1.ClusterObjectSync"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.reliablesyncs.v1alpha1.ClusterObjectSync"
}
}
},
@@ -8813,13 +8813,13 @@
"200": {
"description": "OK",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.reliablesyncs.v1alpha1.ClusterObjectSync"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.reliablesyncs.v1alpha1.ClusterObjectSync"
}
},
"201": {
"description": "Created",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.reliablesyncs.v1alpha1.ClusterObjectSync"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.reliablesyncs.v1alpha1.ClusterObjectSync"
}
}
},
@@ -8866,7 +8866,7 @@
"200": {
"description": "OK",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.reliablesyncs.v1alpha1.ClusterObjectSync"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.reliablesyncs.v1alpha1.ClusterObjectSync"
}
}
},
@@ -8900,7 +8900,7 @@
"in": "body",
"required": true,
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.reliablesyncs.v1alpha1.ClusterObjectSync"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.reliablesyncs.v1alpha1.ClusterObjectSync"
}
},
{
@@ -8925,13 +8925,13 @@
"200": {
"description": "OK",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.reliablesyncs.v1alpha1.ClusterObjectSync"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.reliablesyncs.v1alpha1.ClusterObjectSync"
}
},
"201": {
"description": "Created",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.reliablesyncs.v1alpha1.ClusterObjectSync"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.reliablesyncs.v1alpha1.ClusterObjectSync"
}
}
},
@@ -8991,13 +8991,13 @@
"200": {
"description": "OK",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.reliablesyncs.v1alpha1.ClusterObjectSync"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.reliablesyncs.v1alpha1.ClusterObjectSync"
}
},
"201": {
"description": "Created",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.reliablesyncs.v1alpha1.ClusterObjectSync"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.reliablesyncs.v1alpha1.ClusterObjectSync"
}
}
},
@@ -9078,7 +9078,7 @@
"200": {
"description": "OK",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.reliablesyncs.v1alpha1.ObjectSyncList"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.reliablesyncs.v1alpha1.ObjectSyncList"
}
}
},
@@ -9112,7 +9112,7 @@
"in": "body",
"required": true,
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.reliablesyncs.v1alpha1.ObjectSync"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.reliablesyncs.v1alpha1.ObjectSync"
}
},
{
@@ -9137,19 +9137,19 @@
"200": {
"description": "OK",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.reliablesyncs.v1alpha1.ObjectSync"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.reliablesyncs.v1alpha1.ObjectSync"
}
},
"201": {
"description": "Created",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.reliablesyncs.v1alpha1.ObjectSync"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.reliablesyncs.v1alpha1.ObjectSync"
}
},
"202": {
"description": "Accepted",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.reliablesyncs.v1alpha1.ObjectSync"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.reliablesyncs.v1alpha1.ObjectSync"
}
}
},
@@ -9268,7 +9268,7 @@
"200": {
"description": "OK",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.reliablesyncs.v1alpha1.ObjectSync"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.reliablesyncs.v1alpha1.ObjectSync"
}
}
},
@@ -9302,7 +9302,7 @@
"in": "body",
"required": true,
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.reliablesyncs.v1alpha1.ObjectSync"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.reliablesyncs.v1alpha1.ObjectSync"
}
},
{
@@ -9327,13 +9327,13 @@
"200": {
"description": "OK",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.reliablesyncs.v1alpha1.ObjectSync"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.reliablesyncs.v1alpha1.ObjectSync"
}
},
"201": {
"description": "Created",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.reliablesyncs.v1alpha1.ObjectSync"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.reliablesyncs.v1alpha1.ObjectSync"
}
}
},
@@ -9452,13 +9452,13 @@
"200": {
"description": "OK",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.reliablesyncs.v1alpha1.ObjectSync"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.reliablesyncs.v1alpha1.ObjectSync"
}
},
"201": {
"description": "Created",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.reliablesyncs.v1alpha1.ObjectSync"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.reliablesyncs.v1alpha1.ObjectSync"
}
}
},
@@ -9508,7 +9508,7 @@
"200": {
"description": "OK",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.reliablesyncs.v1alpha1.ObjectSync"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.reliablesyncs.v1alpha1.ObjectSync"
}
}
},
@@ -9542,7 +9542,7 @@
"in": "body",
"required": true,
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.reliablesyncs.v1alpha1.ObjectSync"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.reliablesyncs.v1alpha1.ObjectSync"
}
},
{
@@ -9567,13 +9567,13 @@
"200": {
"description": "OK",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.reliablesyncs.v1alpha1.ObjectSync"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.reliablesyncs.v1alpha1.ObjectSync"
}
},
"201": {
"description": "Created",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.reliablesyncs.v1alpha1.ObjectSync"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.reliablesyncs.v1alpha1.ObjectSync"
}
}
},
@@ -9633,13 +9633,13 @@
"200": {
"description": "OK",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.reliablesyncs.v1alpha1.ObjectSync"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.reliablesyncs.v1alpha1.ObjectSync"
}
},
"201": {
"description": "Created",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.reliablesyncs.v1alpha1.ObjectSync"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.reliablesyncs.v1alpha1.ObjectSync"
}
}
},
@@ -9691,7 +9691,7 @@
"200": {
"description": "OK",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.reliablesyncs.v1alpha1.ObjectSyncList"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.reliablesyncs.v1alpha1.ObjectSyncList"
}
}
},
@@ -10231,7 +10231,7 @@
"200": {
"description": "OK",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.rules.v1.RuleList"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.rules.v1.RuleList"
}
}
},
@@ -10265,7 +10265,7 @@
"in": "body",
"required": true,
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.rules.v1.Rule"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.rules.v1.Rule"
}
},
{
@@ -10290,19 +10290,19 @@
"200": {
"description": "OK",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.rules.v1.Rule"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.rules.v1.Rule"
}
},
"201": {
"description": "Created",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.rules.v1.Rule"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.rules.v1.Rule"
}
},
"202": {
"description": "Accepted",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.rules.v1.Rule"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.rules.v1.Rule"
}
}
},
@@ -10421,7 +10421,7 @@
"200": {
"description": "OK",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.rules.v1.Rule"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.rules.v1.Rule"
}
}
},
@@ -10455,7 +10455,7 @@
"in": "body",
"required": true,
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.rules.v1.Rule"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.rules.v1.Rule"
}
},
{
@@ -10480,13 +10480,13 @@
"200": {
"description": "OK",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.rules.v1.Rule"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.rules.v1.Rule"
}
},
"201": {
"description": "Created",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.rules.v1.Rule"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.rules.v1.Rule"
}
}
},
@@ -10605,13 +10605,13 @@
"200": {
"description": "OK",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.rules.v1.Rule"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.rules.v1.Rule"
}
},
"201": {
"description": "Created",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.rules.v1.Rule"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.rules.v1.Rule"
}
}
},
@@ -10661,7 +10661,7 @@
"200": {
"description": "OK",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.rules.v1.Rule"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.rules.v1.Rule"
}
}
},
@@ -10695,7 +10695,7 @@
"in": "body",
"required": true,
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.rules.v1.Rule"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.rules.v1.Rule"
}
},
{
@@ -10720,13 +10720,13 @@
"200": {
"description": "OK",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.rules.v1.Rule"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.rules.v1.Rule"
}
},
"201": {
"description": "Created",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.rules.v1.Rule"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.rules.v1.Rule"
}
}
},
@@ -10786,13 +10786,13 @@
"200": {
"description": "OK",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.rules.v1.Rule"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.rules.v1.Rule"
}
},
"201": {
"description": "Created",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.rules.v1.Rule"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.rules.v1.Rule"
}
}
},
@@ -10844,7 +10844,7 @@
"200": {
"description": "OK",
"schema": {
- "$ref": "#/definitions/com.github.kubeedge.api.rules.v1.RuleList"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.rules.v1.RuleList"
}
}
},
@@ -11120,7 +11120,7 @@
}
},
"definitions": {
- "com.github.kubeedge.api.apps.v1alpha1.CommandArgsOverrider": {
+ "com.github.kubeedge.api.apis.apps.v1alpha1.CommandArgsOverrider": {
"description": "CommandArgsOverrider represents the rules dedicated to handling command/args overrides.",
"type": "object",
"required": [
@@ -11148,7 +11148,7 @@
}
}
},
- "com.github.kubeedge.api.apps.v1alpha1.EdgeApplication": {
+ "com.github.kubeedge.api.apis.apps.v1alpha1.EdgeApplication": {
"description": "EdgeApplication is the Schema for the edgeapplications API",
"type": "object",
"properties": {
@@ -11167,12 +11167,12 @@
"spec": {
"description": "Spec represents the desired behavior of EdgeApplication.",
"default": {},
- "$ref": "#/definitions/com.github.kubeedge.api.apps.v1alpha1.EdgeApplicationSpec"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.apps.v1alpha1.EdgeApplicationSpec"
},
"status": {
"description": "Status represents the status of PropagationStatus.",
"default": {},
- "$ref": "#/definitions/com.github.kubeedge.api.apps.v1alpha1.EdgeApplicationStatus"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.apps.v1alpha1.EdgeApplicationStatus"
}
},
"x-kubernetes-group-version-kind": [
@@ -11183,7 +11183,7 @@
}
]
},
- "com.github.kubeedge.api.apps.v1alpha1.EdgeApplicationList": {
+ "com.github.kubeedge.api.apis.apps.v1alpha1.EdgeApplicationList": {
"description": "EdgeApplicationList contains a list of EdgeApplication",
"type": "object",
"required": [
@@ -11198,7 +11198,7 @@
"type": "array",
"items": {
"default": {},
- "$ref": "#/definitions/com.github.kubeedge.api.apps.v1alpha1.EdgeApplication"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.apps.v1alpha1.EdgeApplication"
}
},
"kind": {
@@ -11218,7 +11218,7 @@
}
]
},
- "com.github.kubeedge.api.apps.v1alpha1.EdgeApplicationSpec": {
+ "com.github.kubeedge.api.apis.apps.v1alpha1.EdgeApplicationSpec": {
"description": "EdgeApplicationSpec defines the desired state of EdgeApplication",
"type": "object",
"required": [
@@ -11228,16 +11228,16 @@
"workloadScope": {
"description": "WorkloadScope represents which node groups the workload will be deployed in.",
"default": {},
- "$ref": "#/definitions/com.github.kubeedge.api.apps.v1alpha1.WorkloadScope"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.apps.v1alpha1.WorkloadScope"
},
"workloadTemplate": {
"description": "WorkloadTemplate contains original templates of resources to be deployed as an EdgeApplication.",
"default": {},
- "$ref": "#/definitions/com.github.kubeedge.api.apps.v1alpha1.ResourceTemplate"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.apps.v1alpha1.ResourceTemplate"
}
}
},
- "com.github.kubeedge.api.apps.v1alpha1.EdgeApplicationStatus": {
+ "com.github.kubeedge.api.apis.apps.v1alpha1.EdgeApplicationStatus": {
"description": "EdgeApplicationStatus defines the observed state of EdgeApplication",
"type": "object",
"properties": {
@@ -11246,12 +11246,12 @@
"type": "array",
"items": {
"default": {},
- "$ref": "#/definitions/com.github.kubeedge.api.apps.v1alpha1.ManifestStatus"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.apps.v1alpha1.ManifestStatus"
}
}
}
},
- "com.github.kubeedge.api.apps.v1alpha1.EnvOverrider": {
+ "com.github.kubeedge.api.apis.apps.v1alpha1.EnvOverrider": {
"description": "EnvOverrider represents the rules dedicated to handling env overrides.",
"type": "object",
"required": [
@@ -11279,7 +11279,7 @@
}
}
},
- "com.github.kubeedge.api.apps.v1alpha1.ImageOverrider": {
+ "com.github.kubeedge.api.apis.apps.v1alpha1.ImageOverrider": {
"description": "ImageOverrider represents the rules dedicated to handling image overrides.",
"type": "object",
"required": [
@@ -11299,7 +11299,7 @@
},
"predicate": {
"description": "Predicate filters images before applying the rule.\n\nDefaults to nil, in that case, the system will automatically detect image fields if the resource type is Pod, ReplicaSet, Deployment or StatefulSet by following rule:\n - Pod: /spec/containers/\u003cN\u003e/image\n - ReplicaSet: /spec/template/spec/containers/\u003cN\u003e/image\n - Deployment: /spec/template/spec/containers/\u003cN\u003e/image\n - StatefulSet: /spec/template/spec/containers/\u003cN\u003e/image\nIn addition, all images will be processed if the resource object has more than one containers.\n\nIf not nil, only images matches the filters will be processed.",
- "$ref": "#/definitions/com.github.kubeedge.api.apps.v1alpha1.ImagePredicate"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.apps.v1alpha1.ImagePredicate"
},
"value": {
"description": "Value to be applied to image. Must not be empty when operator is 'add' or 'replace'. Defaults to empty and ignored when operator is 'remove'.",
@@ -11307,7 +11307,7 @@
}
}
},
- "com.github.kubeedge.api.apps.v1alpha1.ImagePredicate": {
+ "com.github.kubeedge.api.apis.apps.v1alpha1.ImagePredicate": {
"description": "ImagePredicate describes images filter.",
"type": "object",
"required": [
@@ -11321,11 +11321,11 @@
}
}
},
- "com.github.kubeedge.api.apps.v1alpha1.Manifest": {
+ "com.github.kubeedge.api.apis.apps.v1alpha1.Manifest": {
"description": "Manifest represents a resource to be deployed on managed node groups.",
"type": "object"
},
- "com.github.kubeedge.api.apps.v1alpha1.ManifestStatus": {
+ "com.github.kubeedge.api.apis.apps.v1alpha1.ManifestStatus": {
"description": "ManifestStatus contains running status of a specific manifest in spec.",
"type": "object",
"required": [
@@ -11339,11 +11339,11 @@
"identifier": {
"description": "Identifier represents the identity of a resource linking to manifests in spec.",
"default": {},
- "$ref": "#/definitions/com.github.kubeedge.api.apps.v1alpha1.ResourceIdentifier"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.apps.v1alpha1.ResourceIdentifier"
}
}
},
- "com.github.kubeedge.api.apps.v1alpha1.NodeGroup": {
+ "com.github.kubeedge.api.apis.apps.v1alpha1.NodeGroup": {
"description": "NodeGroup is the Schema for the nodegroups API",
"type": "object",
"properties": {
@@ -11362,12 +11362,12 @@
"spec": {
"description": "Spec represents the specification of the desired behavior of member nodegroup.",
"default": {},
- "$ref": "#/definitions/com.github.kubeedge.api.apps.v1alpha1.NodeGroupSpec"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.apps.v1alpha1.NodeGroupSpec"
},
"status": {
"description": "Status represents the status of member nodegroup.",
"default": {},
- "$ref": "#/definitions/com.github.kubeedge.api.apps.v1alpha1.NodeGroupStatus"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.apps.v1alpha1.NodeGroupStatus"
}
},
"x-kubernetes-group-version-kind": [
@@ -11378,7 +11378,7 @@
}
]
},
- "com.github.kubeedge.api.apps.v1alpha1.NodeGroupList": {
+ "com.github.kubeedge.api.apis.apps.v1alpha1.NodeGroupList": {
"description": "NodeGroupList contains a list of NodeGroup",
"type": "object",
"required": [
@@ -11393,7 +11393,7 @@
"type": "array",
"items": {
"default": {},
- "$ref": "#/definitions/com.github.kubeedge.api.apps.v1alpha1.NodeGroup"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.apps.v1alpha1.NodeGroup"
}
},
"kind": {
@@ -11413,7 +11413,7 @@
}
]
},
- "com.github.kubeedge.api.apps.v1alpha1.NodeGroupSpec": {
+ "com.github.kubeedge.api.apis.apps.v1alpha1.NodeGroupSpec": {
"description": "NodeGroupSpec defines the desired state of NodeGroup",
"type": "object",
"properties": {
@@ -11435,7 +11435,7 @@
}
}
},
- "com.github.kubeedge.api.apps.v1alpha1.NodeGroupStatus": {
+ "com.github.kubeedge.api.apis.apps.v1alpha1.NodeGroupStatus": {
"description": "NodeGroupStatus contains the observed status of all selected nodes in this NodeGroup, including nodes that have been one of the members of this NodeGroup and those have not.",
"type": "object",
"properties": {
@@ -11444,12 +11444,12 @@
"type": "array",
"items": {
"default": {},
- "$ref": "#/definitions/com.github.kubeedge.api.apps.v1alpha1.NodeStatus"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.apps.v1alpha1.NodeStatus"
}
}
}
},
- "com.github.kubeedge.api.apps.v1alpha1.NodeStatus": {
+ "com.github.kubeedge.api.apis.apps.v1alpha1.NodeStatus": {
"description": "NodeStatus contains status of node that selected by this NodeGroup.",
"type": "object",
"required": [
@@ -11479,7 +11479,7 @@
}
}
},
- "com.github.kubeedge.api.apps.v1alpha1.Overriders": {
+ "com.github.kubeedge.api.apis.apps.v1alpha1.Overriders": {
"description": "Overriders represents the override rules that would apply on resources.",
"type": "object",
"properties": {
@@ -11488,7 +11488,7 @@
"type": "array",
"items": {
"default": {},
- "$ref": "#/definitions/com.github.kubeedge.api.apps.v1alpha1.CommandArgsOverrider"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.apps.v1alpha1.CommandArgsOverrider"
}
},
"commandOverriders": {
@@ -11496,7 +11496,7 @@
"type": "array",
"items": {
"default": {},
- "$ref": "#/definitions/com.github.kubeedge.api.apps.v1alpha1.CommandArgsOverrider"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.apps.v1alpha1.CommandArgsOverrider"
}
},
"envOverriders": {
@@ -11504,7 +11504,7 @@
"type": "array",
"items": {
"default": {},
- "$ref": "#/definitions/com.github.kubeedge.api.apps.v1alpha1.EnvOverrider"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.apps.v1alpha1.EnvOverrider"
}
},
"imageOverriders": {
@@ -11512,7 +11512,7 @@
"type": "array",
"items": {
"default": {},
- "$ref": "#/definitions/com.github.kubeedge.api.apps.v1alpha1.ImageOverrider"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.apps.v1alpha1.ImageOverrider"
}
},
"replicas": {
@@ -11525,12 +11525,12 @@
"type": "array",
"items": {
"default": {},
- "$ref": "#/definitions/com.github.kubeedge.api.apps.v1alpha1.ResourcesOverrider"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.apps.v1alpha1.ResourcesOverrider"
}
}
}
},
- "com.github.kubeedge.api.apps.v1alpha1.ResourceIdentifier": {
+ "com.github.kubeedge.api.apis.apps.v1alpha1.ResourceIdentifier": {
"description": "ResourceIdentifier provides the identifiers needed to interact with any arbitrary object.",
"type": "object",
"required": [
@@ -11569,7 +11569,7 @@
}
}
},
- "com.github.kubeedge.api.apps.v1alpha1.ResourceTemplate": {
+ "com.github.kubeedge.api.apis.apps.v1alpha1.ResourceTemplate": {
"description": "ResourceTemplate represents original templates of resources to be deployed as an EdgeApplication.",
"type": "object",
"properties": {
@@ -11577,12 +11577,12 @@
"description": "Manifests represent a list of Kubernetes resources to be deployed on the managed node groups.",
"type": "array",
"items": {
- "$ref": "#/definitions/com.github.kubeedge.api.apps.v1alpha1.Manifest"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.apps.v1alpha1.Manifest"
}
}
}
},
- "com.github.kubeedge.api.apps.v1alpha1.ResourcesOverrider": {
+ "com.github.kubeedge.api.apis.apps.v1alpha1.ResourcesOverrider": {
"description": "ResourcesOverrider represents the rules dedicated to handling resources overrides.",
"type": "object",
"required": [
@@ -11601,7 +11601,7 @@
}
}
},
- "com.github.kubeedge.api.apps.v1alpha1.TargetNodeGroup": {
+ "com.github.kubeedge.api.apis.apps.v1alpha1.TargetNodeGroup": {
"description": "TargetNodeGroup represents the target node group of workload to be deployed, including override rules to apply for this node group.",
"type": "object",
"required": [
@@ -11616,11 +11616,11 @@
"overriders": {
"description": "Overriders represents the override rules that would apply on workload.",
"default": {},
- "$ref": "#/definitions/com.github.kubeedge.api.apps.v1alpha1.Overriders"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.apps.v1alpha1.Overriders"
}
}
},
- "com.github.kubeedge.api.apps.v1alpha1.WorkloadScope": {
+ "com.github.kubeedge.api.apis.apps.v1alpha1.WorkloadScope": {
"description": "WorkloadScope represents which node groups the workload should be deployed in.",
"type": "object",
"properties": {
@@ -11629,12 +11629,12 @@
"type": "array",
"items": {
"default": {},
- "$ref": "#/definitions/com.github.kubeedge.api.apps.v1alpha1.TargetNodeGroup"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.apps.v1alpha1.TargetNodeGroup"
}
}
}
},
- "com.github.kubeedge.api.devices.v1alpha2.BluetoothOperations": {
+ "com.github.kubeedge.api.apis.devices.v1alpha2.BluetoothOperations": {
"description": "Specify the operation that should be performed to convert incoming data into understandable form",
"type": "object",
"properties": {
@@ -11649,7 +11649,7 @@
}
}
},
- "com.github.kubeedge.api.devices.v1alpha2.BluetoothReadConverter": {
+ "com.github.kubeedge.api.apis.devices.v1alpha2.BluetoothReadConverter": {
"description": "Specifies the operations that may need to be performed to convert the data",
"type": "object",
"properties": {
@@ -11663,7 +11663,7 @@
"type": "array",
"items": {
"default": {},
- "$ref": "#/definitions/com.github.kubeedge.api.devices.v1alpha2.BluetoothOperations"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.devices.v1alpha2.BluetoothOperations"
}
},
"shiftLeft": {
@@ -11683,11 +11683,11 @@
}
}
},
- "com.github.kubeedge.api.devices.v1alpha2.CustomizedValue": {
+ "com.github.kubeedge.api.apis.devices.v1alpha2.CustomizedValue": {
"description": "CustomizedValue contains a map type data",
"type": "object"
},
- "com.github.kubeedge.api.devices.v1alpha2.DataProperty": {
+ "com.github.kubeedge.api.apis.devices.v1alpha2.DataProperty": {
"description": "DataProperty represents the device property for external use.",
"type": "object",
"properties": {
@@ -11705,7 +11705,7 @@
}
}
},
- "com.github.kubeedge.api.devices.v1alpha2.Device": {
+ "com.github.kubeedge.api.apis.devices.v1alpha2.Device": {
"description": "Device is the Schema for the devices API",
"type": "object",
"properties": {
@@ -11723,11 +11723,11 @@
},
"spec": {
"default": {},
- "$ref": "#/definitions/com.github.kubeedge.api.devices.v1alpha2.DeviceSpec"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.devices.v1alpha2.DeviceSpec"
},
"status": {
"default": {},
- "$ref": "#/definitions/com.github.kubeedge.api.devices.v1alpha2.DeviceStatus"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.devices.v1alpha2.DeviceStatus"
}
},
"x-kubernetes-group-version-kind": [
@@ -11738,7 +11738,7 @@
}
]
},
- "com.github.kubeedge.api.devices.v1alpha2.DeviceData": {
+ "com.github.kubeedge.api.apis.devices.v1alpha2.DeviceData": {
"description": "DeviceData reports the device's time-series data to edge MQTT broker. These data should not be processed by edgecore. Instead, they can be processed by third-party data-processing apps like EMQX kuiper.",
"type": "object",
"properties": {
@@ -11747,7 +11747,7 @@
"type": "array",
"items": {
"default": {},
- "$ref": "#/definitions/com.github.kubeedge.api.devices.v1alpha2.DataProperty"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.devices.v1alpha2.DataProperty"
}
},
"dataTopic": {
@@ -11756,7 +11756,7 @@
}
}
},
- "com.github.kubeedge.api.devices.v1alpha2.DeviceList": {
+ "com.github.kubeedge.api.apis.devices.v1alpha2.DeviceList": {
"description": "DeviceList contains a list of Device",
"type": "object",
"required": [
@@ -11771,7 +11771,7 @@
"type": "array",
"items": {
"default": {},
- "$ref": "#/definitions/com.github.kubeedge.api.devices.v1alpha2.Device"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.devices.v1alpha2.Device"
}
},
"kind": {
@@ -11791,7 +11791,7 @@
}
]
},
- "com.github.kubeedge.api.devices.v1alpha2.DeviceModel": {
+ "com.github.kubeedge.api.apis.devices.v1alpha2.DeviceModel": {
"description": "DeviceModel is the Schema for the device model API",
"type": "object",
"properties": {
@@ -11809,7 +11809,7 @@
},
"spec": {
"default": {},
- "$ref": "#/definitions/com.github.kubeedge.api.devices.v1alpha2.DeviceModelSpec"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.devices.v1alpha2.DeviceModelSpec"
}
},
"x-kubernetes-group-version-kind": [
@@ -11820,7 +11820,7 @@
}
]
},
- "com.github.kubeedge.api.devices.v1alpha2.DeviceModelList": {
+ "com.github.kubeedge.api.apis.devices.v1alpha2.DeviceModelList": {
"description": "DeviceModelList contains a list of DeviceModel",
"type": "object",
"required": [
@@ -11835,7 +11835,7 @@
"type": "array",
"items": {
"default": {},
- "$ref": "#/definitions/com.github.kubeedge.api.devices.v1alpha2.DeviceModel"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.devices.v1alpha2.DeviceModel"
}
},
"kind": {
@@ -11855,7 +11855,7 @@
}
]
},
- "com.github.kubeedge.api.devices.v1alpha2.DeviceModelSpec": {
+ "com.github.kubeedge.api.apis.devices.v1alpha2.DeviceModelSpec": {
"description": "DeviceModelSpec defines the model / template for a device.It is a blueprint which describes the device capabilities and access mechanism via property visitors.",
"type": "object",
"properties": {
@@ -11864,7 +11864,7 @@
"type": "array",
"items": {
"default": {},
- "$ref": "#/definitions/com.github.kubeedge.api.devices.v1alpha2.DeviceProperty"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.devices.v1alpha2.DeviceProperty"
}
},
"protocol": {
@@ -11873,7 +11873,7 @@
}
}
},
- "com.github.kubeedge.api.devices.v1alpha2.DeviceProperty": {
+ "com.github.kubeedge.api.apis.devices.v1alpha2.DeviceProperty": {
"description": "DeviceProperty describes an individual device property / attribute like temperature / humidity etc.",
"type": "object",
"properties": {
@@ -11888,17 +11888,17 @@
"type": {
"description": "Required: PropertyType represents the type and data validation of the property.",
"default": {},
- "$ref": "#/definitions/com.github.kubeedge.api.devices.v1alpha2.PropertyType"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.devices.v1alpha2.PropertyType"
}
}
},
- "com.github.kubeedge.api.devices.v1alpha2.DevicePropertyVisitor": {
+ "com.github.kubeedge.api.apis.devices.v1alpha2.DevicePropertyVisitor": {
"description": "DevicePropertyVisitor describes the specifics of accessing a particular device property. Visitors are intended to be consumed by device mappers which connect to devices and collect data / perform actions on the device.",
"type": "object",
"properties": {
"bluetooth": {
"description": "Bluetooth represents a set of additional visitor config fields of bluetooth protocol.",
- "$ref": "#/definitions/com.github.kubeedge.api.devices.v1alpha2.VisitorConfigBluetooth"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.devices.v1alpha2.VisitorConfigBluetooth"
},
"collectCycle": {
"description": "Define how frequent mapper will collect from device.",
@@ -11907,19 +11907,19 @@
},
"customizedProtocol": {
"description": "CustomizedProtocol represents a set of visitor config fields of bluetooth protocol.",
- "$ref": "#/definitions/com.github.kubeedge.api.devices.v1alpha2.VisitorConfigCustomized"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.devices.v1alpha2.VisitorConfigCustomized"
},
"customizedValues": {
"description": "Customized values for visitor of provided protocols",
- "$ref": "#/definitions/com.github.kubeedge.api.devices.v1alpha2.CustomizedValue"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.devices.v1alpha2.CustomizedValue"
},
"modbus": {
"description": "Modbus represents a set of additional visitor config fields of modbus protocol.",
- "$ref": "#/definitions/com.github.kubeedge.api.devices.v1alpha2.VisitorConfigModbus"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.devices.v1alpha2.VisitorConfigModbus"
},
"opcua": {
"description": "Opcua represents a set of additional visitor config fields of opc-ua protocol.",
- "$ref": "#/definitions/com.github.kubeedge.api.devices.v1alpha2.VisitorConfigOPCUA"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.devices.v1alpha2.VisitorConfigOPCUA"
},
"propertyName": {
"description": "Required: The device property name to be accessed. This should refer to one of the device properties defined in the device model.",
@@ -11932,14 +11932,14 @@
}
}
},
- "com.github.kubeedge.api.devices.v1alpha2.DeviceSpec": {
+ "com.github.kubeedge.api.apis.devices.v1alpha2.DeviceSpec": {
"description": "DeviceSpec represents a single device instance. It is an instantation of a device model.",
"type": "object",
"properties": {
"data": {
"description": "Data section describe a list of time-series properties which should be processed on edge node.",
"default": {},
- "$ref": "#/definitions/com.github.kubeedge.api.devices.v1alpha2.DeviceData"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.devices.v1alpha2.DeviceData"
},
"deviceModelRef": {
"description": "Required: DeviceModelRef is reference to the device model used as a template to create the device instance.",
@@ -11954,17 +11954,17 @@
"type": "array",
"items": {
"default": {},
- "$ref": "#/definitions/com.github.kubeedge.api.devices.v1alpha2.DevicePropertyVisitor"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.devices.v1alpha2.DevicePropertyVisitor"
}
},
"protocol": {
"description": "Required: The protocol configuration used to connect to the device.",
"default": {},
- "$ref": "#/definitions/com.github.kubeedge.api.devices.v1alpha2.ProtocolConfig"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.devices.v1alpha2.ProtocolConfig"
}
}
},
- "com.github.kubeedge.api.devices.v1alpha2.DeviceStatus": {
+ "com.github.kubeedge.api.apis.devices.v1alpha2.DeviceStatus": {
"description": "DeviceStatus reports the device state and the desired/reported values of twin attributes.",
"type": "object",
"properties": {
@@ -11973,36 +11973,36 @@
"type": "array",
"items": {
"default": {},
- "$ref": "#/definitions/com.github.kubeedge.api.devices.v1alpha2.Twin"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.devices.v1alpha2.Twin"
}
}
}
},
- "com.github.kubeedge.api.devices.v1alpha2.PropertyType": {
+ "com.github.kubeedge.api.apis.devices.v1alpha2.PropertyType": {
"description": "Represents the type and data validation of a property. Only one of its members may be specified.",
"type": "object",
"properties": {
"boolean": {
- "$ref": "#/definitions/com.github.kubeedge.api.devices.v1alpha2.PropertyTypeBoolean"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.devices.v1alpha2.PropertyTypeBoolean"
},
"bytes": {
- "$ref": "#/definitions/com.github.kubeedge.api.devices.v1alpha2.PropertyTypeBytes"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.devices.v1alpha2.PropertyTypeBytes"
},
"double": {
- "$ref": "#/definitions/com.github.kubeedge.api.devices.v1alpha2.PropertyTypeDouble"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.devices.v1alpha2.PropertyTypeDouble"
},
"float": {
- "$ref": "#/definitions/com.github.kubeedge.api.devices.v1alpha2.PropertyTypeFloat"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.devices.v1alpha2.PropertyTypeFloat"
},
"int": {
- "$ref": "#/definitions/com.github.kubeedge.api.devices.v1alpha2.PropertyTypeInt64"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.devices.v1alpha2.PropertyTypeInt64"
},
"string": {
- "$ref": "#/definitions/com.github.kubeedge.api.devices.v1alpha2.PropertyTypeString"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.devices.v1alpha2.PropertyTypeString"
}
}
},
- "com.github.kubeedge.api.devices.v1alpha2.PropertyTypeBoolean": {
+ "com.github.kubeedge.api.apis.devices.v1alpha2.PropertyTypeBoolean": {
"type": "object",
"properties": {
"accessMode": {
@@ -12014,7 +12014,7 @@
}
}
},
- "com.github.kubeedge.api.devices.v1alpha2.PropertyTypeBytes": {
+ "com.github.kubeedge.api.apis.devices.v1alpha2.PropertyTypeBytes": {
"type": "object",
"properties": {
"accessMode": {
@@ -12023,7 +12023,7 @@
}
}
},
- "com.github.kubeedge.api.devices.v1alpha2.PropertyTypeDouble": {
+ "com.github.kubeedge.api.apis.devices.v1alpha2.PropertyTypeDouble": {
"type": "object",
"properties": {
"accessMode": {
@@ -12048,7 +12048,7 @@
}
}
},
- "com.github.kubeedge.api.devices.v1alpha2.PropertyTypeFloat": {
+ "com.github.kubeedge.api.apis.devices.v1alpha2.PropertyTypeFloat": {
"type": "object",
"properties": {
"accessMode": {
@@ -12073,7 +12073,7 @@
}
}
},
- "com.github.kubeedge.api.devices.v1alpha2.PropertyTypeInt64": {
+ "com.github.kubeedge.api.apis.devices.v1alpha2.PropertyTypeInt64": {
"type": "object",
"properties": {
"accessMode": {
@@ -12098,7 +12098,7 @@
}
}
},
- "com.github.kubeedge.api.devices.v1alpha2.PropertyTypeString": {
+ "com.github.kubeedge.api.apis.devices.v1alpha2.PropertyTypeString": {
"type": "object",
"properties": {
"accessMode": {
@@ -12110,33 +12110,33 @@
}
}
},
- "com.github.kubeedge.api.devices.v1alpha2.ProtocolConfig": {
+ "com.github.kubeedge.api.apis.devices.v1alpha2.ProtocolConfig": {
"description": "Only one of its members may be specified.",
"type": "object",
"properties": {
"bluetooth": {
"description": "Protocol configuration for bluetooth",
- "$ref": "#/definitions/com.github.kubeedge.api.devices.v1alpha2.ProtocolConfigBluetooth"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.devices.v1alpha2.ProtocolConfigBluetooth"
},
"common": {
"description": "Configuration for protocol common part",
- "$ref": "#/definitions/com.github.kubeedge.api.devices.v1alpha2.ProtocolConfigCommon"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.devices.v1alpha2.ProtocolConfigCommon"
},
"customizedProtocol": {
"description": "Configuration for customized protocol",
- "$ref": "#/definitions/com.github.kubeedge.api.devices.v1alpha2.ProtocolConfigCustomized"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.devices.v1alpha2.ProtocolConfigCustomized"
},
"modbus": {
"description": "Protocol configuration for modbus",
- "$ref": "#/definitions/com.github.kubeedge.api.devices.v1alpha2.ProtocolConfigModbus"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.devices.v1alpha2.ProtocolConfigModbus"
},
"opcua": {
"description": "Protocol configuration for opc-ua",
- "$ref": "#/definitions/com.github.kubeedge.api.devices.v1alpha2.ProtocolConfigOpcUA"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.devices.v1alpha2.ProtocolConfigOpcUA"
}
}
},
- "com.github.kubeedge.api.devices.v1alpha2.ProtocolConfigBluetooth": {
+ "com.github.kubeedge.api.apis.devices.v1alpha2.ProtocolConfigBluetooth": {
"type": "object",
"properties": {
"macAddress": {
@@ -12145,7 +12145,7 @@
}
}
},
- "com.github.kubeedge.api.devices.v1alpha2.ProtocolConfigCOM": {
+ "com.github.kubeedge.api.apis.devices.v1alpha2.ProtocolConfigCOM": {
"type": "object",
"properties": {
"baudRate": {
@@ -12173,7 +12173,7 @@
}
}
},
- "com.github.kubeedge.api.devices.v1alpha2.ProtocolConfigCommon": {
+ "com.github.kubeedge.api.apis.devices.v1alpha2.ProtocolConfigCommon": {
"description": "Only one of COM or TCP may be specified.",
"type": "object",
"properties": {
@@ -12192,7 +12192,7 @@
"type": "string"
},
"com": {
- "$ref": "#/definitions/com.github.kubeedge.api.devices.v1alpha2.ProtocolConfigCOM"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.devices.v1alpha2.ProtocolConfigCOM"
},
"commType": {
"description": "Communication type, like tcp client, tcp server or COM",
@@ -12200,7 +12200,7 @@
},
"customizedValues": {
"description": "Customized values for provided protocol",
- "$ref": "#/definitions/com.github.kubeedge.api.devices.v1alpha2.CustomizedValue"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.devices.v1alpha2.CustomizedValue"
},
"reconnRetryTimes": {
"description": "Reconnecting retry times",
@@ -12213,16 +12213,16 @@
"format": "int64"
},
"tcp": {
- "$ref": "#/definitions/com.github.kubeedge.api.devices.v1alpha2.ProtocolConfigTCP"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.devices.v1alpha2.ProtocolConfigTCP"
}
}
},
- "com.github.kubeedge.api.devices.v1alpha2.ProtocolConfigCustomized": {
+ "com.github.kubeedge.api.apis.devices.v1alpha2.ProtocolConfigCustomized": {
"type": "object",
"properties": {
"configData": {
"description": "Any config data",
- "$ref": "#/definitions/com.github.kubeedge.api.devices.v1alpha2.CustomizedValue"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.devices.v1alpha2.CustomizedValue"
},
"protocolName": {
"description": "Unique protocol name Required.",
@@ -12230,7 +12230,7 @@
}
}
},
- "com.github.kubeedge.api.devices.v1alpha2.ProtocolConfigModbus": {
+ "com.github.kubeedge.api.apis.devices.v1alpha2.ProtocolConfigModbus": {
"description": "Only one of its members may be specified.",
"type": "object",
"properties": {
@@ -12241,7 +12241,7 @@
}
}
},
- "com.github.kubeedge.api.devices.v1alpha2.ProtocolConfigOpcUA": {
+ "com.github.kubeedge.api.apis.devices.v1alpha2.ProtocolConfigOpcUA": {
"type": "object",
"properties": {
"certificate": {
@@ -12279,7 +12279,7 @@
}
}
},
- "com.github.kubeedge.api.devices.v1alpha2.ProtocolConfigTCP": {
+ "com.github.kubeedge.api.apis.devices.v1alpha2.ProtocolConfigTCP": {
"type": "object",
"properties": {
"ip": {
@@ -12293,14 +12293,14 @@
}
}
},
- "com.github.kubeedge.api.devices.v1alpha2.Twin": {
+ "com.github.kubeedge.api.apis.devices.v1alpha2.Twin": {
"description": "Twin provides a logical representation of control properties (writable properties in the device model). The properties can have a Desired state and a Reported state. The cloud configures the `Desired`state of a device property and this configuration update is pushed to the edge node. The mapper sends a command to the device to change this property value as per the desired state . It receives the `Reported` state of the property once the previous operation is complete and sends the reported state to the cloud. Offline device interaction in the edge is possible via twin properties for control/command operations.",
"type": "object",
"properties": {
"desired": {
"description": "Required: the desired property value.",
"default": {},
- "$ref": "#/definitions/com.github.kubeedge.api.devices.v1alpha2.TwinProperty"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.devices.v1alpha2.TwinProperty"
},
"propertyName": {
"description": "Required: The property name for which the desired/reported values are specified. This property should be present in the device model.",
@@ -12309,11 +12309,11 @@
"reported": {
"description": "Required: the reported property value.",
"default": {},
- "$ref": "#/definitions/com.github.kubeedge.api.devices.v1alpha2.TwinProperty"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.devices.v1alpha2.TwinProperty"
}
}
},
- "com.github.kubeedge.api.devices.v1alpha2.TwinProperty": {
+ "com.github.kubeedge.api.apis.devices.v1alpha2.TwinProperty": {
"description": "TwinProperty represents the device property for which an Expected/Actual state can be defined.",
"type": "object",
"required": [
@@ -12335,7 +12335,7 @@
}
}
},
- "com.github.kubeedge.api.devices.v1alpha2.VisitorConfigBluetooth": {
+ "com.github.kubeedge.api.apis.devices.v1alpha2.VisitorConfigBluetooth": {
"description": "Common visitor configurations for bluetooth protocol",
"type": "object",
"properties": {
@@ -12346,7 +12346,7 @@
"dataConverter": {
"description": "Responsible for converting the data being read from the bluetooth device into a form that is understandable by the platform",
"default": {},
- "$ref": "#/definitions/com.github.kubeedge.api.devices.v1alpha2.BluetoothReadConverter"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.devices.v1alpha2.BluetoothReadConverter"
},
"dataWrite": {
"description": "Responsible for converting the data coming from the platform into a form that is understood by the bluetooth device For example: \"ON\":[1], \"OFF\":[0]",
@@ -12358,13 +12358,13 @@
}
}
},
- "com.github.kubeedge.api.devices.v1alpha2.VisitorConfigCustomized": {
+ "com.github.kubeedge.api.apis.devices.v1alpha2.VisitorConfigCustomized": {
"description": "Common visitor configurations for customized protocol",
"type": "object",
"properties": {
"configData": {
"description": "Required: The configData of customized protocol",
- "$ref": "#/definitions/com.github.kubeedge.api.devices.v1alpha2.CustomizedValue"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.devices.v1alpha2.CustomizedValue"
},
"protocolName": {
"description": "Required: name of customized protocol",
@@ -12372,7 +12372,7 @@
}
}
},
- "com.github.kubeedge.api.devices.v1alpha2.VisitorConfigModbus": {
+ "com.github.kubeedge.api.apis.devices.v1alpha2.VisitorConfigModbus": {
"description": "Common visitor configurations for modbus protocol",
"type": "object",
"properties": {
@@ -12405,7 +12405,7 @@
}
}
},
- "com.github.kubeedge.api.devices.v1alpha2.VisitorConfigOPCUA": {
+ "com.github.kubeedge.api.apis.devices.v1alpha2.VisitorConfigOPCUA": {
"description": "Common visitor configurations for opc-ua protocol",
"type": "object",
"properties": {
@@ -12419,68 +12419,68 @@
}
}
},
- "com.github.kubeedge.api.devices.v1beta1.CustomizedValue": {
+ "com.github.kubeedge.api.apis.devices.v1beta1.CustomizedValue": {
"description": "CustomizedValue contains a map type data",
"type": "object"
},
- "com.github.kubeedge.api.devices.v1beta1.DBMethodConfig": {
+ "com.github.kubeedge.api.apis.devices.v1beta1.DBMethodConfig": {
"type": "object",
"properties": {
"TDEngine": {
- "$ref": "#/definitions/com.github.kubeedge.api.devices.v1beta1.DBMethodTDEngine"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.devices.v1beta1.DBMethodTDEngine"
},
"influxdb2": {
"description": "method configuration for database",
- "$ref": "#/definitions/com.github.kubeedge.api.devices.v1beta1.DBMethodInfluxdb2"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.devices.v1beta1.DBMethodInfluxdb2"
},
"mysql": {
- "$ref": "#/definitions/com.github.kubeedge.api.devices.v1beta1.DBMethodMySQL"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.devices.v1beta1.DBMethodMySQL"
},
"redis": {
- "$ref": "#/definitions/com.github.kubeedge.api.devices.v1beta1.DBMethodRedis"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.devices.v1beta1.DBMethodRedis"
}
}
},
- "com.github.kubeedge.api.devices.v1beta1.DBMethodInfluxdb2": {
+ "com.github.kubeedge.api.apis.devices.v1beta1.DBMethodInfluxdb2": {
"type": "object",
"properties": {
"influxdb2ClientConfig": {
"description": "Config of influx database",
- "$ref": "#/definitions/com.github.kubeedge.api.devices.v1beta1.Influxdb2ClientConfig"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.devices.v1beta1.Influxdb2ClientConfig"
},
"influxdb2DataConfig": {
"description": "config of device data when push to influx database",
- "$ref": "#/definitions/com.github.kubeedge.api.devices.v1beta1.Influxdb2DataConfig"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.devices.v1beta1.Influxdb2DataConfig"
}
}
},
- "com.github.kubeedge.api.devices.v1beta1.DBMethodMySQL": {
+ "com.github.kubeedge.api.apis.devices.v1beta1.DBMethodMySQL": {
"type": "object",
"properties": {
"mysqlClientConfig": {
- "$ref": "#/definitions/com.github.kubeedge.api.devices.v1beta1.MySQLClientConfig"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.devices.v1beta1.MySQLClientConfig"
}
}
},
- "com.github.kubeedge.api.devices.v1beta1.DBMethodRedis": {
+ "com.github.kubeedge.api.apis.devices.v1beta1.DBMethodRedis": {
"type": "object",
"properties": {
"redisClientConfig": {
"description": "RedisClientConfig of redis database",
- "$ref": "#/definitions/com.github.kubeedge.api.devices.v1beta1.RedisClientConfig"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.devices.v1beta1.RedisClientConfig"
}
}
},
- "com.github.kubeedge.api.devices.v1beta1.DBMethodTDEngine": {
+ "com.github.kubeedge.api.apis.devices.v1beta1.DBMethodTDEngine": {
"type": "object",
"properties": {
"TDEngineClientConfig": {
"description": "tdengineClientConfig of tdengine database",
- "$ref": "#/definitions/com.github.kubeedge.api.devices.v1beta1.TDEngineClientConfig"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.devices.v1beta1.TDEngineClientConfig"
}
}
},
- "com.github.kubeedge.api.devices.v1beta1.Device": {
+ "com.github.kubeedge.api.apis.devices.v1beta1.Device": {
"description": "Device is the Schema for the devices API",
"type": "object",
"properties": {
@@ -12498,11 +12498,11 @@
},
"spec": {
"default": {},
- "$ref": "#/definitions/com.github.kubeedge.api.devices.v1beta1.DeviceSpec"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.devices.v1beta1.DeviceSpec"
},
"status": {
"default": {},
- "$ref": "#/definitions/com.github.kubeedge.api.devices.v1beta1.DeviceStatus"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.devices.v1beta1.DeviceStatus"
}
},
"x-kubernetes-group-version-kind": [
@@ -12513,7 +12513,7 @@
}
]
},
- "com.github.kubeedge.api.devices.v1beta1.DeviceList": {
+ "com.github.kubeedge.api.apis.devices.v1beta1.DeviceList": {
"description": "DeviceList contains a list of Device",
"type": "object",
"required": [
@@ -12528,7 +12528,7 @@
"type": "array",
"items": {
"default": {},
- "$ref": "#/definitions/com.github.kubeedge.api.devices.v1beta1.Device"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.devices.v1beta1.Device"
}
},
"kind": {
@@ -12548,7 +12548,7 @@
}
]
},
- "com.github.kubeedge.api.devices.v1beta1.DeviceModel": {
+ "com.github.kubeedge.api.apis.devices.v1beta1.DeviceModel": {
"description": "DeviceModel is the Schema for the device model API",
"type": "object",
"properties": {
@@ -12566,7 +12566,7 @@
},
"spec": {
"default": {},
- "$ref": "#/definitions/com.github.kubeedge.api.devices.v1beta1.DeviceModelSpec"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.devices.v1beta1.DeviceModelSpec"
}
},
"x-kubernetes-group-version-kind": [
@@ -12577,7 +12577,7 @@
}
]
},
- "com.github.kubeedge.api.devices.v1beta1.DeviceModelList": {
+ "com.github.kubeedge.api.apis.devices.v1beta1.DeviceModelList": {
"description": "DeviceModelList contains a list of DeviceModel",
"type": "object",
"required": [
@@ -12592,7 +12592,7 @@
"type": "array",
"items": {
"default": {},
- "$ref": "#/definitions/com.github.kubeedge.api.devices.v1beta1.DeviceModel"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.devices.v1beta1.DeviceModel"
}
},
"kind": {
@@ -12612,7 +12612,7 @@
}
]
},
- "com.github.kubeedge.api.devices.v1beta1.DeviceModelSpec": {
+ "com.github.kubeedge.api.apis.devices.v1beta1.DeviceModelSpec": {
"description": "DeviceModelSpec defines the model for a device.It is a blueprint which describes the device capabilities and access mechanism via property visitors.",
"type": "object",
"properties": {
@@ -12621,7 +12621,7 @@
"type": "array",
"items": {
"default": {},
- "$ref": "#/definitions/com.github.kubeedge.api.devices.v1beta1.ModelProperty"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.devices.v1beta1.ModelProperty"
}
},
"protocol": {
@@ -12630,7 +12630,7 @@
}
}
},
- "com.github.kubeedge.api.devices.v1beta1.DeviceProperty": {
+ "com.github.kubeedge.api.apis.devices.v1beta1.DeviceProperty": {
"description": "DeviceProperty describes the specifics all the properties of the device.",
"type": "object",
"properties": {
@@ -12642,7 +12642,7 @@
"desired": {
"description": "The desired property value.",
"default": {},
- "$ref": "#/definitions/com.github.kubeedge.api.devices.v1beta1.TwinProperty"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.devices.v1beta1.TwinProperty"
},
"name": {
"description": "Required: The device property name to be accessed. It must be unique. Note: If you need to use the built-in stream data processing function, you need to define Name as saveFrame or saveVideo",
@@ -12650,7 +12650,7 @@
},
"pushMethod": {
"description": "PushMethod represents the protocol used to push data, please ensure that the mapper can access the destination address.",
- "$ref": "#/definitions/com.github.kubeedge.api.devices.v1beta1.PushMethod"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.devices.v1beta1.PushMethod"
},
"reportCycle": {
"description": "Define how frequent mapper will report the value.",
@@ -12664,11 +12664,11 @@
"visitors": {
"description": "Visitors are intended to be consumed by device mappers which connect to devices and collect data / perform actions on the device. Required: Protocol relevant config details about the how to access the device property.",
"default": {},
- "$ref": "#/definitions/com.github.kubeedge.api.devices.v1beta1.VisitorConfig"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.devices.v1beta1.VisitorConfig"
}
}
},
- "com.github.kubeedge.api.devices.v1beta1.DeviceSpec": {
+ "com.github.kubeedge.api.apis.devices.v1beta1.DeviceSpec": {
"description": "DeviceSpec represents a single device instance.",
"type": "object",
"properties": {
@@ -12685,17 +12685,17 @@
"type": "array",
"items": {
"default": {},
- "$ref": "#/definitions/com.github.kubeedge.api.devices.v1beta1.DeviceProperty"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.devices.v1beta1.DeviceProperty"
}
},
"protocol": {
"description": "Required: The protocol configuration used to connect to the device.",
"default": {},
- "$ref": "#/definitions/com.github.kubeedge.api.devices.v1beta1.ProtocolConfig"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.devices.v1beta1.ProtocolConfig"
}
}
},
- "com.github.kubeedge.api.devices.v1beta1.DeviceStatus": {
+ "com.github.kubeedge.api.apis.devices.v1beta1.DeviceStatus": {
"description": "DeviceStatus reports the device state and the desired/reported values of twin attributes.",
"type": "object",
"properties": {
@@ -12712,12 +12712,12 @@
"type": "array",
"items": {
"default": {},
- "$ref": "#/definitions/com.github.kubeedge.api.devices.v1beta1.Twin"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.devices.v1beta1.Twin"
}
}
}
},
- "com.github.kubeedge.api.devices.v1beta1.Influxdb2ClientConfig": {
+ "com.github.kubeedge.api.apis.devices.v1beta1.Influxdb2ClientConfig": {
"type": "object",
"properties": {
"bucket": {
@@ -12734,7 +12734,7 @@
}
}
},
- "com.github.kubeedge.api.devices.v1beta1.Influxdb2DataConfig": {
+ "com.github.kubeedge.api.apis.devices.v1beta1.Influxdb2DataConfig": {
"type": "object",
"properties": {
"fieldKey": {
@@ -12755,7 +12755,7 @@
}
}
},
- "com.github.kubeedge.api.devices.v1beta1.ModelProperty": {
+ "com.github.kubeedge.api.apis.devices.v1beta1.ModelProperty": {
"description": "ModelProperty describes an individual device property / attribute like temperature / humidity etc.",
"type": "object",
"properties": {
@@ -12787,7 +12787,7 @@
}
}
},
- "com.github.kubeedge.api.devices.v1beta1.MySQLClientConfig": {
+ "com.github.kubeedge.api.apis.devices.v1beta1.MySQLClientConfig": {
"type": "object",
"properties": {
"addr": {
@@ -12804,12 +12804,12 @@
}
}
},
- "com.github.kubeedge.api.devices.v1beta1.ProtocolConfig": {
+ "com.github.kubeedge.api.apis.devices.v1beta1.ProtocolConfig": {
"type": "object",
"properties": {
"configData": {
"description": "Any config data",
- "$ref": "#/definitions/com.github.kubeedge.api.devices.v1beta1.CustomizedValue"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.devices.v1beta1.CustomizedValue"
},
"protocolName": {
"description": "Unique protocol name Required.",
@@ -12817,24 +12817,24 @@
}
}
},
- "com.github.kubeedge.api.devices.v1beta1.PushMethod": {
+ "com.github.kubeedge.api.apis.devices.v1beta1.PushMethod": {
"type": "object",
"properties": {
"dbMethod": {
"description": "DBMethod represents the method used to push data to database, please ensure that the mapper can access the destination address.",
- "$ref": "#/definitions/com.github.kubeedge.api.devices.v1beta1.DBMethodConfig"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.devices.v1beta1.DBMethodConfig"
},
"http": {
"description": "HTTP Push method configuration for http",
- "$ref": "#/definitions/com.github.kubeedge.api.devices.v1beta1.PushMethodHTTP"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.devices.v1beta1.PushMethodHTTP"
},
"mqtt": {
"description": "MQTT Push method configuration for mqtt",
- "$ref": "#/definitions/com.github.kubeedge.api.devices.v1beta1.PushMethodMQTT"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.devices.v1beta1.PushMethodMQTT"
}
}
},
- "com.github.kubeedge.api.devices.v1beta1.PushMethodHTTP": {
+ "com.github.kubeedge.api.apis.devices.v1beta1.PushMethodHTTP": {
"type": "object",
"properties": {
"hostName": {
@@ -12853,7 +12853,7 @@
}
}
},
- "com.github.kubeedge.api.devices.v1beta1.PushMethodMQTT": {
+ "com.github.kubeedge.api.apis.devices.v1beta1.PushMethodMQTT": {
"type": "object",
"properties": {
"address": {
@@ -12875,7 +12875,7 @@
}
}
},
- "com.github.kubeedge.api.devices.v1beta1.RedisClientConfig": {
+ "com.github.kubeedge.api.apis.devices.v1beta1.RedisClientConfig": {
"type": "object",
"properties": {
"addr": {
@@ -12899,7 +12899,7 @@
}
}
},
- "com.github.kubeedge.api.devices.v1beta1.TDEngineClientConfig": {
+ "com.github.kubeedge.api.apis.devices.v1beta1.TDEngineClientConfig": {
"type": "object",
"properties": {
"addr": {
@@ -12912,14 +12912,14 @@
}
}
},
- "com.github.kubeedge.api.devices.v1beta1.Twin": {
+ "com.github.kubeedge.api.apis.devices.v1beta1.Twin": {
"description": "Twin provides a logical representation of control properties (writable properties in the device model). The properties can have a Desired state and a Reported state. The cloud configures the `Desired`state of a device property and this configuration update is pushed to the edge node. The mapper sends a command to the device to change this property value as per the desired state . It receives the `Reported` state of the property once the previous operation is complete and sends the reported state to the cloud. Offline device interaction in the edge is possible via twin properties for control/command operations.",
"type": "object",
"properties": {
"observedDesired": {
"description": "The meaning of here is to indicate desired value of `deviceProperty.Desired` that the mapper has received in current cycle. Useful in cases that people want to check whether the mapper is working appropriately and its internal status is up-to-date. This value should be only updated by devicecontroller upstream.",
"default": {},
- "$ref": "#/definitions/com.github.kubeedge.api.devices.v1beta1.TwinProperty"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.devices.v1beta1.TwinProperty"
},
"propertyName": {
"description": "Required: The property name for which the desired/reported values are specified. This property should be present in the device model.",
@@ -12928,11 +12928,11 @@
"reported": {
"description": "Required: the reported property value.",
"default": {},
- "$ref": "#/definitions/com.github.kubeedge.api.devices.v1beta1.TwinProperty"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.devices.v1beta1.TwinProperty"
}
}
},
- "com.github.kubeedge.api.devices.v1beta1.TwinProperty": {
+ "com.github.kubeedge.api.apis.devices.v1beta1.TwinProperty": {
"description": "TwinProperty represents the device property for which an Expected/Actual state can be defined.",
"type": "object",
"required": [
@@ -12954,12 +12954,12 @@
}
}
},
- "com.github.kubeedge.api.devices.v1beta1.VisitorConfig": {
+ "com.github.kubeedge.api.apis.devices.v1beta1.VisitorConfig": {
"type": "object",
"properties": {
"configData": {
"description": "Required: The configData of customized protocol",
- "$ref": "#/definitions/com.github.kubeedge.api.devices.v1beta1.CustomizedValue"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.devices.v1beta1.CustomizedValue"
},
"protocolName": {
"description": "Required: name of customized protocol",
@@ -12967,7 +12967,7 @@
}
}
},
- "com.github.kubeedge.api.operations.v1alpha1.ImagePrePullJob": {
+ "com.github.kubeedge.api.apis.operations.v1alpha1.ImagePrePullJob": {
"description": "ImagePrePullJob is used to prepull images on edge node.",
"type": "object",
"required": [
@@ -12989,12 +12989,12 @@
"spec": {
"description": "Spec represents the specification of the desired behavior of ImagePrePullJob.",
"default": {},
- "$ref": "#/definitions/com.github.kubeedge.api.operations.v1alpha1.ImagePrePullJobSpec"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.operations.v1alpha1.ImagePrePullJobSpec"
},
"status": {
"description": "Status represents the status of ImagePrePullJob.",
"default": {},
- "$ref": "#/definitions/com.github.kubeedge.api.operations.v1alpha1.ImagePrePullJobStatus"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.operations.v1alpha1.ImagePrePullJobStatus"
}
},
"x-kubernetes-group-version-kind": [
@@ -13005,7 +13005,7 @@
}
]
},
- "com.github.kubeedge.api.operations.v1alpha1.ImagePrePullJobList": {
+ "com.github.kubeedge.api.apis.operations.v1alpha1.ImagePrePullJobList": {
"description": "ImagePrePullJobList is a list of ImagePrePullJob.",
"type": "object",
"required": [
@@ -13021,7 +13021,7 @@
"type": "array",
"items": {
"default": {},
- "$ref": "#/definitions/com.github.kubeedge.api.operations.v1alpha1.ImagePrePullJob"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.operations.v1alpha1.ImagePrePullJob"
}
},
"kind": {
@@ -13042,18 +13042,18 @@
}
]
},
- "com.github.kubeedge.api.operations.v1alpha1.ImagePrePullJobSpec": {
+ "com.github.kubeedge.api.apis.operations.v1alpha1.ImagePrePullJobSpec": {
"description": "ImagePrePullSpec represents the specification of the desired behavior of ImagePrePullJob.",
"type": "object",
"properties": {
"imagePrePullTemplate": {
"description": "ImagePrepullTemplate represents original templates of imagePrePull",
"default": {},
- "$ref": "#/definitions/com.github.kubeedge.api.operations.v1alpha1.ImagePrePullTemplate"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.operations.v1alpha1.ImagePrePullTemplate"
}
}
},
- "com.github.kubeedge.api.operations.v1alpha1.ImagePrePullJobStatus": {
+ "com.github.kubeedge.api.apis.operations.v1alpha1.ImagePrePullJobStatus": {
"description": "ImagePrePullJobStatus stores the status of ImagePrePullJob. contains images prepull status on multiple edge nodes.",
"type": "object",
"properties": {
@@ -13078,7 +13078,7 @@
"type": "array",
"items": {
"default": {},
- "$ref": "#/definitions/com.github.kubeedge.api.operations.v1alpha1.ImagePrePullStatus"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.operations.v1alpha1.ImagePrePullStatus"
}
},
"time": {
@@ -13087,7 +13087,7 @@
}
}
},
- "com.github.kubeedge.api.operations.v1alpha1.ImagePrePullStatus": {
+ "com.github.kubeedge.api.apis.operations.v1alpha1.ImagePrePullStatus": {
"description": "ImagePrePullStatus stores image prepull status for each edge node.",
"type": "object",
"properties": {
@@ -13096,16 +13096,16 @@
"type": "array",
"items": {
"default": {},
- "$ref": "#/definitions/com.github.kubeedge.api.operations.v1alpha1.ImageStatus"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.operations.v1alpha1.ImageStatus"
}
},
"nodeStatus": {
"description": "TaskStatus represents the status for each node",
- "$ref": "#/definitions/com.github.kubeedge.api.operations.v1alpha1.TaskStatus"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.operations.v1alpha1.TaskStatus"
}
}
},
- "com.github.kubeedge.api.operations.v1alpha1.ImagePrePullTemplate": {
+ "com.github.kubeedge.api.apis.operations.v1alpha1.ImagePrePullTemplate": {
"description": "ImagePrePullTemplate represents original templates of imagePrePull",
"type": "object",
"properties": {
@@ -13162,7 +13162,7 @@
}
}
},
- "com.github.kubeedge.api.operations.v1alpha1.ImageStatus": {
+ "com.github.kubeedge.api.apis.operations.v1alpha1.ImageStatus": {
"description": "ImageStatus stores the prepull status for each image.",
"type": "object",
"properties": {
@@ -13180,7 +13180,7 @@
}
}
},
- "com.github.kubeedge.api.operations.v1alpha1.NodeUpgradeJob": {
+ "com.github.kubeedge.api.apis.operations.v1alpha1.NodeUpgradeJob": {
"description": "NodeUpgradeJob is used to upgrade edge node from cloud side.",
"type": "object",
"properties": {
@@ -13199,12 +13199,12 @@
"spec": {
"description": "Specification of the desired behavior of NodeUpgradeJob.",
"default": {},
- "$ref": "#/definitions/com.github.kubeedge.api.operations.v1alpha1.NodeUpgradeJobSpec"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.operations.v1alpha1.NodeUpgradeJobSpec"
},
"status": {
"description": "Most recently observed status of the NodeUpgradeJob.",
"default": {},
- "$ref": "#/definitions/com.github.kubeedge.api.operations.v1alpha1.NodeUpgradeJobStatus"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.operations.v1alpha1.NodeUpgradeJobStatus"
}
},
"x-kubernetes-group-version-kind": [
@@ -13215,7 +13215,7 @@
}
]
},
- "com.github.kubeedge.api.operations.v1alpha1.NodeUpgradeJobList": {
+ "com.github.kubeedge.api.apis.operations.v1alpha1.NodeUpgradeJobList": {
"description": "NodeUpgradeJobList is a list of NodeUpgradeJob.",
"type": "object",
"required": [
@@ -13231,7 +13231,7 @@
"type": "array",
"items": {
"default": {},
- "$ref": "#/definitions/com.github.kubeedge.api.operations.v1alpha1.NodeUpgradeJob"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.operations.v1alpha1.NodeUpgradeJob"
}
},
"kind": {
@@ -13252,7 +13252,7 @@
}
]
},
- "com.github.kubeedge.api.operations.v1alpha1.NodeUpgradeJobSpec": {
+ "com.github.kubeedge.api.apis.operations.v1alpha1.NodeUpgradeJobSpec": {
"description": "NodeUpgradeJobSpec is the specification of the desired behavior of the NodeUpgradeJob.",
"type": "object",
"properties": {
@@ -13299,7 +13299,7 @@
}
}
},
- "com.github.kubeedge.api.operations.v1alpha1.NodeUpgradeJobStatus": {
+ "com.github.kubeedge.api.apis.operations.v1alpha1.NodeUpgradeJobStatus": {
"description": "NodeUpgradeJobStatus stores the status of NodeUpgradeJob. contains multiple edge nodes upgrade status.",
"type": "object",
"properties": {
@@ -13324,7 +13324,7 @@
"type": "array",
"items": {
"default": {},
- "$ref": "#/definitions/com.github.kubeedge.api.operations.v1alpha1.TaskStatus"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.operations.v1alpha1.TaskStatus"
}
},
"reason": {
@@ -13341,7 +13341,7 @@
}
}
},
- "com.github.kubeedge.api.operations.v1alpha1.TaskStatus": {
+ "com.github.kubeedge.api.apis.operations.v1alpha1.TaskStatus": {
"description": "TaskStatus stores the status of Upgrade for each edge node.",
"type": "object",
"properties": {
@@ -13371,7 +13371,7 @@
}
}
},
- "com.github.kubeedge.api.policy.v1alpha1.AccessClusterRoleBinding": {
+ "com.github.kubeedge.api.apis.policy.v1alpha1.AccessClusterRoleBinding": {
"description": "AccessClusterRoleBinding represents rbac ClusterRoleBinding plus detailed ClusterRole info.",
"type": "object",
"properties": {
@@ -13390,7 +13390,7 @@
}
}
},
- "com.github.kubeedge.api.policy.v1alpha1.AccessRoleBinding": {
+ "com.github.kubeedge.api.apis.policy.v1alpha1.AccessRoleBinding": {
"description": "AccessRoleBinding represents rbac rolebinding plus detailed role info.",
"type": "object",
"properties": {
@@ -13409,7 +13409,7 @@
}
}
},
- "com.github.kubeedge.api.policy.v1alpha1.AccessSpec": {
+ "com.github.kubeedge.api.apis.policy.v1alpha1.AccessSpec": {
"description": "AccessSpec defines the desired state of AccessSpec",
"type": "object",
"properties": {
@@ -13418,7 +13418,7 @@
"type": "array",
"items": {
"default": {},
- "$ref": "#/definitions/com.github.kubeedge.api.policy.v1alpha1.AccessClusterRoleBinding"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.policy.v1alpha1.AccessClusterRoleBinding"
}
},
"accessRoleBinding": {
@@ -13426,7 +13426,7 @@
"type": "array",
"items": {
"default": {},
- "$ref": "#/definitions/com.github.kubeedge.api.policy.v1alpha1.AccessRoleBinding"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.policy.v1alpha1.AccessRoleBinding"
}
},
"serviceAccount": {
@@ -13440,7 +13440,7 @@
}
}
},
- "com.github.kubeedge.api.policy.v1alpha1.AccessStatus": {
+ "com.github.kubeedge.api.apis.policy.v1alpha1.AccessStatus": {
"description": "AccessStatus defines the observed state of ServiceAccountAccess",
"type": "object",
"properties": {
@@ -13454,7 +13454,7 @@
}
}
},
- "com.github.kubeedge.api.policy.v1alpha1.ServiceAccountAccess": {
+ "com.github.kubeedge.api.apis.policy.v1alpha1.ServiceAccountAccess": {
"description": "ServiceAccountAccess is the Schema for the ServiceAccountAccess API",
"type": "object",
"properties": {
@@ -13473,12 +13473,12 @@
"spec": {
"description": "Spec represents the specification of rbac.",
"default": {},
- "$ref": "#/definitions/com.github.kubeedge.api.policy.v1alpha1.AccessSpec"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.policy.v1alpha1.AccessSpec"
},
"status": {
"description": "Status represents the node list which store the rules.",
"default": {},
- "$ref": "#/definitions/com.github.kubeedge.api.policy.v1alpha1.AccessStatus"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.policy.v1alpha1.AccessStatus"
}
},
"x-kubernetes-group-version-kind": [
@@ -13489,7 +13489,7 @@
}
]
},
- "com.github.kubeedge.api.policy.v1alpha1.ServiceAccountAccessList": {
+ "com.github.kubeedge.api.apis.policy.v1alpha1.ServiceAccountAccessList": {
"description": "ServiceAccountAccessList contains a list of ServiceAccountAccess",
"type": "object",
"required": [
@@ -13504,7 +13504,7 @@
"type": "array",
"items": {
"default": {},
- "$ref": "#/definitions/com.github.kubeedge.api.policy.v1alpha1.ServiceAccountAccess"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.policy.v1alpha1.ServiceAccountAccess"
}
},
"kind": {
@@ -13524,7 +13524,7 @@
}
]
},
- "com.github.kubeedge.api.reliablesyncs.v1alpha1.ClusterObjectSync": {
+ "com.github.kubeedge.api.apis.reliablesyncs.v1alpha1.ClusterObjectSync": {
"description": "ClusterObjectSync stores the state of the cluster level, nonNamespaced object that was successfully persisted to the edge node. ClusterObjectSync name is a concatenation of the node name which receiving the object and the object UUID.",
"type": "object",
"properties": {
@@ -13542,11 +13542,11 @@
},
"spec": {
"default": {},
- "$ref": "#/definitions/com.github.kubeedge.api.reliablesyncs.v1alpha1.ObjectSyncSpec"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.reliablesyncs.v1alpha1.ObjectSyncSpec"
},
"status": {
"default": {},
- "$ref": "#/definitions/com.github.kubeedge.api.reliablesyncs.v1alpha1.ObjectSyncStatus"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.reliablesyncs.v1alpha1.ObjectSyncStatus"
}
},
"x-kubernetes-group-version-kind": [
@@ -13557,7 +13557,7 @@
}
]
},
- "com.github.kubeedge.api.reliablesyncs.v1alpha1.ClusterObjectSyncList": {
+ "com.github.kubeedge.api.apis.reliablesyncs.v1alpha1.ClusterObjectSyncList": {
"description": "ClusterObjectSyncList is a list of ObjectSync.",
"type": "object",
"required": [
@@ -13573,7 +13573,7 @@
"type": "array",
"items": {
"default": {},
- "$ref": "#/definitions/com.github.kubeedge.api.reliablesyncs.v1alpha1.ClusterObjectSync"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.reliablesyncs.v1alpha1.ClusterObjectSync"
}
},
"kind": {
@@ -13594,7 +13594,7 @@
}
]
},
- "com.github.kubeedge.api.reliablesyncs.v1alpha1.ObjectSync": {
+ "com.github.kubeedge.api.apis.reliablesyncs.v1alpha1.ObjectSync": {
"description": "ObjectSync stores the state of the namespaced object that was successfully persisted to the edge node. ObjectSync name is a concatenation of the node name which receiving the object and the object UUID.",
"type": "object",
"properties": {
@@ -13613,11 +13613,11 @@
},
"spec": {
"default": {},
- "$ref": "#/definitions/com.github.kubeedge.api.reliablesyncs.v1alpha1.ObjectSyncSpec"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.reliablesyncs.v1alpha1.ObjectSyncSpec"
},
"status": {
"default": {},
- "$ref": "#/definitions/com.github.kubeedge.api.reliablesyncs.v1alpha1.ObjectSyncStatus"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.reliablesyncs.v1alpha1.ObjectSyncStatus"
}
},
"x-kubernetes-group-version-kind": [
@@ -13628,7 +13628,7 @@
}
]
},
- "com.github.kubeedge.api.reliablesyncs.v1alpha1.ObjectSyncList": {
+ "com.github.kubeedge.api.apis.reliablesyncs.v1alpha1.ObjectSyncList": {
"description": "ObjectSyncList is a list of ObjectSync.",
"type": "object",
"required": [
@@ -13644,7 +13644,7 @@
"type": "array",
"items": {
"default": {},
- "$ref": "#/definitions/com.github.kubeedge.api.reliablesyncs.v1alpha1.ObjectSync"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.reliablesyncs.v1alpha1.ObjectSync"
}
},
"kind": {
@@ -13665,7 +13665,7 @@
}
]
},
- "com.github.kubeedge.api.reliablesyncs.v1alpha1.ObjectSyncSpec": {
+ "com.github.kubeedge.api.apis.reliablesyncs.v1alpha1.ObjectSyncSpec": {
"description": "ObjectSyncSpec stores the details of objects that persist to the edge.",
"type": "object",
"properties": {
@@ -13683,7 +13683,7 @@
}
}
},
- "com.github.kubeedge.api.reliablesyncs.v1alpha1.ObjectSyncStatus": {
+ "com.github.kubeedge.api.apis.reliablesyncs.v1alpha1.ObjectSyncStatus": {
"description": "ObjectSyncStatus stores the resourceversion of objects that persist to the edge.",
"type": "object",
"properties": {
@@ -13693,7 +13693,7 @@
}
}
},
- "com.github.kubeedge.api.rules.v1.Rule": {
+ "com.github.kubeedge.api.apis.rules.v1.Rule": {
"description": "Rule is the Schema for the rules API",
"type": "object",
"required": [
@@ -13714,11 +13714,11 @@
},
"spec": {
"default": {},
- "$ref": "#/definitions/com.github.kubeedge.api.rules.v1.RuleSpec"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.rules.v1.RuleSpec"
},
"status": {
"default": {},
- "$ref": "#/definitions/com.github.kubeedge.api.rules.v1.RuleStatus"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.rules.v1.RuleStatus"
}
},
"x-kubernetes-group-version-kind": [
@@ -13729,7 +13729,7 @@
}
]
},
- "com.github.kubeedge.api.rules.v1.RuleList": {
+ "com.github.kubeedge.api.apis.rules.v1.RuleList": {
"description": "RuleList contains a list of Rule",
"type": "object",
"required": [
@@ -13744,7 +13744,7 @@
"type": "array",
"items": {
"default": {},
- "$ref": "#/definitions/com.github.kubeedge.api.rules.v1.Rule"
+ "$ref": "#/definitions/com.github.kubeedge.api.apis.rules.v1.Rule"
}
},
"kind": {
@@ -13764,7 +13764,7 @@
}
]
},
- "com.github.kubeedge.api.rules.v1.RuleSpec": {
+ "com.github.kubeedge.api.apis.rules.v1.RuleSpec": {
"description": "RuleSpec defines rule of message delivery.",
"type": "object",
"required": [
@@ -13802,7 +13802,7 @@
}
}
},
- "com.github.kubeedge.api.rules.v1.RuleStatus": {
+ "com.github.kubeedge.api.apis.rules.v1.RuleStatus": {
"description": "RuleStatus defines status of message delivery.",
"type": "object",
"required": [
diff --git a/apidoc/tools/generate-openapi.sh b/apidoc/tools/generate-openapi.sh
index 64b36dbb3..1360a01a1 100644
--- a/apidoc/tools/generate-openapi.sh
+++ b/apidoc/tools/generate-openapi.sh
@@ -37,13 +37,13 @@ fi
# Run openapi-gen to generate files
echo "Generating with openapi-gen..."
openapi-gen \
- --input-dirs "github.com/kubeedge/api/apps/v1alpha1" \
- --input-dirs "github.com/kubeedge/api/policy/v1alpha1" \
- --input-dirs "github.com/kubeedge/api/devices/v1alpha2" \
- --input-dirs "github.com/kubeedge/api/devices/v1beta1" \
- --input-dirs "github.com/kubeedge/api/operations/v1alpha1" \
- --input-dirs "github.com/kubeedge/api/reliablesyncs/v1alpha1" \
- --input-dirs "github.com/kubeedge/api/rules/v1" \
+ --input-dirs "github.com/kubeedge/api/apis/apps/v1alpha1" \
+ --input-dirs "github.com/kubeedge/api/apis/policy/v1alpha1" \
+ --input-dirs "github.com/kubeedge/api/apis/devices/v1alpha2" \
+ --input-dirs "github.com/kubeedge/api/apis/devices/v1beta1" \
+ --input-dirs "github.com/kubeedge/api/apis/operations/v1alpha1" \
+ --input-dirs "github.com/kubeedge/api/apis/reliablesyncs/v1alpha1" \
+ --input-dirs "github.com/kubeedge/api/apis/rules/v1" \
--input-dirs "k8s.io/api/rbac/v1" \
--input-dirs "k8s.io/api/core/v1" \
--input-dirs "k8s.io/apimachinery/pkg/apis/meta/v1" \
diff --git a/apidoc/tools/generate-swagger.go b/apidoc/tools/generate-swagger.go
index fd3877bcb..f7d1be41b 100644
--- a/apidoc/tools/generate-swagger.go
+++ b/apidoc/tools/generate-swagger.go
@@ -28,13 +28,13 @@ import (
"k8s.io/kube-openapi/pkg/common"
"k8s.io/kube-openapi/pkg/validation/spec"
- appsv1alpha1 "github.com/kubeedge/api/apps/v1alpha1"
- devicesv1alpha2 "github.com/kubeedge/api/devices/v1alpha2"
- devicesv1beta1 "github.com/kubeedge/api/devices/v1beta1"
- operationsv1alpha1 "github.com/kubeedge/api/operations/v1alpha1"
- policyv1alpha1 "github.com/kubeedge/api/policy/v1alpha1"
- reliablesyncsv1alpha1 "github.com/kubeedge/api/reliablesyncs/v1alpha1"
- rulesv1 "github.com/kubeedge/api/rules/v1"
+ appsv1alpha1 "github.com/kubeedge/api/apis/apps/v1alpha1"
+ devicesv1alpha2 "github.com/kubeedge/api/apis/devices/v1alpha2"
+ devicesv1beta1 "github.com/kubeedge/api/apis/devices/v1beta1"
+ operationsv1alpha1 "github.com/kubeedge/api/apis/operations/v1alpha1"
+ policyv1alpha1 "github.com/kubeedge/api/apis/policy/v1alpha1"
+ reliablesyncsv1alpha1 "github.com/kubeedge/api/apis/reliablesyncs/v1alpha1"
+ rulesv1 "github.com/kubeedge/api/apis/rules/v1"
generatedopenapi "github.com/kubeedge/kubeedge/apidoc/generated/openapi"
"github.com/kubeedge/kubeedge/apidoc/tools/lib"
)
diff --git a/cloud/cmd/cloudcore/app/options/options.go b/cloud/cmd/cloudcore/app/options/options.go
index f016ba46b..8bde29bdc 100644
--- a/cloud/cmd/cloudcore/app/options/options.go
+++ b/cloud/cmd/cloudcore/app/options/options.go
@@ -23,7 +23,7 @@ import (
"k8s.io/apimachinery/pkg/util/validation/field"
cliflag "k8s.io/component-base/cli/flag"
- config "github.com/kubeedge/api/componentconfig/cloudcore/v1alpha1"
+ config "github.com/kubeedge/api/apis/componentconfig/cloudcore/v1alpha1"
"github.com/kubeedge/kubeedge/common/constants"
"github.com/kubeedge/kubeedge/pkg/util/validation"
)
diff --git a/cloud/cmd/cloudcore/app/server.go b/cloud/cmd/cloudcore/app/server.go
index 67e36555e..f30e5996a 100644
--- a/cloud/cmd/cloudcore/app/server.go
+++ b/cloud/cmd/cloudcore/app/server.go
@@ -34,8 +34,8 @@ import (
"k8s.io/klog/v2"
"sigs.k8s.io/yaml"
- "github.com/kubeedge/api/componentconfig/cloudcore/v1alpha1"
- "github.com/kubeedge/api/componentconfig/cloudcore/v1alpha1/validation"
+ "github.com/kubeedge/api/apis/componentconfig/cloudcore/v1alpha1"
+ "github.com/kubeedge/api/apis/componentconfig/cloudcore/v1alpha1/validation"
"github.com/kubeedge/beehive/pkg/core"
beehiveContext "github.com/kubeedge/beehive/pkg/core/context"
"github.com/kubeedge/kubeedge/cloud/cmd/cloudcore/app/options"
diff --git a/cloud/cmd/iptablesmanager/app/server.go b/cloud/cmd/iptablesmanager/app/server.go
index b47b7a633..8c7abf527 100644
--- a/cloud/cmd/iptablesmanager/app/server.go
+++ b/cloud/cmd/iptablesmanager/app/server.go
@@ -29,7 +29,7 @@ import (
"k8s.io/component-base/term"
"k8s.io/klog/v2"
- "github.com/kubeedge/api/componentconfig/cloudcore/v1alpha1"
+ "github.com/kubeedge/api/apis/componentconfig/cloudcore/v1alpha1"
"github.com/kubeedge/kubeedge/cloud/cmd/iptablesmanager/app/options"
"github.com/kubeedge/kubeedge/cloud/pkg/cloudstream/iptables"
"github.com/kubeedge/kubeedge/common/constants"
diff --git a/cloud/pkg/admissioncontroller/admission.go b/cloud/pkg/admissioncontroller/admission.go
index 03bb72684..64da833b0 100644
--- a/cloud/pkg/admissioncontroller/admission.go
+++ b/cloud/pkg/admissioncontroller/admission.go
@@ -20,8 +20,8 @@ import (
"k8s.io/client-go/tools/clientcmd"
"k8s.io/klog/v2"
- "github.com/kubeedge/api/devices/v1beta1"
- v1 "github.com/kubeedge/api/rules/v1"
+ "github.com/kubeedge/api/apis/devices/v1beta1"
+ v1 "github.com/kubeedge/api/apis/rules/v1"
"github.com/kubeedge/kubeedge/cloud/cmd/admission/app/options"
"github.com/kubeedge/kubeedge/pkg/client/clientset/versioned"
)
@@ -191,8 +191,8 @@ func (ac *AdmissionController) registerWebhooks(opt *options.AdmissionOptions, c
SideEffects: &noneSideEffect,
AdmissionReviewVersions: []string{"v1"},
},
- // Device Model Validating Webhook
- {
+ { // Device Model Validating Webhook
+
Name: ValidateDeviceModelWebhookName,
Rules: []admissionregistrationv1.RuleWithOperations{{
Operations: []admissionregistrationv1.OperationType{
diff --git a/cloud/pkg/admissioncontroller/admit_device.go b/cloud/pkg/admissioncontroller/admit_device.go
index ded90f90c..d515735be 100644
--- a/cloud/pkg/admissioncontroller/admit_device.go
+++ b/cloud/pkg/admissioncontroller/admit_device.go
@@ -8,7 +8,7 @@ import (
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
"k8s.io/klog/v2"
- devicesv1beta1 "github.com/kubeedge/api/devices/v1beta1"
+ devicesv1beta1 "github.com/kubeedge/api/apis/devices/v1beta1"
)
func admitDevice(review admissionv1.AdmissionReview) *admissionv1.AdmissionResponse {
diff --git a/cloud/pkg/admissioncontroller/admit_devicemodel.go b/cloud/pkg/admissioncontroller/admit_devicemodel.go
index a2da6f556..57c360f6f 100644
--- a/cloud/pkg/admissioncontroller/admit_devicemodel.go
+++ b/cloud/pkg/admissioncontroller/admit_devicemodel.go
@@ -8,7 +8,7 @@ import (
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
"k8s.io/klog/v2"
- devicesv1beta1 "github.com/kubeedge/api/devices/v1beta1"
+ devicesv1beta1 "github.com/kubeedge/api/apis/devices/v1beta1"
)
func admitDeviceModel(review admissionv1.AdmissionReview) *admissionv1.AdmissionResponse {
diff --git a/cloud/pkg/admissioncontroller/admit_nodeupgradejob.go b/cloud/pkg/admissioncontroller/admit_nodeupgradejob.go
index 57cb894a1..863ed635f 100644
--- a/cloud/pkg/admissioncontroller/admit_nodeupgradejob.go
+++ b/cloud/pkg/admissioncontroller/admit_nodeupgradejob.go
@@ -29,7 +29,7 @@ import (
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
"k8s.io/klog/v2"
- "github.com/kubeedge/api/operations/v1alpha1"
+ "github.com/kubeedge/api/apis/operations/v1alpha1"
)
func serveNodeUpgradeJob(w http.ResponseWriter, r *http.Request) {
diff --git a/cloud/pkg/admissioncontroller/admit_rule.go b/cloud/pkg/admissioncontroller/admit_rule.go
index 29c8c0223..c4798d194 100644
--- a/cloud/pkg/admissioncontroller/admit_rule.go
+++ b/cloud/pkg/admissioncontroller/admit_rule.go
@@ -7,7 +7,7 @@ import (
admissionv1 "k8s.io/api/admission/v1"
"k8s.io/klog/v2"
- rulesv1 "github.com/kubeedge/api/rules/v1"
+ rulesv1 "github.com/kubeedge/api/apis/rules/v1"
)
var (
diff --git a/cloud/pkg/admissioncontroller/admit_ruleendpoint.go b/cloud/pkg/admissioncontroller/admit_ruleendpoint.go
index 465ef76b2..0afdb05e3 100644
--- a/cloud/pkg/admissioncontroller/admit_ruleendpoint.go
+++ b/cloud/pkg/admissioncontroller/admit_ruleendpoint.go
@@ -8,7 +8,7 @@ import (
admissionv1 "k8s.io/api/admission/v1"
"k8s.io/klog/v2"
- rulesv1 "github.com/kubeedge/api/rules/v1"
+ rulesv1 "github.com/kubeedge/api/apis/rules/v1"
)
func admitRuleEndpoint(review admissionv1.AdmissionReview) *admissionv1.AdmissionResponse {
diff --git a/cloud/pkg/admissioncontroller/admit_ruleendpoint_test.go b/cloud/pkg/admissioncontroller/admit_ruleendpoint_test.go
index b40763831..d547f155e 100644
--- a/cloud/pkg/admissioncontroller/admit_ruleendpoint_test.go
+++ b/cloud/pkg/admissioncontroller/admit_ruleendpoint_test.go
@@ -8,7 +8,7 @@ import (
v1 "k8s.io/apimachinery/pkg/apis/meta/v1"
"k8s.io/apimachinery/pkg/runtime"
- rulesv1 "github.com/kubeedge/api/rules/v1"
+ rulesv1 "github.com/kubeedge/api/apis/rules/v1"
)
func Test_admitRuleEndpoint(t *testing.T) {
diff --git a/cloud/pkg/cloudhub/cloudhub.go b/cloud/pkg/cloudhub/cloudhub.go
index 5376c47c3..b170add77 100644
--- a/cloud/pkg/cloudhub/cloudhub.go
+++ b/cloud/pkg/cloudhub/cloudhub.go
@@ -9,7 +9,7 @@ import (
"k8s.io/klog/v2"
"k8s.io/kubernetes/pkg/kubeapiserver/authorizer/modes"
- "github.com/kubeedge/api/componentconfig/cloudcore/v1alpha1"
+ "github.com/kubeedge/api/apis/componentconfig/cloudcore/v1alpha1"
"github.com/kubeedge/beehive/pkg/core"
beehiveContext "github.com/kubeedge/beehive/pkg/core/context"
"github.com/kubeedge/kubeedge/cloud/pkg/cloudhub/authorization"
diff --git a/cloud/pkg/cloudhub/common/testing/test_framework.go b/cloud/pkg/cloudhub/common/testing/test_framework.go
index 6a5b75428..1b367c8c7 100644
--- a/cloud/pkg/cloudhub/common/testing/test_framework.go
+++ b/cloud/pkg/cloudhub/common/testing/test_framework.go
@@ -33,7 +33,7 @@ import (
core "k8s.io/client-go/testing"
"k8s.io/klog/v2"
- "github.com/kubeedge/api/reliablesyncs/v1alpha1"
+ "github.com/kubeedge/api/apis/reliablesyncs/v1alpha1"
beehivemodel "github.com/kubeedge/beehive/pkg/core/model"
"github.com/kubeedge/kubeedge/cloud/pkg/cloudhub/common"
"github.com/kubeedge/kubeedge/cloud/pkg/common/messagelayer"
diff --git a/cloud/pkg/cloudhub/config/config.go b/cloud/pkg/cloudhub/config/config.go
index 4f38a4ce9..29c2d2a9d 100644
--- a/cloud/pkg/cloudhub/config/config.go
+++ b/cloud/pkg/cloudhub/config/config.go
@@ -5,7 +5,7 @@ import (
"k8s.io/klog/v2"
- "github.com/kubeedge/api/componentconfig/cloudcore/v1alpha1"
+ "github.com/kubeedge/api/apis/componentconfig/cloudcore/v1alpha1"
"github.com/kubeedge/kubeedge/pkg/security/certs"
)
diff --git a/cloud/pkg/cloudhub/dispatcher/message_dispatcher.go b/cloud/pkg/cloudhub/dispatcher/message_dispatcher.go
index 01740760d..9c4720640 100644
--- a/cloud/pkg/cloudhub/dispatcher/message_dispatcher.go
+++ b/cloud/pkg/cloudhub/dispatcher/message_dispatcher.go
@@ -26,7 +26,7 @@ import (
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
"k8s.io/klog/v2"
- "github.com/kubeedge/api/reliablesyncs/v1alpha1"
+ "github.com/kubeedge/api/apis/reliablesyncs/v1alpha1"
beehivecontext "github.com/kubeedge/beehive/pkg/core/context"
beehivemodel "github.com/kubeedge/beehive/pkg/core/model"
"github.com/kubeedge/kubeedge/cloud/pkg/cloudhub/common"
diff --git a/cloud/pkg/cloudhub/dispatcher/message_dispatcher_test.go b/cloud/pkg/cloudhub/dispatcher/message_dispatcher_test.go
index 7dbdb3082..a534fa2df 100644
--- a/cloud/pkg/cloudhub/dispatcher/message_dispatcher_test.go
+++ b/cloud/pkg/cloudhub/dispatcher/message_dispatcher_test.go
@@ -25,7 +25,7 @@ import (
"k8s.io/client-go/tools/cache"
"k8s.io/klog/v2"
- "github.com/kubeedge/api/reliablesyncs/v1alpha1"
+ "github.com/kubeedge/api/apis/reliablesyncs/v1alpha1"
beehivemodel "github.com/kubeedge/beehive/pkg/core/model"
"github.com/kubeedge/kubeedge/cloud/pkg/cloudhub/common"
tf "github.com/kubeedge/kubeedge/cloud/pkg/cloudhub/common/testing"
diff --git a/cloud/pkg/cloudhub/servers/httpserver/nodetask/upgrade.go b/cloud/pkg/cloudhub/servers/httpserver/nodetask/upgrade.go
index 4d4ef64b1..c67c102fa 100644
--- a/cloud/pkg/cloudhub/servers/httpserver/nodetask/upgrade.go
+++ b/cloud/pkg/cloudhub/servers/httpserver/nodetask/upgrade.go
@@ -24,7 +24,7 @@ import (
"k8s.io/apimachinery/pkg/api/errors"
"k8s.io/klog/v2"
- api "github.com/kubeedge/api/fsm/v1alpha1"
+ api "github.com/kubeedge/api/apis/fsm/v1alpha1"
beehiveContext "github.com/kubeedge/beehive/pkg/core/context"
beehiveModel "github.com/kubeedge/beehive/pkg/core/model"
"github.com/kubeedge/kubeedge/cloud/pkg/common/modules"
diff --git a/cloud/pkg/cloudhub/session/node_session.go b/cloud/pkg/cloudhub/session/node_session.go
index 4d1003c53..13d5c160a 100644
--- a/cloud/pkg/cloudhub/session/node_session.go
+++ b/cloud/pkg/cloudhub/session/node_session.go
@@ -28,7 +28,7 @@ import (
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
"k8s.io/klog/v2"
- "github.com/kubeedge/api/reliablesyncs/v1alpha1"
+ "github.com/kubeedge/api/apis/reliablesyncs/v1alpha1"
beehivemodel "github.com/kubeedge/beehive/pkg/core/model"
"github.com/kubeedge/kubeedge/cloud/pkg/cloudhub/common"
"github.com/kubeedge/kubeedge/cloud/pkg/cloudhub/common/model"
diff --git a/cloud/pkg/cloudhub/session/node_session_test.go b/cloud/pkg/cloudhub/session/node_session_test.go
index fb99485b5..c66aa6fa6 100644
--- a/cloud/pkg/cloudhub/session/node_session_test.go
+++ b/cloud/pkg/cloudhub/session/node_session_test.go
@@ -25,7 +25,7 @@ import (
"github.com/golang/mock/gomock"
"k8s.io/klog/v2"
- "github.com/kubeedge/api/reliablesyncs/v1alpha1"
+ "github.com/kubeedge/api/apis/reliablesyncs/v1alpha1"
beehivemodel "github.com/kubeedge/beehive/pkg/core/model"
"github.com/kubeedge/kubeedge/cloud/pkg/cloudhub/common"
tf "github.com/kubeedge/kubeedge/cloud/pkg/cloudhub/common/testing"
diff --git a/cloud/pkg/cloudstream/cloudstream.go b/cloud/pkg/cloudstream/cloudstream.go
index 783f045bc..81f508f3c 100644
--- a/cloud/pkg/cloudstream/cloudstream.go
+++ b/cloud/pkg/cloudstream/cloudstream.go
@@ -17,7 +17,7 @@ limitations under the License.
package cloudstream
import (
- "github.com/kubeedge/api/componentconfig/cloudcore/v1alpha1"
+ "github.com/kubeedge/api/apis/componentconfig/cloudcore/v1alpha1"
"github.com/kubeedge/beehive/pkg/core"
"github.com/kubeedge/kubeedge/cloud/pkg/cloudhub"
"github.com/kubeedge/kubeedge/cloud/pkg/cloudstream/config"
diff --git a/cloud/pkg/cloudstream/cloudstream_test.go b/cloud/pkg/cloudstream/cloudstream_test.go
index 6641adad5..628151c68 100644
--- a/cloud/pkg/cloudstream/cloudstream_test.go
+++ b/cloud/pkg/cloudstream/cloudstream_test.go
@@ -21,7 +21,7 @@ import (
"github.com/stretchr/testify/assert"
- "github.com/kubeedge/api/componentconfig/cloudcore/v1alpha1"
+ "github.com/kubeedge/api/apis/componentconfig/cloudcore/v1alpha1"
"github.com/kubeedge/beehive/pkg/core"
"github.com/kubeedge/kubeedge/cloud/pkg/cloudstream/config"
"github.com/kubeedge/kubeedge/cloud/pkg/common/modules"
diff --git a/cloud/pkg/cloudstream/config/config.go b/cloud/pkg/cloudstream/config/config.go
index 2e0fd3339..eb67934e5 100644
--- a/cloud/pkg/cloudstream/config/config.go
+++ b/cloud/pkg/cloudstream/config/config.go
@@ -23,7 +23,7 @@ import (
"k8s.io/klog/v2"
- "github.com/kubeedge/api/componentconfig/cloudcore/v1alpha1"
+ "github.com/kubeedge/api/apis/componentconfig/cloudcore/v1alpha1"
)
var Config Configure
diff --git a/cloud/pkg/cloudstream/iptables/iptables.go b/cloud/pkg/cloudstream/iptables/iptables.go
index a1d3d6b78..dc814cdde 100644
--- a/cloud/pkg/cloudstream/iptables/iptables.go
+++ b/cloud/pkg/cloudstream/iptables/iptables.go
@@ -20,7 +20,7 @@ import (
utiliptables "k8s.io/kubernetes/pkg/util/iptables"
utilexec "k8s.io/utils/exec"
- cloudcoreConfig "github.com/kubeedge/api/componentconfig/cloudcore/v1alpha1"
+ cloudcoreConfig "github.com/kubeedge/api/apis/componentconfig/cloudcore/v1alpha1"
"github.com/kubeedge/kubeedge/cloud/pkg/common/modules"
"github.com/kubeedge/kubeedge/common/constants"
)
diff --git a/cloud/pkg/common/client/client.go b/cloud/pkg/common/client/client.go
index c9b154aa3..49a0bf540 100644
--- a/cloud/pkg/common/client/client.go
+++ b/cloud/pkg/common/client/client.go
@@ -29,7 +29,7 @@ import (
"k8s.io/klog/v2"
"sigs.k8s.io/controller-runtime/pkg/client/apiutil"
- cloudcoreConfig "github.com/kubeedge/api/componentconfig/cloudcore/v1alpha1"
+ cloudcoreConfig "github.com/kubeedge/api/apis/componentconfig/cloudcore/v1alpha1"
crdClientset "github.com/kubeedge/kubeedge/pkg/client/clientset/versioned"
)
diff --git a/cloud/pkg/common/monitor/monitor.go b/cloud/pkg/common/monitor/monitor.go
index 734acf5d7..7620a433e 100644
--- a/cloud/pkg/common/monitor/monitor.go
+++ b/cloud/pkg/common/monitor/monitor.go
@@ -27,7 +27,7 @@ import (
"github.com/prometheus/client_golang/prometheus/promhttp"
"k8s.io/klog/v2"
- config "github.com/kubeedge/api/componentconfig/cloudcore/v1alpha1"
+ config "github.com/kubeedge/api/apis/componentconfig/cloudcore/v1alpha1"
beehivecontext "github.com/kubeedge/beehive/pkg/core/context"
)
diff --git a/cloud/pkg/controllermanager/controllermanager.go b/cloud/pkg/controllermanager/controllermanager.go
index 90cb2a7d4..c4db1f062 100644
--- a/cloud/pkg/controllermanager/controllermanager.go
+++ b/cloud/pkg/controllermanager/controllermanager.go
@@ -13,7 +13,7 @@ import (
controllerruntime "sigs.k8s.io/controller-runtime"
"sigs.k8s.io/controller-runtime/pkg/manager"
- appsv1alpha1 "github.com/kubeedge/api/apps/v1alpha1"
+ appsv1alpha1 "github.com/kubeedge/api/apis/apps/v1alpha1"
"github.com/kubeedge/kubeedge/cloud/pkg/controllermanager/edgeapplication"
"github.com/kubeedge/kubeedge/cloud/pkg/controllermanager/edgeapplication/overridemanager"
"github.com/kubeedge/kubeedge/cloud/pkg/controllermanager/edgeapplication/statusmanager"
diff --git a/cloud/pkg/controllermanager/edgeapplication/edgeapplicationcontroller.go b/cloud/pkg/controllermanager/edgeapplication/edgeapplicationcontroller.go
index 89e12789b..cffe2a032 100644
--- a/cloud/pkg/controllermanager/edgeapplication/edgeapplicationcontroller.go
+++ b/cloud/pkg/controllermanager/edgeapplication/edgeapplicationcontroller.go
@@ -24,7 +24,7 @@ import (
"sigs.k8s.io/controller-runtime/pkg/handler"
"sigs.k8s.io/controller-runtime/pkg/source"
- appsv1alpha1 "github.com/kubeedge/api/apps/v1alpha1"
+ appsv1alpha1 "github.com/kubeedge/api/apis/apps/v1alpha1"
"github.com/kubeedge/kubeedge/cloud/pkg/controllermanager/edgeapplication/constants"
"github.com/kubeedge/kubeedge/cloud/pkg/controllermanager/edgeapplication/overridemanager"
"github.com/kubeedge/kubeedge/cloud/pkg/controllermanager/edgeapplication/statusmanager"
diff --git a/cloud/pkg/controllermanager/edgeapplication/overridemanager/commandoverrider.go b/cloud/pkg/controllermanager/edgeapplication/overridemanager/commandoverrider.go
index e2cef2369..06113651e 100644
--- a/cloud/pkg/controllermanager/edgeapplication/overridemanager/commandoverrider.go
+++ b/cloud/pkg/controllermanager/edgeapplication/overridemanager/commandoverrider.go
@@ -14,7 +14,7 @@ import (
"k8s.io/apimachinery/pkg/util/sets"
"k8s.io/klog/v2"
- "github.com/kubeedge/api/apps/v1alpha1"
+ "github.com/kubeedge/api/apis/apps/v1alpha1"
)
type CommandOverrider struct{}
diff --git a/cloud/pkg/controllermanager/edgeapplication/overridemanager/envoverrider.go b/cloud/pkg/controllermanager/edgeapplication/overridemanager/envoverrider.go
index 74b78ed91..2c76eb200 100644
--- a/cloud/pkg/controllermanager/edgeapplication/overridemanager/envoverrider.go
+++ b/cloud/pkg/controllermanager/edgeapplication/overridemanager/envoverrider.go
@@ -26,7 +26,7 @@ import (
"k8s.io/apimachinery/pkg/util/sets"
"k8s.io/klog/v2"
- "github.com/kubeedge/api/apps/v1alpha1"
+ "github.com/kubeedge/api/apis/apps/v1alpha1"
)
type EnvOverrider struct{}
diff --git a/cloud/pkg/controllermanager/edgeapplication/overridemanager/imageoverrider.go b/cloud/pkg/controllermanager/edgeapplication/overridemanager/imageoverrider.go
index 56d3bd87f..d72e67bda 100644
--- a/cloud/pkg/controllermanager/edgeapplication/overridemanager/imageoverrider.go
+++ b/cloud/pkg/controllermanager/edgeapplication/overridemanager/imageoverrider.go
@@ -15,7 +15,7 @@ import (
"k8s.io/apimachinery/pkg/apis/meta/v1/unstructured"
"k8s.io/klog/v2"
- appsv1alpha1 "github.com/kubeedge/api/apps/v1alpha1"
+ appsv1alpha1 "github.com/kubeedge/api/apis/apps/v1alpha1"
"github.com/kubeedge/kubeedge/cloud/pkg/controllermanager/edgeapplication/overridemanager/imageparser"
)
diff --git a/cloud/pkg/controllermanager/edgeapplication/overridemanager/overridemanager.go b/cloud/pkg/controllermanager/edgeapplication/overridemanager/overridemanager.go
index 631641118..26fa5350e 100644
--- a/cloud/pkg/controllermanager/edgeapplication/overridemanager/overridemanager.go
+++ b/cloud/pkg/controllermanager/edgeapplication/overridemanager/overridemanager.go
@@ -8,7 +8,7 @@ import (
"k8s.io/apimachinery/pkg/apis/meta/v1/unstructured"
errorutil "k8s.io/apimachinery/pkg/util/errors"
- appsv1alpha1 "github.com/kubeedge/api/apps/v1alpha1"
+ appsv1alpha1 "github.com/kubeedge/api/apis/apps/v1alpha1"
)
// overrideOption defines the JSONPatch operator
diff --git a/cloud/pkg/controllermanager/edgeapplication/overridemanager/replicasoverrider.go b/cloud/pkg/controllermanager/edgeapplication/overridemanager/replicasoverrider.go
index 049dcea79..ae0b15042 100644
--- a/cloud/pkg/controllermanager/edgeapplication/overridemanager/replicasoverrider.go
+++ b/cloud/pkg/controllermanager/edgeapplication/overridemanager/replicasoverrider.go
@@ -5,7 +5,7 @@ import (
"k8s.io/apimachinery/pkg/apis/meta/v1/unstructured"
- apppsv1alpha1 "github.com/kubeedge/api/apps/v1alpha1"
+ apppsv1alpha1 "github.com/kubeedge/api/apis/apps/v1alpha1"
)
const (
diff --git a/cloud/pkg/controllermanager/edgeapplication/overridemanager/resourcesoverrider.go b/cloud/pkg/controllermanager/edgeapplication/overridemanager/resourcesoverrider.go
index 4815c8bbe..ea36ed8fd 100644
--- a/cloud/pkg/controllermanager/edgeapplication/overridemanager/resourcesoverrider.go
+++ b/cloud/pkg/controllermanager/edgeapplication/overridemanager/resourcesoverrider.go
@@ -24,7 +24,7 @@ import (
"k8s.io/apimachinery/pkg/apis/meta/v1/unstructured"
"k8s.io/klog/v2"
- "github.com/kubeedge/api/apps/v1alpha1"
+ "github.com/kubeedge/api/apis/apps/v1alpha1"
)
type ResourcesOverrider struct{}
diff --git a/cloud/pkg/controllermanager/edgeapplication/statusmanager/reconciler.go b/cloud/pkg/controllermanager/edgeapplication/statusmanager/reconciler.go
index 1ac2d99aa..d84269f56 100644
--- a/cloud/pkg/controllermanager/edgeapplication/statusmanager/reconciler.go
+++ b/cloud/pkg/controllermanager/edgeapplication/statusmanager/reconciler.go
@@ -16,7 +16,7 @@ import (
"sigs.k8s.io/controller-runtime/pkg/client"
"sigs.k8s.io/controller-runtime/pkg/event"
- appsv1alpha1 "github.com/kubeedge/api/apps/v1alpha1"
+ appsv1alpha1 "github.com/kubeedge/api/apis/apps/v1alpha1"
"github.com/kubeedge/kubeedge/cloud/pkg/controllermanager/edgeapplication/constants"
"github.com/kubeedge/kubeedge/cloud/pkg/controllermanager/edgeapplication/overridemanager"
"github.com/kubeedge/kubeedge/cloud/pkg/controllermanager/edgeapplication/utils"
diff --git a/cloud/pkg/controllermanager/edgeapplication/statusmanager/statusmanager.go b/cloud/pkg/controllermanager/edgeapplication/statusmanager/statusmanager.go
index db1f215c3..0f3cf188d 100644
--- a/cloud/pkg/controllermanager/edgeapplication/statusmanager/statusmanager.go
+++ b/cloud/pkg/controllermanager/edgeapplication/statusmanager/statusmanager.go
@@ -18,7 +18,7 @@ import (
"sigs.k8s.io/controller-runtime/pkg/manager"
"sigs.k8s.io/controller-runtime/pkg/source"
- appsv1alpha1 "github.com/kubeedge/api/apps/v1alpha1"
+ appsv1alpha1 "github.com/kubeedge/api/apis/apps/v1alpha1"
"github.com/kubeedge/kubeedge/cloud/pkg/controllermanager/edgeapplication/overridemanager"
"github.com/kubeedge/kubeedge/cloud/pkg/controllermanager/edgeapplication/utils"
)
diff --git a/cloud/pkg/controllermanager/edgeapplication/utils/utils.go b/cloud/pkg/controllermanager/edgeapplication/utils/utils.go
index 40f570f17..0cb0025d1 100644
--- a/cloud/pkg/controllermanager/edgeapplication/utils/utils.go
+++ b/cloud/pkg/controllermanager/edgeapplication/utils/utils.go
@@ -8,7 +8,7 @@ import (
"k8s.io/apimachinery/pkg/util/errors"
"k8s.io/klog/v2"
- appsv1alpha1 "github.com/kubeedge/api/apps/v1alpha1"
+ appsv1alpha1 "github.com/kubeedge/api/apis/apps/v1alpha1"
"github.com/kubeedge/kubeedge/cloud/pkg/controllermanager/edgeapplication/overridemanager"
)
diff --git a/cloud/pkg/controllermanager/nodegroup/nodegroupcontroller.go b/cloud/pkg/controllermanager/nodegroup/nodegroupcontroller.go
index e68c799b7..65fcc2fd8 100644
--- a/cloud/pkg/controllermanager/nodegroup/nodegroupcontroller.go
+++ b/cloud/pkg/controllermanager/nodegroup/nodegroupcontroller.go
@@ -19,7 +19,7 @@ import (
"sigs.k8s.io/controller-runtime/pkg/controller/controllerutil"
"sigs.k8s.io/controller-runtime/pkg/handler"
- appsv1alpha1 "github.com/kubeedge/api/apps/v1alpha1"
+ appsv1alpha1 "github.com/kubeedge/api/apis/apps/v1alpha1"
)
const (
diff --git a/cloud/pkg/devicecontroller/config/config.go b/cloud/pkg/devicecontroller/config/config.go
index 5365ec469..ac382b9ff 100644
--- a/cloud/pkg/devicecontroller/config/config.go
+++ b/cloud/pkg/devicecontroller/config/config.go
@@ -3,7 +3,7 @@ package config
import (
"sync"
- "github.com/kubeedge/api/componentconfig/cloudcore/v1alpha1"
+ "github.com/kubeedge/api/apis/componentconfig/cloudcore/v1alpha1"
)
var Config Configure
diff --git a/cloud/pkg/devicecontroller/controller/downstream.go b/cloud/pkg/devicecontroller/controller/downstream.go
index 4f9200de6..df18f2efe 100644
--- a/cloud/pkg/devicecontroller/controller/downstream.go
+++ b/cloud/pkg/devicecontroller/controller/downstream.go
@@ -29,7 +29,7 @@ import (
"k8s.io/client-go/kubernetes"
"k8s.io/klog/v2"
- "github.com/kubeedge/api/devices/v1beta1"
+ "github.com/kubeedge/api/apis/devices/v1beta1"
beehiveContext "github.com/kubeedge/beehive/pkg/core/context"
"github.com/kubeedge/beehive/pkg/core/model"
"github.com/kubeedge/kubeedge/cloud/pkg/common/client"
diff --git a/cloud/pkg/devicecontroller/controller/upstream.go b/cloud/pkg/devicecontroller/controller/upstream.go
index 11a8ec26c..f4d8599e1 100644
--- a/cloud/pkg/devicecontroller/controller/upstream.go
+++ b/cloud/pkg/devicecontroller/controller/upstream.go
@@ -23,7 +23,7 @@ import (
"k8s.io/klog/v2"
- "github.com/kubeedge/api/devices/v1beta1"
+ "github.com/kubeedge/api/apis/devices/v1beta1"
beehiveContext "github.com/kubeedge/beehive/pkg/core/context"
"github.com/kubeedge/beehive/pkg/core/model"
keclient "github.com/kubeedge/kubeedge/cloud/pkg/common/client"
diff --git a/cloud/pkg/devicecontroller/devicecontroller.go b/cloud/pkg/devicecontroller/devicecontroller.go
index 7e8cc3041..5d5ae3b4f 100644
--- a/cloud/pkg/devicecontroller/devicecontroller.go
+++ b/cloud/pkg/devicecontroller/devicecontroller.go
@@ -5,7 +5,7 @@ import (
"k8s.io/klog/v2"
- "github.com/kubeedge/api/componentconfig/cloudcore/v1alpha1"
+ "github.com/kubeedge/api/apis/componentconfig/cloudcore/v1alpha1"
"github.com/kubeedge/beehive/pkg/core"
"github.com/kubeedge/kubeedge/cloud/pkg/common/informers"
"github.com/kubeedge/kubeedge/cloud/pkg/common/modules"
diff --git a/cloud/pkg/devicecontroller/manager/devicemodel_test.go b/cloud/pkg/devicecontroller/manager/devicemodel_test.go
index 5204de07e..c83cc88a2 100644
--- a/cloud/pkg/devicecontroller/manager/devicemodel_test.go
+++ b/cloud/pkg/devicecontroller/manager/devicemodel_test.go
@@ -7,7 +7,7 @@ import (
"k8s.io/apimachinery/pkg/watch"
"k8s.io/client-go/tools/cache"
- "github.com/kubeedge/api/componentconfig/cloudcore/v1alpha1"
+ "github.com/kubeedge/api/apis/componentconfig/cloudcore/v1alpha1"
"github.com/kubeedge/kubeedge/cloud/pkg/devicecontroller/config"
)
diff --git a/cloud/pkg/dynamiccontroller/config/config.go b/cloud/pkg/dynamiccontroller/config/config.go
index 65d944760..23afe2687 100644
--- a/cloud/pkg/dynamiccontroller/config/config.go
+++ b/cloud/pkg/dynamiccontroller/config/config.go
@@ -19,7 +19,7 @@ package config
import (
"sync"
- configv1alpha1 "github.com/kubeedge/api/componentconfig/cloudcore/v1alpha1"
+ configv1alpha1 "github.com/kubeedge/api/apis/componentconfig/cloudcore/v1alpha1"
)
var Config Configure
diff --git a/cloud/pkg/dynamiccontroller/dynamiccontroller.go b/cloud/pkg/dynamiccontroller/dynamiccontroller.go
index 5273d0efc..568b8b373 100644
--- a/cloud/pkg/dynamiccontroller/dynamiccontroller.go
+++ b/cloud/pkg/dynamiccontroller/dynamiccontroller.go
@@ -21,7 +21,7 @@ import (
"k8s.io/client-go/dynamic/dynamicinformer"
"k8s.io/klog/v2"
- configv1alpha1 "github.com/kubeedge/api/componentconfig/cloudcore/v1alpha1"
+ configv1alpha1 "github.com/kubeedge/api/apis/componentconfig/cloudcore/v1alpha1"
"github.com/kubeedge/beehive/pkg/core"
beehiveContext "github.com/kubeedge/beehive/pkg/core/context"
"github.com/kubeedge/kubeedge/cloud/pkg/common/informers"
diff --git a/cloud/pkg/edgecontroller/controller/downstream.go b/cloud/pkg/edgecontroller/controller/downstream.go
index 60ea6630e..16e5d96ec 100644
--- a/cloud/pkg/edgecontroller/controller/downstream.go
+++ b/cloud/pkg/edgecontroller/controller/downstream.go
@@ -12,8 +12,8 @@ import (
clientgov1 "k8s.io/client-go/listers/core/v1"
"k8s.io/klog/v2"
- "github.com/kubeedge/api/componentconfig/cloudcore/v1alpha1"
- routerv1 "github.com/kubeedge/api/rules/v1"
+ "github.com/kubeedge/api/apis/componentconfig/cloudcore/v1alpha1"
+ routerv1 "github.com/kubeedge/api/apis/rules/v1"
beehiveContext "github.com/kubeedge/beehive/pkg/core/context"
"github.com/kubeedge/beehive/pkg/core/model"
"github.com/kubeedge/kubeedge/cloud/pkg/common/client"
diff --git a/cloud/pkg/edgecontroller/controller/upstream.go b/cloud/pkg/edgecontroller/controller/upstream.go
index 11e840926..14588e0d8 100644
--- a/cloud/pkg/edgecontroller/controller/upstream.go
+++ b/cloud/pkg/edgecontroller/controller/upstream.go
@@ -49,8 +49,8 @@ import (
corelisters "k8s.io/client-go/listers/core/v1"
"k8s.io/klog/v2"
- "github.com/kubeedge/api/componentconfig/cloudcore/v1alpha1"
- rulesv1 "github.com/kubeedge/api/rules/v1"
+ "github.com/kubeedge/api/apis/componentconfig/cloudcore/v1alpha1"
+ rulesv1 "github.com/kubeedge/api/apis/rules/v1"
beehiveContext "github.com/kubeedge/beehive/pkg/core/context"
"github.com/kubeedge/beehive/pkg/core/model"
"github.com/kubeedge/kubeedge/cloud/pkg/common/client"
diff --git a/cloud/pkg/edgecontroller/edgecontroller.go b/cloud/pkg/edgecontroller/edgecontroller.go
index 14c971ea8..b6848a646 100644
--- a/cloud/pkg/edgecontroller/edgecontroller.go
+++ b/cloud/pkg/edgecontroller/edgecontroller.go
@@ -3,7 +3,7 @@ package edgecontroller
import (
"k8s.io/klog/v2"
- "github.com/kubeedge/api/componentconfig/cloudcore/v1alpha1"
+ "github.com/kubeedge/api/apis/componentconfig/cloudcore/v1alpha1"
"github.com/kubeedge/beehive/pkg/core"
"github.com/kubeedge/kubeedge/cloud/pkg/common/informers"
"github.com/kubeedge/kubeedge/cloud/pkg/common/modules"
diff --git a/cloud/pkg/edgecontroller/manager/configmap.go b/cloud/pkg/edgecontroller/manager/configmap.go
index 10c4b21c9..0e55a55da 100644
--- a/cloud/pkg/edgecontroller/manager/configmap.go
+++ b/cloud/pkg/edgecontroller/manager/configmap.go
@@ -4,7 +4,7 @@ import (
"k8s.io/apimachinery/pkg/watch"
"k8s.io/client-go/tools/cache"
- "github.com/kubeedge/api/componentconfig/cloudcore/v1alpha1"
+ "github.com/kubeedge/api/apis/componentconfig/cloudcore/v1alpha1"
)
// ConfigMapManager manage all events of configmap by SharedInformer
diff --git a/cloud/pkg/edgecontroller/manager/configmap_test.go b/cloud/pkg/edgecontroller/manager/configmap_test.go
index 9606ee30c..a41e8c29e 100644
--- a/cloud/pkg/edgecontroller/manager/configmap_test.go
+++ b/cloud/pkg/edgecontroller/manager/configmap_test.go
@@ -25,7 +25,7 @@ import (
"k8s.io/apimachinery/pkg/watch"
"k8s.io/client-go/tools/cache"
- "github.com/kubeedge/api/componentconfig/cloudcore/v1alpha1"
+ "github.com/kubeedge/api/apis/componentconfig/cloudcore/v1alpha1"
"github.com/kubeedge/kubeedge/cloud/pkg/common/client"
"github.com/kubeedge/kubeedge/cloud/pkg/common/informers"
)
diff --git a/cloud/pkg/edgecontroller/manager/node_test.go b/cloud/pkg/edgecontroller/manager/node_test.go
index dc91631d3..985d41053 100644
--- a/cloud/pkg/edgecontroller/manager/node_test.go
+++ b/cloud/pkg/edgecontroller/manager/node_test.go
@@ -25,7 +25,7 @@ import (
"k8s.io/apimachinery/pkg/watch"
"k8s.io/client-go/tools/cache"
- "github.com/kubeedge/api/componentconfig/cloudcore/v1alpha1"
+ "github.com/kubeedge/api/apis/componentconfig/cloudcore/v1alpha1"
"github.com/kubeedge/kubeedge/cloud/pkg/common/client"
"github.com/kubeedge/kubeedge/cloud/pkg/common/informers"
)
diff --git a/cloud/pkg/edgecontroller/manager/pod.go b/cloud/pkg/edgecontroller/manager/pod.go
index 0b023e244..c3a5148a0 100644
--- a/cloud/pkg/edgecontroller/manager/pod.go
+++ b/cloud/pkg/edgecontroller/manager/pod.go
@@ -8,7 +8,7 @@ import (
"k8s.io/client-go/tools/cache"
"k8s.io/klog/v2"
- "github.com/kubeedge/api/componentconfig/cloudcore/v1alpha1"
+ "github.com/kubeedge/api/apis/componentconfig/cloudcore/v1alpha1"
)
// PodManager is a manager watch pod change event
diff --git a/cloud/pkg/edgecontroller/manager/pod_test.go b/cloud/pkg/edgecontroller/manager/pod_test.go
index b616dc6a8..b73ee58f8 100644
--- a/cloud/pkg/edgecontroller/manager/pod_test.go
+++ b/cloud/pkg/edgecontroller/manager/pod_test.go
@@ -26,7 +26,7 @@ import (
"k8s.io/apimachinery/pkg/watch"
"k8s.io/client-go/tools/cache"
- "github.com/kubeedge/api/componentconfig/cloudcore/v1alpha1"
+ "github.com/kubeedge/api/apis/componentconfig/cloudcore/v1alpha1"
"github.com/kubeedge/kubeedge/cloud/pkg/common/client"
"github.com/kubeedge/kubeedge/cloud/pkg/common/informers"
)
diff --git a/cloud/pkg/edgecontroller/manager/rule.go b/cloud/pkg/edgecontroller/manager/rule.go
index 1f0b5d050..d76082f10 100644
--- a/cloud/pkg/edgecontroller/manager/rule.go
+++ b/cloud/pkg/edgecontroller/manager/rule.go
@@ -4,7 +4,7 @@ import (
"k8s.io/apimachinery/pkg/watch"
"k8s.io/client-go/tools/cache"
- "github.com/kubeedge/api/componentconfig/cloudcore/v1alpha1"
+ "github.com/kubeedge/api/apis/componentconfig/cloudcore/v1alpha1"
)
// RuleManager manage all events of rule by SharedInformer
diff --git a/cloud/pkg/edgecontroller/manager/rule_test.go b/cloud/pkg/edgecontroller/manager/rule_test.go
index 163f05672..b410349b9 100644
--- a/cloud/pkg/edgecontroller/manager/rule_test.go
+++ b/cloud/pkg/edgecontroller/manager/rule_test.go
@@ -25,7 +25,7 @@ import (
"k8s.io/apimachinery/pkg/watch"
"k8s.io/client-go/tools/cache"
- "github.com/kubeedge/api/componentconfig/cloudcore/v1alpha1"
+ "github.com/kubeedge/api/apis/componentconfig/cloudcore/v1alpha1"
"github.com/kubeedge/kubeedge/cloud/pkg/common/client"
"github.com/kubeedge/kubeedge/cloud/pkg/common/informers"
)
diff --git a/cloud/pkg/edgecontroller/manager/ruleendpoint.go b/cloud/pkg/edgecontroller/manager/ruleendpoint.go
index e6aeb5774..54eead576 100644
--- a/cloud/pkg/edgecontroller/manager/ruleendpoint.go
+++ b/cloud/pkg/edgecontroller/manager/ruleendpoint.go
@@ -4,7 +4,7 @@ import (
"k8s.io/apimachinery/pkg/watch"
"k8s.io/client-go/tools/cache"
- "github.com/kubeedge/api/componentconfig/cloudcore/v1alpha1"
+ "github.com/kubeedge/api/apis/componentconfig/cloudcore/v1alpha1"
)
// RuleEndpointManager manage all events of rule by SharedInformer
diff --git a/cloud/pkg/edgecontroller/manager/ruleendpoint_test.go b/cloud/pkg/edgecontroller/manager/ruleendpoint_test.go
index 84426edda..cce280651 100644
--- a/cloud/pkg/edgecontroller/manager/ruleendpoint_test.go
+++ b/cloud/pkg/edgecontroller/manager/ruleendpoint_test.go
@@ -25,7 +25,7 @@ import (
"k8s.io/apimachinery/pkg/watch"
"k8s.io/client-go/tools/cache"
- "github.com/kubeedge/api/componentconfig/cloudcore/v1alpha1"
+ "github.com/kubeedge/api/apis/componentconfig/cloudcore/v1alpha1"
"github.com/kubeedge/kubeedge/cloud/pkg/common/client"
"github.com/kubeedge/kubeedge/cloud/pkg/common/informers"
)
diff --git a/cloud/pkg/edgecontroller/manager/secret.go b/cloud/pkg/edgecontroller/manager/secret.go
index b1c5db0e3..d5229dd72 100644
--- a/cloud/pkg/edgecontroller/manager/secret.go
+++ b/cloud/pkg/edgecontroller/manager/secret.go
@@ -4,7 +4,7 @@ import (
"k8s.io/apimachinery/pkg/watch"
"k8s.io/client-go/tools/cache"
- "github.com/kubeedge/api/componentconfig/cloudcore/v1alpha1"
+ "github.com/kubeedge/api/apis/componentconfig/cloudcore/v1alpha1"
)
// SecretManager manage all events of secret by SharedInformer
diff --git a/cloud/pkg/edgecontroller/manager/secret_test.go b/cloud/pkg/edgecontroller/manager/secret_test.go
index b43e918af..99ffea8cb 100644
--- a/cloud/pkg/edgecontroller/manager/secret_test.go
+++ b/cloud/pkg/edgecontroller/manager/secret_test.go
@@ -25,7 +25,7 @@ import (
"k8s.io/apimachinery/pkg/watch"
"k8s.io/client-go/tools/cache"
- "github.com/kubeedge/api/componentconfig/cloudcore/v1alpha1"
+ "github.com/kubeedge/api/apis/componentconfig/cloudcore/v1alpha1"
"github.com/kubeedge/kubeedge/cloud/pkg/common/client"
"github.com/kubeedge/kubeedge/cloud/pkg/common/informers"
)
diff --git a/cloud/pkg/policycontroller/manager/reconcile.go b/cloud/pkg/policycontroller/manager/reconcile.go
index 4afd646b5..dab2c1cf2 100644
--- a/cloud/pkg/policycontroller/manager/reconcile.go
+++ b/cloud/pkg/policycontroller/manager/reconcile.go
@@ -23,7 +23,7 @@ import (
"sigs.k8s.io/controller-runtime/pkg/handler"
"sigs.k8s.io/controller-runtime/pkg/predicate"
- policyv1alpha1 "github.com/kubeedge/api/policy/v1alpha1"
+ policyv1alpha1 "github.com/kubeedge/api/apis/policy/v1alpha1"
"github.com/kubeedge/beehive/pkg/core/model"
"github.com/kubeedge/kubeedge/cloud/pkg/common/messagelayer"
"github.com/kubeedge/kubeedge/cloud/pkg/common/modules"
diff --git a/cloud/pkg/policycontroller/manager/reconcile_test.go b/cloud/pkg/policycontroller/manager/reconcile_test.go
index 3ce9139ac..3c94169dc 100644
--- a/cloud/pkg/policycontroller/manager/reconcile_test.go
+++ b/cloud/pkg/policycontroller/manager/reconcile_test.go
@@ -22,7 +22,7 @@ import (
"sigs.k8s.io/controller-runtime/pkg/client"
"sigs.k8s.io/controller-runtime/pkg/client/fake"
- policyv1alpha1 "github.com/kubeedge/api/policy/v1alpha1"
+ policyv1alpha1 "github.com/kubeedge/api/apis/policy/v1alpha1"
"github.com/kubeedge/beehive/pkg/common"
beehiveContext "github.com/kubeedge/beehive/pkg/core/context"
"github.com/kubeedge/beehive/pkg/core/model"
diff --git a/cloud/pkg/policycontroller/policycontroller.go b/cloud/pkg/policycontroller/policycontroller.go
index 7844f10c6..5e6f96e84 100644
--- a/cloud/pkg/policycontroller/policycontroller.go
+++ b/cloud/pkg/policycontroller/policycontroller.go
@@ -12,7 +12,7 @@ import (
controllerruntime "sigs.k8s.io/controller-runtime"
"sigs.k8s.io/controller-runtime/pkg/manager"
- policyv1alpha1 "github.com/kubeedge/api/policy/v1alpha1"
+ policyv1alpha1 "github.com/kubeedge/api/apis/policy/v1alpha1"
"github.com/kubeedge/beehive/pkg/core"
beehiveContext "github.com/kubeedge/beehive/pkg/core/context"
"github.com/kubeedge/kubeedge/cloud/pkg/common/messagelayer"
diff --git a/cloud/pkg/router/config/config.go b/cloud/pkg/router/config/config.go
index fcc4f78d7..7b2b67ab2 100644
--- a/cloud/pkg/router/config/config.go
+++ b/cloud/pkg/router/config/config.go
@@ -3,7 +3,7 @@ package config
import (
"sync"
- "github.com/kubeedge/api/componentconfig/cloudcore/v1alpha1"
+ "github.com/kubeedge/api/apis/componentconfig/cloudcore/v1alpha1"
)
var Config Configure
diff --git a/cloud/pkg/router/provider/eventbus/eventbus.go b/cloud/pkg/router/provider/eventbus/eventbus.go
index f459af7dd..a60b49208 100644
--- a/cloud/pkg/router/provider/eventbus/eventbus.go
+++ b/cloud/pkg/router/provider/eventbus/eventbus.go
@@ -7,7 +7,7 @@ import (
"k8s.io/klog/v2"
- v1 "github.com/kubeedge/api/rules/v1"
+ v1 "github.com/kubeedge/api/apis/rules/v1"
beehiveContext "github.com/kubeedge/beehive/pkg/core/context"
"github.com/kubeedge/beehive/pkg/core/model"
"github.com/kubeedge/kubeedge/cloud/pkg/cloudhub"
diff --git a/cloud/pkg/router/provider/rest/rest.go b/cloud/pkg/router/provider/rest/rest.go
index 68e3d0b68..6c06f9432 100644
--- a/cloud/pkg/router/provider/rest/rest.go
+++ b/cloud/pkg/router/provider/rest/rest.go
@@ -13,7 +13,7 @@ import (
"k8s.io/klog/v2"
- v1 "github.com/kubeedge/api/rules/v1"
+ v1 "github.com/kubeedge/api/apis/rules/v1"
"github.com/kubeedge/beehive/pkg/core/model"
"github.com/kubeedge/kubeedge/cloud/pkg/router/constants"
"github.com/kubeedge/kubeedge/cloud/pkg/router/listener"
diff --git a/cloud/pkg/router/provider/servicebus/servicebus.go b/cloud/pkg/router/provider/servicebus/servicebus.go
index cd010bd83..e1b246050 100644
--- a/cloud/pkg/router/provider/servicebus/servicebus.go
+++ b/cloud/pkg/router/provider/servicebus/servicebus.go
@@ -10,7 +10,7 @@ import (
"k8s.io/klog/v2"
- v1 "github.com/kubeedge/api/rules/v1"
+ v1 "github.com/kubeedge/api/apis/rules/v1"
beehiveContext "github.com/kubeedge/beehive/pkg/core/context"
"github.com/kubeedge/beehive/pkg/core/model"
"github.com/kubeedge/kubeedge/cloud/pkg/cloudhub"
diff --git a/cloud/pkg/router/provider/source.go b/cloud/pkg/router/provider/source.go
index b000ac8c4..1a5a90255 100644
--- a/cloud/pkg/router/provider/source.go
+++ b/cloud/pkg/router/provider/source.go
@@ -3,7 +3,7 @@ package provider
import (
"k8s.io/klog/v2"
- v1 "github.com/kubeedge/api/rules/v1"
+ v1 "github.com/kubeedge/api/apis/rules/v1"
"github.com/kubeedge/kubeedge/cloud/pkg/router/listener"
)
diff --git a/cloud/pkg/router/provider/target.go b/cloud/pkg/router/provider/target.go
index 0e1536c0a..c66b5aa10 100644
--- a/cloud/pkg/router/provider/target.go
+++ b/cloud/pkg/router/provider/target.go
@@ -3,7 +3,7 @@ package provider
import (
"k8s.io/klog/v2"
- v1 "github.com/kubeedge/api/rules/v1"
+ v1 "github.com/kubeedge/api/apis/rules/v1"
)
type TargetFactory interface {
diff --git a/cloud/pkg/router/router.go b/cloud/pkg/router/router.go
index 947d27b44..7c55d4293 100644
--- a/cloud/pkg/router/router.go
+++ b/cloud/pkg/router/router.go
@@ -3,7 +3,7 @@ package router
import (
"k8s.io/klog/v2"
- "github.com/kubeedge/api/componentconfig/cloudcore/v1alpha1"
+ "github.com/kubeedge/api/apis/componentconfig/cloudcore/v1alpha1"
"github.com/kubeedge/beehive/pkg/core"
"github.com/kubeedge/kubeedge/cloud/pkg/common/modules"
routerconfig "github.com/kubeedge/kubeedge/cloud/pkg/router/config"
diff --git a/cloud/pkg/router/rule/rule.go b/cloud/pkg/router/rule/rule.go
index 1de2a5542..023e84a06 100644
--- a/cloud/pkg/router/rule/rule.go
+++ b/cloud/pkg/router/rule/rule.go
@@ -7,7 +7,7 @@ import (
"k8s.io/klog/v2"
- routerv1 "github.com/kubeedge/api/rules/v1"
+ routerv1 "github.com/kubeedge/api/apis/rules/v1"
"github.com/kubeedge/beehive/pkg/core/model"
"github.com/kubeedge/kubeedge/cloud/pkg/common/modules"
"github.com/kubeedge/kubeedge/cloud/pkg/router/listener"
diff --git a/cloud/pkg/synccontroller/clusterobjectsync.go b/cloud/pkg/synccontroller/clusterobjectsync.go
index f81be8226..52b75b049 100644
--- a/cloud/pkg/synccontroller/clusterobjectsync.go
+++ b/cloud/pkg/synccontroller/clusterobjectsync.go
@@ -13,7 +13,7 @@ import (
"k8s.io/apimachinery/pkg/types"
"k8s.io/klog/v2"
- "github.com/kubeedge/api/reliablesyncs/v1alpha1"
+ "github.com/kubeedge/api/apis/reliablesyncs/v1alpha1"
beehiveContext "github.com/kubeedge/beehive/pkg/core/context"
"github.com/kubeedge/beehive/pkg/core/model"
commonconst "github.com/kubeedge/kubeedge/common/constants"
diff --git a/cloud/pkg/synccontroller/config/config.go b/cloud/pkg/synccontroller/config/config.go
index 25e3ef6c8..f0d0dffdd 100644
--- a/cloud/pkg/synccontroller/config/config.go
+++ b/cloud/pkg/synccontroller/config/config.go
@@ -3,7 +3,7 @@ package config
import (
"sync"
- configv1alpha1 "github.com/kubeedge/api/componentconfig/cloudcore/v1alpha1"
+ configv1alpha1 "github.com/kubeedge/api/apis/componentconfig/cloudcore/v1alpha1"
)
var Config Configure
diff --git a/cloud/pkg/synccontroller/config/config_test.go b/cloud/pkg/synccontroller/config/config_test.go
index aa0ff724f..5e7c57b8d 100644
--- a/cloud/pkg/synccontroller/config/config_test.go
+++ b/cloud/pkg/synccontroller/config/config_test.go
@@ -20,7 +20,7 @@ import (
"reflect"
"testing"
- configv1alpha1 "github.com/kubeedge/api/componentconfig/cloudcore/v1alpha1"
+ configv1alpha1 "github.com/kubeedge/api/apis/componentconfig/cloudcore/v1alpha1"
)
// TestInitConfigure() tests configuration initialized only once
diff --git a/cloud/pkg/synccontroller/objectsync.go b/cloud/pkg/synccontroller/objectsync.go
index e99f2cec5..9cbcbb1ca 100644
--- a/cloud/pkg/synccontroller/objectsync.go
+++ b/cloud/pkg/synccontroller/objectsync.go
@@ -13,7 +13,7 @@ import (
"k8s.io/apimachinery/pkg/types"
"k8s.io/klog/v2"
- "github.com/kubeedge/api/reliablesyncs/v1alpha1"
+ "github.com/kubeedge/api/apis/reliablesyncs/v1alpha1"
beehiveContext "github.com/kubeedge/beehive/pkg/core/context"
"github.com/kubeedge/beehive/pkg/core/model"
"github.com/kubeedge/kubeedge/cloud/pkg/common/messagelayer"
diff --git a/cloud/pkg/synccontroller/objectsync_test.go b/cloud/pkg/synccontroller/objectsync_test.go
index e0b8d3ea6..7afe275a0 100644
--- a/cloud/pkg/synccontroller/objectsync_test.go
+++ b/cloud/pkg/synccontroller/objectsync_test.go
@@ -28,7 +28,7 @@ import (
"k8s.io/apimachinery/pkg/runtime/schema"
"k8s.io/client-go/dynamic/fake"
- "github.com/kubeedge/api/reliablesyncs/v1alpha1"
+ "github.com/kubeedge/api/apis/reliablesyncs/v1alpha1"
"github.com/kubeedge/beehive/pkg/common"
beehiveContext "github.com/kubeedge/beehive/pkg/core/context"
"github.com/kubeedge/beehive/pkg/core/model"
diff --git a/cloud/pkg/synccontroller/synccontroller.go b/cloud/pkg/synccontroller/synccontroller.go
index 069514ced..d1a26fc30 100644
--- a/cloud/pkg/synccontroller/synccontroller.go
+++ b/cloud/pkg/synccontroller/synccontroller.go
@@ -14,8 +14,8 @@ import (
"k8s.io/client-go/tools/cache"
"k8s.io/klog/v2"
- configv1alpha1 "github.com/kubeedge/api/componentconfig/cloudcore/v1alpha1"
- "github.com/kubeedge/api/reliablesyncs/v1alpha1"
+ configv1alpha1 "github.com/kubeedge/api/apis/componentconfig/cloudcore/v1alpha1"
+ "github.com/kubeedge/api/apis/reliablesyncs/v1alpha1"
"github.com/kubeedge/beehive/pkg/core"
beehiveContext "github.com/kubeedge/beehive/pkg/core/context"
keclient "github.com/kubeedge/kubeedge/cloud/pkg/common/client"
diff --git a/cloud/pkg/synccontroller/synccontroller_test.go b/cloud/pkg/synccontroller/synccontroller_test.go
index cf0e0c6fd..5356a8427 100644
--- a/cloud/pkg/synccontroller/synccontroller_test.go
+++ b/cloud/pkg/synccontroller/synccontroller_test.go
@@ -27,8 +27,8 @@ import (
"k8s.io/client-go/informers"
"k8s.io/client-go/kubernetes/fake"
- configv1alpha1 "github.com/kubeedge/api/componentconfig/cloudcore/v1alpha1"
- "github.com/kubeedge/api/reliablesyncs/v1alpha1"
+ configv1alpha1 "github.com/kubeedge/api/apis/componentconfig/cloudcore/v1alpha1"
+ "github.com/kubeedge/api/apis/reliablesyncs/v1alpha1"
beehiveContext "github.com/kubeedge/beehive/pkg/core/context"
tf "github.com/kubeedge/kubeedge/cloud/pkg/cloudhub/common/testing"
"github.com/kubeedge/kubeedge/cloud/pkg/common/modules"
diff --git a/cloud/pkg/taskmanager/config/config.go b/cloud/pkg/taskmanager/config/config.go
index b923ff929..976613e96 100644
--- a/cloud/pkg/taskmanager/config/config.go
+++ b/cloud/pkg/taskmanager/config/config.go
@@ -19,7 +19,7 @@ package config
import (
"sync"
- "github.com/kubeedge/api/componentconfig/cloudcore/v1alpha1"
+ "github.com/kubeedge/api/apis/componentconfig/cloudcore/v1alpha1"
)
var Config Configure
diff --git a/cloud/pkg/taskmanager/imageprepullcontroller/image_prepull_controller.go b/cloud/pkg/taskmanager/imageprepullcontroller/image_prepull_controller.go
index 95994cccd..169930dd5 100644
--- a/cloud/pkg/taskmanager/imageprepullcontroller/image_prepull_controller.go
+++ b/cloud/pkg/taskmanager/imageprepullcontroller/image_prepull_controller.go
@@ -32,8 +32,8 @@ import (
"k8s.io/apimachinery/pkg/watch"
"k8s.io/klog/v2"
- api "github.com/kubeedge/api/fsm/v1alpha1"
- "github.com/kubeedge/api/operations/v1alpha1"
+ api "github.com/kubeedge/api/apis/fsm/v1alpha1"
+ "github.com/kubeedge/api/apis/operations/v1alpha1"
beehiveContext "github.com/kubeedge/beehive/pkg/core/context"
"github.com/kubeedge/kubeedge/cloud/pkg/common/client"
keclient "github.com/kubeedge/kubeedge/cloud/pkg/common/client"
diff --git a/cloud/pkg/taskmanager/imageprepullcontroller/image_prepull_task.go b/cloud/pkg/taskmanager/imageprepullcontroller/image_prepull_task.go
index ac7f58f47..aedd8fe08 100644
--- a/cloud/pkg/taskmanager/imageprepullcontroller/image_prepull_task.go
+++ b/cloud/pkg/taskmanager/imageprepullcontroller/image_prepull_task.go
@@ -23,9 +23,9 @@ import (
"k8s.io/klog/v2"
- fsmapi "github.com/kubeedge/api/fsm/v1alpha1"
- v1alpha12 "github.com/kubeedge/api/fsm/v1alpha1"
- "github.com/kubeedge/api/operations/v1alpha1"
+ fsmapi "github.com/kubeedge/api/apis/fsm/v1alpha1"
+ v1alpha12 "github.com/kubeedge/api/apis/fsm/v1alpha1"
+ "github.com/kubeedge/api/apis/operations/v1alpha1"
"github.com/kubeedge/kubeedge/cloud/pkg/common/client"
"github.com/kubeedge/kubeedge/cloud/pkg/taskmanager/util"
"github.com/kubeedge/kubeedge/pkg/util/fsm"
diff --git a/cloud/pkg/taskmanager/manager/executor.go b/cloud/pkg/taskmanager/manager/executor.go
index 7ef9fdaee..e1ab747fd 100644
--- a/cloud/pkg/taskmanager/manager/executor.go
+++ b/cloud/pkg/taskmanager/manager/executor.go
@@ -28,8 +28,8 @@ import (
"k8s.io/client-go/kubernetes"
"k8s.io/klog/v2"
- api "github.com/kubeedge/api/fsm/v1alpha1"
- "github.com/kubeedge/api/operations/v1alpha1"
+ api "github.com/kubeedge/api/apis/fsm/v1alpha1"
+ "github.com/kubeedge/api/apis/operations/v1alpha1"
beehiveContext "github.com/kubeedge/beehive/pkg/core/context"
"github.com/kubeedge/beehive/pkg/core/model"
"github.com/kubeedge/kubeedge/cloud/pkg/common/client"
diff --git a/cloud/pkg/taskmanager/nodeupgradecontroller/node_upgrade_controller.go b/cloud/pkg/taskmanager/nodeupgradecontroller/node_upgrade_controller.go
index 1a062f1aa..01ef2f73a 100644
--- a/cloud/pkg/taskmanager/nodeupgradecontroller/node_upgrade_controller.go
+++ b/cloud/pkg/taskmanager/nodeupgradecontroller/node_upgrade_controller.go
@@ -35,8 +35,8 @@ import (
"k8s.io/apimachinery/pkg/watch"
"k8s.io/klog/v2"
- api "github.com/kubeedge/api/fsm/v1alpha1"
- "github.com/kubeedge/api/operations/v1alpha1"
+ api "github.com/kubeedge/api/apis/fsm/v1alpha1"
+ "github.com/kubeedge/api/apis/operations/v1alpha1"
beehiveContext "github.com/kubeedge/beehive/pkg/core/context"
"github.com/kubeedge/kubeedge/cloud/pkg/common/client"
keclient "github.com/kubeedge/kubeedge/cloud/pkg/common/client"
diff --git a/cloud/pkg/taskmanager/nodeupgradecontroller/upgrade_task.go b/cloud/pkg/taskmanager/nodeupgradecontroller/upgrade_task.go
index 4c74c0d21..14f8873c9 100644
--- a/cloud/pkg/taskmanager/nodeupgradecontroller/upgrade_task.go
+++ b/cloud/pkg/taskmanager/nodeupgradecontroller/upgrade_task.go
@@ -20,9 +20,9 @@ import (
"fmt"
"time"
- fsmapi "github.com/kubeedge/api/fsm/v1alpha1"
- v1alpha12 "github.com/kubeedge/api/fsm/v1alpha1"
- "github.com/kubeedge/api/operations/v1alpha1"
+ fsmapi "github.com/kubeedge/api/apis/fsm/v1alpha1"
+ v1alpha12 "github.com/kubeedge/api/apis/fsm/v1alpha1"
+ "github.com/kubeedge/api/apis/operations/v1alpha1"
"github.com/kubeedge/kubeedge/cloud/pkg/common/client"
"github.com/kubeedge/kubeedge/cloud/pkg/taskmanager/util"
"github.com/kubeedge/kubeedge/pkg/util/fsm"
diff --git a/cloud/pkg/taskmanager/task_manager.go b/cloud/pkg/taskmanager/task_manager.go
index 17eefa998..d78365c2e 100644
--- a/cloud/pkg/taskmanager/task_manager.go
+++ b/cloud/pkg/taskmanager/task_manager.go
@@ -21,7 +21,7 @@ import (
"k8s.io/klog/v2"
- "github.com/kubeedge/api/componentconfig/cloudcore/v1alpha1"
+ "github.com/kubeedge/api/apis/componentconfig/cloudcore/v1alpha1"
"github.com/kubeedge/beehive/pkg/core"
"github.com/kubeedge/beehive/pkg/core/model"
"github.com/kubeedge/kubeedge/cloud/pkg/common/modules"
diff --git a/cloud/pkg/taskmanager/util/controller/controller.go b/cloud/pkg/taskmanager/util/controller/controller.go
index f65b9d465..8312d00a5 100644
--- a/cloud/pkg/taskmanager/util/controller/controller.go
+++ b/cloud/pkg/taskmanager/util/controller/controller.go
@@ -25,8 +25,8 @@ import (
"k8s.io/client-go/kubernetes"
"k8s.io/klog/v2"
- api "github.com/kubeedge/api/fsm/v1alpha1"
- "github.com/kubeedge/api/operations/v1alpha1"
+ api "github.com/kubeedge/api/apis/fsm/v1alpha1"
+ "github.com/kubeedge/api/apis/operations/v1alpha1"
"github.com/kubeedge/kubeedge/cloud/pkg/taskmanager/util"
"github.com/kubeedge/kubeedge/cloud/pkg/taskmanager/util/manager"
crdClientset "github.com/kubeedge/kubeedge/pkg/client/clientset/versioned"
diff --git a/cloud/pkg/taskmanager/util/util.go b/cloud/pkg/taskmanager/util/util.go
index b0eff7811..e998047a5 100644
--- a/cloud/pkg/taskmanager/util/util.go
+++ b/cloud/pkg/taskmanager/util/util.go
@@ -26,7 +26,7 @@ import (
versionutil "k8s.io/apimachinery/pkg/util/version"
"k8s.io/klog/v2"
- "github.com/kubeedge/api/operations/v1alpha1"
+ "github.com/kubeedge/api/apis/operations/v1alpha1"
"github.com/kubeedge/kubeedge/common/constants"
)
diff --git a/cloud/test/integration/controllermanager/controllermanager_suite_test.go b/cloud/test/integration/controllermanager/controllermanager_suite_test.go
index 3d59bb89b..62a7d26df 100644
--- a/cloud/test/integration/controllermanager/controllermanager_suite_test.go
+++ b/cloud/test/integration/controllermanager/controllermanager_suite_test.go
@@ -27,7 +27,7 @@ import (
"sigs.k8s.io/controller-runtime/pkg/client"
"sigs.k8s.io/controller-runtime/pkg/envtest"
- appsv1alpha1 "github.com/kubeedge/api/apps/v1alpha1"
+ appsv1alpha1 "github.com/kubeedge/api/apis/apps/v1alpha1"
"github.com/kubeedge/kubeedge/cloud/pkg/controllermanager"
)
diff --git a/cloud/test/integration/controllermanager/controllermanager_test.go b/cloud/test/integration/controllermanager/controllermanager_test.go
index 3de040ed2..846e2f163 100644
--- a/cloud/test/integration/controllermanager/controllermanager_test.go
+++ b/cloud/test/integration/controllermanager/controllermanager_test.go
@@ -34,7 +34,7 @@ import (
"k8s.io/utils/pointer"
"sigs.k8s.io/controller-runtime/pkg/client"
- appsv1alpha1 "github.com/kubeedge/api/apps/v1alpha1"
+ appsv1alpha1 "github.com/kubeedge/api/apis/apps/v1alpha1"
"github.com/kubeedge/kubeedge/cloud/pkg/controllermanager/nodegroup"
)
diff --git a/common/types/types.go b/common/types/types.go
index 630ea4343..32065dc19 100644
--- a/common/types/types.go
+++ b/common/types/types.go
@@ -6,8 +6,8 @@ import (
metaV1 "k8s.io/apimachinery/pkg/apis/meta/v1"
"k8s.io/apimachinery/pkg/types"
- api "github.com/kubeedge/api/fsm/v1alpha1"
- "github.com/kubeedge/api/operations/v1alpha1"
+ api "github.com/kubeedge/api/apis/fsm/v1alpha1"
+ "github.com/kubeedge/api/apis/operations/v1alpha1"
)
// PodStatusRequest is Message.Content which comes from edge
diff --git a/edge/cmd/edgecore/app/options/options.go b/edge/cmd/edgecore/app/options/options.go
index a2427e7cb..5f546d3b2 100644
--- a/edge/cmd/edgecore/app/options/options.go
+++ b/edge/cmd/edgecore/app/options/options.go
@@ -23,7 +23,7 @@ import (
"k8s.io/apimachinery/pkg/util/validation/field"
cliflag "k8s.io/component-base/cli/flag"
- "github.com/kubeedge/api/componentconfig/edgecore/v1alpha2"
+ "github.com/kubeedge/api/apis/componentconfig/edgecore/v1alpha2"
"github.com/kubeedge/kubeedge/common/constants"
"github.com/kubeedge/kubeedge/pkg/util/validation"
)
diff --git a/edge/cmd/edgecore/app/server.go b/edge/cmd/edgecore/app/server.go
index 504476df5..bef214337 100644
--- a/edge/cmd/edgecore/app/server.go
+++ b/edge/cmd/edgecore/app/server.go
@@ -15,8 +15,8 @@ import (
"k8s.io/klog/v2"
"sigs.k8s.io/yaml"
- "github.com/kubeedge/api/componentconfig/edgecore/v1alpha2"
- "github.com/kubeedge/api/componentconfig/edgecore/v1alpha2/validation"
+ "github.com/kubeedge/api/apis/componentconfig/edgecore/v1alpha2"
+ "github.com/kubeedge/api/apis/componentconfig/edgecore/v1alpha2/validation"
"github.com/kubeedge/beehive/pkg/core"
"github.com/kubeedge/kubeedge/common/constants"
"github.com/kubeedge/kubeedge/edge/cmd/edgecore/app/options"
diff --git a/edge/cmd/edgemark/hollow_edgecore.go b/edge/cmd/edgemark/hollow_edgecore.go
index 41ffa3a93..7a20018e4 100644
--- a/edge/cmd/edgemark/hollow_edgecore.go
+++ b/edge/cmd/edgemark/hollow_edgecore.go
@@ -50,7 +50,7 @@ import (
"k8s.io/kubernetes/pkg/volume/util/subpath"
"k8s.io/mount-utils"
- "github.com/kubeedge/api/componentconfig/edgecore/v1alpha2"
+ "github.com/kubeedge/api/apis/componentconfig/edgecore/v1alpha2"
"github.com/kubeedge/beehive/pkg/core"
"github.com/kubeedge/kubeedge/edge/pkg/common/dbm"
"github.com/kubeedge/kubeedge/edge/pkg/edged"
diff --git a/edge/pkg/devicetwin/config/config.go b/edge/pkg/devicetwin/config/config.go
index 233991765..de45b2a44 100644
--- a/edge/pkg/devicetwin/config/config.go
+++ b/edge/pkg/devicetwin/config/config.go
@@ -3,7 +3,7 @@ package config
import (
"sync"
- "github.com/kubeedge/api/componentconfig/edgecore/v1alpha2"
+ "github.com/kubeedge/api/apis/componentconfig/edgecore/v1alpha2"
)
var config Configure
diff --git a/edge/pkg/devicetwin/devicetwin.go b/edge/pkg/devicetwin/devicetwin.go
index 253f1b57d..7b1e92f53 100644
--- a/edge/pkg/devicetwin/devicetwin.go
+++ b/edge/pkg/devicetwin/devicetwin.go
@@ -3,7 +3,7 @@ package devicetwin
import (
"k8s.io/klog/v2"
- "github.com/kubeedge/api/componentconfig/edgecore/v1alpha2"
+ "github.com/kubeedge/api/apis/componentconfig/edgecore/v1alpha2"
"github.com/kubeedge/beehive/pkg/core"
"github.com/kubeedge/kubeedge/edge/pkg/common/modules"
deviceconfig "github.com/kubeedge/kubeedge/edge/pkg/devicetwin/config"
diff --git a/edge/pkg/devicetwin/dmiclient/client.go b/edge/pkg/devicetwin/dmiclient/client.go
index 08d61f893..f56b3feb5 100644
--- a/edge/pkg/devicetwin/dmiclient/client.go
+++ b/edge/pkg/devicetwin/dmiclient/client.go
@@ -26,8 +26,8 @@ import (
"google.golang.org/grpc"
"k8s.io/klog/v2"
- "github.com/kubeedge/api/devices/v1beta1"
- dmiapi "github.com/kubeedge/api/dmi/v1beta1"
+ "github.com/kubeedge/api/apis/devices/v1beta1"
+ dmiapi "github.com/kubeedge/api/apis/dmi/v1beta1"
deviceconst "github.com/kubeedge/kubeedge/cloud/pkg/devicecontroller/constants"
"github.com/kubeedge/kubeedge/edge/pkg/devicetwin/dtcommon"
)
diff --git a/edge/pkg/devicetwin/dmiserver/server.go b/edge/pkg/devicetwin/dmiserver/server.go
index 7eb25914b..5f76bf42b 100644
--- a/edge/pkg/devicetwin/dmiserver/server.go
+++ b/edge/pkg/devicetwin/dmiserver/server.go
@@ -31,8 +31,8 @@ import (
"google.golang.org/grpc/reflection"
"k8s.io/klog/v2"
- "github.com/kubeedge/api/devices/v1beta1"
- pb "github.com/kubeedge/api/dmi/v1beta1"
+ "github.com/kubeedge/api/apis/devices/v1beta1"
+ pb "github.com/kubeedge/api/apis/dmi/v1beta1"
beehiveContext "github.com/kubeedge/beehive/pkg/core/context"
beehiveModel "github.com/kubeedge/beehive/pkg/core/model"
deviceconst "github.com/kubeedge/kubeedge/cloud/pkg/devicecontroller/constants"
diff --git a/edge/pkg/devicetwin/dtcommon/util.go b/edge/pkg/devicetwin/dtcommon/util.go
index 1420f30d4..34d2ab655 100644
--- a/edge/pkg/devicetwin/dtcommon/util.go
+++ b/edge/pkg/devicetwin/dtcommon/util.go
@@ -13,8 +13,8 @@ import (
"google.golang.org/protobuf/types/known/wrapperspb"
"k8s.io/klog/v2"
- "github.com/kubeedge/api/devices/v1beta1"
- pb "github.com/kubeedge/api/dmi/v1beta1"
+ "github.com/kubeedge/api/apis/devices/v1beta1"
+ pb "github.com/kubeedge/api/apis/dmi/v1beta1"
"github.com/kubeedge/kubeedge/cloud/pkg/devicecontroller/constants"
)
diff --git a/edge/pkg/devicetwin/dtmanager/dmiworker.go b/edge/pkg/devicetwin/dtmanager/dmiworker.go
index e11e60a89..0b1ea761f 100644
--- a/edge/pkg/devicetwin/dtmanager/dmiworker.go
+++ b/edge/pkg/devicetwin/dtmanager/dmiworker.go
@@ -25,8 +25,8 @@ import (
"k8s.io/klog/v2"
- "github.com/kubeedge/api/devices/v1beta1"
- pb "github.com/kubeedge/api/dmi/v1beta1"
+ "github.com/kubeedge/api/apis/devices/v1beta1"
+ pb "github.com/kubeedge/api/apis/dmi/v1beta1"
"github.com/kubeedge/beehive/pkg/core/model"
"github.com/kubeedge/kubeedge/cloud/pkg/devicecontroller/constants"
"github.com/kubeedge/kubeedge/edge/pkg/devicetwin/dmiclient"
diff --git a/edge/pkg/edged/config/config.go b/edge/pkg/edged/config/config.go
index 830afb845..8bd18f8b4 100644
--- a/edge/pkg/edged/config/config.go
+++ b/edge/pkg/edged/config/config.go
@@ -12,7 +12,7 @@ import (
"k8s.io/kubernetes/pkg/kubelet"
kubeletconfig "k8s.io/kubernetes/pkg/kubelet/apis/config"
- "github.com/kubeedge/api/componentconfig/edgecore/v1alpha2"
+ "github.com/kubeedge/api/apis/componentconfig/edgecore/v1alpha2"
)
var Config Configure
diff --git a/edge/pkg/edged/edged.go b/edge/pkg/edged/edged.go
index 961734514..065f7c30f 100644
--- a/edge/pkg/edged/edged.go
+++ b/edge/pkg/edged/edged.go
@@ -48,7 +48,7 @@ import (
kubelettypes "k8s.io/kubernetes/pkg/kubelet/types"
csiplugin "k8s.io/kubernetes/pkg/volume/csi"
- "github.com/kubeedge/api/componentconfig/edgecore/v1alpha2"
+ "github.com/kubeedge/api/apis/componentconfig/edgecore/v1alpha2"
"github.com/kubeedge/beehive/pkg/core"
beehiveContext "github.com/kubeedge/beehive/pkg/core/context"
"github.com/kubeedge/beehive/pkg/core/model"
diff --git a/edge/pkg/edgehub/certificate/certmanager.go b/edge/pkg/edgehub/certificate/certmanager.go
index aa831c5f3..5a32a6938 100644
--- a/edge/pkg/edgehub/certificate/certmanager.go
+++ b/edge/pkg/edgehub/certificate/certmanager.go
@@ -19,7 +19,7 @@ import (
"k8s.io/client-go/util/keyutil"
"k8s.io/klog/v2"
- "github.com/kubeedge/api/componentconfig/edgecore/v1alpha2"
+ "github.com/kubeedge/api/apis/componentconfig/edgecore/v1alpha2"
"github.com/kubeedge/kubeedge/common/constants"
"github.com/kubeedge/kubeedge/edge/pkg/edgehub/common/http"
"github.com/kubeedge/kubeedge/pkg/security/certs"
diff --git a/edge/pkg/edgehub/config/config.go b/edge/pkg/edgehub/config/config.go
index 855b1f828..71d8b503b 100644
--- a/edge/pkg/edgehub/config/config.go
+++ b/edge/pkg/edgehub/config/config.go
@@ -4,7 +4,7 @@ import (
"strings"
"sync"
- "github.com/kubeedge/api/componentconfig/edgecore/v1alpha2"
+ "github.com/kubeedge/api/apis/componentconfig/edgecore/v1alpha2"
)
var Config Configure
diff --git a/edge/pkg/edgehub/config/config_test.go b/edge/pkg/edgehub/config/config_test.go
index 63353dc27..33e8520fd 100644
--- a/edge/pkg/edgehub/config/config_test.go
+++ b/edge/pkg/edgehub/config/config_test.go
@@ -19,7 +19,7 @@ package config
import (
"testing"
- "github.com/kubeedge/api/componentconfig/edgecore/v1alpha2"
+ "github.com/kubeedge/api/apis/componentconfig/edgecore/v1alpha2"
)
func TestInitConfigure(t *testing.T) {
diff --git a/edge/pkg/edgehub/edgehub.go b/edge/pkg/edgehub/edgehub.go
index d0d5e0df3..4754fc586 100644
--- a/edge/pkg/edgehub/edgehub.go
+++ b/edge/pkg/edgehub/edgehub.go
@@ -7,7 +7,7 @@ import (
"k8s.io/client-go/util/flowcontrol"
"k8s.io/klog/v2"
- "github.com/kubeedge/api/componentconfig/edgecore/v1alpha2"
+ "github.com/kubeedge/api/apis/componentconfig/edgecore/v1alpha2"
"github.com/kubeedge/beehive/pkg/core"
beehiveContext "github.com/kubeedge/beehive/pkg/core/context"
"github.com/kubeedge/kubeedge/edge/pkg/common/modules"
diff --git a/edge/pkg/edgehub/edgehub_test.go b/edge/pkg/edgehub/edgehub_test.go
index 1ff33af42..a4a9cadee 100644
--- a/edge/pkg/edgehub/edgehub_test.go
+++ b/edge/pkg/edgehub/edgehub_test.go
@@ -19,7 +19,7 @@ package edgehub
import (
"testing"
- "github.com/kubeedge/api/componentconfig/edgecore/v1alpha2"
+ "github.com/kubeedge/api/apis/componentconfig/edgecore/v1alpha2"
"github.com/kubeedge/kubeedge/edge/pkg/edgehub/config"
)
diff --git a/edge/pkg/edgehub/task/taskexecutor/image_prepull.go b/edge/pkg/edgehub/task/taskexecutor/image_prepull.go
index 6f95530f8..d3eca2e5a 100644
--- a/edge/pkg/edgehub/task/taskexecutor/image_prepull.go
+++ b/edge/pkg/edgehub/task/taskexecutor/image_prepull.go
@@ -25,8 +25,8 @@ import (
runtimeapi "k8s.io/cri-api/pkg/apis/runtime/v1"
"k8s.io/klog/v2"
- api "github.com/kubeedge/api/fsm/v1alpha1"
- "github.com/kubeedge/api/operations/v1alpha1"
+ api "github.com/kubeedge/api/apis/fsm/v1alpha1"
+ "github.com/kubeedge/api/apis/operations/v1alpha1"
"github.com/kubeedge/kubeedge/common/constants"
"github.com/kubeedge/kubeedge/common/types"
commontypes "github.com/kubeedge/kubeedge/common/types"
diff --git a/edge/pkg/edgehub/task/taskexecutor/node_backup.go b/edge/pkg/edgehub/task/taskexecutor/node_backup.go
index 889dbc882..95b7c2c98 100644
--- a/edge/pkg/edgehub/task/taskexecutor/node_backup.go
+++ b/edge/pkg/edgehub/task/taskexecutor/node_backup.go
@@ -24,7 +24,7 @@ import (
"k8s.io/klog/v2"
- api "github.com/kubeedge/api/fsm/v1alpha1"
+ api "github.com/kubeedge/api/apis/fsm/v1alpha1"
"github.com/kubeedge/kubeedge/common/constants"
commontypes "github.com/kubeedge/kubeedge/common/types"
"github.com/kubeedge/kubeedge/edge/cmd/edgecore/app/options"
diff --git a/edge/pkg/edgehub/task/taskexecutor/node_rollback.go b/edge/pkg/edgehub/task/taskexecutor/node_rollback.go
index 8986c406c..98a65dea8 100644
--- a/edge/pkg/edgehub/task/taskexecutor/node_rollback.go
+++ b/edge/pkg/edgehub/task/taskexecutor/node_rollback.go
@@ -22,7 +22,7 @@ import (
"k8s.io/klog/v2"
- api "github.com/kubeedge/api/fsm/v1alpha1"
+ api "github.com/kubeedge/api/apis/fsm/v1alpha1"
commontypes "github.com/kubeedge/kubeedge/common/types"
"github.com/kubeedge/kubeedge/pkg/util/fsm"
"github.com/kubeedge/kubeedge/pkg/version"
diff --git a/edge/pkg/edgehub/task/taskexecutor/node_upgrade.go b/edge/pkg/edgehub/task/taskexecutor/node_upgrade.go
index ca825efe5..92c784713 100644
--- a/edge/pkg/edgehub/task/taskexecutor/node_upgrade.go
+++ b/edge/pkg/edgehub/task/taskexecutor/node_upgrade.go
@@ -24,7 +24,7 @@ import (
"k8s.io/klog/v2"
- api "github.com/kubeedge/api/fsm/v1alpha1"
+ api "github.com/kubeedge/api/apis/fsm/v1alpha1"
"github.com/kubeedge/kubeedge/common/types"
commontypes "github.com/kubeedge/kubeedge/common/types"
"github.com/kubeedge/kubeedge/edge/cmd/edgecore/app/options"
diff --git a/edge/pkg/edgehub/task/taskexecutor/pre_check.go b/edge/pkg/edgehub/task/taskexecutor/pre_check.go
index 9eae4a740..469d1c432 100644
--- a/edge/pkg/edgehub/task/taskexecutor/pre_check.go
+++ b/edge/pkg/edgehub/task/taskexecutor/pre_check.go
@@ -25,7 +25,7 @@ import (
"github.com/shirou/gopsutil/disk"
"github.com/shirou/gopsutil/v3/mem"
- api "github.com/kubeedge/api/fsm/v1alpha1"
+ api "github.com/kubeedge/api/apis/fsm/v1alpha1"
"github.com/kubeedge/kubeedge/common/types"
"github.com/kubeedge/kubeedge/pkg/util/fsm"
)
diff --git a/edge/pkg/edgehub/task/taskexecutor/task_executor.go b/edge/pkg/edgehub/task/taskexecutor/task_executor.go
index 752af495d..ebbe33e86 100644
--- a/edge/pkg/edgehub/task/taskexecutor/task_executor.go
+++ b/edge/pkg/edgehub/task/taskexecutor/task_executor.go
@@ -21,7 +21,7 @@ import (
"k8s.io/klog/v2"
- "github.com/kubeedge/api/fsm/v1alpha1"
+ "github.com/kubeedge/api/apis/fsm/v1alpha1"
"github.com/kubeedge/kubeedge/common/types"
"github.com/kubeedge/kubeedge/pkg/util/fsm"
)
diff --git a/edge/pkg/edgestream/config/config.go b/edge/pkg/edgestream/config/config.go
index 14b8e3271..4015924dc 100644
--- a/edge/pkg/edgestream/config/config.go
+++ b/edge/pkg/edgestream/config/config.go
@@ -19,7 +19,7 @@ package config
import (
"sync"
- "github.com/kubeedge/api/componentconfig/edgecore/v1alpha2"
+ "github.com/kubeedge/api/apis/componentconfig/edgecore/v1alpha2"
)
var Config Configure
diff --git a/edge/pkg/edgestream/edgestream.go b/edge/pkg/edgestream/edgestream.go
index 336bdc0b0..052b8bfda 100644
--- a/edge/pkg/edgestream/edgestream.go
+++ b/edge/pkg/edgestream/edgestream.go
@@ -26,7 +26,7 @@ import (
"github.com/gorilla/websocket"
"k8s.io/klog/v2"
- "github.com/kubeedge/api/componentconfig/edgecore/v1alpha2"
+ "github.com/kubeedge/api/apis/componentconfig/edgecore/v1alpha2"
"github.com/kubeedge/beehive/pkg/core"
beehiveContext "github.com/kubeedge/beehive/pkg/core/context"
"github.com/kubeedge/kubeedge/edge/pkg/common/modules"
diff --git a/edge/pkg/eventbus/common/util/common_test.go b/edge/pkg/eventbus/common/util/common_test.go
index ccaa8e4b9..7381bb01b 100644
--- a/edge/pkg/eventbus/common/util/common_test.go
+++ b/edge/pkg/eventbus/common/util/common_test.go
@@ -29,7 +29,7 @@ import (
MQTT "github.com/eclipse/paho.mqtt.golang"
"k8s.io/klog/v2"
- "github.com/kubeedge/api/componentconfig/edgecore/v1alpha2"
+ "github.com/kubeedge/api/apis/componentconfig/edgecore/v1alpha2"
eventconfig "github.com/kubeedge/kubeedge/edge/pkg/eventbus/config"
)
diff --git a/edge/pkg/eventbus/config/config.go b/edge/pkg/eventbus/config/config.go
index c85356583..959bd38a2 100644
--- a/edge/pkg/eventbus/config/config.go
+++ b/edge/pkg/eventbus/config/config.go
@@ -3,7 +3,7 @@ package config
import (
"sync"
- "github.com/kubeedge/api/componentconfig/edgecore/v1alpha2"
+ "github.com/kubeedge/api/apis/componentconfig/edgecore/v1alpha2"
)
var Config Configure
diff --git a/edge/pkg/eventbus/eventbus.go b/edge/pkg/eventbus/eventbus.go
index 51194ca71..229ce921e 100644
--- a/edge/pkg/eventbus/eventbus.go
+++ b/edge/pkg/eventbus/eventbus.go
@@ -8,7 +8,7 @@ import (
"github.com/beego/beego/v2/client/orm"
"k8s.io/klog/v2"
- "github.com/kubeedge/api/componentconfig/edgecore/v1alpha2"
+ "github.com/kubeedge/api/apis/componentconfig/edgecore/v1alpha2"
"github.com/kubeedge/beehive/pkg/core"
beehiveContext "github.com/kubeedge/beehive/pkg/core/context"
messagepkg "github.com/kubeedge/kubeedge/edge/pkg/common/message"
diff --git a/edge/pkg/metamanager/client/serviceaccount.go b/edge/pkg/metamanager/client/serviceaccount.go
index 8cc2f82cb..b6086f7ec 100644
--- a/edge/pkg/metamanager/client/serviceaccount.go
+++ b/edge/pkg/metamanager/client/serviceaccount.go
@@ -10,7 +10,7 @@ import (
"k8s.io/apimachinery/pkg/types"
"k8s.io/klog/v2"
- policyv1alpha1 "github.com/kubeedge/api/policy/v1alpha1"
+ policyv1alpha1 "github.com/kubeedge/api/apis/policy/v1alpha1"
"github.com/kubeedge/beehive/pkg/core/model"
"github.com/kubeedge/kubeedge/edge/pkg/common/message"
"github.com/kubeedge/kubeedge/edge/pkg/common/modules"
diff --git a/edge/pkg/metamanager/client/serviceaccountaccess.go b/edge/pkg/metamanager/client/serviceaccountaccess.go
index 4108d6c4c..1dcc555a4 100644
--- a/edge/pkg/metamanager/client/serviceaccountaccess.go
+++ b/edge/pkg/metamanager/client/serviceaccountaccess.go
@@ -13,7 +13,7 @@ import (
"k8s.io/klog/v2"
"k8s.io/kubernetes/pkg/serviceaccount"
- policyv1alpha1 "github.com/kubeedge/api/policy/v1alpha1"
+ policyv1alpha1 "github.com/kubeedge/api/apis/policy/v1alpha1"
"github.com/kubeedge/beehive/pkg/core/model"
"github.com/kubeedge/kubeedge/edge/pkg/metamanager/dao"
)
diff --git a/edge/pkg/metamanager/config/config.go b/edge/pkg/metamanager/config/config.go
index f55d28d40..ca235982f 100644
--- a/edge/pkg/metamanager/config/config.go
+++ b/edge/pkg/metamanager/config/config.go
@@ -3,7 +3,7 @@ package config
import (
"sync"
- "github.com/kubeedge/api/componentconfig/edgecore/v1alpha2"
+ "github.com/kubeedge/api/apis/componentconfig/edgecore/v1alpha2"
metaserverconfig "github.com/kubeedge/kubeedge/edge/pkg/metamanager/metaserver/config"
)
diff --git a/edge/pkg/metamanager/metamanager.go b/edge/pkg/metamanager/metamanager.go
index b45c8f5ac..68b956665 100644
--- a/edge/pkg/metamanager/metamanager.go
+++ b/edge/pkg/metamanager/metamanager.go
@@ -4,7 +4,7 @@ import (
"github.com/beego/beego/v2/client/orm"
"k8s.io/klog/v2"
- "github.com/kubeedge/api/componentconfig/edgecore/v1alpha2"
+ "github.com/kubeedge/api/apis/componentconfig/edgecore/v1alpha2"
"github.com/kubeedge/beehive/pkg/core"
beehiveContext "github.com/kubeedge/beehive/pkg/core/context"
"github.com/kubeedge/kubeedge/edge/pkg/common/modules"
diff --git a/edge/pkg/metamanager/metaserver/config/config.go b/edge/pkg/metamanager/metaserver/config/config.go
index b96f57f44..615c08a9c 100644
--- a/edge/pkg/metamanager/metaserver/config/config.go
+++ b/edge/pkg/metamanager/metaserver/config/config.go
@@ -3,7 +3,7 @@ package config
import (
"sync"
- "github.com/kubeedge/api/componentconfig/edgecore/v1alpha2"
+ "github.com/kubeedge/api/apis/componentconfig/edgecore/v1alpha2"
edgehubconfig "github.com/kubeedge/kubeedge/edge/pkg/edgehub/config"
)
diff --git a/edge/pkg/metamanager/process_test.go b/edge/pkg/metamanager/process_test.go
index c44d78e27..91acfb746 100644
--- a/edge/pkg/metamanager/process_test.go
+++ b/edge/pkg/metamanager/process_test.go
@@ -28,7 +28,7 @@ import (
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
"k8s.io/apimachinery/pkg/util/uuid"
- "github.com/kubeedge/api/componentconfig/edgecore/v1alpha2"
+ "github.com/kubeedge/api/apis/componentconfig/edgecore/v1alpha2"
"github.com/kubeedge/beehive/pkg/common"
"github.com/kubeedge/beehive/pkg/core"
beehiveContext "github.com/kubeedge/beehive/pkg/core/context"
diff --git a/edge/pkg/servicebus/config/config.go b/edge/pkg/servicebus/config/config.go
index e8f33832b..62f3cde80 100644
--- a/edge/pkg/servicebus/config/config.go
+++ b/edge/pkg/servicebus/config/config.go
@@ -3,7 +3,7 @@ package config
import (
"sync"
- "github.com/kubeedge/api/componentconfig/edgecore/v1alpha2"
+ "github.com/kubeedge/api/apis/componentconfig/edgecore/v1alpha2"
)
var Config Configure
diff --git a/edge/pkg/servicebus/servicebus.go b/edge/pkg/servicebus/servicebus.go
index 49c82fbc3..9d6fc9d68 100644
--- a/edge/pkg/servicebus/servicebus.go
+++ b/edge/pkg/servicebus/servicebus.go
@@ -14,7 +14,7 @@ import (
utilruntime "k8s.io/apimachinery/pkg/util/runtime"
"k8s.io/klog/v2"
- "github.com/kubeedge/api/componentconfig/edgecore/v1alpha2"
+ "github.com/kubeedge/api/apis/componentconfig/edgecore/v1alpha2"
"github.com/kubeedge/beehive/pkg/core"
beehiveContext "github.com/kubeedge/beehive/pkg/core/context"
beehiveModel "github.com/kubeedge/beehive/pkg/core/model"
diff --git a/edge/test/integration/metaserver/metaserver_suite_test.go b/edge/test/integration/metaserver/metaserver_suite_test.go
index a1ffe02cc..d18f60238 100644
--- a/edge/test/integration/metaserver/metaserver_suite_test.go
+++ b/edge/test/integration/metaserver/metaserver_suite_test.go
@@ -6,7 +6,7 @@ import (
. "github.com/onsi/ginkgo/v2"
. "github.com/onsi/gomega"
- edgeconfig "github.com/kubeedge/api/componentconfig/edgecore/v1alpha2"
+ edgeconfig "github.com/kubeedge/api/apis/componentconfig/edgecore/v1alpha2"
"github.com/kubeedge/kubeedge/edge/test/integration/utils"
"github.com/kubeedge/kubeedge/edge/test/integration/utils/common"
"github.com/kubeedge/kubeedge/edge/test/integration/utils/edge"
diff --git a/edge/test/integration/utils/test_setup.go b/edge/test/integration/utils/test_setup.go
index 98ca2729e..ef993759e 100644
--- a/edge/test/integration/utils/test_setup.go
+++ b/edge/test/integration/utils/test_setup.go
@@ -9,7 +9,7 @@ import (
"sigs.k8s.io/yaml"
- edgecore "github.com/kubeedge/api/componentconfig/edgecore/v1alpha2"
+ edgecore "github.com/kubeedge/api/apis/componentconfig/edgecore/v1alpha2"
)
const (
diff --git a/edge/test/test.go b/edge/test/test.go
index 9cc3dc354..53df5ce78 100644
--- a/edge/test/test.go
+++ b/edge/test/test.go
@@ -9,7 +9,7 @@ import (
v1 "k8s.io/api/core/v1"
"k8s.io/klog/v2"
- "github.com/kubeedge/api/componentconfig/edgecore/v1alpha2"
+ "github.com/kubeedge/api/apis/componentconfig/edgecore/v1alpha2"
"github.com/kubeedge/beehive/pkg/core"
beehiveContext "github.com/kubeedge/beehive/pkg/core/context"
"github.com/kubeedge/beehive/pkg/core/model"
diff --git a/hack/update-codegen.sh b/hack/update-codegen.sh
index cc91c22aa..3b5ac3e2e 100755
--- a/hack/update-codegen.sh
+++ b/hack/update-codegen.sh
@@ -35,6 +35,6 @@ util:create_gopath_tree "${KUBEEDGE_ROOT}" "${go_path}"
export GOPATH="${go_path}"
${KUBEEDGE_ROOT}/hack/generate-groups.sh "deepcopy,client,informer,lister" \
-github.com/kubeedge/kubeedge/pkg/client github.com/kubeedge/api \
+github.com/kubeedge/kubeedge/pkg/client github.com/kubeedge/api/apis \
"devices:v1beta1 reliablesyncs:v1alpha1 rules:v1 apps:v1alpha1 operations:v1alpha1 policy:v1alpha1" \
--go-header-file ${KUBEEDGE_ROOT}/hack/boilerplate/boilerplate.txt
diff --git a/keadm/cmd/keadm/app/cmd/debug/collect.go b/keadm/cmd/keadm/app/cmd/debug/collect.go
index a96ed3fcf..f2f45a916 100644
--- a/keadm/cmd/keadm/app/cmd/debug/collect.go
+++ b/keadm/cmd/keadm/app/cmd/debug/collect.go
@@ -8,7 +8,7 @@ import (
"github.com/spf13/cobra"
- "github.com/kubeedge/api/componentconfig/edgecore/v1alpha2"
+ "github.com/kubeedge/api/apis/componentconfig/edgecore/v1alpha2"
"github.com/kubeedge/kubeedge/common/constants"
"github.com/kubeedge/kubeedge/keadm/cmd/keadm/app/cmd/common"
"github.com/kubeedge/kubeedge/keadm/cmd/keadm/app/cmd/util"
diff --git a/keadm/cmd/keadm/app/cmd/debug/diagnose.go b/keadm/cmd/keadm/app/cmd/debug/diagnose.go
index 57e54be04..c4c9b412e 100644
--- a/keadm/cmd/keadm/app/cmd/debug/diagnose.go
+++ b/keadm/cmd/keadm/app/cmd/debug/diagnose.go
@@ -7,7 +7,7 @@ import (
"github.com/spf13/cobra"
v1 "k8s.io/api/core/v1"
- "github.com/kubeedge/api/componentconfig/edgecore/v1alpha2"
+ "github.com/kubeedge/api/apis/componentconfig/edgecore/v1alpha2"
"github.com/kubeedge/kubeedge/common/types"
"github.com/kubeedge/kubeedge/edge/pkg/metamanager/dao"
"github.com/kubeedge/kubeedge/keadm/cmd/keadm/app/cmd/common"
diff --git a/keadm/cmd/keadm/app/cmd/debug/get.go b/keadm/cmd/keadm/app/cmd/debug/get.go
index a58f8a4d7..c09b4fc85 100644
--- a/keadm/cmd/keadm/app/cmd/debug/get.go
+++ b/keadm/cmd/keadm/app/cmd/debug/get.go
@@ -34,7 +34,7 @@ import (
printersinternal "k8s.io/kubernetes/pkg/printers/internalversion"
"k8s.io/kubernetes/pkg/printers/storage"
- edgecoreCfg "github.com/kubeedge/api/componentconfig/edgecore/v1alpha2"
+ edgecoreCfg "github.com/kubeedge/api/apis/componentconfig/edgecore/v1alpha2"
"github.com/kubeedge/beehive/pkg/core/model"
"github.com/kubeedge/kubeedge/common/constants"
"github.com/kubeedge/kubeedge/edge/pkg/common/dbm"
diff --git a/keadm/cmd/keadm/app/cmd/debug/get_test.go b/keadm/cmd/keadm/app/cmd/debug/get_test.go
index ddcfb592b..88801c75e 100644
--- a/keadm/cmd/keadm/app/cmd/debug/get_test.go
+++ b/keadm/cmd/keadm/app/cmd/debug/get_test.go
@@ -20,7 +20,7 @@ import (
"github.com/spf13/cobra"
"github.com/stretchr/testify/assert"
- edgecoreCfg "github.com/kubeedge/api/componentconfig/edgecore/v1alpha2"
+ edgecoreCfg "github.com/kubeedge/api/apis/componentconfig/edgecore/v1alpha2"
)
func TestNewCmdDebugGet(t *testing.T) {
diff --git a/keadm/cmd/keadm/app/cmd/edge/join.go b/keadm/cmd/keadm/app/cmd/edge/join.go
index e813464de..b90cec32d 100644
--- a/keadm/cmd/keadm/app/cmd/edge/join.go
+++ b/keadm/cmd/keadm/app/cmd/edge/join.go
@@ -23,7 +23,7 @@ import (
"github.com/spf13/cobra"
- "github.com/kubeedge/api/componentconfig/edgecore/v1alpha2"
+ "github.com/kubeedge/api/apis/componentconfig/edgecore/v1alpha2"
"github.com/kubeedge/kubeedge/common/constants"
"github.com/kubeedge/kubeedge/keadm/cmd/keadm/app/cmd/common"
"github.com/kubeedge/kubeedge/keadm/cmd/keadm/app/cmd/util"
diff --git a/keadm/cmd/keadm/app/cmd/edge/join_others.go b/keadm/cmd/keadm/app/cmd/edge/join_others.go
index d9caa8137..59040dcca 100644
--- a/keadm/cmd/keadm/app/cmd/edge/join_others.go
+++ b/keadm/cmd/keadm/app/cmd/edge/join_others.go
@@ -33,8 +33,8 @@ import (
"k8s.io/klog/v2"
"sigs.k8s.io/yaml"
- "github.com/kubeedge/api/componentconfig/edgecore/v1alpha2"
- "github.com/kubeedge/api/componentconfig/edgecore/v1alpha2/validation"
+ "github.com/kubeedge/api/apis/componentconfig/edgecore/v1alpha2"
+ "github.com/kubeedge/api/apis/componentconfig/edgecore/v1alpha2/validation"
"github.com/kubeedge/kubeedge/common/constants"
"github.com/kubeedge/kubeedge/keadm/cmd/keadm/app/cmd/common"
"github.com/kubeedge/kubeedge/keadm/cmd/keadm/app/cmd/util"
diff --git a/keadm/cmd/keadm/app/cmd/edge/join_windows.go b/keadm/cmd/keadm/app/cmd/edge/join_windows.go
index cd0621e18..094e5bd27 100644
--- a/keadm/cmd/keadm/app/cmd/edge/join_windows.go
+++ b/keadm/cmd/keadm/app/cmd/edge/join_windows.go
@@ -35,8 +35,8 @@ import (
"k8s.io/klog/v2"
"sigs.k8s.io/yaml"
- "github.com/kubeedge/api/componentconfig/edgecore/v1alpha2"
- "github.com/kubeedge/api/componentconfig/edgecore/v1alpha2/validation"
+ "github.com/kubeedge/api/apis/componentconfig/edgecore/v1alpha2"
+ "github.com/kubeedge/api/apis/componentconfig/edgecore/v1alpha2/validation"
"github.com/kubeedge/kubeedge/common/constants"
"github.com/kubeedge/kubeedge/keadm/cmd/keadm/app/cmd/common"
"github.com/kubeedge/kubeedge/keadm/cmd/keadm/app/cmd/util"
diff --git a/keadm/cmd/keadm/app/cmd/edge/rollback.go b/keadm/cmd/keadm/app/cmd/edge/rollback.go
index 45b423f2f..9b3d7b7c6 100644
--- a/keadm/cmd/keadm/app/cmd/edge/rollback.go
+++ b/keadm/cmd/keadm/app/cmd/edge/rollback.go
@@ -24,8 +24,8 @@ import (
"k8s.io/klog/v2"
"sigs.k8s.io/yaml"
- "github.com/kubeedge/api/componentconfig/edgecore/v1alpha2"
- api "github.com/kubeedge/api/fsm/v1alpha1"
+ "github.com/kubeedge/api/apis/componentconfig/edgecore/v1alpha2"
+ api "github.com/kubeedge/api/apis/fsm/v1alpha1"
"github.com/kubeedge/kubeedge/common/constants"
"github.com/kubeedge/kubeedge/keadm/cmd/keadm/app/cmd/util"
"github.com/kubeedge/kubeedge/pkg/util/fsm"
diff --git a/keadm/cmd/keadm/app/cmd/edge/upgrade.go b/keadm/cmd/keadm/app/cmd/edge/upgrade.go
index a208fbc7c..46e95c862 100644
--- a/keadm/cmd/keadm/app/cmd/edge/upgrade.go
+++ b/keadm/cmd/keadm/app/cmd/edge/upgrade.go
@@ -26,8 +26,8 @@ import (
"k8s.io/klog/v2"
"sigs.k8s.io/yaml"
- "github.com/kubeedge/api/componentconfig/edgecore/v1alpha2"
- api "github.com/kubeedge/api/fsm/v1alpha1"
+ "github.com/kubeedge/api/apis/componentconfig/edgecore/v1alpha2"
+ api "github.com/kubeedge/api/apis/fsm/v1alpha1"
"github.com/kubeedge/kubeedge/common/constants"
"github.com/kubeedge/kubeedge/keadm/cmd/keadm/app/cmd/common"
"github.com/kubeedge/kubeedge/keadm/cmd/keadm/app/cmd/util"
diff --git a/keadm/cmd/keadm/app/cmd/util/cloudinstaller.go b/keadm/cmd/keadm/app/cmd/util/cloudinstaller.go
index 45161884d..efe7d7ab4 100644
--- a/keadm/cmd/keadm/app/cmd/util/cloudinstaller.go
+++ b/keadm/cmd/keadm/app/cmd/util/cloudinstaller.go
@@ -5,7 +5,7 @@ import (
"os"
"strings"
- "github.com/kubeedge/api/componentconfig/cloudcore/v1alpha1"
+ "github.com/kubeedge/api/apis/componentconfig/cloudcore/v1alpha1"
"github.com/kubeedge/kubeedge/common/constants"
types "github.com/kubeedge/kubeedge/keadm/cmd/keadm/app/cmd/common"
)
diff --git a/keadm/cmd/keadm/app/cmd/util/common.go b/keadm/cmd/keadm/app/cmd/util/common.go
index 1210cbe81..5944f62e9 100644
--- a/keadm/cmd/keadm/app/cmd/util/common.go
+++ b/keadm/cmd/keadm/app/cmd/util/common.go
@@ -44,7 +44,7 @@ import (
"k8s.io/client-go/tools/clientcmd"
"k8s.io/klog/v2"
- "github.com/kubeedge/api/componentconfig/edgecore/v1alpha2"
+ "github.com/kubeedge/api/apis/componentconfig/edgecore/v1alpha2"
"github.com/kubeedge/kubeedge/common/constants"
commontypes "github.com/kubeedge/kubeedge/common/types"
types "github.com/kubeedge/kubeedge/keadm/cmd/keadm/app/cmd/common"
diff --git a/keadm/cmd/keadm/app/cmd/util/edgecoreinstaller.go b/keadm/cmd/keadm/app/cmd/util/edgecoreinstaller.go
index 808585560..f2abfd6b6 100755
--- a/keadm/cmd/keadm/app/cmd/util/edgecoreinstaller.go
+++ b/keadm/cmd/keadm/app/cmd/util/edgecoreinstaller.go
@@ -24,8 +24,8 @@ import (
"strconv"
"strings"
- "github.com/kubeedge/api/componentconfig/edgecore/v1alpha2"
- "github.com/kubeedge/api/componentconfig/edgecore/v1alpha2/validation"
+ "github.com/kubeedge/api/apis/componentconfig/edgecore/v1alpha2"
+ "github.com/kubeedge/api/apis/componentconfig/edgecore/v1alpha2/validation"
"github.com/kubeedge/kubeedge/common/constants"
types "github.com/kubeedge/kubeedge/keadm/cmd/keadm/app/cmd/common"
"github.com/kubeedge/kubeedge/pkg/util"
diff --git a/keadm/cmd/keadm/app/cmd/util/image.go b/keadm/cmd/keadm/app/cmd/util/image.go
index 28e7483de..16aea2f7b 100644
--- a/keadm/cmd/keadm/app/cmd/util/image.go
+++ b/keadm/cmd/keadm/app/cmd/util/image.go
@@ -30,7 +30,7 @@ import (
"k8s.io/kubernetes/pkg/kubelet/cm"
"k8s.io/kubernetes/pkg/kubelet/cri/remote"
- "github.com/kubeedge/api/componentconfig/edgecore/v1alpha2"
+ "github.com/kubeedge/api/apis/componentconfig/edgecore/v1alpha2"
"github.com/kubeedge/kubeedge/common/constants"
"github.com/kubeedge/kubeedge/pkg/image"
)
diff --git a/keadm/cmd/keadm/app/cmd/util/set_test.go b/keadm/cmd/keadm/app/cmd/util/set_test.go
index e10a5a107..e93fb823e 100644
--- a/keadm/cmd/keadm/app/cmd/util/set_test.go
+++ b/keadm/cmd/keadm/app/cmd/util/set_test.go
@@ -21,7 +21,7 @@ import (
"reflect"
"testing"
- "github.com/kubeedge/api/componentconfig/edgecore/v1alpha2"
+ "github.com/kubeedge/api/apis/componentconfig/edgecore/v1alpha2"
)
func TestParseSetByComma(t *testing.T) {
diff --git a/pkg/client/clientset/versioned/doc.go b/pkg/client/clientset/versioned/doc.go
deleted file mode 100644
index 50cc25fd6..000000000
--- a/pkg/client/clientset/versioned/doc.go
+++ /dev/null
@@ -1,20 +0,0 @@
-/*
-Copyright The KubeEdge Authors.
-
-Licensed under the Apache License, Version 2.0 (the "License");
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
-*/
-
-// Code generated by client-gen. DO NOT EDIT.
-
-// This package has the automatically generated clientset.
-package versioned
diff --git a/pkg/client/clientset/versioned/fake/register.go b/pkg/client/clientset/versioned/fake/register.go
index c201e2e79..c6c4210c8 100644
--- a/pkg/client/clientset/versioned/fake/register.go
+++ b/pkg/client/clientset/versioned/fake/register.go
@@ -19,12 +19,12 @@ limitations under the License.
package fake
import (
- appsv1alpha1 "github.com/kubeedge/api/apps/v1alpha1"
- devicesv1beta1 "github.com/kubeedge/api/devices/v1beta1"
- operationsv1alpha1 "github.com/kubeedge/api/operations/v1alpha1"
- policyv1alpha1 "github.com/kubeedge/api/policy/v1alpha1"
- reliablesyncsv1alpha1 "github.com/kubeedge/api/reliablesyncs/v1alpha1"
- rulesv1 "github.com/kubeedge/api/rules/v1"
+ appsv1alpha1 "github.com/kubeedge/api/apis/apps/v1alpha1"
+ devicesv1beta1 "github.com/kubeedge/api/apis/devices/v1beta1"
+ operationsv1alpha1 "github.com/kubeedge/api/apis/operations/v1alpha1"
+ policyv1alpha1 "github.com/kubeedge/api/apis/policy/v1alpha1"
+ reliablesyncsv1alpha1 "github.com/kubeedge/api/apis/reliablesyncs/v1alpha1"
+ rulesv1 "github.com/kubeedge/api/apis/rules/v1"
v1 "k8s.io/apimachinery/pkg/apis/meta/v1"
runtime "k8s.io/apimachinery/pkg/runtime"
schema "k8s.io/apimachinery/pkg/runtime/schema"
diff --git a/pkg/client/clientset/versioned/scheme/register.go b/pkg/client/clientset/versioned/scheme/register.go
index 990e44f36..7d5505fad 100644
--- a/pkg/client/clientset/versioned/scheme/register.go
+++ b/pkg/client/clientset/versioned/scheme/register.go
@@ -19,12 +19,12 @@ limitations under the License.
package scheme
import (
- appsv1alpha1 "github.com/kubeedge/api/apps/v1alpha1"
- devicesv1beta1 "github.com/kubeedge/api/devices/v1beta1"
- operationsv1alpha1 "github.com/kubeedge/api/operations/v1alpha1"
- policyv1alpha1 "github.com/kubeedge/api/policy/v1alpha1"
- reliablesyncsv1alpha1 "github.com/kubeedge/api/reliablesyncs/v1alpha1"
- rulesv1 "github.com/kubeedge/api/rules/v1"
+ appsv1alpha1 "github.com/kubeedge/api/apis/apps/v1alpha1"
+ devicesv1beta1 "github.com/kubeedge/api/apis/devices/v1beta1"
+ operationsv1alpha1 "github.com/kubeedge/api/apis/operations/v1alpha1"
+ policyv1alpha1 "github.com/kubeedge/api/apis/policy/v1alpha1"
+ reliablesyncsv1alpha1 "github.com/kubeedge/api/apis/reliablesyncs/v1alpha1"
+ rulesv1 "github.com/kubeedge/api/apis/rules/v1"
v1 "k8s.io/apimachinery/pkg/apis/meta/v1"
runtime "k8s.io/apimachinery/pkg/runtime"
schema "k8s.io/apimachinery/pkg/runtime/schema"
diff --git a/pkg/client/clientset/versioned/typed/apps/v1alpha1/apps_client.go b/pkg/client/clientset/versioned/typed/apps/v1alpha1/apps_client.go
index c395bca9d..fdd813c03 100644
--- a/pkg/client/clientset/versioned/typed/apps/v1alpha1/apps_client.go
+++ b/pkg/client/clientset/versioned/typed/apps/v1alpha1/apps_client.go
@@ -21,7 +21,7 @@ package v1alpha1
import (
"net/http"
- v1alpha1 "github.com/kubeedge/api/apps/v1alpha1"
+ v1alpha1 "github.com/kubeedge/api/apis/apps/v1alpha1"
"github.com/kubeedge/kubeedge/pkg/client/clientset/versioned/scheme"
rest "k8s.io/client-go/rest"
)
diff --git a/pkg/client/clientset/versioned/typed/apps/v1alpha1/edgeapplication.go b/pkg/client/clientset/versioned/typed/apps/v1alpha1/edgeapplication.go
index ede084b89..27aae0dd3 100644
--- a/pkg/client/clientset/versioned/typed/apps/v1alpha1/edgeapplication.go
+++ b/pkg/client/clientset/versioned/typed/apps/v1alpha1/edgeapplication.go
@@ -22,7 +22,7 @@ import (
"context"
"time"
- v1alpha1 "github.com/kubeedge/api/apps/v1alpha1"
+ v1alpha1 "github.com/kubeedge/api/apis/apps/v1alpha1"
scheme "github.com/kubeedge/kubeedge/pkg/client/clientset/versioned/scheme"
v1 "k8s.io/apimachinery/pkg/apis/meta/v1"
types "k8s.io/apimachinery/pkg/types"
diff --git a/pkg/client/clientset/versioned/typed/apps/v1alpha1/fake/fake_edgeapplication.go b/pkg/client/clientset/versioned/typed/apps/v1alpha1/fake/fake_edgeapplication.go
index 23da4d89f..3dd43cffa 100644
--- a/pkg/client/clientset/versioned/typed/apps/v1alpha1/fake/fake_edgeapplication.go
+++ b/pkg/client/clientset/versioned/typed/apps/v1alpha1/fake/fake_edgeapplication.go
@@ -21,7 +21,7 @@ package fake
import (
"context"
- v1alpha1 "github.com/kubeedge/api/apps/v1alpha1"
+ v1alpha1 "github.com/kubeedge/api/apis/apps/v1alpha1"
v1 "k8s.io/apimachinery/pkg/apis/meta/v1"
labels "k8s.io/apimachinery/pkg/labels"
types "k8s.io/apimachinery/pkg/types"
diff --git a/pkg/client/clientset/versioned/typed/apps/v1alpha1/fake/fake_nodegroup.go b/pkg/client/clientset/versioned/typed/apps/v1alpha1/fake/fake_nodegroup.go
index d2909b09e..c264cf908 100644
--- a/pkg/client/clientset/versioned/typed/apps/v1alpha1/fake/fake_nodegroup.go
+++ b/pkg/client/clientset/versioned/typed/apps/v1alpha1/fake/fake_nodegroup.go
@@ -21,7 +21,7 @@ package fake
import (
"context"
- v1alpha1 "github.com/kubeedge/api/apps/v1alpha1"
+ v1alpha1 "github.com/kubeedge/api/apis/apps/v1alpha1"
v1 "k8s.io/apimachinery/pkg/apis/meta/v1"
labels "k8s.io/apimachinery/pkg/labels"
types "k8s.io/apimachinery/pkg/types"
diff --git a/pkg/client/clientset/versioned/typed/apps/v1alpha1/nodegroup.go b/pkg/client/clientset/versioned/typed/apps/v1alpha1/nodegroup.go
index a35f928de..7a49c2494 100644
--- a/pkg/client/clientset/versioned/typed/apps/v1alpha1/nodegroup.go
+++ b/pkg/client/clientset/versioned/typed/apps/v1alpha1/nodegroup.go
@@ -22,7 +22,7 @@ import (
"context"
"time"
- v1alpha1 "github.com/kubeedge/api/apps/v1alpha1"
+ v1alpha1 "github.com/kubeedge/api/apis/apps/v1alpha1"
scheme "github.com/kubeedge/kubeedge/pkg/client/clientset/versioned/scheme"
v1 "k8s.io/apimachinery/pkg/apis/meta/v1"
types "k8s.io/apimachinery/pkg/types"
diff --git a/pkg/client/clientset/versioned/typed/devices/v1beta1/device.go b/pkg/client/clientset/versioned/typed/devices/v1beta1/device.go
index 07bd22b73..b12672883 100644
--- a/pkg/client/clientset/versioned/typed/devices/v1beta1/device.go
+++ b/pkg/client/clientset/versioned/typed/devices/v1beta1/device.go
@@ -22,7 +22,7 @@ import (
"context"
"time"
- v1beta1 "github.com/kubeedge/api/devices/v1beta1"
+ v1beta1 "github.com/kubeedge/api/apis/devices/v1beta1"
scheme "github.com/kubeedge/kubeedge/pkg/client/clientset/versioned/scheme"
v1 "k8s.io/apimachinery/pkg/apis/meta/v1"
types "k8s.io/apimachinery/pkg/types"
diff --git a/pkg/client/clientset/versioned/typed/devices/v1beta1/devicemodel.go b/pkg/client/clientset/versioned/typed/devices/v1beta1/devicemodel.go
index 1f7391a4b..7f44f603e 100644
--- a/pkg/client/clientset/versioned/typed/devices/v1beta1/devicemodel.go
+++ b/pkg/client/clientset/versioned/typed/devices/v1beta1/devicemodel.go
@@ -22,7 +22,7 @@ import (
"context"
"time"
- v1beta1 "github.com/kubeedge/api/devices/v1beta1"
+ v1beta1 "github.com/kubeedge/api/apis/devices/v1beta1"
scheme "github.com/kubeedge/kubeedge/pkg/client/clientset/versioned/scheme"
v1 "k8s.io/apimachinery/pkg/apis/meta/v1"
types "k8s.io/apimachinery/pkg/types"
diff --git a/pkg/client/clientset/versioned/typed/devices/v1beta1/devices_client.go b/pkg/client/clientset/versioned/typed/devices/v1beta1/devices_client.go
index 9f73ea732..d8d3d091a 100644
--- a/pkg/client/clientset/versioned/typed/devices/v1beta1/devices_client.go
+++ b/pkg/client/clientset/versioned/typed/devices/v1beta1/devices_client.go
@@ -21,7 +21,7 @@ package v1beta1
import (
"net/http"
- v1beta1 "github.com/kubeedge/api/devices/v1beta1"
+ v1beta1 "github.com/kubeedge/api/apis/devices/v1beta1"
"github.com/kubeedge/kubeedge/pkg/client/clientset/versioned/scheme"
rest "k8s.io/client-go/rest"
)
diff --git a/pkg/client/clientset/versioned/typed/devices/v1beta1/fake/fake_device.go b/pkg/client/clientset/versioned/typed/devices/v1beta1/fake/fake_device.go
index 1d9aa125d..c25862972 100644
--- a/pkg/client/clientset/versioned/typed/devices/v1beta1/fake/fake_device.go
+++ b/pkg/client/clientset/versioned/typed/devices/v1beta1/fake/fake_device.go
@@ -21,7 +21,7 @@ package fake
import (
"context"
- v1beta1 "github.com/kubeedge/api/devices/v1beta1"
+ v1beta1 "github.com/kubeedge/api/apis/devices/v1beta1"
v1 "k8s.io/apimachinery/pkg/apis/meta/v1"
labels "k8s.io/apimachinery/pkg/labels"
types "k8s.io/apimachinery/pkg/types"
diff --git a/pkg/client/clientset/versioned/typed/devices/v1beta1/fake/fake_devicemodel.go b/pkg/client/clientset/versioned/typed/devices/v1beta1/fake/fake_devicemodel.go
index bc239ad6a..f65745f16 100644
--- a/pkg/client/clientset/versioned/typed/devices/v1beta1/fake/fake_devicemodel.go
+++ b/pkg/client/clientset/versioned/typed/devices/v1beta1/fake/fake_devicemodel.go
@@ -21,7 +21,7 @@ package fake
import (
"context"
- v1beta1 "github.com/kubeedge/api/devices/v1beta1"
+ v1beta1 "github.com/kubeedge/api/apis/devices/v1beta1"
v1 "k8s.io/apimachinery/pkg/apis/meta/v1"
labels "k8s.io/apimachinery/pkg/labels"
types "k8s.io/apimachinery/pkg/types"
diff --git a/pkg/client/clientset/versioned/typed/operations/v1alpha1/fake/fake_imageprepulljob.go b/pkg/client/clientset/versioned/typed/operations/v1alpha1/fake/fake_imageprepulljob.go
index 516228422..4ec1fabea 100644
--- a/pkg/client/clientset/versioned/typed/operations/v1alpha1/fake/fake_imageprepulljob.go
+++ b/pkg/client/clientset/versioned/typed/operations/v1alpha1/fake/fake_imageprepulljob.go
@@ -21,7 +21,7 @@ package fake
import (
"context"
- v1alpha1 "github.com/kubeedge/api/operations/v1alpha1"
+ v1alpha1 "github.com/kubeedge/api/apis/operations/v1alpha1"
v1 "k8s.io/apimachinery/pkg/apis/meta/v1"
labels "k8s.io/apimachinery/pkg/labels"
types "k8s.io/apimachinery/pkg/types"
diff --git a/pkg/client/clientset/versioned/typed/operations/v1alpha1/fake/fake_nodeupgradejob.go b/pkg/client/clientset/versioned/typed/operations/v1alpha1/fake/fake_nodeupgradejob.go
index 5a1e96a43..3c2f13a85 100644
--- a/pkg/client/clientset/versioned/typed/operations/v1alpha1/fake/fake_nodeupgradejob.go
+++ b/pkg/client/clientset/versioned/typed/operations/v1alpha1/fake/fake_nodeupgradejob.go
@@ -21,7 +21,7 @@ package fake
import (
"context"
- v1alpha1 "github.com/kubeedge/api/operations/v1alpha1"
+ v1alpha1 "github.com/kubeedge/api/apis/operations/v1alpha1"
v1 "k8s.io/apimachinery/pkg/apis/meta/v1"
labels "k8s.io/apimachinery/pkg/labels"
types "k8s.io/apimachinery/pkg/types"
diff --git a/pkg/client/clientset/versioned/typed/operations/v1alpha1/imageprepulljob.go b/pkg/client/clientset/versioned/typed/operations/v1alpha1/imageprepulljob.go
index 9e1538eb5..877f873a7 100644
--- a/pkg/client/clientset/versioned/typed/operations/v1alpha1/imageprepulljob.go
+++ b/pkg/client/clientset/versioned/typed/operations/v1alpha1/imageprepulljob.go
@@ -22,7 +22,7 @@ import (
"context"
"time"
- v1alpha1 "github.com/kubeedge/api/operations/v1alpha1"
+ v1alpha1 "github.com/kubeedge/api/apis/operations/v1alpha1"
scheme "github.com/kubeedge/kubeedge/pkg/client/clientset/versioned/scheme"
v1 "k8s.io/apimachinery/pkg/apis/meta/v1"
types "k8s.io/apimachinery/pkg/types"
diff --git a/pkg/client/clientset/versioned/typed/operations/v1alpha1/nodeupgradejob.go b/pkg/client/clientset/versioned/typed/operations/v1alpha1/nodeupgradejob.go
index a72f107ab..8114a91e9 100644
--- a/pkg/client/clientset/versioned/typed/operations/v1alpha1/nodeupgradejob.go
+++ b/pkg/client/clientset/versioned/typed/operations/v1alpha1/nodeupgradejob.go
@@ -22,7 +22,7 @@ import (
"context"
"time"
- v1alpha1 "github.com/kubeedge/api/operations/v1alpha1"
+ v1alpha1 "github.com/kubeedge/api/apis/operations/v1alpha1"
scheme "github.com/kubeedge/kubeedge/pkg/client/clientset/versioned/scheme"
v1 "k8s.io/apimachinery/pkg/apis/meta/v1"
types "k8s.io/apimachinery/pkg/types"
diff --git a/pkg/client/clientset/versioned/typed/operations/v1alpha1/operations_client.go b/pkg/client/clientset/versioned/typed/operations/v1alpha1/operations_client.go
index 5176828ce..3c349e4c6 100644
--- a/pkg/client/clientset/versioned/typed/operations/v1alpha1/operations_client.go
+++ b/pkg/client/clientset/versioned/typed/operations/v1alpha1/operations_client.go
@@ -21,7 +21,7 @@ package v1alpha1
import (
"net/http"
- v1alpha1 "github.com/kubeedge/api/operations/v1alpha1"
+ v1alpha1 "github.com/kubeedge/api/apis/operations/v1alpha1"
"github.com/kubeedge/kubeedge/pkg/client/clientset/versioned/scheme"
rest "k8s.io/client-go/rest"
)
diff --git a/pkg/client/clientset/versioned/typed/policy/v1alpha1/fake/fake_serviceaccountaccess.go b/pkg/client/clientset/versioned/typed/policy/v1alpha1/fake/fake_serviceaccountaccess.go
index 4f8bf130f..9c4314203 100644
--- a/pkg/client/clientset/versioned/typed/policy/v1alpha1/fake/fake_serviceaccountaccess.go
+++ b/pkg/client/clientset/versioned/typed/policy/v1alpha1/fake/fake_serviceaccountaccess.go
@@ -21,7 +21,7 @@ package fake
import (
"context"
- v1alpha1 "github.com/kubeedge/api/policy/v1alpha1"
+ v1alpha1 "github.com/kubeedge/api/apis/policy/v1alpha1"
v1 "k8s.io/apimachinery/pkg/apis/meta/v1"
labels "k8s.io/apimachinery/pkg/labels"
types "k8s.io/apimachinery/pkg/types"
diff --git a/pkg/client/clientset/versioned/typed/policy/v1alpha1/policy_client.go b/pkg/client/clientset/versioned/typed/policy/v1alpha1/policy_client.go
index 7ca5cb6f1..64720fe95 100644
--- a/pkg/client/clientset/versioned/typed/policy/v1alpha1/policy_client.go
+++ b/pkg/client/clientset/versioned/typed/policy/v1alpha1/policy_client.go
@@ -21,7 +21,7 @@ package v1alpha1
import (
"net/http"
- v1alpha1 "github.com/kubeedge/api/policy/v1alpha1"
+ v1alpha1 "github.com/kubeedge/api/apis/policy/v1alpha1"
"github.com/kubeedge/kubeedge/pkg/client/clientset/versioned/scheme"
rest "k8s.io/client-go/rest"
)
diff --git a/pkg/client/clientset/versioned/typed/policy/v1alpha1/serviceaccountaccess.go b/pkg/client/clientset/versioned/typed/policy/v1alpha1/serviceaccountaccess.go
index 98c4e2616..4d74fbfde 100644
--- a/pkg/client/clientset/versioned/typed/policy/v1alpha1/serviceaccountaccess.go
+++ b/pkg/client/clientset/versioned/typed/policy/v1alpha1/serviceaccountaccess.go
@@ -22,7 +22,7 @@ import (
"context"
"time"
- v1alpha1 "github.com/kubeedge/api/policy/v1alpha1"
+ v1alpha1 "github.com/kubeedge/api/apis/policy/v1alpha1"
scheme "github.com/kubeedge/kubeedge/pkg/client/clientset/versioned/scheme"
v1 "k8s.io/apimachinery/pkg/apis/meta/v1"
types "k8s.io/apimachinery/pkg/types"
diff --git a/pkg/client/clientset/versioned/typed/reliablesyncs/v1alpha1/clusterobjectsync.go b/pkg/client/clientset/versioned/typed/reliablesyncs/v1alpha1/clusterobjectsync.go
index b0d02a050..5cb86241c 100644
--- a/pkg/client/clientset/versioned/typed/reliablesyncs/v1alpha1/clusterobjectsync.go
+++ b/pkg/client/clientset/versioned/typed/reliablesyncs/v1alpha1/clusterobjectsync.go
@@ -22,7 +22,7 @@ import (
"context"
"time"
- v1alpha1 "github.com/kubeedge/api/reliablesyncs/v1alpha1"
+ v1alpha1 "github.com/kubeedge/api/apis/reliablesyncs/v1alpha1"
scheme "github.com/kubeedge/kubeedge/pkg/client/clientset/versioned/scheme"
v1 "k8s.io/apimachinery/pkg/apis/meta/v1"
types "k8s.io/apimachinery/pkg/types"
diff --git a/pkg/client/clientset/versioned/typed/reliablesyncs/v1alpha1/fake/fake_clusterobjectsync.go b/pkg/client/clientset/versioned/typed/reliablesyncs/v1alpha1/fake/fake_clusterobjectsync.go
index 090cf91fa..95499d11e 100644
--- a/pkg/client/clientset/versioned/typed/reliablesyncs/v1alpha1/fake/fake_clusterobjectsync.go
+++ b/pkg/client/clientset/versioned/typed/reliablesyncs/v1alpha1/fake/fake_clusterobjectsync.go
@@ -21,7 +21,7 @@ package fake
import (
"context"
- v1alpha1 "github.com/kubeedge/api/reliablesyncs/v1alpha1"
+ v1alpha1 "github.com/kubeedge/api/apis/reliablesyncs/v1alpha1"
v1 "k8s.io/apimachinery/pkg/apis/meta/v1"
labels "k8s.io/apimachinery/pkg/labels"
types "k8s.io/apimachinery/pkg/types"
diff --git a/pkg/client/clientset/versioned/typed/reliablesyncs/v1alpha1/fake/fake_objectsync.go b/pkg/client/clientset/versioned/typed/reliablesyncs/v1alpha1/fake/fake_objectsync.go
index 55fbeb5c1..bd71aea4c 100644
--- a/pkg/client/clientset/versioned/typed/reliablesyncs/v1alpha1/fake/fake_objectsync.go
+++ b/pkg/client/clientset/versioned/typed/reliablesyncs/v1alpha1/fake/fake_objectsync.go
@@ -21,7 +21,7 @@ package fake
import (
"context"
- v1alpha1 "github.com/kubeedge/api/reliablesyncs/v1alpha1"
+ v1alpha1 "github.com/kubeedge/api/apis/reliablesyncs/v1alpha1"
v1 "k8s.io/apimachinery/pkg/apis/meta/v1"
labels "k8s.io/apimachinery/pkg/labels"
types "k8s.io/apimachinery/pkg/types"
diff --git a/pkg/client/clientset/versioned/typed/reliablesyncs/v1alpha1/objectsync.go b/pkg/client/clientset/versioned/typed/reliablesyncs/v1alpha1/objectsync.go
index 37bdf0534..e7e4e1491 100644
--- a/pkg/client/clientset/versioned/typed/reliablesyncs/v1alpha1/objectsync.go
+++ b/pkg/client/clientset/versioned/typed/reliablesyncs/v1alpha1/objectsync.go
@@ -22,7 +22,7 @@ import (
"context"
"time"
- v1alpha1 "github.com/kubeedge/api/reliablesyncs/v1alpha1"
+ v1alpha1 "github.com/kubeedge/api/apis/reliablesyncs/v1alpha1"
scheme "github.com/kubeedge/kubeedge/pkg/client/clientset/versioned/scheme"
v1 "k8s.io/apimachinery/pkg/apis/meta/v1"
types "k8s.io/apimachinery/pkg/types"
diff --git a/pkg/client/clientset/versioned/typed/reliablesyncs/v1alpha1/reliablesyncs_client.go b/pkg/client/clientset/versioned/typed/reliablesyncs/v1alpha1/reliablesyncs_client.go
index e8e1c2d3c..ab9750921 100644
--- a/pkg/client/clientset/versioned/typed/reliablesyncs/v1alpha1/reliablesyncs_client.go
+++ b/pkg/client/clientset/versioned/typed/reliablesyncs/v1alpha1/reliablesyncs_client.go
@@ -21,7 +21,7 @@ package v1alpha1
import (
"net/http"
- v1alpha1 "github.com/kubeedge/api/reliablesyncs/v1alpha1"
+ v1alpha1 "github.com/kubeedge/api/apis/reliablesyncs/v1alpha1"
"github.com/kubeedge/kubeedge/pkg/client/clientset/versioned/scheme"
rest "k8s.io/client-go/rest"
)
diff --git a/pkg/client/clientset/versioned/typed/rules/v1/fake/fake_rule.go b/pkg/client/clientset/versioned/typed/rules/v1/fake/fake_rule.go
index b0ac17d2e..2af48b274 100644
--- a/pkg/client/clientset/versioned/typed/rules/v1/fake/fake_rule.go
+++ b/pkg/client/clientset/versioned/typed/rules/v1/fake/fake_rule.go
@@ -21,7 +21,7 @@ package fake
import (
"context"
- v1 "github.com/kubeedge/api/rules/v1"
+ v1 "github.com/kubeedge/api/apis/rules/v1"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
labels "k8s.io/apimachinery/pkg/labels"
types "k8s.io/apimachinery/pkg/types"
diff --git a/pkg/client/clientset/versioned/typed/rules/v1/fake/fake_ruleendpoint.go b/pkg/client/clientset/versioned/typed/rules/v1/fake/fake_ruleendpoint.go
index 41be348f1..ae593aec8 100644
--- a/pkg/client/clientset/versioned/typed/rules/v1/fake/fake_ruleendpoint.go
+++ b/pkg/client/clientset/versioned/typed/rules/v1/fake/fake_ruleendpoint.go
@@ -21,7 +21,7 @@ package fake
import (
"context"
- v1 "github.com/kubeedge/api/rules/v1"
+ v1 "github.com/kubeedge/api/apis/rules/v1"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
labels "k8s.io/apimachinery/pkg/labels"
types "k8s.io/apimachinery/pkg/types"
diff --git a/pkg/client/clientset/versioned/typed/rules/v1/rule.go b/pkg/client/clientset/versioned/typed/rules/v1/rule.go
index e6260ab55..885b9434e 100644
--- a/pkg/client/clientset/versioned/typed/rules/v1/rule.go
+++ b/pkg/client/clientset/versioned/typed/rules/v1/rule.go
@@ -22,7 +22,7 @@ import (
"context"
"time"
- v1 "github.com/kubeedge/api/rules/v1"
+ v1 "github.com/kubeedge/api/apis/rules/v1"
scheme "github.com/kubeedge/kubeedge/pkg/client/clientset/versioned/scheme"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
types "k8s.io/apimachinery/pkg/types"
diff --git a/pkg/client/clientset/versioned/typed/rules/v1/ruleendpoint.go b/pkg/client/clientset/versioned/typed/rules/v1/ruleendpoint.go
index 2538da0c6..3386d30a0 100644
--- a/pkg/client/clientset/versioned/typed/rules/v1/ruleendpoint.go
+++ b/pkg/client/clientset/versioned/typed/rules/v1/ruleendpoint.go
@@ -22,7 +22,7 @@ import (
"context"
"time"
- v1 "github.com/kubeedge/api/rules/v1"
+ v1 "github.com/kubeedge/api/apis/rules/v1"
scheme "github.com/kubeedge/kubeedge/pkg/client/clientset/versioned/scheme"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
types "k8s.io/apimachinery/pkg/types"
diff --git a/pkg/client/clientset/versioned/typed/rules/v1/rules_client.go b/pkg/client/clientset/versioned/typed/rules/v1/rules_client.go
index db3b7a5e0..1401190fc 100644
--- a/pkg/client/clientset/versioned/typed/rules/v1/rules_client.go
+++ b/pkg/client/clientset/versioned/typed/rules/v1/rules_client.go
@@ -21,7 +21,7 @@ package v1
import (
"net/http"
- v1 "github.com/kubeedge/api/rules/v1"
+ v1 "github.com/kubeedge/api/apis/rules/v1"
"github.com/kubeedge/kubeedge/pkg/client/clientset/versioned/scheme"
rest "k8s.io/client-go/rest"
)
diff --git a/pkg/client/informers/externalversions/apps/v1alpha1/edgeapplication.go b/pkg/client/informers/externalversions/apps/v1alpha1/edgeapplication.go
index 1041838ef..97981a79f 100644
--- a/pkg/client/informers/externalversions/apps/v1alpha1/edgeapplication.go
+++ b/pkg/client/informers/externalversions/apps/v1alpha1/edgeapplication.go
@@ -22,7 +22,7 @@ import (
"context"
time "time"
- appsv1alpha1 "github.com/kubeedge/api/apps/v1alpha1"
+ appsv1alpha1 "github.com/kubeedge/api/apis/apps/v1alpha1"
versioned "github.com/kubeedge/kubeedge/pkg/client/clientset/versioned"
internalinterfaces "github.com/kubeedge/kubeedge/pkg/client/informers/externalversions/internalinterfaces"
v1alpha1 "github.com/kubeedge/kubeedge/pkg/client/listers/apps/v1alpha1"
diff --git a/pkg/client/informers/externalversions/apps/v1alpha1/nodegroup.go b/pkg/client/informers/externalversions/apps/v1alpha1/nodegroup.go
index aa532c1cc..69ee0b10b 100644
--- a/pkg/client/informers/externalversions/apps/v1alpha1/nodegroup.go
+++ b/pkg/client/informers/externalversions/apps/v1alpha1/nodegroup.go
@@ -22,7 +22,7 @@ import (
"context"
time "time"
- appsv1alpha1 "github.com/kubeedge/api/apps/v1alpha1"
+ appsv1alpha1 "github.com/kubeedge/api/apis/apps/v1alpha1"
versioned "github.com/kubeedge/kubeedge/pkg/client/clientset/versioned"
internalinterfaces "github.com/kubeedge/kubeedge/pkg/client/informers/externalversions/internalinterfaces"
v1alpha1 "github.com/kubeedge/kubeedge/pkg/client/listers/apps/v1alpha1"
diff --git a/pkg/client/informers/externalversions/devices/v1beta1/device.go b/pkg/client/informers/externalversions/devices/v1beta1/device.go
index 44bcd2fe4..dd5e0b940 100644
--- a/pkg/client/informers/externalversions/devices/v1beta1/device.go
+++ b/pkg/client/informers/externalversions/devices/v1beta1/device.go
@@ -22,7 +22,7 @@ import (
"context"
time "time"
- devicesv1beta1 "github.com/kubeedge/api/devices/v1beta1"
+ devicesv1beta1 "github.com/kubeedge/api/apis/devices/v1beta1"
versioned "github.com/kubeedge/kubeedge/pkg/client/clientset/versioned"
internalinterfaces "github.com/kubeedge/kubeedge/pkg/client/informers/externalversions/internalinterfaces"
v1beta1 "github.com/kubeedge/kubeedge/pkg/client/listers/devices/v1beta1"
diff --git a/pkg/client/informers/externalversions/devices/v1beta1/devicemodel.go b/pkg/client/informers/externalversions/devices/v1beta1/devicemodel.go
index a54e454be..164b00924 100644
--- a/pkg/client/informers/externalversions/devices/v1beta1/devicemodel.go
+++ b/pkg/client/informers/externalversions/devices/v1beta1/devicemodel.go
@@ -22,7 +22,7 @@ import (
"context"
time "time"
- devicesv1beta1 "github.com/kubeedge/api/devices/v1beta1"
+ devicesv1beta1 "github.com/kubeedge/api/apis/devices/v1beta1"
versioned "github.com/kubeedge/kubeedge/pkg/client/clientset/versioned"
internalinterfaces "github.com/kubeedge/kubeedge/pkg/client/informers/externalversions/internalinterfaces"
v1beta1 "github.com/kubeedge/kubeedge/pkg/client/listers/devices/v1beta1"
diff --git a/pkg/client/informers/externalversions/generic.go b/pkg/client/informers/externalversions/generic.go
index d882367c3..437ea3f4a 100644
--- a/pkg/client/informers/externalversions/generic.go
+++ b/pkg/client/informers/externalversions/generic.go
@@ -21,12 +21,12 @@ package externalversions
import (
"fmt"
- v1alpha1 "github.com/kubeedge/api/apps/v1alpha1"
- v1beta1 "github.com/kubeedge/api/devices/v1beta1"
- operationsv1alpha1 "github.com/kubeedge/api/operations/v1alpha1"
- policyv1alpha1 "github.com/kubeedge/api/policy/v1alpha1"
- reliablesyncsv1alpha1 "github.com/kubeedge/api/reliablesyncs/v1alpha1"
- v1 "github.com/kubeedge/api/rules/v1"
+ v1alpha1 "github.com/kubeedge/api/apis/apps/v1alpha1"
+ v1beta1 "github.com/kubeedge/api/apis/devices/v1beta1"
+ operationsv1alpha1 "github.com/kubeedge/api/apis/operations/v1alpha1"
+ policyv1alpha1 "github.com/kubeedge/api/apis/policy/v1alpha1"
+ reliablesyncsv1alpha1 "github.com/kubeedge/api/apis/reliablesyncs/v1alpha1"
+ v1 "github.com/kubeedge/api/apis/rules/v1"
schema "k8s.io/apimachinery/pkg/runtime/schema"
cache "k8s.io/client-go/tools/cache"
)
diff --git a/pkg/client/informers/externalversions/operations/v1alpha1/imageprepulljob.go b/pkg/client/informers/externalversions/operations/v1alpha1/imageprepulljob.go
index cbd7a7d69..35fca707a 100644
--- a/pkg/client/informers/externalversions/operations/v1alpha1/imageprepulljob.go
+++ b/pkg/client/informers/externalversions/operations/v1alpha1/imageprepulljob.go
@@ -22,7 +22,7 @@ import (
"context"
time "time"
- operationsv1alpha1 "github.com/kubeedge/api/operations/v1alpha1"
+ operationsv1alpha1 "github.com/kubeedge/api/apis/operations/v1alpha1"
versioned "github.com/kubeedge/kubeedge/pkg/client/clientset/versioned"
internalinterfaces "github.com/kubeedge/kubeedge/pkg/client/informers/externalversions/internalinterfaces"
v1alpha1 "github.com/kubeedge/kubeedge/pkg/client/listers/operations/v1alpha1"
diff --git a/pkg/client/informers/externalversions/operations/v1alpha1/nodeupgradejob.go b/pkg/client/informers/externalversions/operations/v1alpha1/nodeupgradejob.go
index 9e087482e..66380de44 100644
--- a/pkg/client/informers/externalversions/operations/v1alpha1/nodeupgradejob.go
+++ b/pkg/client/informers/externalversions/operations/v1alpha1/nodeupgradejob.go
@@ -22,7 +22,7 @@ import (
"context"
time "time"
- operationsv1alpha1 "github.com/kubeedge/api/operations/v1alpha1"
+ operationsv1alpha1 "github.com/kubeedge/api/apis/operations/v1alpha1"
versioned "github.com/kubeedge/kubeedge/pkg/client/clientset/versioned"
internalinterfaces "github.com/kubeedge/kubeedge/pkg/client/informers/externalversions/internalinterfaces"
v1alpha1 "github.com/kubeedge/kubeedge/pkg/client/listers/operations/v1alpha1"
diff --git a/pkg/client/informers/externalversions/policy/v1alpha1/serviceaccountaccess.go b/pkg/client/informers/externalversions/policy/v1alpha1/serviceaccountaccess.go
index c7061391b..f2f7e868f 100644
--- a/pkg/client/informers/externalversions/policy/v1alpha1/serviceaccountaccess.go
+++ b/pkg/client/informers/externalversions/policy/v1alpha1/serviceaccountaccess.go
@@ -22,7 +22,7 @@ import (
"context"
time "time"
- policyv1alpha1 "github.com/kubeedge/api/policy/v1alpha1"
+ policyv1alpha1 "github.com/kubeedge/api/apis/policy/v1alpha1"
versioned "github.com/kubeedge/kubeedge/pkg/client/clientset/versioned"
internalinterfaces "github.com/kubeedge/kubeedge/pkg/client/informers/externalversions/internalinterfaces"
v1alpha1 "github.com/kubeedge/kubeedge/pkg/client/listers/policy/v1alpha1"
diff --git a/pkg/client/informers/externalversions/reliablesyncs/v1alpha1/clusterobjectsync.go b/pkg/client/informers/externalversions/reliablesyncs/v1alpha1/clusterobjectsync.go
index 52900f55e..5e77cb5ba 100644
--- a/pkg/client/informers/externalversions/reliablesyncs/v1alpha1/clusterobjectsync.go
+++ b/pkg/client/informers/externalversions/reliablesyncs/v1alpha1/clusterobjectsync.go
@@ -22,7 +22,7 @@ import (
"context"
time "time"
- reliablesyncsv1alpha1 "github.com/kubeedge/api/reliablesyncs/v1alpha1"
+ reliablesyncsv1alpha1 "github.com/kubeedge/api/apis/reliablesyncs/v1alpha1"
versioned "github.com/kubeedge/kubeedge/pkg/client/clientset/versioned"
internalinterfaces "github.com/kubeedge/kubeedge/pkg/client/informers/externalversions/internalinterfaces"
v1alpha1 "github.com/kubeedge/kubeedge/pkg/client/listers/reliablesyncs/v1alpha1"
diff --git a/pkg/client/informers/externalversions/reliablesyncs/v1alpha1/objectsync.go b/pkg/client/informers/externalversions/reliablesyncs/v1alpha1/objectsync.go
index dc7278e12..c70836832 100644
--- a/pkg/client/informers/externalversions/reliablesyncs/v1alpha1/objectsync.go
+++ b/pkg/client/informers/externalversions/reliablesyncs/v1alpha1/objectsync.go
@@ -22,7 +22,7 @@ import (
"context"
time "time"
- reliablesyncsv1alpha1 "github.com/kubeedge/api/reliablesyncs/v1alpha1"
+ reliablesyncsv1alpha1 "github.com/kubeedge/api/apis/reliablesyncs/v1alpha1"
versioned "github.com/kubeedge/kubeedge/pkg/client/clientset/versioned"
internalinterfaces "github.com/kubeedge/kubeedge/pkg/client/informers/externalversions/internalinterfaces"
v1alpha1 "github.com/kubeedge/kubeedge/pkg/client/listers/reliablesyncs/v1alpha1"
diff --git a/pkg/client/informers/externalversions/rules/v1/rule.go b/pkg/client/informers/externalversions/rules/v1/rule.go
index 8267400c0..755a9fc19 100644
--- a/pkg/client/informers/externalversions/rules/v1/rule.go
+++ b/pkg/client/informers/externalversions/rules/v1/rule.go
@@ -22,7 +22,7 @@ import (
"context"
time "time"
- rulesv1 "github.com/kubeedge/api/rules/v1"
+ rulesv1 "github.com/kubeedge/api/apis/rules/v1"
versioned "github.com/kubeedge/kubeedge/pkg/client/clientset/versioned"
internalinterfaces "github.com/kubeedge/kubeedge/pkg/client/informers/externalversions/internalinterfaces"
v1 "github.com/kubeedge/kubeedge/pkg/client/listers/rules/v1"
diff --git a/pkg/client/informers/externalversions/rules/v1/ruleendpoint.go b/pkg/client/informers/externalversions/rules/v1/ruleendpoint.go
index 9dfdb8fe8..2cc2605eb 100644
--- a/pkg/client/informers/externalversions/rules/v1/ruleendpoint.go
+++ b/pkg/client/informers/externalversions/rules/v1/ruleendpoint.go
@@ -22,7 +22,7 @@ import (
"context"
time "time"
- rulesv1 "github.com/kubeedge/api/rules/v1"
+ rulesv1 "github.com/kubeedge/api/apis/rules/v1"
versioned "github.com/kubeedge/kubeedge/pkg/client/clientset/versioned"
internalinterfaces "github.com/kubeedge/kubeedge/pkg/client/informers/externalversions/internalinterfaces"
v1 "github.com/kubeedge/kubeedge/pkg/client/listers/rules/v1"
diff --git a/pkg/client/listers/apps/v1alpha1/edgeapplication.go b/pkg/client/listers/apps/v1alpha1/edgeapplication.go
index 8c6057058..8369d2bb3 100644
--- a/pkg/client/listers/apps/v1alpha1/edgeapplication.go
+++ b/pkg/client/listers/apps/v1alpha1/edgeapplication.go
@@ -19,7 +19,7 @@ limitations under the License.
package v1alpha1
import (
- v1alpha1 "github.com/kubeedge/api/apps/v1alpha1"
+ v1alpha1 "github.com/kubeedge/api/apis/apps/v1alpha1"
"k8s.io/apimachinery/pkg/api/errors"
"k8s.io/apimachinery/pkg/labels"
"k8s.io/client-go/tools/cache"
diff --git a/pkg/client/listers/apps/v1alpha1/nodegroup.go b/pkg/client/listers/apps/v1alpha1/nodegroup.go
index 17f57d171..92ef9e50d 100644
--- a/pkg/client/listers/apps/v1alpha1/nodegroup.go
+++ b/pkg/client/listers/apps/v1alpha1/nodegroup.go
@@ -19,7 +19,7 @@ limitations under the License.
package v1alpha1
import (
- v1alpha1 "github.com/kubeedge/api/apps/v1alpha1"
+ v1alpha1 "github.com/kubeedge/api/apis/apps/v1alpha1"
"k8s.io/apimachinery/pkg/api/errors"
"k8s.io/apimachinery/pkg/labels"
"k8s.io/client-go/tools/cache"
diff --git a/pkg/client/listers/devices/v1beta1/device.go b/pkg/client/listers/devices/v1beta1/device.go
index a932af3ad..655155d84 100644
--- a/pkg/client/listers/devices/v1beta1/device.go
+++ b/pkg/client/listers/devices/v1beta1/device.go
@@ -19,7 +19,7 @@ limitations under the License.
package v1beta1
import (
- v1beta1 "github.com/kubeedge/api/devices/v1beta1"
+ v1beta1 "github.com/kubeedge/api/apis/devices/v1beta1"
"k8s.io/apimachinery/pkg/api/errors"
"k8s.io/apimachinery/pkg/labels"
"k8s.io/client-go/tools/cache"
diff --git a/pkg/client/listers/devices/v1beta1/devicemodel.go b/pkg/client/listers/devices/v1beta1/devicemodel.go
index d993b53ca..188e02d35 100644
--- a/pkg/client/listers/devices/v1beta1/devicemodel.go
+++ b/pkg/client/listers/devices/v1beta1/devicemodel.go
@@ -19,7 +19,7 @@ limitations under the License.
package v1beta1
import (
- v1beta1 "github.com/kubeedge/api/devices/v1beta1"
+ v1beta1 "github.com/kubeedge/api/apis/devices/v1beta1"
"k8s.io/apimachinery/pkg/api/errors"
"k8s.io/apimachinery/pkg/labels"
"k8s.io/client-go/tools/cache"
diff --git a/pkg/client/listers/operations/v1alpha1/imageprepulljob.go b/pkg/client/listers/operations/v1alpha1/imageprepulljob.go
index 980ac6205..a6993f823 100644
--- a/pkg/client/listers/operations/v1alpha1/imageprepulljob.go
+++ b/pkg/client/listers/operations/v1alpha1/imageprepulljob.go
@@ -19,7 +19,7 @@ limitations under the License.
package v1alpha1
import (
- v1alpha1 "github.com/kubeedge/api/operations/v1alpha1"
+ v1alpha1 "github.com/kubeedge/api/apis/operations/v1alpha1"
"k8s.io/apimachinery/pkg/api/errors"
"k8s.io/apimachinery/pkg/labels"
"k8s.io/client-go/tools/cache"
diff --git a/pkg/client/listers/operations/v1alpha1/nodeupgradejob.go b/pkg/client/listers/operations/v1alpha1/nodeupgradejob.go
index c8e12b81c..535efbcd4 100644
--- a/pkg/client/listers/operations/v1alpha1/nodeupgradejob.go
+++ b/pkg/client/listers/operations/v1alpha1/nodeupgradejob.go
@@ -19,7 +19,7 @@ limitations under the License.
package v1alpha1
import (
- v1alpha1 "github.com/kubeedge/api/operations/v1alpha1"
+ v1alpha1 "github.com/kubeedge/api/apis/operations/v1alpha1"
"k8s.io/apimachinery/pkg/api/errors"
"k8s.io/apimachinery/pkg/labels"
"k8s.io/client-go/tools/cache"
diff --git a/pkg/client/listers/policy/v1alpha1/serviceaccountaccess.go b/pkg/client/listers/policy/v1alpha1/serviceaccountaccess.go
index a7cc5a5d8..24d42b20a 100644
--- a/pkg/client/listers/policy/v1alpha1/serviceaccountaccess.go
+++ b/pkg/client/listers/policy/v1alpha1/serviceaccountaccess.go
@@ -19,7 +19,7 @@ limitations under the License.
package v1alpha1
import (
- v1alpha1 "github.com/kubeedge/api/policy/v1alpha1"
+ v1alpha1 "github.com/kubeedge/api/apis/policy/v1alpha1"
"k8s.io/apimachinery/pkg/api/errors"
"k8s.io/apimachinery/pkg/labels"
"k8s.io/client-go/tools/cache"
diff --git a/pkg/client/listers/reliablesyncs/v1alpha1/clusterobjectsync.go b/pkg/client/listers/reliablesyncs/v1alpha1/clusterobjectsync.go
index 4440d5bcb..735bd7a25 100644
--- a/pkg/client/listers/reliablesyncs/v1alpha1/clusterobjectsync.go
+++ b/pkg/client/listers/reliablesyncs/v1alpha1/clusterobjectsync.go
@@ -19,7 +19,7 @@ limitations under the License.
package v1alpha1
import (
- v1alpha1 "github.com/kubeedge/api/reliablesyncs/v1alpha1"
+ v1alpha1 "github.com/kubeedge/api/apis/reliablesyncs/v1alpha1"
"k8s.io/apimachinery/pkg/api/errors"
"k8s.io/apimachinery/pkg/labels"
"k8s.io/client-go/tools/cache"
diff --git a/pkg/client/listers/reliablesyncs/v1alpha1/objectsync.go b/pkg/client/listers/reliablesyncs/v1alpha1/objectsync.go
index 943f7a27a..d2c726fb1 100644
--- a/pkg/client/listers/reliablesyncs/v1alpha1/objectsync.go
+++ b/pkg/client/listers/reliablesyncs/v1alpha1/objectsync.go
@@ -19,7 +19,7 @@ limitations under the License.
package v1alpha1
import (
- v1alpha1 "github.com/kubeedge/api/reliablesyncs/v1alpha1"
+ v1alpha1 "github.com/kubeedge/api/apis/reliablesyncs/v1alpha1"
"k8s.io/apimachinery/pkg/api/errors"
"k8s.io/apimachinery/pkg/labels"
"k8s.io/client-go/tools/cache"
diff --git a/pkg/client/listers/rules/v1/rule.go b/pkg/client/listers/rules/v1/rule.go
index 00a91390c..2e81266d3 100644
--- a/pkg/client/listers/rules/v1/rule.go
+++ b/pkg/client/listers/rules/v1/rule.go
@@ -19,7 +19,7 @@ limitations under the License.
package v1
import (
- v1 "github.com/kubeedge/api/rules/v1"
+ v1 "github.com/kubeedge/api/apis/rules/v1"
"k8s.io/apimachinery/pkg/api/errors"
"k8s.io/apimachinery/pkg/labels"
"k8s.io/client-go/tools/cache"
diff --git a/pkg/client/listers/rules/v1/ruleendpoint.go b/pkg/client/listers/rules/v1/ruleendpoint.go
index 3f1ceecea..369d5ec6d 100644
--- a/pkg/client/listers/rules/v1/ruleendpoint.go
+++ b/pkg/client/listers/rules/v1/ruleendpoint.go
@@ -19,7 +19,7 @@ limitations under the License.
package v1
import (
- v1 "github.com/kubeedge/api/rules/v1"
+ v1 "github.com/kubeedge/api/apis/rules/v1"
"k8s.io/apimachinery/pkg/api/errors"
"k8s.io/apimachinery/pkg/labels"
"k8s.io/client-go/tools/cache"
diff --git a/pkg/util/fsm/fsm.go b/pkg/util/fsm/fsm.go
index 96bcdcf35..d908d8ab3 100644
--- a/pkg/util/fsm/fsm.go
+++ b/pkg/util/fsm/fsm.go
@@ -21,7 +21,7 @@ import (
"k8s.io/klog/v2"
- api "github.com/kubeedge/api/fsm/v1alpha1"
+ api "github.com/kubeedge/api/apis/fsm/v1alpha1"
)
type FSM struct {
diff --git a/staging/src/github.com/kubeedge/api/apps/v1alpha1/doc.go b/staging/src/github.com/kubeedge/api/apis/apps/v1alpha1/doc.go
index 27e7c9713..27e7c9713 100644
--- a/staging/src/github.com/kubeedge/api/apps/v1alpha1/doc.go
+++ b/staging/src/github.com/kubeedge/api/apis/apps/v1alpha1/doc.go
diff --git a/staging/src/github.com/kubeedge/api/apps/v1alpha1/edgeapplication_types.go b/staging/src/github.com/kubeedge/api/apis/apps/v1alpha1/edgeapplication_types.go
index 7edc8e1c0..7edc8e1c0 100644
--- a/staging/src/github.com/kubeedge/api/apps/v1alpha1/edgeapplication_types.go
+++ b/staging/src/github.com/kubeedge/api/apis/apps/v1alpha1/edgeapplication_types.go
diff --git a/staging/src/github.com/kubeedge/api/apps/v1alpha1/nodegroup_types.go b/staging/src/github.com/kubeedge/api/apis/apps/v1alpha1/nodegroup_types.go
index 2c9d059e9..2c9d059e9 100644
--- a/staging/src/github.com/kubeedge/api/apps/v1alpha1/nodegroup_types.go
+++ b/staging/src/github.com/kubeedge/api/apis/apps/v1alpha1/nodegroup_types.go
diff --git a/staging/src/github.com/kubeedge/api/apps/v1alpha1/register.go b/staging/src/github.com/kubeedge/api/apis/apps/v1alpha1/register.go
index df43c8cdb..df43c8cdb 100644
--- a/staging/src/github.com/kubeedge/api/apps/v1alpha1/register.go
+++ b/staging/src/github.com/kubeedge/api/apis/apps/v1alpha1/register.go
diff --git a/staging/src/github.com/kubeedge/api/apps/v1alpha1/zz_generated.deepcopy.go b/staging/src/github.com/kubeedge/api/apis/apps/v1alpha1/zz_generated.deepcopy.go
index bedad63d2..bedad63d2 100644
--- a/staging/src/github.com/kubeedge/api/apps/v1alpha1/zz_generated.deepcopy.go
+++ b/staging/src/github.com/kubeedge/api/apis/apps/v1alpha1/zz_generated.deepcopy.go
diff --git a/staging/src/github.com/kubeedge/api/common/constants/default.go b/staging/src/github.com/kubeedge/api/apis/common/constants/default.go
index d0820fefd..d0820fefd 100644
--- a/staging/src/github.com/kubeedge/api/common/constants/default.go
+++ b/staging/src/github.com/kubeedge/api/apis/common/constants/default.go
diff --git a/staging/src/github.com/kubeedge/api/common/constants/default_others.go b/staging/src/github.com/kubeedge/api/apis/common/constants/default_others.go
index ed6891818..ed6891818 100644
--- a/staging/src/github.com/kubeedge/api/common/constants/default_others.go
+++ b/staging/src/github.com/kubeedge/api/apis/common/constants/default_others.go
diff --git a/staging/src/github.com/kubeedge/api/common/constants/default_windows.go b/staging/src/github.com/kubeedge/api/apis/common/constants/default_windows.go
index 54e0400d5..54e0400d5 100644
--- a/staging/src/github.com/kubeedge/api/common/constants/default_windows.go
+++ b/staging/src/github.com/kubeedge/api/apis/common/constants/default_windows.go
diff --git a/staging/src/github.com/kubeedge/api/common/types/http.go b/staging/src/github.com/kubeedge/api/apis/common/types/http.go
index e1faa7f6c..e1faa7f6c 100644
--- a/staging/src/github.com/kubeedge/api/common/types/http.go
+++ b/staging/src/github.com/kubeedge/api/apis/common/types/http.go
diff --git a/staging/src/github.com/kubeedge/api/common/types/types.go b/staging/src/github.com/kubeedge/api/apis/common/types/types.go
index 630ea4343..32065dc19 100644
--- a/staging/src/github.com/kubeedge/api/common/types/types.go
+++ b/staging/src/github.com/kubeedge/api/apis/common/types/types.go
@@ -6,8 +6,8 @@ import (
metaV1 "k8s.io/apimachinery/pkg/apis/meta/v1"
"k8s.io/apimachinery/pkg/types"
- api "github.com/kubeedge/api/fsm/v1alpha1"
- "github.com/kubeedge/api/operations/v1alpha1"
+ api "github.com/kubeedge/api/apis/fsm/v1alpha1"
+ "github.com/kubeedge/api/apis/operations/v1alpha1"
)
// PodStatusRequest is Message.Content which comes from edge
diff --git a/staging/src/github.com/kubeedge/api/componentconfig/OWNERS b/staging/src/github.com/kubeedge/api/apis/componentconfig/OWNERS
index 0897c190b..0897c190b 100644
--- a/staging/src/github.com/kubeedge/api/componentconfig/OWNERS
+++ b/staging/src/github.com/kubeedge/api/apis/componentconfig/OWNERS
diff --git a/staging/src/github.com/kubeedge/api/componentconfig/cloudcore/v1alpha1/default.go b/staging/src/github.com/kubeedge/api/apis/componentconfig/cloudcore/v1alpha1/default.go
index adf862696..0667b40ca 100644
--- a/staging/src/github.com/kubeedge/api/componentconfig/cloudcore/v1alpha1/default.go
+++ b/staging/src/github.com/kubeedge/api/apis/componentconfig/cloudcore/v1alpha1/default.go
@@ -22,7 +22,7 @@ import (
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
utilnet "k8s.io/apimachinery/pkg/util/net"
- "github.com/kubeedge/api/common/constants"
+ "github.com/kubeedge/api/apis/common/constants"
)
// NewDefaultCloudCoreConfig returns a full CloudCoreConfig object
diff --git a/staging/src/github.com/kubeedge/api/componentconfig/cloudcore/v1alpha1/helper.go b/staging/src/github.com/kubeedge/api/apis/componentconfig/cloudcore/v1alpha1/helper.go
index 02d41f2d1..02d41f2d1 100644
--- a/staging/src/github.com/kubeedge/api/componentconfig/cloudcore/v1alpha1/helper.go
+++ b/staging/src/github.com/kubeedge/api/apis/componentconfig/cloudcore/v1alpha1/helper.go
diff --git a/staging/src/github.com/kubeedge/api/componentconfig/cloudcore/v1alpha1/register.go b/staging/src/github.com/kubeedge/api/apis/componentconfig/cloudcore/v1alpha1/register.go
index 00ddbb03b..00ddbb03b 100644
--- a/staging/src/github.com/kubeedge/api/componentconfig/cloudcore/v1alpha1/register.go
+++ b/staging/src/github.com/kubeedge/api/apis/componentconfig/cloudcore/v1alpha1/register.go
diff --git a/staging/src/github.com/kubeedge/api/componentconfig/cloudcore/v1alpha1/types.go b/staging/src/github.com/kubeedge/api/apis/componentconfig/cloudcore/v1alpha1/types.go
index 95001e2cc..95001e2cc 100644
--- a/staging/src/github.com/kubeedge/api/componentconfig/cloudcore/v1alpha1/types.go
+++ b/staging/src/github.com/kubeedge/api/apis/componentconfig/cloudcore/v1alpha1/types.go
diff --git a/staging/src/github.com/kubeedge/api/componentconfig/cloudcore/v1alpha1/validation/validation.go b/staging/src/github.com/kubeedge/api/apis/componentconfig/cloudcore/v1alpha1/validation/validation.go
index 8603ac1ac..5e05f6286 100644
--- a/staging/src/github.com/kubeedge/api/componentconfig/cloudcore/v1alpha1/validation/validation.go
+++ b/staging/src/github.com/kubeedge/api/apis/componentconfig/cloudcore/v1alpha1/validation/validation.go
@@ -29,8 +29,8 @@ import (
"k8s.io/klog/v2"
netutils "k8s.io/utils/net"
- "github.com/kubeedge/api/componentconfig/cloudcore/v1alpha1"
- utilvalidation "github.com/kubeedge/api/util/validation"
+ "github.com/kubeedge/api/apis/componentconfig/cloudcore/v1alpha1"
+ utilvalidation "github.com/kubeedge/api/apis/util/validation"
)
// ValidateCloudCoreConfiguration validates `c` and returns an errorList if it is invalid
diff --git a/staging/src/github.com/kubeedge/api/componentconfig/cloudcore/v1alpha1/validation/validation_test.go b/staging/src/github.com/kubeedge/api/apis/componentconfig/cloudcore/v1alpha1/validation/validation_test.go
index d8ae5bf40..28ad6e919 100644
--- a/staging/src/github.com/kubeedge/api/componentconfig/cloudcore/v1alpha1/validation/validation_test.go
+++ b/staging/src/github.com/kubeedge/api/apis/componentconfig/cloudcore/v1alpha1/validation/validation_test.go
@@ -25,7 +25,7 @@ import (
"k8s.io/apimachinery/pkg/util/validation/field"
- "github.com/kubeedge/api/componentconfig/cloudcore/v1alpha1"
+ "github.com/kubeedge/api/apis/componentconfig/cloudcore/v1alpha1"
)
func TestValidateCloudCoreConfiguration(t *testing.T) {
diff --git a/staging/src/github.com/kubeedge/api/componentconfig/edgecore/v1alpha1/default.go b/staging/src/github.com/kubeedge/api/apis/componentconfig/edgecore/v1alpha1/default.go
index dac937ad7..222647ec7 100644
--- a/staging/src/github.com/kubeedge/api/componentconfig/edgecore/v1alpha1/default.go
+++ b/staging/src/github.com/kubeedge/api/apis/componentconfig/edgecore/v1alpha1/default.go
@@ -25,9 +25,9 @@ import (
v1 "k8s.io/api/core/v1"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
- "github.com/kubeedge/api/common/constants"
- metaconfig "github.com/kubeedge/api/componentconfig/meta/v1alpha1"
- "github.com/kubeedge/api/util"
+ "github.com/kubeedge/api/apis/common/constants"
+ metaconfig "github.com/kubeedge/api/apis/componentconfig/meta/v1alpha1"
+ "github.com/kubeedge/api/apis/util"
)
// NewDefaultEdgeCoreConfig returns a full EdgeCoreConfig object
diff --git a/staging/src/github.com/kubeedge/api/componentconfig/edgecore/v1alpha1/helper.go b/staging/src/github.com/kubeedge/api/apis/componentconfig/edgecore/v1alpha1/helper.go
index c1ba802c5..c1ba802c5 100644
--- a/staging/src/github.com/kubeedge/api/componentconfig/edgecore/v1alpha1/helper.go
+++ b/staging/src/github.com/kubeedge/api/apis/componentconfig/edgecore/v1alpha1/helper.go
diff --git a/staging/src/github.com/kubeedge/api/componentconfig/edgecore/v1alpha1/register.go b/staging/src/github.com/kubeedge/api/apis/componentconfig/edgecore/v1alpha1/register.go
index a42316268..a42316268 100644
--- a/staging/src/github.com/kubeedge/api/componentconfig/edgecore/v1alpha1/register.go
+++ b/staging/src/github.com/kubeedge/api/apis/componentconfig/edgecore/v1alpha1/register.go
diff --git a/staging/src/github.com/kubeedge/api/componentconfig/edgecore/v1alpha1/types.go b/staging/src/github.com/kubeedge/api/apis/componentconfig/edgecore/v1alpha1/types.go
index bdfb29429..7c125b33e 100644
--- a/staging/src/github.com/kubeedge/api/componentconfig/edgecore/v1alpha1/types.go
+++ b/staging/src/github.com/kubeedge/api/apis/componentconfig/edgecore/v1alpha1/types.go
@@ -22,7 +22,7 @@ import (
v1 "k8s.io/api/core/v1"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
- metaconfig "github.com/kubeedge/api/componentconfig/meta/v1alpha1"
+ metaconfig "github.com/kubeedge/api/apis/componentconfig/meta/v1alpha1"
)
const (
diff --git a/staging/src/github.com/kubeedge/api/componentconfig/edgecore/v1alpha1/validation/validation.go b/staging/src/github.com/kubeedge/api/apis/componentconfig/edgecore/v1alpha1/validation/validation.go
index 04b18488d..da4d79036 100644
--- a/staging/src/github.com/kubeedge/api/componentconfig/edgecore/v1alpha1/validation/validation.go
+++ b/staging/src/github.com/kubeedge/api/apis/componentconfig/edgecore/v1alpha1/validation/validation.go
@@ -25,8 +25,8 @@ import (
"k8s.io/klog/v2"
"k8s.io/kubernetes/pkg/apis/core/validation"
- "github.com/kubeedge/api/componentconfig/edgecore/v1alpha1"
- utilvalidation "github.com/kubeedge/api/util/validation"
+ "github.com/kubeedge/api/apis/componentconfig/edgecore/v1alpha1"
+ utilvalidation "github.com/kubeedge/api/apis/util/validation"
)
// ValidateEdgeCoreConfiguration validates `c` and returns an errorList if it is invalid
diff --git a/staging/src/github.com/kubeedge/api/componentconfig/edgecore/v1alpha1/validation/validation_test.go b/staging/src/github.com/kubeedge/api/apis/componentconfig/edgecore/v1alpha1/validation/validation_test.go
index 059e60a41..e97a326c4 100644
--- a/staging/src/github.com/kubeedge/api/componentconfig/edgecore/v1alpha1/validation/validation_test.go
+++ b/staging/src/github.com/kubeedge/api/apis/componentconfig/edgecore/v1alpha1/validation/validation_test.go
@@ -25,7 +25,7 @@ import (
"k8s.io/apimachinery/pkg/util/validation/field"
- "github.com/kubeedge/api/componentconfig/edgecore/v1alpha1"
+ "github.com/kubeedge/api/apis/componentconfig/edgecore/v1alpha1"
)
func TestValidateEdgeCoreConfiguration(t *testing.T) {
diff --git a/staging/src/github.com/kubeedge/api/componentconfig/edgecore/v1alpha2/default.go b/staging/src/github.com/kubeedge/api/apis/componentconfig/edgecore/v1alpha2/default.go
index 6fe9647fe..d66089a7a 100644
--- a/staging/src/github.com/kubeedge/api/componentconfig/edgecore/v1alpha2/default.go
+++ b/staging/src/github.com/kubeedge/api/apis/componentconfig/edgecore/v1alpha2/default.go
@@ -24,9 +24,9 @@ import (
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
- "github.com/kubeedge/api/common/constants"
- metaconfig "github.com/kubeedge/api/componentconfig/meta/v1alpha1"
- "github.com/kubeedge/api/util"
+ "github.com/kubeedge/api/apis/common/constants"
+ metaconfig "github.com/kubeedge/api/apis/componentconfig/meta/v1alpha1"
+ "github.com/kubeedge/api/apis/util"
)
// NewDefaultEdgeCoreConfig returns a full EdgeCoreConfig object
diff --git a/staging/src/github.com/kubeedge/api/componentconfig/edgecore/v1alpha2/default_kubelet_configuration.go b/staging/src/github.com/kubeedge/api/apis/componentconfig/edgecore/v1alpha2/default_kubelet_configuration.go
index c11ceca97..94398d576 100644
--- a/staging/src/github.com/kubeedge/api/componentconfig/edgecore/v1alpha2/default_kubelet_configuration.go
+++ b/staging/src/github.com/kubeedge/api/apis/componentconfig/edgecore/v1alpha2/default_kubelet_configuration.go
@@ -34,7 +34,7 @@ import (
"k8s.io/kubernetes/pkg/kubelet/qos"
utilpointer "k8s.io/utils/pointer"
- "github.com/kubeedge/api/common/constants"
+ "github.com/kubeedge/api/apis/common/constants"
)
// SetDefaultsKubeletConfiguration sets defaults for tailored kubelet configuration
diff --git a/staging/src/github.com/kubeedge/api/componentconfig/edgecore/v1alpha2/default_others.go b/staging/src/github.com/kubeedge/api/apis/componentconfig/edgecore/v1alpha2/default_others.go
index ba7dbb6c0..ba7dbb6c0 100644
--- a/staging/src/github.com/kubeedge/api/componentconfig/edgecore/v1alpha2/default_others.go
+++ b/staging/src/github.com/kubeedge/api/apis/componentconfig/edgecore/v1alpha2/default_others.go
diff --git a/staging/src/github.com/kubeedge/api/componentconfig/edgecore/v1alpha2/default_windows.go b/staging/src/github.com/kubeedge/api/apis/componentconfig/edgecore/v1alpha2/default_windows.go
index 4ff62fdef..4ff62fdef 100644
--- a/staging/src/github.com/kubeedge/api/componentconfig/edgecore/v1alpha2/default_windows.go
+++ b/staging/src/github.com/kubeedge/api/apis/componentconfig/edgecore/v1alpha2/default_windows.go
diff --git a/staging/src/github.com/kubeedge/api/componentconfig/edgecore/v1alpha2/helper.go b/staging/src/github.com/kubeedge/api/apis/componentconfig/edgecore/v1alpha2/helper.go
index a4857c5bf..a4857c5bf 100644
--- a/staging/src/github.com/kubeedge/api/componentconfig/edgecore/v1alpha2/helper.go
+++ b/staging/src/github.com/kubeedge/api/apis/componentconfig/edgecore/v1alpha2/helper.go
diff --git a/staging/src/github.com/kubeedge/api/componentconfig/edgecore/v1alpha2/register.go b/staging/src/github.com/kubeedge/api/apis/componentconfig/edgecore/v1alpha2/register.go
index 222afb6e4..222afb6e4 100644
--- a/staging/src/github.com/kubeedge/api/componentconfig/edgecore/v1alpha2/register.go
+++ b/staging/src/github.com/kubeedge/api/apis/componentconfig/edgecore/v1alpha2/register.go
diff --git a/staging/src/github.com/kubeedge/api/componentconfig/edgecore/v1alpha2/types.go b/staging/src/github.com/kubeedge/api/apis/componentconfig/edgecore/v1alpha2/types.go
index ec46622c6..9ee60eb7c 100644
--- a/staging/src/github.com/kubeedge/api/componentconfig/edgecore/v1alpha2/types.go
+++ b/staging/src/github.com/kubeedge/api/apis/componentconfig/edgecore/v1alpha2/types.go
@@ -22,7 +22,7 @@ import (
logsapi "k8s.io/component-base/logs/api/v1"
tailoredkubeletconfigv1beta1 "k8s.io/kubelet/config/v1beta1"
- metaconfig "github.com/kubeedge/api/componentconfig/meta/v1alpha1"
+ metaconfig "github.com/kubeedge/api/apis/componentconfig/meta/v1alpha1"
)
const (
diff --git a/staging/src/github.com/kubeedge/api/componentconfig/edgecore/v1alpha2/validation/validation.go b/staging/src/github.com/kubeedge/api/apis/componentconfig/edgecore/v1alpha2/validation/validation.go
index 142b8bccd..869a0ea56 100644
--- a/staging/src/github.com/kubeedge/api/componentconfig/edgecore/v1alpha2/validation/validation.go
+++ b/staging/src/github.com/kubeedge/api/apis/componentconfig/edgecore/v1alpha2/validation/validation.go
@@ -25,8 +25,8 @@ import (
"k8s.io/klog/v2"
"k8s.io/kubernetes/pkg/apis/core/validation"
- "github.com/kubeedge/api/componentconfig/edgecore/v1alpha2"
- utilvalidation "github.com/kubeedge/api/util/validation"
+ "github.com/kubeedge/api/apis/componentconfig/edgecore/v1alpha2"
+ utilvalidation "github.com/kubeedge/api/apis/util/validation"
)
// ValidateEdgeCoreConfiguration validates `c` and returns an errorList if it is invalid
diff --git a/staging/src/github.com/kubeedge/api/componentconfig/edgecore/v1alpha2/validation/validation_others.go b/staging/src/github.com/kubeedge/api/apis/componentconfig/edgecore/v1alpha2/validation/validation_others.go
index e022bf628..6bb159208 100644
--- a/staging/src/github.com/kubeedge/api/componentconfig/edgecore/v1alpha2/validation/validation_others.go
+++ b/staging/src/github.com/kubeedge/api/apis/componentconfig/edgecore/v1alpha2/validation/validation_others.go
@@ -5,7 +5,7 @@ package validation
import (
"k8s.io/apimachinery/pkg/util/validation/field"
- "github.com/kubeedge/api/componentconfig/edgecore/v1alpha2"
+ "github.com/kubeedge/api/apis/componentconfig/edgecore/v1alpha2"
)
// ValidateCgroupDriver validates `edged.TailoredKubeletConfig.CgroupDriver` and returns an errorList if it is invalid
diff --git a/staging/src/github.com/kubeedge/api/componentconfig/edgecore/v1alpha2/validation/validation_test.go b/staging/src/github.com/kubeedge/api/apis/componentconfig/edgecore/v1alpha2/validation/validation_test.go
index ca8a92939..eb1a98915 100644
--- a/staging/src/github.com/kubeedge/api/componentconfig/edgecore/v1alpha2/validation/validation_test.go
+++ b/staging/src/github.com/kubeedge/api/apis/componentconfig/edgecore/v1alpha2/validation/validation_test.go
@@ -25,7 +25,7 @@ import (
"k8s.io/apimachinery/pkg/util/validation/field"
- "github.com/kubeedge/api/componentconfig/edgecore/v1alpha2"
+ "github.com/kubeedge/api/apis/componentconfig/edgecore/v1alpha2"
)
func TestValidateEdgeCoreConfiguration(t *testing.T) {
diff --git a/staging/src/github.com/kubeedge/api/componentconfig/edgecore/v1alpha2/validation/validation_windows.go b/staging/src/github.com/kubeedge/api/apis/componentconfig/edgecore/v1alpha2/validation/validation_windows.go
index 749cd5bd2..749cd5bd2 100644
--- a/staging/src/github.com/kubeedge/api/componentconfig/edgecore/v1alpha2/validation/validation_windows.go
+++ b/staging/src/github.com/kubeedge/api/apis/componentconfig/edgecore/v1alpha2/validation/validation_windows.go
diff --git a/staging/src/github.com/kubeedge/api/componentconfig/meta/v1alpha1/types.go b/staging/src/github.com/kubeedge/api/apis/componentconfig/meta/v1alpha1/types.go
index 163cfe011..163cfe011 100644
--- a/staging/src/github.com/kubeedge/api/componentconfig/meta/v1alpha1/types.go
+++ b/staging/src/github.com/kubeedge/api/apis/componentconfig/meta/v1alpha1/types.go
diff --git a/staging/src/github.com/kubeedge/api/devices/v1alpha2/device_instance_types.go b/staging/src/github.com/kubeedge/api/apis/devices/v1alpha2/device_instance_types.go
index 025fcc0ce..025fcc0ce 100644
--- a/staging/src/github.com/kubeedge/api/devices/v1alpha2/device_instance_types.go
+++ b/staging/src/github.com/kubeedge/api/apis/devices/v1alpha2/device_instance_types.go
diff --git a/staging/src/github.com/kubeedge/api/devices/v1alpha2/device_model_types.go b/staging/src/github.com/kubeedge/api/apis/devices/v1alpha2/device_model_types.go
index 2a809dcdf..2a809dcdf 100644
--- a/staging/src/github.com/kubeedge/api/devices/v1alpha2/device_model_types.go
+++ b/staging/src/github.com/kubeedge/api/apis/devices/v1alpha2/device_model_types.go
diff --git a/staging/src/github.com/kubeedge/api/devices/v1alpha2/doc.go b/staging/src/github.com/kubeedge/api/apis/devices/v1alpha2/doc.go
index f3bd8722f..f3bd8722f 100644
--- a/staging/src/github.com/kubeedge/api/devices/v1alpha2/doc.go
+++ b/staging/src/github.com/kubeedge/api/apis/devices/v1alpha2/doc.go
diff --git a/staging/src/github.com/kubeedge/api/devices/v1alpha2/register.go b/staging/src/github.com/kubeedge/api/apis/devices/v1alpha2/register.go
index 6bf94f178..6bf94f178 100644
--- a/staging/src/github.com/kubeedge/api/devices/v1alpha2/register.go
+++ b/staging/src/github.com/kubeedge/api/apis/devices/v1alpha2/register.go
diff --git a/staging/src/github.com/kubeedge/api/devices/v1alpha2/zz_generated.deepcopy.go b/staging/src/github.com/kubeedge/api/apis/devices/v1alpha2/zz_generated.deepcopy.go
index a271226b7..a271226b7 100644
--- a/staging/src/github.com/kubeedge/api/devices/v1alpha2/zz_generated.deepcopy.go
+++ b/staging/src/github.com/kubeedge/api/apis/devices/v1alpha2/zz_generated.deepcopy.go
diff --git a/staging/src/github.com/kubeedge/api/devices/v1beta1/device_instance_types.go b/staging/src/github.com/kubeedge/api/apis/devices/v1beta1/device_instance_types.go
index 2ab13cbae..2ab13cbae 100644
--- a/staging/src/github.com/kubeedge/api/devices/v1beta1/device_instance_types.go
+++ b/staging/src/github.com/kubeedge/api/apis/devices/v1beta1/device_instance_types.go
diff --git a/staging/src/github.com/kubeedge/api/devices/v1beta1/device_model_types.go b/staging/src/github.com/kubeedge/api/apis/devices/v1beta1/device_model_types.go
index c4964ad1c..c4964ad1c 100644
--- a/staging/src/github.com/kubeedge/api/devices/v1beta1/device_model_types.go
+++ b/staging/src/github.com/kubeedge/api/apis/devices/v1beta1/device_model_types.go
diff --git a/staging/src/github.com/kubeedge/api/devices/v1beta1/doc.go b/staging/src/github.com/kubeedge/api/apis/devices/v1beta1/doc.go
index cbd63dede..cbd63dede 100644
--- a/staging/src/github.com/kubeedge/api/devices/v1beta1/doc.go
+++ b/staging/src/github.com/kubeedge/api/apis/devices/v1beta1/doc.go
diff --git a/staging/src/github.com/kubeedge/api/devices/v1beta1/register.go b/staging/src/github.com/kubeedge/api/apis/devices/v1beta1/register.go
index e392afec9..e392afec9 100644
--- a/staging/src/github.com/kubeedge/api/devices/v1beta1/register.go
+++ b/staging/src/github.com/kubeedge/api/apis/devices/v1beta1/register.go
diff --git a/staging/src/github.com/kubeedge/api/devices/v1beta1/zz_generated.deepcopy.go b/staging/src/github.com/kubeedge/api/apis/devices/v1beta1/zz_generated.deepcopy.go
index 2c042490c..2c042490c 100644
--- a/staging/src/github.com/kubeedge/api/devices/v1beta1/zz_generated.deepcopy.go
+++ b/staging/src/github.com/kubeedge/api/apis/devices/v1beta1/zz_generated.deepcopy.go
diff --git a/staging/src/github.com/kubeedge/api/dmi/services.go b/staging/src/github.com/kubeedge/api/apis/dmi/services.go
index 65e1a693d..d6dcc6064 100644
--- a/staging/src/github.com/kubeedge/api/dmi/services.go
+++ b/staging/src/github.com/kubeedge/api/apis/dmi/services.go
@@ -17,7 +17,7 @@ limitations under the License.
package dmi
import (
- dmiapi "github.com/kubeedge/api/dmi/v1beta1"
+ dmiapi "github.com/kubeedge/api/apis/dmi/v1beta1"
)
// DeviceManagerService defines the public APIS for remote device management.
diff --git a/staging/src/github.com/kubeedge/api/dmi/v1alpha1/api.pb.go b/staging/src/github.com/kubeedge/api/apis/dmi/v1alpha1/api.pb.go
index f56a76844..f56a76844 100644
--- a/staging/src/github.com/kubeedge/api/dmi/v1alpha1/api.pb.go
+++ b/staging/src/github.com/kubeedge/api/apis/dmi/v1alpha1/api.pb.go
diff --git a/staging/src/github.com/kubeedge/api/dmi/v1alpha1/api.proto b/staging/src/github.com/kubeedge/api/apis/dmi/v1alpha1/api.proto
index 55fad3bee..55fad3bee 100644
--- a/staging/src/github.com/kubeedge/api/dmi/v1alpha1/api.proto
+++ b/staging/src/github.com/kubeedge/api/apis/dmi/v1alpha1/api.proto
diff --git a/staging/src/github.com/kubeedge/api/dmi/v1beta1/api.pb.go b/staging/src/github.com/kubeedge/api/apis/dmi/v1beta1/api.pb.go
index d9b99a6f6..d9b99a6f6 100644
--- a/staging/src/github.com/kubeedge/api/dmi/v1beta1/api.pb.go
+++ b/staging/src/github.com/kubeedge/api/apis/dmi/v1beta1/api.pb.go
diff --git a/staging/src/github.com/kubeedge/api/dmi/v1beta1/api.proto b/staging/src/github.com/kubeedge/api/apis/dmi/v1beta1/api.proto
index 1542c7b84..1542c7b84 100644
--- a/staging/src/github.com/kubeedge/api/dmi/v1beta1/api.proto
+++ b/staging/src/github.com/kubeedge/api/apis/dmi/v1beta1/api.proto
diff --git a/staging/src/github.com/kubeedge/api/dmi/v1beta1/api_grpc.pb.go b/staging/src/github.com/kubeedge/api/apis/dmi/v1beta1/api_grpc.pb.go
index 31ae67626..31ae67626 100644
--- a/staging/src/github.com/kubeedge/api/dmi/v1beta1/api_grpc.pb.go
+++ b/staging/src/github.com/kubeedge/api/apis/dmi/v1beta1/api_grpc.pb.go
diff --git a/staging/src/github.com/kubeedge/api/fsm/v1alpha1/backup_task.go b/staging/src/github.com/kubeedge/api/apis/fsm/v1alpha1/backup_task.go
index 1fd6c3983..1fd6c3983 100644
--- a/staging/src/github.com/kubeedge/api/fsm/v1alpha1/backup_task.go
+++ b/staging/src/github.com/kubeedge/api/apis/fsm/v1alpha1/backup_task.go
diff --git a/staging/src/github.com/kubeedge/api/fsm/v1alpha1/fsm.go b/staging/src/github.com/kubeedge/api/apis/fsm/v1alpha1/fsm.go
index f93c6a870..f93c6a870 100644
--- a/staging/src/github.com/kubeedge/api/fsm/v1alpha1/fsm.go
+++ b/staging/src/github.com/kubeedge/api/apis/fsm/v1alpha1/fsm.go
diff --git a/staging/src/github.com/kubeedge/api/fsm/v1alpha1/image_prepull_task.go b/staging/src/github.com/kubeedge/api/apis/fsm/v1alpha1/image_prepull_task.go
index 30b91be3a..30b91be3a 100644
--- a/staging/src/github.com/kubeedge/api/fsm/v1alpha1/image_prepull_task.go
+++ b/staging/src/github.com/kubeedge/api/apis/fsm/v1alpha1/image_prepull_task.go
diff --git a/staging/src/github.com/kubeedge/api/fsm/v1alpha1/rollback_task.go b/staging/src/github.com/kubeedge/api/apis/fsm/v1alpha1/rollback_task.go
index f90d50583..f90d50583 100644
--- a/staging/src/github.com/kubeedge/api/fsm/v1alpha1/rollback_task.go
+++ b/staging/src/github.com/kubeedge/api/apis/fsm/v1alpha1/rollback_task.go
diff --git a/staging/src/github.com/kubeedge/api/fsm/v1alpha1/upgrade_task.go b/staging/src/github.com/kubeedge/api/apis/fsm/v1alpha1/upgrade_task.go
index 0f1102fb4..0f1102fb4 100644
--- a/staging/src/github.com/kubeedge/api/fsm/v1alpha1/upgrade_task.go
+++ b/staging/src/github.com/kubeedge/api/apis/fsm/v1alpha1/upgrade_task.go
diff --git a/staging/src/github.com/kubeedge/api/operations/v1alpha1/doc.go b/staging/src/github.com/kubeedge/api/apis/operations/v1alpha1/doc.go
index 0f4731fc3..0f4731fc3 100644
--- a/staging/src/github.com/kubeedge/api/operations/v1alpha1/doc.go
+++ b/staging/src/github.com/kubeedge/api/apis/operations/v1alpha1/doc.go
diff --git a/staging/src/github.com/kubeedge/api/operations/v1alpha1/imageprepull_types.go b/staging/src/github.com/kubeedge/api/apis/operations/v1alpha1/imageprepull_types.go
index 6e1c50ca6..cafed80ec 100644
--- a/staging/src/github.com/kubeedge/api/operations/v1alpha1/imageprepull_types.go
+++ b/staging/src/github.com/kubeedge/api/apis/operations/v1alpha1/imageprepull_types.go
@@ -19,7 +19,7 @@ package v1alpha1
import (
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
- api "github.com/kubeedge/api/fsm/v1alpha1"
+ api "github.com/kubeedge/api/apis/fsm/v1alpha1"
)
// +genclient
diff --git a/staging/src/github.com/kubeedge/api/operations/v1alpha1/register.go b/staging/src/github.com/kubeedge/api/apis/operations/v1alpha1/register.go
index d78a1013d..d78a1013d 100644
--- a/staging/src/github.com/kubeedge/api/operations/v1alpha1/register.go
+++ b/staging/src/github.com/kubeedge/api/apis/operations/v1alpha1/register.go
diff --git a/staging/src/github.com/kubeedge/api/operations/v1alpha1/type.go b/staging/src/github.com/kubeedge/api/apis/operations/v1alpha1/type.go
index 83260618c..6387be279 100644
--- a/staging/src/github.com/kubeedge/api/operations/v1alpha1/type.go
+++ b/staging/src/github.com/kubeedge/api/apis/operations/v1alpha1/type.go
@@ -19,7 +19,7 @@ package v1alpha1
import (
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
- api "github.com/kubeedge/api/fsm/v1alpha1"
+ api "github.com/kubeedge/api/apis/fsm/v1alpha1"
)
// +genclient
diff --git a/staging/src/github.com/kubeedge/api/operations/v1alpha1/zz_generated.deepcopy.go b/staging/src/github.com/kubeedge/api/apis/operations/v1alpha1/zz_generated.deepcopy.go
index bf26dabe8..bf26dabe8 100644
--- a/staging/src/github.com/kubeedge/api/operations/v1alpha1/zz_generated.deepcopy.go
+++ b/staging/src/github.com/kubeedge/api/apis/operations/v1alpha1/zz_generated.deepcopy.go
diff --git a/staging/src/github.com/kubeedge/api/policy/v1alpha1/doc.go b/staging/src/github.com/kubeedge/api/apis/policy/v1alpha1/doc.go
index 2a61807f1..2a61807f1 100644
--- a/staging/src/github.com/kubeedge/api/policy/v1alpha1/doc.go
+++ b/staging/src/github.com/kubeedge/api/apis/policy/v1alpha1/doc.go
diff --git a/staging/src/github.com/kubeedge/api/policy/v1alpha1/register.go b/staging/src/github.com/kubeedge/api/apis/policy/v1alpha1/register.go
index 103bc4fdd..103bc4fdd 100644
--- a/staging/src/github.com/kubeedge/api/policy/v1alpha1/register.go
+++ b/staging/src/github.com/kubeedge/api/apis/policy/v1alpha1/register.go
diff --git a/staging/src/github.com/kubeedge/api/policy/v1alpha1/serviceaccountaccess_types.go b/staging/src/github.com/kubeedge/api/apis/policy/v1alpha1/serviceaccountaccess_types.go
index c052bb82b..c052bb82b 100644
--- a/staging/src/github.com/kubeedge/api/policy/v1alpha1/serviceaccountaccess_types.go
+++ b/staging/src/github.com/kubeedge/api/apis/policy/v1alpha1/serviceaccountaccess_types.go
diff --git a/staging/src/github.com/kubeedge/api/policy/v1alpha1/zz_generated.deepcopy.go b/staging/src/github.com/kubeedge/api/apis/policy/v1alpha1/zz_generated.deepcopy.go
index 0acd0afd6..0acd0afd6 100644
--- a/staging/src/github.com/kubeedge/api/policy/v1alpha1/zz_generated.deepcopy.go
+++ b/staging/src/github.com/kubeedge/api/apis/policy/v1alpha1/zz_generated.deepcopy.go
diff --git a/staging/src/github.com/kubeedge/api/reliablesyncs/v1alpha1/doc.go b/staging/src/github.com/kubeedge/api/apis/reliablesyncs/v1alpha1/doc.go
index 7d097dcb1..7d097dcb1 100644
--- a/staging/src/github.com/kubeedge/api/reliablesyncs/v1alpha1/doc.go
+++ b/staging/src/github.com/kubeedge/api/apis/reliablesyncs/v1alpha1/doc.go
diff --git a/staging/src/github.com/kubeedge/api/reliablesyncs/v1alpha1/register.go b/staging/src/github.com/kubeedge/api/apis/reliablesyncs/v1alpha1/register.go
index d68054406..d68054406 100644
--- a/staging/src/github.com/kubeedge/api/reliablesyncs/v1alpha1/register.go
+++ b/staging/src/github.com/kubeedge/api/apis/reliablesyncs/v1alpha1/register.go
diff --git a/staging/src/github.com/kubeedge/api/reliablesyncs/v1alpha1/type.go b/staging/src/github.com/kubeedge/api/apis/reliablesyncs/v1alpha1/type.go
index 77cf1b6f9..77cf1b6f9 100644
--- a/staging/src/github.com/kubeedge/api/reliablesyncs/v1alpha1/type.go
+++ b/staging/src/github.com/kubeedge/api/apis/reliablesyncs/v1alpha1/type.go
diff --git a/staging/src/github.com/kubeedge/api/reliablesyncs/v1alpha1/zz_generated.deepcopy.go b/staging/src/github.com/kubeedge/api/apis/reliablesyncs/v1alpha1/zz_generated.deepcopy.go
index 6da2e1fa0..6da2e1fa0 100644
--- a/staging/src/github.com/kubeedge/api/reliablesyncs/v1alpha1/zz_generated.deepcopy.go
+++ b/staging/src/github.com/kubeedge/api/apis/reliablesyncs/v1alpha1/zz_generated.deepcopy.go
diff --git a/staging/src/github.com/kubeedge/api/rules/v1/doc.go b/staging/src/github.com/kubeedge/api/apis/rules/v1/doc.go
index 8e912c01c..8e912c01c 100644
--- a/staging/src/github.com/kubeedge/api/rules/v1/doc.go
+++ b/staging/src/github.com/kubeedge/api/apis/rules/v1/doc.go
diff --git a/staging/src/github.com/kubeedge/api/rules/v1/register.go b/staging/src/github.com/kubeedge/api/apis/rules/v1/register.go
index 9dbc37fda..9dbc37fda 100644
--- a/staging/src/github.com/kubeedge/api/rules/v1/register.go
+++ b/staging/src/github.com/kubeedge/api/apis/rules/v1/register.go
diff --git a/staging/src/github.com/kubeedge/api/rules/v1/types.go b/staging/src/github.com/kubeedge/api/apis/rules/v1/types.go
index ebefc975d..ebefc975d 100644
--- a/staging/src/github.com/kubeedge/api/rules/v1/types.go
+++ b/staging/src/github.com/kubeedge/api/apis/rules/v1/types.go
diff --git a/staging/src/github.com/kubeedge/api/rules/v1/zz_generated.deepcopy.go b/staging/src/github.com/kubeedge/api/apis/rules/v1/zz_generated.deepcopy.go
index b7316db9b..b7316db9b 100644
--- a/staging/src/github.com/kubeedge/api/rules/v1/zz_generated.deepcopy.go
+++ b/staging/src/github.com/kubeedge/api/apis/rules/v1/zz_generated.deepcopy.go
diff --git a/staging/src/github.com/kubeedge/api/util/flag/flags.go b/staging/src/github.com/kubeedge/api/apis/util/flag/flags.go
index f278241ec..f278241ec 100644
--- a/staging/src/github.com/kubeedge/api/util/flag/flags.go
+++ b/staging/src/github.com/kubeedge/api/apis/util/flag/flags.go
diff --git a/staging/src/github.com/kubeedge/api/util/fsm/fsm.go b/staging/src/github.com/kubeedge/api/apis/util/fsm/fsm.go
index 96bcdcf35..d908d8ab3 100644
--- a/staging/src/github.com/kubeedge/api/util/fsm/fsm.go
+++ b/staging/src/github.com/kubeedge/api/apis/util/fsm/fsm.go
@@ -21,7 +21,7 @@ import (
"k8s.io/klog/v2"
- api "github.com/kubeedge/api/fsm/v1alpha1"
+ api "github.com/kubeedge/api/apis/fsm/v1alpha1"
)
type FSM struct {
diff --git a/staging/src/github.com/kubeedge/api/util/pass-through/pass_through.go b/staging/src/github.com/kubeedge/api/apis/util/pass-through/pass_through.go
index 2ce465afa..2ce465afa 100644
--- a/staging/src/github.com/kubeedge/api/util/pass-through/pass_through.go
+++ b/staging/src/github.com/kubeedge/api/apis/util/pass-through/pass_through.go
diff --git a/staging/src/github.com/kubeedge/api/util/pass-through/pass_through_test.go b/staging/src/github.com/kubeedge/api/apis/util/pass-through/pass_through_test.go
index 04a9ec555..04a9ec555 100644
--- a/staging/src/github.com/kubeedge/api/util/pass-through/pass_through_test.go
+++ b/staging/src/github.com/kubeedge/api/apis/util/pass-through/pass_through_test.go
diff --git a/staging/src/github.com/kubeedge/api/util/util.go b/staging/src/github.com/kubeedge/api/apis/util/util.go
index d7af6d91c..7d7e46eae 100644
--- a/staging/src/github.com/kubeedge/api/util/util.go
+++ b/staging/src/github.com/kubeedge/api/apis/util/util.go
@@ -29,7 +29,7 @@ import (
nodeutil "k8s.io/component-helpers/node/util"
"k8s.io/kubernetes/pkg/apis/core/validation"
- "github.com/kubeedge/api/common/constants"
+ "github.com/kubeedge/api/apis/common/constants"
)
func GetLocalIP(hostName string) (string, error) {
diff --git a/staging/src/github.com/kubeedge/api/util/util_test.go b/staging/src/github.com/kubeedge/api/apis/util/util_test.go
index 03217caee..03217caee 100644
--- a/staging/src/github.com/kubeedge/api/util/util_test.go
+++ b/staging/src/github.com/kubeedge/api/apis/util/util_test.go
diff --git a/staging/src/github.com/kubeedge/api/util/validation/check.go b/staging/src/github.com/kubeedge/api/apis/util/validation/check.go
index 06c5ce9bf..06c5ce9bf 100644
--- a/staging/src/github.com/kubeedge/api/util/validation/check.go
+++ b/staging/src/github.com/kubeedge/api/apis/util/validation/check.go
diff --git a/staging/src/github.com/kubeedge/api/util/validation/check_test.go b/staging/src/github.com/kubeedge/api/apis/util/validation/check_test.go
index 9e58c0d90..9e58c0d90 100644
--- a/staging/src/github.com/kubeedge/api/util/validation/check_test.go
+++ b/staging/src/github.com/kubeedge/api/apis/util/validation/check_test.go
diff --git a/staging/src/github.com/kubeedge/api/util/validation/validation.go b/staging/src/github.com/kubeedge/api/apis/util/validation/validation.go
index a5959146c..a5959146c 100644
--- a/staging/src/github.com/kubeedge/api/util/validation/validation.go
+++ b/staging/src/github.com/kubeedge/api/apis/util/validation/validation.go
diff --git a/staging/src/github.com/kubeedge/api/util/validation/validation_test.go b/staging/src/github.com/kubeedge/api/apis/util/validation/validation_test.go
index 2a50fbe71..2a50fbe71 100644
--- a/staging/src/github.com/kubeedge/api/util/validation/validation_test.go
+++ b/staging/src/github.com/kubeedge/api/apis/util/validation/validation_test.go
diff --git a/staging/src/github.com/kubeedge/api/common.go b/staging/src/github.com/kubeedge/api/common.go
deleted file mode 100644
index 6f556a651..000000000
--- a/staging/src/github.com/kubeedge/api/common.go
+++ /dev/null
@@ -1,3 +0,0 @@
-package apis
-
-const ISO8601UTC = "2006-01-02T15:04:05Z"
diff --git a/staging/src/github.com/kubeedge/mapper-framework/_template/mapper/device/device.go b/staging/src/github.com/kubeedge/mapper-framework/_template/mapper/device/device.go
index 7d9e05650..b4bc08f12 100644
--- a/staging/src/github.com/kubeedge/mapper-framework/_template/mapper/device/device.go
+++ b/staging/src/github.com/kubeedge/mapper-framework/_template/mapper/device/device.go
@@ -21,7 +21,7 @@ import (
mqttMethod "github.com/kubeedge/Template/data/publish/mqtt"
"github.com/kubeedge/Template/data/stream"
"github.com/kubeedge/Template/driver"
- dmiapi "github.com/kubeedge/api/dmi/v1beta1"
+ dmiapi "github.com/kubeedge/api/apis/dmi/v1beta1"
"github.com/kubeedge/mapper-framework/pkg/common"
"github.com/kubeedge/mapper-framework/pkg/global"
"github.com/kubeedge/mapper-framework/pkg/util/parse"
diff --git a/staging/src/github.com/kubeedge/mapper-framework/_template/mapper/device/devicestatus.go b/staging/src/github.com/kubeedge/mapper-framework/_template/mapper/device/devicestatus.go
index 0120a14e6..82875eb8a 100644
--- a/staging/src/github.com/kubeedge/mapper-framework/_template/mapper/device/devicestatus.go
+++ b/staging/src/github.com/kubeedge/mapper-framework/_template/mapper/device/devicestatus.go
@@ -24,7 +24,7 @@ import (
"k8s.io/klog/v2"
"github.com/kubeedge/Template/driver"
- dmiapi "github.com/kubeedge/api/dmi/v1beta1"
+ dmiapi "github.com/kubeedge/api/apis/dmi/v1beta1"
"github.com/kubeedge/mapper-framework/pkg/grpcclient"
)
diff --git a/staging/src/github.com/kubeedge/mapper-framework/_template/mapper/device/devicetwin.go b/staging/src/github.com/kubeedge/mapper-framework/_template/mapper/device/devicetwin.go
index e4238c726..18b63c609 100644
--- a/staging/src/github.com/kubeedge/mapper-framework/_template/mapper/device/devicetwin.go
+++ b/staging/src/github.com/kubeedge/mapper-framework/_template/mapper/device/devicetwin.go
@@ -10,7 +10,7 @@ import (
"k8s.io/klog/v2"
"github.com/kubeedge/Template/driver"
- dmiapi "github.com/kubeedge/api/dmi/v1beta1"
+ dmiapi "github.com/kubeedge/api/apis/dmi/v1beta1"
"github.com/kubeedge/mapper-framework/pkg/common"
"github.com/kubeedge/mapper-framework/pkg/grpcclient"
"github.com/kubeedge/mapper-framework/pkg/util/parse"
diff --git a/staging/src/github.com/kubeedge/mapper-framework/_template/mapper/go.sum b/staging/src/github.com/kubeedge/mapper-framework/_template/mapper/go.sum
index b7c0674b0..78753ce98 100644
--- a/staging/src/github.com/kubeedge/mapper-framework/_template/mapper/go.sum
+++ b/staging/src/github.com/kubeedge/mapper-framework/_template/mapper/go.sum
@@ -14,9 +14,8 @@ github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f h1:lO4WD4F/r
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f/go.mod h1:cuUVRXasLTGF7a8hSLbxyZXjz+1KgoB3wDUb6vlszIc=
github.com/eclipse/paho.mqtt.golang v1.2.0 h1:1F8mhG9+aO5/xpdtFkW4SxOJB67ukuDC3t2y2qayIX0=
github.com/eclipse/paho.mqtt.golang v1.2.0/go.mod h1:H9keYFcgq3Qr5OUJm/JZI/i6U7joQ8SYLhZwfeOo6Ts=
-github.com/fsnotify/fsnotify v1.7.0 h1:8JEhPFa5W2WU7YfeZzPNqzMP6Lwt7L2715Ggo0nosvA=
-github.com/fsnotify/fsnotify v1.7.0/go.mod h1:40Bi/Hjc2AVfZrqy+aj+yEI+/bRxZnMJyTJwOpGvigM=
-github.com/go-logr/logr v1.3.0/go.mod h1:9T104GzyrTigFIr8wt5mBrctHMim0Nb2HLGrmQ40KvY=
+github.com/fsnotify/fsnotify v1.6.0 h1:n+5WquG0fcWoWp6xPWfHdbskMCQaFnG6PfBrh1Ky4HY=
+github.com/go-logr/logr v1.2.0/go.mod h1:jdQByPbusPIv2/zmleS9BjJVeZ6kBagPoEUsqbVz/1A=
github.com/go-logr/logr v1.4.1 h1:pKouT5E8xu9zeFC39JXRDukb6JFQPXM5p5I91188VAQ=
github.com/go-logr/logr v1.4.1/go.mod h1:9T104GzyrTigFIr8wt5mBrctHMim0Nb2HLGrmQ40KvY=
github.com/go-redis/redis/v8 v8.11.5 h1:AcZZR7igkdvfVmQTPnu9WE37LRrO/YrBH5zWyjDC0oI=
@@ -26,7 +25,6 @@ github.com/go-sql-driver/mysql v1.7.1/go.mod h1:OXbVy3sEdcQ2Doequ6Z5BW6fXNQTmx+9
github.com/golang/protobuf v1.5.4 h1:i7eJL8qZTpSEXOPTxNKhASYpMn+8e5Q6AdndVa1dWek=
github.com/golang/protobuf v1.5.4/go.mod h1:lnTiLA8Wa4RWRcIUkrtSVa5nRhsEGBg48fD6rSs7xps=
github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI=
-github.com/google/go-cmp v0.6.0/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY=
github.com/google/gofuzz v1.0.0/go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg=
github.com/google/uuid v1.3.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=
@@ -45,7 +43,6 @@ github.com/json-iterator/go v1.1.12 h1:PV8peI4a0ysnczrg+LtxykD8LfKY9ML6u2jnxaEnr
github.com/json-iterator/go v1.1.12/go.mod h1:e30LSqwooZae/UwlEbR2852Gd8hjQvJoHmT4TnhNGBo=
github.com/juju/gnuflag v0.0.0-20171113085948-2ce1bb71843d/go.mod h1:2PavIy+JPciBPrBUjwbNvtwB6RQlve+hkpll6QSNmOE=
github.com/kr/pretty v0.1.0 h1:L/CwN0zerZDmRFUapSPitk6f+Q3+0za1rQkzVuMiMFI=
-github.com/kr/pretty v0.1.0/go.mod h1:dAy3ld7l9f0ibDNOQOHHMYYIIbhfbHSm3C4ZsoJORNo=
github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q=
@@ -54,13 +51,10 @@ github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd/go.mod h1:6dJ
github.com/modern-go/reflect2 v1.0.2 h1:xBagoLtFs94CBntxluKeaWgTMpvLxC4ur3nMaC9Gz0M=
github.com/modern-go/reflect2 v1.0.2/go.mod h1:yWuevngMOJpCy52FWWMvUC8ws7m/LJsjYzDa0/r8luk=
github.com/nxadm/tail v1.4.8 h1:nPr65rt6Y5JFSKQO7qToXr7pePgD6Gwiw05lkbyAQTE=
-github.com/nxadm/tail v1.4.8/go.mod h1:+ncqLTQzXmGhMZNUePPaPqPvBxHAIsmXswZKocGu+AU=
github.com/oapi-codegen/runtime v1.0.0 h1:P4rqFX5fMFWqRzY9M/3YF9+aPSPPB06IzP2P7oOxrWo=
github.com/oapi-codegen/runtime v1.0.0/go.mod h1:LmCUMQuPB4M/nLXilQXhHw+BLZdDb18B34OO356yJ/A=
github.com/onsi/ginkgo v1.16.5 h1:8xi0RTUf59SOSfEtZMvwTvXYMzG4gV23XVHOZiXNtnE=
-github.com/onsi/ginkgo v1.16.5/go.mod h1:+E8gABHa3K6zRBolWtd+ROzc/U5bkGt0FwiG042wbpU=
-github.com/onsi/gomega v1.18.1 h1:M1GfJqGRrBrrGGsbxzV5dqM2U2ApXefZCQpkukxYRLE=
-github.com/onsi/gomega v1.18.1/go.mod h1:0q+aL8jAiMXy9hbwj2mr5GziHiwhAIQpFmmtT5hitRs=
+github.com/onsi/gomega v1.27.7 h1:fVih9JD6ogIiHUN6ePK7HJidyEDpWGVB5mzM7cWNXoU=
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/sailorvii/goav v0.1.4 h1:4FwbikqIxx26dcHlZ8195WSPQSWbNnvRvTSgRTPgh2w=
@@ -72,11 +66,10 @@ github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+
github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI=
github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg=
-github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
github.com/taosdata/driver-go/v3 v3.5.1 h1:ln8gLJ6HR6gHU6dodmOa9utUjPUpAcdIplh6arFO26Q=
github.com/taosdata/driver-go/v3 v3.5.1/go.mod h1:H2vo/At+rOPY1aMzUV9P49SVX7NlXb3LAbKw+MCLrmU=
-golang.org/x/net v0.23.0 h1:7EYJ93RZ9vYSZAIb2x3lnuvqO5zneoD6IvWjuhfxjTs=
-golang.org/x/net v0.23.0/go.mod h1:JKghWKKOSdJwpW2GEx0Ja7fmaKnMsbu+MWVZTokSYmg=
+golang.org/x/net v0.21.0 h1:AQyQV4dYCvJ7vGmJyKki9+PBdyvhkSd8EIx/qb0AYv4=
+golang.org/x/net v0.21.0/go.mod h1:bIjVDfnllIU7BJ2DNgfnXvpSvtn8VRwhlsaeUTyUS44=
golang.org/x/sys v0.19.0 h1:q5f1RH2jigJ1MoAWp2KTp3gm5zAGFUTarQZ5U386+4o=
golang.org/x/sys v0.19.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
golang.org/x/text v0.14.0 h1:ScX5w1eTa3QqT8oi6+ziP7dTV1S2+ALU0bI+0zXKWiQ=
@@ -89,13 +82,10 @@ google.golang.org/protobuf v1.33.0 h1:uNO2rsAINq/JlFpSdYEKIZ0uKD/R9cpdv0T+yoGwGm
google.golang.org/protobuf v1.33.0/go.mod h1:c6P6GXX6sHbq/GpV6MGZEdwhWPcYBgnhAHhKbcUYpos=
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 h1:qIbj1fsPNlZgppZ+VLlY7N33q108Sa+fhmuc+sWQYwY=
-gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 h1:uRGJdciOHaEIrze2W8Q3AKkepLTh2hOroT7a+7czfdQ=
-gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7/go.mod h1:dt/ZhP58zS4L8KSrWDmTeBkI65Dw0HsyUHuEVlX15mw=
gopkg.in/yaml.v2 v2.4.0 h1:D8xgwECY7CYvx+Y2n4sBz93Jn9JRvxdiyyo8CTfuKaY=
gopkg.in/yaml.v2 v2.4.0/go.mod h1:RDklbk79AGWmwhnvt/jBztapEOGDOx6ZbXqjP6csGnQ=
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
-gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
-k8s.io/klog/v2 v2.110.1 h1:U/Af64HJf7FcwMcXyKm2RPM22WZzyR7OSpYj5tg3cL0=
-k8s.io/klog/v2 v2.110.1/go.mod h1:YGtd1984u+GgbuZ7e08/yBuAfKLSO0+uR1Fhi6ExXjo=
+k8s.io/klog/v2 v2.100.1 h1:7WCHKK6K8fNhTqfBhISHQ97KrnJNFZMcQvKp7gP/tmg=
+k8s.io/klog/v2 v2.100.1/go.mod h1:y1WjHnz7Dj687irZUWR/WLkLc5N1YHtjLdmgWjndZn0=
diff --git a/staging/src/github.com/kubeedge/mapper-framework/pkg/global/global.go b/staging/src/github.com/kubeedge/mapper-framework/pkg/global/global.go
index d2fb5c03d..bd284551a 100644
--- a/staging/src/github.com/kubeedge/mapper-framework/pkg/global/global.go
+++ b/staging/src/github.com/kubeedge/mapper-framework/pkg/global/global.go
@@ -1,7 +1,7 @@
package global
import (
- dmiapi "github.com/kubeedge/api/dmi/v1beta1"
+ dmiapi "github.com/kubeedge/api/apis/dmi/v1beta1"
"github.com/kubeedge/mapper-framework/pkg/common"
)
diff --git a/staging/src/github.com/kubeedge/mapper-framework/pkg/grpcclient/register.go b/staging/src/github.com/kubeedge/mapper-framework/pkg/grpcclient/register.go
index c5b75dc6a..16dd136d9 100644
--- a/staging/src/github.com/kubeedge/mapper-framework/pkg/grpcclient/register.go
+++ b/staging/src/github.com/kubeedge/mapper-framework/pkg/grpcclient/register.go
@@ -8,7 +8,7 @@ import (
"google.golang.org/grpc"
- dmiapi "github.com/kubeedge/api/dmi/v1beta1"
+ dmiapi "github.com/kubeedge/api/apis/dmi/v1beta1"
"github.com/kubeedge/mapper-framework/pkg/common"
"github.com/kubeedge/mapper-framework/pkg/config"
)
diff --git a/staging/src/github.com/kubeedge/mapper-framework/pkg/grpcclient/report.go b/staging/src/github.com/kubeedge/mapper-framework/pkg/grpcclient/report.go
index c6ea2b232..a8bf16ab0 100644
--- a/staging/src/github.com/kubeedge/mapper-framework/pkg/grpcclient/report.go
+++ b/staging/src/github.com/kubeedge/mapper-framework/pkg/grpcclient/report.go
@@ -8,7 +8,7 @@ import (
"google.golang.org/grpc"
- dmiapi "github.com/kubeedge/api/dmi/v1beta1"
+ dmiapi "github.com/kubeedge/api/apis/dmi/v1beta1"
"github.com/kubeedge/mapper-framework/pkg/config"
)
diff --git a/staging/src/github.com/kubeedge/mapper-framework/pkg/grpcserver/device.go b/staging/src/github.com/kubeedge/mapper-framework/pkg/grpcserver/device.go
index d8de4227b..1e726fe29 100644
--- a/staging/src/github.com/kubeedge/mapper-framework/pkg/grpcserver/device.go
+++ b/staging/src/github.com/kubeedge/mapper-framework/pkg/grpcserver/device.go
@@ -10,7 +10,7 @@ import (
"github.com/avast/retry-go"
"k8s.io/klog/v2"
- dmiapi "github.com/kubeedge/api/dmi/v1beta1"
+ dmiapi "github.com/kubeedge/api/apis/dmi/v1beta1"
"github.com/kubeedge/mapper-framework/pkg/common"
"github.com/kubeedge/mapper-framework/pkg/util/parse"
)
diff --git a/staging/src/github.com/kubeedge/mapper-framework/pkg/grpcserver/server.go b/staging/src/github.com/kubeedge/mapper-framework/pkg/grpcserver/server.go
index 71bc93d4f..08ced6be0 100644
--- a/staging/src/github.com/kubeedge/mapper-framework/pkg/grpcserver/server.go
+++ b/staging/src/github.com/kubeedge/mapper-framework/pkg/grpcserver/server.go
@@ -9,7 +9,7 @@ import (
"google.golang.org/grpc/reflection"
"k8s.io/klog/v2"
- dmiapi "github.com/kubeedge/api/dmi/v1beta1"
+ dmiapi "github.com/kubeedge/api/apis/dmi/v1beta1"
"github.com/kubeedge/mapper-framework/pkg/global"
)
diff --git a/staging/src/github.com/kubeedge/mapper-framework/pkg/util/parse/grpc.go b/staging/src/github.com/kubeedge/mapper-framework/pkg/util/parse/grpc.go
index b7551a6bf..22d120ed9 100644
--- a/staging/src/github.com/kubeedge/mapper-framework/pkg/util/parse/grpc.go
+++ b/staging/src/github.com/kubeedge/mapper-framework/pkg/util/parse/grpc.go
@@ -5,7 +5,7 @@ import (
"k8s.io/klog/v2"
- dmiapi "github.com/kubeedge/api/dmi/v1beta1"
+ dmiapi "github.com/kubeedge/api/apis/dmi/v1beta1"
"github.com/kubeedge/mapper-framework/pkg/common"
)
diff --git a/staging/src/github.com/kubeedge/mapper-framework/pkg/util/parse/type.go b/staging/src/github.com/kubeedge/mapper-framework/pkg/util/parse/type.go
index bfb8c0cc0..b3627b2f9 100644
--- a/staging/src/github.com/kubeedge/mapper-framework/pkg/util/parse/type.go
+++ b/staging/src/github.com/kubeedge/mapper-framework/pkg/util/parse/type.go
@@ -3,7 +3,7 @@ package parse
import (
"fmt"
- dmiapi "github.com/kubeedge/api/dmi/v1beta1"
+ dmiapi "github.com/kubeedge/api/apis/dmi/v1beta1"
"github.com/kubeedge/mapper-framework/pkg/common"
)
diff --git a/tests/e2e/rule/rule.go b/tests/e2e/rule/rule.go
index 5ee936f0e..822c90c83 100644
--- a/tests/e2e/rule/rule.go
+++ b/tests/e2e/rule/rule.go
@@ -9,7 +9,7 @@ import (
"github.com/onsi/gomega"
"k8s.io/kubernetes/test/e2e/framework"
- v1 "github.com/kubeedge/api/rules/v1"
+ v1 "github.com/kubeedge/api/apis/rules/v1"
edgeclientset "github.com/kubeedge/kubeedge/pkg/client/clientset/versioned"
"github.com/kubeedge/kubeedge/tests/e2e/utils"
)
diff --git a/tests/e2e/utils/common.go b/tests/e2e/utils/common.go
index a2a402dba..24a667d1f 100644
--- a/tests/e2e/utils/common.go
+++ b/tests/e2e/utils/common.go
@@ -38,7 +38,7 @@ import (
clientset "k8s.io/client-go/kubernetes"
"k8s.io/klog/v2"
- "github.com/kubeedge/api/devices/v1beta1"
+ "github.com/kubeedge/api/apis/devices/v1beta1"
edgeclientset "github.com/kubeedge/kubeedge/pkg/client/clientset/versioned"
"github.com/kubeedge/kubeedge/tests/e2e/constants"
)
diff --git a/tests/e2e/utils/device.go b/tests/e2e/utils/device.go
index 33bac8a6b..377f1fe33 100644
--- a/tests/e2e/utils/device.go
+++ b/tests/e2e/utils/device.go
@@ -4,7 +4,7 @@ import (
v12 "k8s.io/api/core/v1"
v1 "k8s.io/apimachinery/pkg/apis/meta/v1"
- "github.com/kubeedge/api/devices/v1beta1"
+ "github.com/kubeedge/api/apis/devices/v1beta1"
)
func NewModbusDeviceModel() v1beta1.DeviceModel {
diff --git a/tests/e2e/utils/rule.go b/tests/e2e/utils/rule.go
index f5368d003..07acb2b41 100644
--- a/tests/e2e/utils/rule.go
+++ b/tests/e2e/utils/rule.go
@@ -9,7 +9,7 @@ import (
apierrors "k8s.io/apimachinery/pkg/api/errors"
v1 "k8s.io/apimachinery/pkg/apis/meta/v1"
- rulesv1 "github.com/kubeedge/api/rules/v1"
+ rulesv1 "github.com/kubeedge/api/apis/rules/v1"
edgeclientset "github.com/kubeedge/kubeedge/pkg/client/clientset/versioned"
)
diff --git a/tests/integration/framework/util.go b/tests/integration/framework/util.go
index ac3805fd2..6433726c3 100644
--- a/tests/integration/framework/util.go
+++ b/tests/integration/framework/util.go
@@ -3,8 +3,8 @@ package framework
import (
"k8s.io/klog/v2"
- cloudconfig "github.com/kubeedge/api/componentconfig/cloudcore/v1alpha1"
- edgeconfig "github.com/kubeedge/api/componentconfig/edgecore/v1alpha2"
+ cloudconfig "github.com/kubeedge/api/apis/componentconfig/cloudcore/v1alpha1"
+ edgeconfig "github.com/kubeedge/api/apis/componentconfig/edgecore/v1alpha2"
)
func DisableAllModules(i interface{}) {
diff --git a/tests/integration/metaserver/main_test.go b/tests/integration/metaserver/main_test.go
index 02d68eddf..2a20b6d8f 100644
--- a/tests/integration/metaserver/main_test.go
+++ b/tests/integration/metaserver/main_test.go
@@ -3,8 +3,8 @@ package metaserver
import (
"testing"
- cloudconfig "github.com/kubeedge/api/componentconfig/cloudcore/v1alpha1"
- edgeconfig "github.com/kubeedge/api/componentconfig/edgecore/v1alpha2"
+ cloudconfig "github.com/kubeedge/api/apis/componentconfig/cloudcore/v1alpha1"
+ edgeconfig "github.com/kubeedge/api/apis/componentconfig/edgecore/v1alpha2"
"github.com/kubeedge/kubeedge/tests/integration/framework"
)
diff --git a/vendor/modules.txt b/vendor/modules.txt
index 4ec2b6736..76a79ecee 100644
--- a/vendor/modules.txt
+++ b/vendor/modules.txt
@@ -593,23 +593,23 @@ github.com/klauspost/compress/zstd
github.com/klauspost/compress/zstd/internal/xxhash
# github.com/kubeedge/api v0.0.0 => ./staging/src/github.com/kubeedge/api
## explicit; go 1.21
-github.com/kubeedge/api/apps/v1alpha1
-github.com/kubeedge/api/common/constants
-github.com/kubeedge/api/componentconfig/cloudcore/v1alpha1
-github.com/kubeedge/api/componentconfig/cloudcore/v1alpha1/validation
-github.com/kubeedge/api/componentconfig/edgecore/v1alpha2
-github.com/kubeedge/api/componentconfig/edgecore/v1alpha2/validation
-github.com/kubeedge/api/componentconfig/meta/v1alpha1
-github.com/kubeedge/api/devices/v1alpha2
-github.com/kubeedge/api/devices/v1beta1
-github.com/kubeedge/api/dmi/v1beta1
-github.com/kubeedge/api/fsm/v1alpha1
-github.com/kubeedge/api/operations/v1alpha1
-github.com/kubeedge/api/policy/v1alpha1
-github.com/kubeedge/api/reliablesyncs/v1alpha1
-github.com/kubeedge/api/rules/v1
-github.com/kubeedge/api/util
-github.com/kubeedge/api/util/validation
+github.com/kubeedge/api/apis/apps/v1alpha1
+github.com/kubeedge/api/apis/common/constants
+github.com/kubeedge/api/apis/componentconfig/cloudcore/v1alpha1
+github.com/kubeedge/api/apis/componentconfig/cloudcore/v1alpha1/validation
+github.com/kubeedge/api/apis/componentconfig/edgecore/v1alpha2
+github.com/kubeedge/api/apis/componentconfig/edgecore/v1alpha2/validation
+github.com/kubeedge/api/apis/componentconfig/meta/v1alpha1
+github.com/kubeedge/api/apis/devices/v1alpha2
+github.com/kubeedge/api/apis/devices/v1beta1
+github.com/kubeedge/api/apis/dmi/v1beta1
+github.com/kubeedge/api/apis/fsm/v1alpha1
+github.com/kubeedge/api/apis/operations/v1alpha1
+github.com/kubeedge/api/apis/policy/v1alpha1
+github.com/kubeedge/api/apis/reliablesyncs/v1alpha1
+github.com/kubeedge/api/apis/rules/v1
+github.com/kubeedge/api/apis/util
+github.com/kubeedge/api/apis/util/validation
# github.com/kubeedge/beehive v0.0.0 => ./staging/src/github.com/kubeedge/beehive
## explicit; go 1.21
github.com/kubeedge/beehive/pkg/common