diff options
| author | wbc6080 <wangbincheng4@huawei.com> | 2024-07-31 10:30:35 +0800 |
|---|---|---|
| committer | wbc6080 <wangbincheng4@huawei.com> | 2024-08-08 15:28:16 +0800 |
| commit | 1a7f933e589bd86fa6c732cc6d7ba85d650cc500 (patch) | |
| tree | 70b5ebcc98281d88cbaa4d3155910433e4bb6ff2 | |
| parent | migrate kubeedge api to stage directory (diff) | |
| download | kubeedge-1a7f933e589bd86fa6c732cc6d7ba85d650cc500.tar.gz | |
Modify the way each component in kubeedge refers to API dependencies and change openapi and swagger after migrating
Signed-off-by: wbc6080 <wangbincheng4@huawei.com>
220 files changed, 1815 insertions, 1573 deletions
diff --git a/apidoc/generated/openapi/zz_generated.openapi.go b/apidoc/generated/openapi/zz_generated.openapi.go index 1005f8f04..192531192 100644 --- a/apidoc/generated/openapi/zz_generated.openapi.go +++ b/apidoc/generated/openapi/zz_generated.openapi.go @@ -1,3 +1,4 @@ + /* Copyright The KubeEdge Authors. @@ -29,408 +30,412 @@ import ( func GetOpenAPIDefinitions(ref common.ReferenceCallback) map[string]common.OpenAPIDefinition { return map[string]common.OpenAPIDefinition{ - "github.com/kubeedge/kubeedge/pkg/apis/apps/v1alpha1.CommandArgsOverrider": schema_pkg_apis_apps_v1alpha1_CommandArgsOverrider(ref), - "github.com/kubeedge/kubeedge/pkg/apis/apps/v1alpha1.EdgeApplication": schema_pkg_apis_apps_v1alpha1_EdgeApplication(ref), - "github.com/kubeedge/kubeedge/pkg/apis/apps/v1alpha1.EdgeApplicationList": schema_pkg_apis_apps_v1alpha1_EdgeApplicationList(ref), - "github.com/kubeedge/kubeedge/pkg/apis/apps/v1alpha1.EdgeApplicationSpec": schema_pkg_apis_apps_v1alpha1_EdgeApplicationSpec(ref), - "github.com/kubeedge/kubeedge/pkg/apis/apps/v1alpha1.EdgeApplicationStatus": schema_pkg_apis_apps_v1alpha1_EdgeApplicationStatus(ref), - "github.com/kubeedge/kubeedge/pkg/apis/apps/v1alpha1.EnvOverrider": schema_pkg_apis_apps_v1alpha1_EnvOverrider(ref), - "github.com/kubeedge/kubeedge/pkg/apis/apps/v1alpha1.ImageOverrider": schema_pkg_apis_apps_v1alpha1_ImageOverrider(ref), - "github.com/kubeedge/kubeedge/pkg/apis/apps/v1alpha1.ImagePredicate": schema_pkg_apis_apps_v1alpha1_ImagePredicate(ref), - "github.com/kubeedge/kubeedge/pkg/apis/apps/v1alpha1.Manifest": schema_pkg_apis_apps_v1alpha1_Manifest(ref), - "github.com/kubeedge/kubeedge/pkg/apis/apps/v1alpha1.ManifestStatus": schema_pkg_apis_apps_v1alpha1_ManifestStatus(ref), - "github.com/kubeedge/kubeedge/pkg/apis/apps/v1alpha1.NodeGroup": schema_pkg_apis_apps_v1alpha1_NodeGroup(ref), - "github.com/kubeedge/kubeedge/pkg/apis/apps/v1alpha1.NodeGroupList": schema_pkg_apis_apps_v1alpha1_NodeGroupList(ref), - "github.com/kubeedge/kubeedge/pkg/apis/apps/v1alpha1.NodeGroupSpec": schema_pkg_apis_apps_v1alpha1_NodeGroupSpec(ref), - "github.com/kubeedge/kubeedge/pkg/apis/apps/v1alpha1.NodeGroupStatus": schema_pkg_apis_apps_v1alpha1_NodeGroupStatus(ref), - "github.com/kubeedge/kubeedge/pkg/apis/apps/v1alpha1.NodeStatus": schema_pkg_apis_apps_v1alpha1_NodeStatus(ref), - "github.com/kubeedge/kubeedge/pkg/apis/apps/v1alpha1.Overriders": schema_pkg_apis_apps_v1alpha1_Overriders(ref), - "github.com/kubeedge/kubeedge/pkg/apis/apps/v1alpha1.ResourceIdentifier": schema_pkg_apis_apps_v1alpha1_ResourceIdentifier(ref), - "github.com/kubeedge/kubeedge/pkg/apis/apps/v1alpha1.ResourceTemplate": schema_pkg_apis_apps_v1alpha1_ResourceTemplate(ref), - "github.com/kubeedge/kubeedge/pkg/apis/apps/v1alpha1.ResourcesOverrider": schema_pkg_apis_apps_v1alpha1_ResourcesOverrider(ref), - "github.com/kubeedge/kubeedge/pkg/apis/apps/v1alpha1.TargetNodeGroup": schema_pkg_apis_apps_v1alpha1_TargetNodeGroup(ref), - "github.com/kubeedge/kubeedge/pkg/apis/apps/v1alpha1.WorkloadScope": schema_pkg_apis_apps_v1alpha1_WorkloadScope(ref), - "github.com/kubeedge/kubeedge/pkg/apis/devices/v1alpha2.BluetoothOperations": schema_pkg_apis_devices_v1alpha2_BluetoothOperations(ref), - "github.com/kubeedge/kubeedge/pkg/apis/devices/v1alpha2.BluetoothReadConverter": schema_pkg_apis_devices_v1alpha2_BluetoothReadConverter(ref), - "github.com/kubeedge/kubeedge/pkg/apis/devices/v1alpha2.CustomizedValue": schema_pkg_apis_devices_v1alpha2_CustomizedValue(ref), - "github.com/kubeedge/kubeedge/pkg/apis/devices/v1alpha2.DataProperty": schema_pkg_apis_devices_v1alpha2_DataProperty(ref), - "github.com/kubeedge/kubeedge/pkg/apis/devices/v1alpha2.Device": schema_pkg_apis_devices_v1alpha2_Device(ref), - "github.com/kubeedge/kubeedge/pkg/apis/devices/v1alpha2.DeviceData": schema_pkg_apis_devices_v1alpha2_DeviceData(ref), - "github.com/kubeedge/kubeedge/pkg/apis/devices/v1alpha2.DeviceList": schema_pkg_apis_devices_v1alpha2_DeviceList(ref), - "github.com/kubeedge/kubeedge/pkg/apis/devices/v1alpha2.DeviceModel": schema_pkg_apis_devices_v1alpha2_DeviceModel(ref), - "github.com/kubeedge/kubeedge/pkg/apis/devices/v1alpha2.DeviceModelList": schema_pkg_apis_devices_v1alpha2_DeviceModelList(ref), - "github.com/kubeedge/kubeedge/pkg/apis/devices/v1alpha2.DeviceModelSpec": schema_pkg_apis_devices_v1alpha2_DeviceModelSpec(ref), - "github.com/kubeedge/kubeedge/pkg/apis/devices/v1alpha2.DeviceProperty": schema_pkg_apis_devices_v1alpha2_DeviceProperty(ref), - "github.com/kubeedge/kubeedge/pkg/apis/devices/v1alpha2.DevicePropertyVisitor": schema_pkg_apis_devices_v1alpha2_DevicePropertyVisitor(ref), - "github.com/kubeedge/kubeedge/pkg/apis/devices/v1alpha2.DeviceSpec": schema_pkg_apis_devices_v1alpha2_DeviceSpec(ref), - "github.com/kubeedge/kubeedge/pkg/apis/devices/v1alpha2.DeviceStatus": schema_pkg_apis_devices_v1alpha2_DeviceStatus(ref), - "github.com/kubeedge/kubeedge/pkg/apis/devices/v1alpha2.PropertyType": schema_pkg_apis_devices_v1alpha2_PropertyType(ref), - "github.com/kubeedge/kubeedge/pkg/apis/devices/v1alpha2.PropertyTypeBoolean": schema_pkg_apis_devices_v1alpha2_PropertyTypeBoolean(ref), - "github.com/kubeedge/kubeedge/pkg/apis/devices/v1alpha2.PropertyTypeBytes": schema_pkg_apis_devices_v1alpha2_PropertyTypeBytes(ref), - "github.com/kubeedge/kubeedge/pkg/apis/devices/v1alpha2.PropertyTypeDouble": schema_pkg_apis_devices_v1alpha2_PropertyTypeDouble(ref), - "github.com/kubeedge/kubeedge/pkg/apis/devices/v1alpha2.PropertyTypeFloat": schema_pkg_apis_devices_v1alpha2_PropertyTypeFloat(ref), - "github.com/kubeedge/kubeedge/pkg/apis/devices/v1alpha2.PropertyTypeInt64": schema_pkg_apis_devices_v1alpha2_PropertyTypeInt64(ref), - "github.com/kubeedge/kubeedge/pkg/apis/devices/v1alpha2.PropertyTypeString": schema_pkg_apis_devices_v1alpha2_PropertyTypeString(ref), - "github.com/kubeedge/kubeedge/pkg/apis/devices/v1alpha2.ProtocolConfig": schema_pkg_apis_devices_v1alpha2_ProtocolConfig(ref), - "github.com/kubeedge/kubeedge/pkg/apis/devices/v1alpha2.ProtocolConfigBluetooth": schema_pkg_apis_devices_v1alpha2_ProtocolConfigBluetooth(ref), - "github.com/kubeedge/kubeedge/pkg/apis/devices/v1alpha2.ProtocolConfigCOM": schema_pkg_apis_devices_v1alpha2_ProtocolConfigCOM(ref), - "github.com/kubeedge/kubeedge/pkg/apis/devices/v1alpha2.ProtocolConfigCommon": schema_pkg_apis_devices_v1alpha2_ProtocolConfigCommon(ref), - "github.com/kubeedge/kubeedge/pkg/apis/devices/v1alpha2.ProtocolConfigCustomized": schema_pkg_apis_devices_v1alpha2_ProtocolConfigCustomized(ref), - "github.com/kubeedge/kubeedge/pkg/apis/devices/v1alpha2.ProtocolConfigModbus": schema_pkg_apis_devices_v1alpha2_ProtocolConfigModbus(ref), - "github.com/kubeedge/kubeedge/pkg/apis/devices/v1alpha2.ProtocolConfigOpcUA": schema_pkg_apis_devices_v1alpha2_ProtocolConfigOpcUA(ref), - "github.com/kubeedge/kubeedge/pkg/apis/devices/v1alpha2.ProtocolConfigTCP": schema_pkg_apis_devices_v1alpha2_ProtocolConfigTCP(ref), - "github.com/kubeedge/kubeedge/pkg/apis/devices/v1alpha2.Twin": schema_pkg_apis_devices_v1alpha2_Twin(ref), - "github.com/kubeedge/kubeedge/pkg/apis/devices/v1alpha2.TwinProperty": schema_pkg_apis_devices_v1alpha2_TwinProperty(ref), - "github.com/kubeedge/kubeedge/pkg/apis/devices/v1alpha2.VisitorConfig": schema_pkg_apis_devices_v1alpha2_VisitorConfig(ref), - "github.com/kubeedge/kubeedge/pkg/apis/devices/v1alpha2.VisitorConfigBluetooth": schema_pkg_apis_devices_v1alpha2_VisitorConfigBluetooth(ref), - "github.com/kubeedge/kubeedge/pkg/apis/devices/v1alpha2.VisitorConfigCustomized": schema_pkg_apis_devices_v1alpha2_VisitorConfigCustomized(ref), - "github.com/kubeedge/kubeedge/pkg/apis/devices/v1alpha2.VisitorConfigModbus": schema_pkg_apis_devices_v1alpha2_VisitorConfigModbus(ref), - "github.com/kubeedge/kubeedge/pkg/apis/devices/v1alpha2.VisitorConfigOPCUA": schema_pkg_apis_devices_v1alpha2_VisitorConfigOPCUA(ref), - "github.com/kubeedge/kubeedge/pkg/apis/devices/v1beta1.CustomizedValue": schema_pkg_apis_devices_v1beta1_CustomizedValue(ref), - "github.com/kubeedge/kubeedge/pkg/apis/devices/v1beta1.DBMethodConfig": schema_pkg_apis_devices_v1beta1_DBMethodConfig(ref), - "github.com/kubeedge/kubeedge/pkg/apis/devices/v1beta1.DBMethodInfluxdb2": schema_pkg_apis_devices_v1beta1_DBMethodInfluxdb2(ref), - "github.com/kubeedge/kubeedge/pkg/apis/devices/v1beta1.DBMethodMySQL": schema_pkg_apis_devices_v1beta1_DBMethodMySQL(ref), - "github.com/kubeedge/kubeedge/pkg/apis/devices/v1beta1.DBMethodRedis": schema_pkg_apis_devices_v1beta1_DBMethodRedis(ref), - "github.com/kubeedge/kubeedge/pkg/apis/devices/v1beta1.DBMethodTDEngine": schema_pkg_apis_devices_v1beta1_DBMethodTDEngine(ref), - "github.com/kubeedge/kubeedge/pkg/apis/devices/v1beta1.Device": schema_pkg_apis_devices_v1beta1_Device(ref), - "github.com/kubeedge/kubeedge/pkg/apis/devices/v1beta1.DeviceList": schema_pkg_apis_devices_v1beta1_DeviceList(ref), - "github.com/kubeedge/kubeedge/pkg/apis/devices/v1beta1.DeviceModel": schema_pkg_apis_devices_v1beta1_DeviceModel(ref), - "github.com/kubeedge/kubeedge/pkg/apis/devices/v1beta1.DeviceModelList": schema_pkg_apis_devices_v1beta1_DeviceModelList(ref), - "github.com/kubeedge/kubeedge/pkg/apis/devices/v1beta1.DeviceModelSpec": schema_pkg_apis_devices_v1beta1_DeviceModelSpec(ref), - "github.com/kubeedge/kubeedge/pkg/apis/devices/v1beta1.DeviceProperty": schema_pkg_apis_devices_v1beta1_DeviceProperty(ref), - "github.com/kubeedge/kubeedge/pkg/apis/devices/v1beta1.DeviceSpec": schema_pkg_apis_devices_v1beta1_DeviceSpec(ref), - "github.com/kubeedge/kubeedge/pkg/apis/devices/v1beta1.DeviceStatus": schema_pkg_apis_devices_v1beta1_DeviceStatus(ref), - "github.com/kubeedge/kubeedge/pkg/apis/devices/v1beta1.Influxdb2ClientConfig": schema_pkg_apis_devices_v1beta1_Influxdb2ClientConfig(ref), - "github.com/kubeedge/kubeedge/pkg/apis/devices/v1beta1.Influxdb2DataConfig": schema_pkg_apis_devices_v1beta1_Influxdb2DataConfig(ref), - "github.com/kubeedge/kubeedge/pkg/apis/devices/v1beta1.ModelProperty": schema_pkg_apis_devices_v1beta1_ModelProperty(ref), - "github.com/kubeedge/kubeedge/pkg/apis/devices/v1beta1.MySQLClientConfig": schema_pkg_apis_devices_v1beta1_MySQLClientConfig(ref), - "github.com/kubeedge/kubeedge/pkg/apis/devices/v1beta1.ProtocolConfig": schema_pkg_apis_devices_v1beta1_ProtocolConfig(ref), - "github.com/kubeedge/kubeedge/pkg/apis/devices/v1beta1.PushMethod": schema_pkg_apis_devices_v1beta1_PushMethod(ref), - "github.com/kubeedge/kubeedge/pkg/apis/devices/v1beta1.PushMethodHTTP": schema_pkg_apis_devices_v1beta1_PushMethodHTTP(ref), - "github.com/kubeedge/kubeedge/pkg/apis/devices/v1beta1.PushMethodMQTT": schema_pkg_apis_devices_v1beta1_PushMethodMQTT(ref), - "github.com/kubeedge/kubeedge/pkg/apis/devices/v1beta1.RedisClientConfig": schema_pkg_apis_devices_v1beta1_RedisClientConfig(ref), - "github.com/kubeedge/kubeedge/pkg/apis/devices/v1beta1.TDEngineClientConfig": schema_pkg_apis_devices_v1beta1_TDEngineClientConfig(ref), - "github.com/kubeedge/kubeedge/pkg/apis/devices/v1beta1.Twin": schema_pkg_apis_devices_v1beta1_Twin(ref), - "github.com/kubeedge/kubeedge/pkg/apis/devices/v1beta1.TwinProperty": schema_pkg_apis_devices_v1beta1_TwinProperty(ref), - "github.com/kubeedge/kubeedge/pkg/apis/devices/v1beta1.VisitorConfig": schema_pkg_apis_devices_v1beta1_VisitorConfig(ref), - "github.com/kubeedge/kubeedge/pkg/apis/operations/v1alpha1.ImagePrePullJob": schema_pkg_apis_operations_v1alpha1_ImagePrePullJob(ref), - "github.com/kubeedge/kubeedge/pkg/apis/operations/v1alpha1.ImagePrePullJobList": schema_pkg_apis_operations_v1alpha1_ImagePrePullJobList(ref), - "github.com/kubeedge/kubeedge/pkg/apis/operations/v1alpha1.ImagePrePullJobSpec": schema_pkg_apis_operations_v1alpha1_ImagePrePullJobSpec(ref), - "github.com/kubeedge/kubeedge/pkg/apis/operations/v1alpha1.ImagePrePullJobStatus": schema_pkg_apis_operations_v1alpha1_ImagePrePullJobStatus(ref), - "github.com/kubeedge/kubeedge/pkg/apis/operations/v1alpha1.ImagePrePullStatus": schema_pkg_apis_operations_v1alpha1_ImagePrePullStatus(ref), - "github.com/kubeedge/kubeedge/pkg/apis/operations/v1alpha1.ImagePrePullTemplate": schema_pkg_apis_operations_v1alpha1_ImagePrePullTemplate(ref), - "github.com/kubeedge/kubeedge/pkg/apis/operations/v1alpha1.ImageStatus": schema_pkg_apis_operations_v1alpha1_ImageStatus(ref), - "github.com/kubeedge/kubeedge/pkg/apis/operations/v1alpha1.NodeUpgradeJob": schema_pkg_apis_operations_v1alpha1_NodeUpgradeJob(ref), - "github.com/kubeedge/kubeedge/pkg/apis/operations/v1alpha1.NodeUpgradeJobList": schema_pkg_apis_operations_v1alpha1_NodeUpgradeJobList(ref), - "github.com/kubeedge/kubeedge/pkg/apis/operations/v1alpha1.NodeUpgradeJobSpec": schema_pkg_apis_operations_v1alpha1_NodeUpgradeJobSpec(ref), - "github.com/kubeedge/kubeedge/pkg/apis/operations/v1alpha1.NodeUpgradeJobStatus": schema_pkg_apis_operations_v1alpha1_NodeUpgradeJobStatus(ref), - "github.com/kubeedge/kubeedge/pkg/apis/operations/v1alpha1.TaskStatus": schema_pkg_apis_operations_v1alpha1_TaskStatus(ref), - "github.com/kubeedge/kubeedge/pkg/apis/policy/v1alpha1.AccessClusterRoleBinding": schema_pkg_apis_policy_v1alpha1_AccessClusterRoleBinding(ref), - "github.com/kubeedge/kubeedge/pkg/apis/policy/v1alpha1.AccessRoleBinding": schema_pkg_apis_policy_v1alpha1_AccessRoleBinding(ref), - "github.com/kubeedge/kubeedge/pkg/apis/policy/v1alpha1.AccessSpec": schema_pkg_apis_policy_v1alpha1_AccessSpec(ref), - "github.com/kubeedge/kubeedge/pkg/apis/policy/v1alpha1.AccessStatus": schema_pkg_apis_policy_v1alpha1_AccessStatus(ref), - "github.com/kubeedge/kubeedge/pkg/apis/policy/v1alpha1.ServiceAccountAccess": schema_pkg_apis_policy_v1alpha1_ServiceAccountAccess(ref), - "github.com/kubeedge/kubeedge/pkg/apis/policy/v1alpha1.ServiceAccountAccessList": schema_pkg_apis_policy_v1alpha1_ServiceAccountAccessList(ref), - "github.com/kubeedge/kubeedge/pkg/apis/reliablesyncs/v1alpha1.ClusterObjectSync": schema_pkg_apis_reliablesyncs_v1alpha1_ClusterObjectSync(ref), - "github.com/kubeedge/kubeedge/pkg/apis/reliablesyncs/v1alpha1.ClusterObjectSyncList": schema_pkg_apis_reliablesyncs_v1alpha1_ClusterObjectSyncList(ref), - "github.com/kubeedge/kubeedge/pkg/apis/reliablesyncs/v1alpha1.ObjectSync": schema_pkg_apis_reliablesyncs_v1alpha1_ObjectSync(ref), - "github.com/kubeedge/kubeedge/pkg/apis/reliablesyncs/v1alpha1.ObjectSyncList": schema_pkg_apis_reliablesyncs_v1alpha1_ObjectSyncList(ref), - "github.com/kubeedge/kubeedge/pkg/apis/reliablesyncs/v1alpha1.ObjectSyncSpec": schema_pkg_apis_reliablesyncs_v1alpha1_ObjectSyncSpec(ref), - "github.com/kubeedge/kubeedge/pkg/apis/reliablesyncs/v1alpha1.ObjectSyncStatus": schema_pkg_apis_reliablesyncs_v1alpha1_ObjectSyncStatus(ref), - "github.com/kubeedge/kubeedge/pkg/apis/rules/v1.Rule": schema_pkg_apis_rules_v1_Rule(ref), - "github.com/kubeedge/kubeedge/pkg/apis/rules/v1.RuleEndpoint": schema_pkg_apis_rules_v1_RuleEndpoint(ref), - "github.com/kubeedge/kubeedge/pkg/apis/rules/v1.RuleEndpointList": schema_pkg_apis_rules_v1_RuleEndpointList(ref), - "github.com/kubeedge/kubeedge/pkg/apis/rules/v1.RuleEndpointSpec": schema_pkg_apis_rules_v1_RuleEndpointSpec(ref), - "github.com/kubeedge/kubeedge/pkg/apis/rules/v1.RuleList": schema_pkg_apis_rules_v1_RuleList(ref), - "github.com/kubeedge/kubeedge/pkg/apis/rules/v1.RuleSpec": schema_pkg_apis_rules_v1_RuleSpec(ref), - "github.com/kubeedge/kubeedge/pkg/apis/rules/v1.RuleStatus": schema_pkg_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.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.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.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.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/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), } } -func schema_pkg_apis_apps_v1alpha1_CommandArgsOverrider(ref common.ReferenceCallback) common.OpenAPIDefinition { +func schema_kubeedge_api_apps_v1alpha1_CommandArgsOverrider(ref common.ReferenceCallback) common.OpenAPIDefinition { return common.OpenAPIDefinition{ Schema: spec.Schema{ SchemaProps: spec.SchemaProps{ @@ -475,7 +480,7 @@ func schema_pkg_apis_apps_v1alpha1_CommandArgsOverrider(ref common.ReferenceCall } } -func schema_pkg_apis_apps_v1alpha1_EdgeApplication(ref common.ReferenceCallback) common.OpenAPIDefinition { +func schema_kubeedge_api_apps_v1alpha1_EdgeApplication(ref common.ReferenceCallback) common.OpenAPIDefinition { return common.OpenAPIDefinition{ Schema: spec.Schema{ SchemaProps: spec.SchemaProps{ @@ -506,25 +511,25 @@ func schema_pkg_apis_apps_v1alpha1_EdgeApplication(ref common.ReferenceCallback) SchemaProps: spec.SchemaProps{ Description: "Spec represents the desired behavior of EdgeApplication.", Default: map[string]interface{}{}, - Ref: ref("github.com/kubeedge/kubeedge/pkg/apis/apps/v1alpha1.EdgeApplicationSpec"), + Ref: ref("github.com/kubeedge/api/apps/v1alpha1.EdgeApplicationSpec"), }, }, "status": { SchemaProps: spec.SchemaProps{ Description: "Status represents the status of PropagationStatus.", Default: map[string]interface{}{}, - Ref: ref("github.com/kubeedge/kubeedge/pkg/apis/apps/v1alpha1.EdgeApplicationStatus"), + Ref: ref("github.com/kubeedge/api/apps/v1alpha1.EdgeApplicationStatus"), }, }, }, }, }, Dependencies: []string{ - "github.com/kubeedge/kubeedge/pkg/apis/apps/v1alpha1.EdgeApplicationSpec", "github.com/kubeedge/kubeedge/pkg/apis/apps/v1alpha1.EdgeApplicationStatus", "k8s.io/apimachinery/pkg/apis/meta/v1.ObjectMeta"}, + "github.com/kubeedge/api/apps/v1alpha1.EdgeApplicationSpec", "github.com/kubeedge/api/apps/v1alpha1.EdgeApplicationStatus", "k8s.io/apimachinery/pkg/apis/meta/v1.ObjectMeta"}, } } -func schema_pkg_apis_apps_v1alpha1_EdgeApplicationList(ref common.ReferenceCallback) common.OpenAPIDefinition { +func schema_kubeedge_api_apps_v1alpha1_EdgeApplicationList(ref common.ReferenceCallback) common.OpenAPIDefinition { return common.OpenAPIDefinition{ Schema: spec.Schema{ SchemaProps: spec.SchemaProps{ @@ -558,7 +563,7 @@ func schema_pkg_apis_apps_v1alpha1_EdgeApplicationList(ref common.ReferenceCallb Schema: &spec.Schema{ SchemaProps: spec.SchemaProps{ Default: map[string]interface{}{}, - Ref: ref("github.com/kubeedge/kubeedge/pkg/apis/apps/v1alpha1.EdgeApplication"), + Ref: ref("github.com/kubeedge/api/apps/v1alpha1.EdgeApplication"), }, }, }, @@ -569,11 +574,11 @@ func schema_pkg_apis_apps_v1alpha1_EdgeApplicationList(ref common.ReferenceCallb }, }, Dependencies: []string{ - "github.com/kubeedge/kubeedge/pkg/apis/apps/v1alpha1.EdgeApplication", "k8s.io/apimachinery/pkg/apis/meta/v1.ListMeta"}, + "github.com/kubeedge/api/apps/v1alpha1.EdgeApplication", "k8s.io/apimachinery/pkg/apis/meta/v1.ListMeta"}, } } -func schema_pkg_apis_apps_v1alpha1_EdgeApplicationSpec(ref common.ReferenceCallback) common.OpenAPIDefinition { +func schema_kubeedge_api_apps_v1alpha1_EdgeApplicationSpec(ref common.ReferenceCallback) common.OpenAPIDefinition { return common.OpenAPIDefinition{ Schema: spec.Schema{ SchemaProps: spec.SchemaProps{ @@ -584,14 +589,14 @@ func schema_pkg_apis_apps_v1alpha1_EdgeApplicationSpec(ref common.ReferenceCallb 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/kubeedge/pkg/apis/apps/v1alpha1.ResourceTemplate"), + Ref: ref("github.com/kubeedge/api/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/kubeedge/pkg/apis/apps/v1alpha1.WorkloadScope"), + Ref: ref("github.com/kubeedge/api/apps/v1alpha1.WorkloadScope"), }, }, }, @@ -599,11 +604,11 @@ func schema_pkg_apis_apps_v1alpha1_EdgeApplicationSpec(ref common.ReferenceCallb }, }, Dependencies: []string{ - "github.com/kubeedge/kubeedge/pkg/apis/apps/v1alpha1.ResourceTemplate", "github.com/kubeedge/kubeedge/pkg/apis/apps/v1alpha1.WorkloadScope"}, + "github.com/kubeedge/api/apps/v1alpha1.ResourceTemplate", "github.com/kubeedge/api/apps/v1alpha1.WorkloadScope"}, } } -func schema_pkg_apis_apps_v1alpha1_EdgeApplicationStatus(ref common.ReferenceCallback) common.OpenAPIDefinition { +func schema_kubeedge_api_apps_v1alpha1_EdgeApplicationStatus(ref common.ReferenceCallback) common.OpenAPIDefinition { return common.OpenAPIDefinition{ Schema: spec.Schema{ SchemaProps: spec.SchemaProps{ @@ -618,7 +623,7 @@ func schema_pkg_apis_apps_v1alpha1_EdgeApplicationStatus(ref common.ReferenceCal Schema: &spec.Schema{ SchemaProps: spec.SchemaProps{ Default: map[string]interface{}{}, - Ref: ref("github.com/kubeedge/kubeedge/pkg/apis/apps/v1alpha1.ManifestStatus"), + Ref: ref("github.com/kubeedge/api/apps/v1alpha1.ManifestStatus"), }, }, }, @@ -628,11 +633,11 @@ func schema_pkg_apis_apps_v1alpha1_EdgeApplicationStatus(ref common.ReferenceCal }, }, Dependencies: []string{ - "github.com/kubeedge/kubeedge/pkg/apis/apps/v1alpha1.ManifestStatus"}, + "github.com/kubeedge/api/apps/v1alpha1.ManifestStatus"}, } } -func schema_pkg_apis_apps_v1alpha1_EnvOverrider(ref common.ReferenceCallback) common.OpenAPIDefinition { +func schema_kubeedge_api_apps_v1alpha1_EnvOverrider(ref common.ReferenceCallback) common.OpenAPIDefinition { return common.OpenAPIDefinition{ Schema: spec.Schema{ SchemaProps: spec.SchemaProps{ @@ -678,7 +683,7 @@ func schema_pkg_apis_apps_v1alpha1_EnvOverrider(ref common.ReferenceCallback) co } } -func schema_pkg_apis_apps_v1alpha1_ImageOverrider(ref common.ReferenceCallback) common.OpenAPIDefinition { +func schema_kubeedge_api_apps_v1alpha1_ImageOverrider(ref common.ReferenceCallback) common.OpenAPIDefinition { return common.OpenAPIDefinition{ Schema: spec.Schema{ SchemaProps: spec.SchemaProps{ @@ -688,7 +693,7 @@ func schema_pkg_apis_apps_v1alpha1_ImageOverrider(ref common.ReferenceCallback) "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/kubeedge/pkg/apis/apps/v1alpha1.ImagePredicate"), + Ref: ref("github.com/kubeedge/api/apps/v1alpha1.ImagePredicate"), }, }, "component": { @@ -719,11 +724,11 @@ func schema_pkg_apis_apps_v1alpha1_ImageOverrider(ref common.ReferenceCallback) }, }, Dependencies: []string{ - "github.com/kubeedge/kubeedge/pkg/apis/apps/v1alpha1.ImagePredicate"}, + "github.com/kubeedge/api/apps/v1alpha1.ImagePredicate"}, } } -func schema_pkg_apis_apps_v1alpha1_ImagePredicate(ref common.ReferenceCallback) common.OpenAPIDefinition { +func schema_kubeedge_api_apps_v1alpha1_ImagePredicate(ref common.ReferenceCallback) common.OpenAPIDefinition { return common.OpenAPIDefinition{ Schema: spec.Schema{ SchemaProps: spec.SchemaProps{ @@ -745,7 +750,7 @@ func schema_pkg_apis_apps_v1alpha1_ImagePredicate(ref common.ReferenceCallback) } } -func schema_pkg_apis_apps_v1alpha1_Manifest(ref common.ReferenceCallback) common.OpenAPIDefinition { +func schema_kubeedge_api_apps_v1alpha1_Manifest(ref common.ReferenceCallback) common.OpenAPIDefinition { return common.OpenAPIDefinition{ Schema: spec.Schema{ SchemaProps: spec.SchemaProps{ @@ -756,7 +761,7 @@ func schema_pkg_apis_apps_v1alpha1_Manifest(ref common.ReferenceCallback) common } } -func schema_pkg_apis_apps_v1alpha1_ManifestStatus(ref common.ReferenceCallback) common.OpenAPIDefinition { +func schema_kubeedge_api_apps_v1alpha1_ManifestStatus(ref common.ReferenceCallback) common.OpenAPIDefinition { return common.OpenAPIDefinition{ Schema: spec.Schema{ SchemaProps: spec.SchemaProps{ @@ -767,7 +772,7 @@ func schema_pkg_apis_apps_v1alpha1_ManifestStatus(ref common.ReferenceCallback) 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/kubeedge/pkg/apis/apps/v1alpha1.ResourceIdentifier"), + Ref: ref("github.com/kubeedge/api/apps/v1alpha1.ResourceIdentifier"), }, }, "conditions": { @@ -782,11 +787,11 @@ func schema_pkg_apis_apps_v1alpha1_ManifestStatus(ref common.ReferenceCallback) }, }, Dependencies: []string{ - "github.com/kubeedge/kubeedge/pkg/apis/apps/v1alpha1.ResourceIdentifier"}, + "github.com/kubeedge/api/apps/v1alpha1.ResourceIdentifier"}, } } -func schema_pkg_apis_apps_v1alpha1_NodeGroup(ref common.ReferenceCallback) common.OpenAPIDefinition { +func schema_kubeedge_api_apps_v1alpha1_NodeGroup(ref common.ReferenceCallback) common.OpenAPIDefinition { return common.OpenAPIDefinition{ Schema: spec.Schema{ SchemaProps: spec.SchemaProps{ @@ -817,25 +822,25 @@ func schema_pkg_apis_apps_v1alpha1_NodeGroup(ref common.ReferenceCallback) commo SchemaProps: spec.SchemaProps{ Description: "Spec represents the specification of the desired behavior of member nodegroup.", Default: map[string]interface{}{}, - Ref: ref("github.com/kubeedge/kubeedge/pkg/apis/apps/v1alpha1.NodeGroupSpec"), + Ref: ref("github.com/kubeedge/api/apps/v1alpha1.NodeGroupSpec"), }, }, "status": { SchemaProps: spec.SchemaProps{ Description: "Status represents the status of member nodegroup.", Default: map[string]interface{}{}, - Ref: ref("github.com/kubeedge/kubeedge/pkg/apis/apps/v1alpha1.NodeGroupStatus"), + Ref: ref("github.com/kubeedge/api/apps/v1alpha1.NodeGroupStatus"), }, }, }, }, }, Dependencies: []string{ - "github.com/kubeedge/kubeedge/pkg/apis/apps/v1alpha1.NodeGroupSpec", "github.com/kubeedge/kubeedge/pkg/apis/apps/v1alpha1.NodeGroupStatus", "k8s.io/apimachinery/pkg/apis/meta/v1.ObjectMeta"}, + "github.com/kubeedge/api/apps/v1alpha1.NodeGroupSpec", "github.com/kubeedge/api/apps/v1alpha1.NodeGroupStatus", "k8s.io/apimachinery/pkg/apis/meta/v1.ObjectMeta"}, } } -func schema_pkg_apis_apps_v1alpha1_NodeGroupList(ref common.ReferenceCallback) common.OpenAPIDefinition { +func schema_kubeedge_api_apps_v1alpha1_NodeGroupList(ref common.ReferenceCallback) common.OpenAPIDefinition { return common.OpenAPIDefinition{ Schema: spec.Schema{ SchemaProps: spec.SchemaProps{ @@ -869,7 +874,7 @@ func schema_pkg_apis_apps_v1alpha1_NodeGroupList(ref common.ReferenceCallback) c Schema: &spec.Schema{ SchemaProps: spec.SchemaProps{ Default: map[string]interface{}{}, - Ref: ref("github.com/kubeedge/kubeedge/pkg/apis/apps/v1alpha1.NodeGroup"), + Ref: ref("github.com/kubeedge/api/apps/v1alpha1.NodeGroup"), }, }, }, @@ -880,11 +885,11 @@ func schema_pkg_apis_apps_v1alpha1_NodeGroupList(ref common.ReferenceCallback) c }, }, Dependencies: []string{ - "github.com/kubeedge/kubeedge/pkg/apis/apps/v1alpha1.NodeGroup", "k8s.io/apimachinery/pkg/apis/meta/v1.ListMeta"}, + "github.com/kubeedge/api/apps/v1alpha1.NodeGroup", "k8s.io/apimachinery/pkg/apis/meta/v1.ListMeta"}, } } -func schema_pkg_apis_apps_v1alpha1_NodeGroupSpec(ref common.ReferenceCallback) common.OpenAPIDefinition { +func schema_kubeedge_api_apps_v1alpha1_NodeGroupSpec(ref common.ReferenceCallback) common.OpenAPIDefinition { return common.OpenAPIDefinition{ Schema: spec.Schema{ SchemaProps: spec.SchemaProps{ @@ -928,7 +933,7 @@ func schema_pkg_apis_apps_v1alpha1_NodeGroupSpec(ref common.ReferenceCallback) c } } -func schema_pkg_apis_apps_v1alpha1_NodeGroupStatus(ref common.ReferenceCallback) common.OpenAPIDefinition { +func schema_kubeedge_api_apps_v1alpha1_NodeGroupStatus(ref common.ReferenceCallback) common.OpenAPIDefinition { return common.OpenAPIDefinition{ Schema: spec.Schema{ SchemaProps: spec.SchemaProps{ @@ -943,7 +948,7 @@ func schema_pkg_apis_apps_v1alpha1_NodeGroupStatus(ref common.ReferenceCallback) Schema: &spec.Schema{ SchemaProps: spec.SchemaProps{ Default: map[string]interface{}{}, - Ref: ref("github.com/kubeedge/kubeedge/pkg/apis/apps/v1alpha1.NodeStatus"), + Ref: ref("github.com/kubeedge/api/apps/v1alpha1.NodeStatus"), }, }, }, @@ -953,11 +958,11 @@ func schema_pkg_apis_apps_v1alpha1_NodeGroupStatus(ref common.ReferenceCallback) }, }, Dependencies: []string{ - "github.com/kubeedge/kubeedge/pkg/apis/apps/v1alpha1.NodeStatus"}, + "github.com/kubeedge/api/apps/v1alpha1.NodeStatus"}, } } -func schema_pkg_apis_apps_v1alpha1_NodeStatus(ref common.ReferenceCallback) common.OpenAPIDefinition { +func schema_kubeedge_api_apps_v1alpha1_NodeStatus(ref common.ReferenceCallback) common.OpenAPIDefinition { return common.OpenAPIDefinition{ Schema: spec.Schema{ SchemaProps: spec.SchemaProps{ @@ -1002,7 +1007,7 @@ func schema_pkg_apis_apps_v1alpha1_NodeStatus(ref common.ReferenceCallback) comm } } -func schema_pkg_apis_apps_v1alpha1_Overriders(ref common.ReferenceCallback) common.OpenAPIDefinition { +func schema_kubeedge_api_apps_v1alpha1_Overriders(ref common.ReferenceCallback) common.OpenAPIDefinition { return common.OpenAPIDefinition{ Schema: spec.Schema{ SchemaProps: spec.SchemaProps{ @@ -1024,7 +1029,7 @@ func schema_pkg_apis_apps_v1alpha1_Overriders(ref common.ReferenceCallback) comm Schema: &spec.Schema{ SchemaProps: spec.SchemaProps{ Default: map[string]interface{}{}, - Ref: ref("github.com/kubeedge/kubeedge/pkg/apis/apps/v1alpha1.ImageOverrider"), + Ref: ref("github.com/kubeedge/api/apps/v1alpha1.ImageOverrider"), }, }, }, @@ -1038,7 +1043,7 @@ func schema_pkg_apis_apps_v1alpha1_Overriders(ref common.ReferenceCallback) comm Schema: &spec.Schema{ SchemaProps: spec.SchemaProps{ Default: map[string]interface{}{}, - Ref: ref("github.com/kubeedge/kubeedge/pkg/apis/apps/v1alpha1.EnvOverrider"), + Ref: ref("github.com/kubeedge/api/apps/v1alpha1.EnvOverrider"), }, }, }, @@ -1052,7 +1057,7 @@ func schema_pkg_apis_apps_v1alpha1_Overriders(ref common.ReferenceCallback) comm Schema: &spec.Schema{ SchemaProps: spec.SchemaProps{ Default: map[string]interface{}{}, - Ref: ref("github.com/kubeedge/kubeedge/pkg/apis/apps/v1alpha1.CommandArgsOverrider"), + Ref: ref("github.com/kubeedge/api/apps/v1alpha1.CommandArgsOverrider"), }, }, }, @@ -1066,7 +1071,7 @@ func schema_pkg_apis_apps_v1alpha1_Overriders(ref common.ReferenceCallback) comm Schema: &spec.Schema{ SchemaProps: spec.SchemaProps{ Default: map[string]interface{}{}, - Ref: ref("github.com/kubeedge/kubeedge/pkg/apis/apps/v1alpha1.CommandArgsOverrider"), + Ref: ref("github.com/kubeedge/api/apps/v1alpha1.CommandArgsOverrider"), }, }, }, @@ -1080,7 +1085,7 @@ func schema_pkg_apis_apps_v1alpha1_Overriders(ref common.ReferenceCallback) comm Schema: &spec.Schema{ SchemaProps: spec.SchemaProps{ Default: map[string]interface{}{}, - Ref: ref("github.com/kubeedge/kubeedge/pkg/apis/apps/v1alpha1.ResourcesOverrider"), + Ref: ref("github.com/kubeedge/api/apps/v1alpha1.ResourcesOverrider"), }, }, }, @@ -1090,11 +1095,11 @@ func schema_pkg_apis_apps_v1alpha1_Overriders(ref common.ReferenceCallback) comm }, }, Dependencies: []string{ - "github.com/kubeedge/kubeedge/pkg/apis/apps/v1alpha1.CommandArgsOverrider", "github.com/kubeedge/kubeedge/pkg/apis/apps/v1alpha1.EnvOverrider", "github.com/kubeedge/kubeedge/pkg/apis/apps/v1alpha1.ImageOverrider", "github.com/kubeedge/kubeedge/pkg/apis/apps/v1alpha1.ResourcesOverrider"}, + "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"}, } } -func schema_pkg_apis_apps_v1alpha1_ResourceIdentifier(ref common.ReferenceCallback) common.OpenAPIDefinition { +func schema_kubeedge_api_apps_v1alpha1_ResourceIdentifier(ref common.ReferenceCallback) common.OpenAPIDefinition { return common.OpenAPIDefinition{ Schema: spec.Schema{ SchemaProps: spec.SchemaProps{ @@ -1158,7 +1163,7 @@ func schema_pkg_apis_apps_v1alpha1_ResourceIdentifier(ref common.ReferenceCallba } } -func schema_pkg_apis_apps_v1alpha1_ResourceTemplate(ref common.ReferenceCallback) common.OpenAPIDefinition { +func schema_kubeedge_api_apps_v1alpha1_ResourceTemplate(ref common.ReferenceCallback) common.OpenAPIDefinition { return common.OpenAPIDefinition{ Schema: spec.Schema{ SchemaProps: spec.SchemaProps{ @@ -1172,8 +1177,7 @@ func schema_pkg_apis_apps_v1alpha1_ResourceTemplate(ref common.ReferenceCallback Items: &spec.SchemaOrArray{ Schema: &spec.Schema{ SchemaProps: spec.SchemaProps{ - Default: map[string]interface{}{}, - Ref: ref("github.com/kubeedge/kubeedge/pkg/apis/apps/v1alpha1.Manifest"), + Ref: ref("github.com/kubeedge/api/apps/v1alpha1.Manifest"), }, }, }, @@ -1183,11 +1187,11 @@ func schema_pkg_apis_apps_v1alpha1_ResourceTemplate(ref common.ReferenceCallback }, }, Dependencies: []string{ - "github.com/kubeedge/kubeedge/pkg/apis/apps/v1alpha1.Manifest"}, + "github.com/kubeedge/api/apps/v1alpha1.Manifest"}, } } -func schema_pkg_apis_apps_v1alpha1_ResourcesOverrider(ref common.ReferenceCallback) common.OpenAPIDefinition { +func schema_kubeedge_api_apps_v1alpha1_ResourcesOverrider(ref common.ReferenceCallback) common.OpenAPIDefinition { return common.OpenAPIDefinition{ Schema: spec.Schema{ SchemaProps: spec.SchemaProps{ @@ -1218,7 +1222,7 @@ func schema_pkg_apis_apps_v1alpha1_ResourcesOverrider(ref common.ReferenceCallba } } -func schema_pkg_apis_apps_v1alpha1_TargetNodeGroup(ref common.ReferenceCallback) common.OpenAPIDefinition { +func schema_kubeedge_api_apps_v1alpha1_TargetNodeGroup(ref common.ReferenceCallback) common.OpenAPIDefinition { return common.OpenAPIDefinition{ Schema: spec.Schema{ SchemaProps: spec.SchemaProps{ @@ -1237,7 +1241,7 @@ func schema_pkg_apis_apps_v1alpha1_TargetNodeGroup(ref common.ReferenceCallback) SchemaProps: spec.SchemaProps{ Description: "Overriders represents the override rules that would apply on workload.", Default: map[string]interface{}{}, - Ref: ref("github.com/kubeedge/kubeedge/pkg/apis/apps/v1alpha1.Overriders"), + Ref: ref("github.com/kubeedge/api/apps/v1alpha1.Overriders"), }, }, }, @@ -1245,11 +1249,11 @@ func schema_pkg_apis_apps_v1alpha1_TargetNodeGroup(ref common.ReferenceCallback) }, }, Dependencies: []string{ - "github.com/kubeedge/kubeedge/pkg/apis/apps/v1alpha1.Overriders"}, + "github.com/kubeedge/api/apps/v1alpha1.Overriders"}, } } -func schema_pkg_apis_apps_v1alpha1_WorkloadScope(ref common.ReferenceCallback) common.OpenAPIDefinition { +func schema_kubeedge_api_apps_v1alpha1_WorkloadScope(ref common.ReferenceCallback) common.OpenAPIDefinition { return common.OpenAPIDefinition{ Schema: spec.Schema{ SchemaProps: spec.SchemaProps{ @@ -1264,7 +1268,7 @@ func schema_pkg_apis_apps_v1alpha1_WorkloadScope(ref common.ReferenceCallback) c Schema: &spec.Schema{ SchemaProps: spec.SchemaProps{ Default: map[string]interface{}{}, - Ref: ref("github.com/kubeedge/kubeedge/pkg/apis/apps/v1alpha1.TargetNodeGroup"), + Ref: ref("github.com/kubeedge/api/apps/v1alpha1.TargetNodeGroup"), }, }, }, @@ -1274,11 +1278,11 @@ func schema_pkg_apis_apps_v1alpha1_WorkloadScope(ref common.ReferenceCallback) c }, }, Dependencies: []string{ - "github.com/kubeedge/kubeedge/pkg/apis/apps/v1alpha1.TargetNodeGroup"}, + "github.com/kubeedge/api/apps/v1alpha1.TargetNodeGroup"}, } } -func schema_pkg_apis_devices_v1alpha2_BluetoothOperations(ref common.ReferenceCallback) common.OpenAPIDefinition { +func schema_kubeedge_api_devices_v1alpha2_BluetoothOperations(ref common.ReferenceCallback) common.OpenAPIDefinition { return common.OpenAPIDefinition{ Schema: spec.Schema{ SchemaProps: spec.SchemaProps{ @@ -1305,7 +1309,7 @@ func schema_pkg_apis_devices_v1alpha2_BluetoothOperations(ref common.ReferenceCa } } -func schema_pkg_apis_devices_v1alpha2_BluetoothReadConverter(ref common.ReferenceCallback) common.OpenAPIDefinition { +func schema_kubeedge_api_devices_v1alpha2_BluetoothReadConverter(ref common.ReferenceCallback) common.OpenAPIDefinition { return common.OpenAPIDefinition{ Schema: spec.Schema{ SchemaProps: spec.SchemaProps{ @@ -1348,7 +1352,7 @@ func schema_pkg_apis_devices_v1alpha2_BluetoothReadConverter(ref common.Referenc Schema: &spec.Schema{ SchemaProps: spec.SchemaProps{ Default: map[string]interface{}{}, - Ref: ref("github.com/kubeedge/kubeedge/pkg/apis/devices/v1alpha2.BluetoothOperations"), + Ref: ref("github.com/kubeedge/api/devices/v1alpha2.BluetoothOperations"), }, }, }, @@ -1358,11 +1362,11 @@ func schema_pkg_apis_devices_v1alpha2_BluetoothReadConverter(ref common.Referenc }, }, Dependencies: []string{ - "github.com/kubeedge/kubeedge/pkg/apis/devices/v1alpha2.BluetoothOperations"}, + "github.com/kubeedge/api/devices/v1alpha2.BluetoothOperations"}, } } -func schema_pkg_apis_devices_v1alpha2_CustomizedValue(ref common.ReferenceCallback) common.OpenAPIDefinition { +func schema_kubeedge_api_devices_v1alpha2_CustomizedValue(ref common.ReferenceCallback) common.OpenAPIDefinition { return common.OpenAPIDefinition{ Schema: spec.Schema{ SchemaProps: spec.SchemaProps{ @@ -1373,7 +1377,7 @@ func schema_pkg_apis_devices_v1alpha2_CustomizedValue(ref common.ReferenceCallba } } -func schema_pkg_apis_devices_v1alpha2_DataProperty(ref common.ReferenceCallback) common.OpenAPIDefinition { +func schema_kubeedge_api_devices_v1alpha2_DataProperty(ref common.ReferenceCallback) common.OpenAPIDefinition { return common.OpenAPIDefinition{ Schema: spec.Schema{ SchemaProps: spec.SchemaProps{ @@ -1409,7 +1413,7 @@ func schema_pkg_apis_devices_v1alpha2_DataProperty(ref common.ReferenceCallback) } } -func schema_pkg_apis_devices_v1alpha2_Device(ref common.ReferenceCallback) common.OpenAPIDefinition { +func schema_kubeedge_api_devices_v1alpha2_Device(ref common.ReferenceCallback) common.OpenAPIDefinition { return common.OpenAPIDefinition{ Schema: spec.Schema{ SchemaProps: spec.SchemaProps{ @@ -1439,24 +1443,24 @@ func schema_pkg_apis_devices_v1alpha2_Device(ref common.ReferenceCallback) commo "spec": { SchemaProps: spec.SchemaProps{ Default: map[string]interface{}{}, - Ref: ref("github.com/kubeedge/kubeedge/pkg/apis/devices/v1alpha2.DeviceSpec"), + Ref: ref("github.com/kubeedge/api/devices/v1alpha2.DeviceSpec"), }, }, "status": { SchemaProps: spec.SchemaProps{ Default: map[string]interface{}{}, - Ref: ref("github.com/kubeedge/kubeedge/pkg/apis/devices/v1alpha2.DeviceStatus"), + Ref: ref("github.com/kubeedge/api/devices/v1alpha2.DeviceStatus"), }, }, }, }, }, Dependencies: []string{ - "github.com/kubeedge/kubeedge/pkg/apis/devices/v1alpha2.DeviceSpec", "github.com/kubeedge/kubeedge/pkg/apis/devices/v1alpha2.DeviceStatus", "k8s.io/apimachinery/pkg/apis/meta/v1.ObjectMeta"}, + "github.com/kubeedge/api/devices/v1alpha2.DeviceSpec", "github.com/kubeedge/api/devices/v1alpha2.DeviceStatus", "k8s.io/apimachinery/pkg/apis/meta/v1.ObjectMeta"}, } } -func schema_pkg_apis_devices_v1alpha2_DeviceData(ref common.ReferenceCallback) common.OpenAPIDefinition { +func schema_kubeedge_api_devices_v1alpha2_DeviceData(ref common.ReferenceCallback) common.OpenAPIDefinition { return common.OpenAPIDefinition{ Schema: spec.Schema{ SchemaProps: spec.SchemaProps{ @@ -1471,7 +1475,7 @@ func schema_pkg_apis_devices_v1alpha2_DeviceData(ref common.ReferenceCallback) c Schema: &spec.Schema{ SchemaProps: spec.SchemaProps{ Default: map[string]interface{}{}, - Ref: ref("github.com/kubeedge/kubeedge/pkg/apis/devices/v1alpha2.DataProperty"), + Ref: ref("github.com/kubeedge/api/devices/v1alpha2.DataProperty"), }, }, }, @@ -1488,11 +1492,11 @@ func schema_pkg_apis_devices_v1alpha2_DeviceData(ref common.ReferenceCallback) c }, }, Dependencies: []string{ - "github.com/kubeedge/kubeedge/pkg/apis/devices/v1alpha2.DataProperty"}, + "github.com/kubeedge/api/devices/v1alpha2.DataProperty"}, } } -func schema_pkg_apis_devices_v1alpha2_DeviceList(ref common.ReferenceCallback) common.OpenAPIDefinition { +func schema_kubeedge_api_devices_v1alpha2_DeviceList(ref common.ReferenceCallback) common.OpenAPIDefinition { return common.OpenAPIDefinition{ Schema: spec.Schema{ SchemaProps: spec.SchemaProps{ @@ -1526,7 +1530,7 @@ func schema_pkg_apis_devices_v1alpha2_DeviceList(ref common.ReferenceCallback) c Schema: &spec.Schema{ SchemaProps: spec.SchemaProps{ Default: map[string]interface{}{}, - Ref: ref("github.com/kubeedge/kubeedge/pkg/apis/devices/v1alpha2.Device"), + Ref: ref("github.com/kubeedge/api/devices/v1alpha2.Device"), }, }, }, @@ -1537,11 +1541,11 @@ func schema_pkg_apis_devices_v1alpha2_DeviceList(ref common.ReferenceCallback) c }, }, Dependencies: []string{ - "github.com/kubeedge/kubeedge/pkg/apis/devices/v1alpha2.Device", "k8s.io/apimachinery/pkg/apis/meta/v1.ListMeta"}, + "github.com/kubeedge/api/devices/v1alpha2.Device", "k8s.io/apimachinery/pkg/apis/meta/v1.ListMeta"}, } } -func schema_pkg_apis_devices_v1alpha2_DeviceModel(ref common.ReferenceCallback) common.OpenAPIDefinition { +func schema_kubeedge_api_devices_v1alpha2_DeviceModel(ref common.ReferenceCallback) common.OpenAPIDefinition { return common.OpenAPIDefinition{ Schema: spec.Schema{ SchemaProps: spec.SchemaProps{ @@ -1571,18 +1575,18 @@ func schema_pkg_apis_devices_v1alpha2_DeviceModel(ref common.ReferenceCallback) "spec": { SchemaProps: spec.SchemaProps{ Default: map[string]interface{}{}, - Ref: ref("github.com/kubeedge/kubeedge/pkg/apis/devices/v1alpha2.DeviceModelSpec"), + Ref: ref("github.com/kubeedge/api/devices/v1alpha2.DeviceModelSpec"), }, }, }, }, }, Dependencies: []string{ - "github.com/kubeedge/kubeedge/pkg/apis/devices/v1alpha2.DeviceModelSpec", "k8s.io/apimachinery/pkg/apis/meta/v1.ObjectMeta"}, + "github.com/kubeedge/api/devices/v1alpha2.DeviceModelSpec", "k8s.io/apimachinery/pkg/apis/meta/v1.ObjectMeta"}, } } -func schema_pkg_apis_devices_v1alpha2_DeviceModelList(ref common.ReferenceCallback) common.OpenAPIDefinition { +func schema_kubeedge_api_devices_v1alpha2_DeviceModelList(ref common.ReferenceCallback) common.OpenAPIDefinition { return common.OpenAPIDefinition{ Schema: spec.Schema{ SchemaProps: spec.SchemaProps{ @@ -1616,7 +1620,7 @@ func schema_pkg_apis_devices_v1alpha2_DeviceModelList(ref common.ReferenceCallba Schema: &spec.Schema{ SchemaProps: spec.SchemaProps{ Default: map[string]interface{}{}, - Ref: ref("github.com/kubeedge/kubeedge/pkg/apis/devices/v1alpha2.DeviceModel"), + Ref: ref("github.com/kubeedge/api/devices/v1alpha2.DeviceModel"), }, }, }, @@ -1627,11 +1631,11 @@ func schema_pkg_apis_devices_v1alpha2_DeviceModelList(ref common.ReferenceCallba }, }, Dependencies: []string{ - "github.com/kubeedge/kubeedge/pkg/apis/devices/v1alpha2.DeviceModel", "k8s.io/apimachinery/pkg/apis/meta/v1.ListMeta"}, + "github.com/kubeedge/api/devices/v1alpha2.DeviceModel", "k8s.io/apimachinery/pkg/apis/meta/v1.ListMeta"}, } } -func schema_pkg_apis_devices_v1alpha2_DeviceModelSpec(ref common.ReferenceCallback) common.OpenAPIDefinition { +func schema_kubeedge_api_devices_v1alpha2_DeviceModelSpec(ref common.ReferenceCallback) common.OpenAPIDefinition { return common.OpenAPIDefinition{ Schema: spec.Schema{ SchemaProps: spec.SchemaProps{ @@ -1653,7 +1657,7 @@ func schema_pkg_apis_devices_v1alpha2_DeviceModelSpec(ref common.ReferenceCallba Schema: &spec.Schema{ SchemaProps: spec.SchemaProps{ Default: map[string]interface{}{}, - Ref: ref("github.com/kubeedge/kubeedge/pkg/apis/devices/v1alpha2.DeviceProperty"), + Ref: ref("github.com/kubeedge/api/devices/v1alpha2.DeviceProperty"), }, }, }, @@ -1663,11 +1667,11 @@ func schema_pkg_apis_devices_v1alpha2_DeviceModelSpec(ref common.ReferenceCallba }, }, Dependencies: []string{ - "github.com/kubeedge/kubeedge/pkg/apis/devices/v1alpha2.DeviceProperty"}, + "github.com/kubeedge/api/devices/v1alpha2.DeviceProperty"}, } } -func schema_pkg_apis_devices_v1alpha2_DeviceProperty(ref common.ReferenceCallback) common.OpenAPIDefinition { +func schema_kubeedge_api_devices_v1alpha2_DeviceProperty(ref common.ReferenceCallback) common.OpenAPIDefinition { return common.OpenAPIDefinition{ Schema: spec.Schema{ SchemaProps: spec.SchemaProps{ @@ -1692,18 +1696,18 @@ func schema_pkg_apis_devices_v1alpha2_DeviceProperty(ref common.ReferenceCallbac SchemaProps: spec.SchemaProps{ Description: "Required: PropertyType represents the type and data validation of the property.", Default: map[string]interface{}{}, - Ref: ref("github.com/kubeedge/kubeedge/pkg/apis/devices/v1alpha2.PropertyType"), + Ref: ref("github.com/kubeedge/api/devices/v1alpha2.PropertyType"), }, }, }, }, }, Dependencies: []string{ - "github.com/kubeedge/kubeedge/pkg/apis/devices/v1alpha2.PropertyType"}, + "github.com/kubeedge/api/devices/v1alpha2.PropertyType"}, } } -func schema_pkg_apis_devices_v1alpha2_DevicePropertyVisitor(ref common.ReferenceCallback) common.OpenAPIDefinition { +func schema_kubeedge_api_devices_v1alpha2_DevicePropertyVisitor(ref common.ReferenceCallback) common.OpenAPIDefinition { return common.OpenAPIDefinition{ Schema: spec.Schema{ SchemaProps: spec.SchemaProps{ @@ -1734,42 +1738,42 @@ func schema_pkg_apis_devices_v1alpha2_DevicePropertyVisitor(ref common.Reference "customizedValues": { SchemaProps: spec.SchemaProps{ Description: "Customized values for visitor of provided protocols", - Ref: ref("github.com/kubeedge/kubeedge/pkg/apis/devices/v1alpha2.CustomizedValue"), + Ref: ref("github.com/kubeedge/api/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/kubeedge/pkg/apis/devices/v1alpha2.VisitorConfigOPCUA"), + Ref: ref("github.com/kubeedge/api/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/kubeedge/pkg/apis/devices/v1alpha2.VisitorConfigModbus"), + Ref: ref("github.com/kubeedge/api/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/kubeedge/pkg/apis/devices/v1alpha2.VisitorConfigBluetooth"), + Ref: ref("github.com/kubeedge/api/devices/v1alpha2.VisitorConfigBluetooth"), }, }, "customizedProtocol": { SchemaProps: spec.SchemaProps{ Description: "CustomizedProtocol represents a set of visitor config fields of bluetooth protocol.", - Ref: ref("github.com/kubeedge/kubeedge/pkg/apis/devices/v1alpha2.VisitorConfigCustomized"), + Ref: ref("github.com/kubeedge/api/devices/v1alpha2.VisitorConfigCustomized"), }, }, }, }, }, Dependencies: []string{ - "github.com/kubeedge/kubeedge/pkg/apis/devices/v1alpha2.CustomizedValue", "github.com/kubeedge/kubeedge/pkg/apis/devices/v1alpha2.VisitorConfigBluetooth", "github.com/kubeedge/kubeedge/pkg/apis/devices/v1alpha2.VisitorConfigCustomized", "github.com/kubeedge/kubeedge/pkg/apis/devices/v1alpha2.VisitorConfigModbus", "github.com/kubeedge/kubeedge/pkg/apis/devices/v1alpha2.VisitorConfigOPCUA"}, + "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"}, } } -func schema_pkg_apis_devices_v1alpha2_DeviceSpec(ref common.ReferenceCallback) common.OpenAPIDefinition { +func schema_kubeedge_api_devices_v1alpha2_DeviceSpec(ref common.ReferenceCallback) common.OpenAPIDefinition { return common.OpenAPIDefinition{ Schema: spec.Schema{ SchemaProps: spec.SchemaProps{ @@ -1786,7 +1790,7 @@ func schema_pkg_apis_devices_v1alpha2_DeviceSpec(ref common.ReferenceCallback) c SchemaProps: spec.SchemaProps{ Description: "Required: The protocol configuration used to connect to the device.", Default: map[string]interface{}{}, - Ref: ref("github.com/kubeedge/kubeedge/pkg/apis/devices/v1alpha2.ProtocolConfig"), + Ref: ref("github.com/kubeedge/api/devices/v1alpha2.ProtocolConfig"), }, }, "propertyVisitors": { @@ -1797,7 +1801,7 @@ func schema_pkg_apis_devices_v1alpha2_DeviceSpec(ref common.ReferenceCallback) c Schema: &spec.Schema{ SchemaProps: spec.SchemaProps{ Default: map[string]interface{}{}, - Ref: ref("github.com/kubeedge/kubeedge/pkg/apis/devices/v1alpha2.DevicePropertyVisitor"), + Ref: ref("github.com/kubeedge/api/devices/v1alpha2.DevicePropertyVisitor"), }, }, }, @@ -1807,7 +1811,7 @@ func schema_pkg_apis_devices_v1alpha2_DeviceSpec(ref common.ReferenceCallback) c 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/kubeedge/pkg/apis/devices/v1alpha2.DeviceData"), + Ref: ref("github.com/kubeedge/api/devices/v1alpha2.DeviceData"), }, }, "nodeSelector": { @@ -1820,11 +1824,11 @@ func schema_pkg_apis_devices_v1alpha2_DeviceSpec(ref common.ReferenceCallback) c }, }, Dependencies: []string{ - "github.com/kubeedge/kubeedge/pkg/apis/devices/v1alpha2.DeviceData", "github.com/kubeedge/kubeedge/pkg/apis/devices/v1alpha2.DevicePropertyVisitor", "github.com/kubeedge/kubeedge/pkg/apis/devices/v1alpha2.ProtocolConfig", "k8s.io/api/core/v1.LocalObjectReference", "k8s.io/api/core/v1.NodeSelector"}, + "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"}, } } -func schema_pkg_apis_devices_v1alpha2_DeviceStatus(ref common.ReferenceCallback) common.OpenAPIDefinition { +func schema_kubeedge_api_devices_v1alpha2_DeviceStatus(ref common.ReferenceCallback) common.OpenAPIDefinition { return common.OpenAPIDefinition{ Schema: spec.Schema{ SchemaProps: spec.SchemaProps{ @@ -1839,7 +1843,7 @@ func schema_pkg_apis_devices_v1alpha2_DeviceStatus(ref common.ReferenceCallback) Schema: &spec.Schema{ SchemaProps: spec.SchemaProps{ Default: map[string]interface{}{}, - Ref: ref("github.com/kubeedge/kubeedge/pkg/apis/devices/v1alpha2.Twin"), + Ref: ref("github.com/kubeedge/api/devices/v1alpha2.Twin"), }, }, }, @@ -1849,11 +1853,11 @@ func schema_pkg_apis_devices_v1alpha2_DeviceStatus(ref common.ReferenceCallback) }, }, Dependencies: []string{ - "github.com/kubeedge/kubeedge/pkg/apis/devices/v1alpha2.Twin"}, + "github.com/kubeedge/api/devices/v1alpha2.Twin"}, } } -func schema_pkg_apis_devices_v1alpha2_PropertyType(ref common.ReferenceCallback) common.OpenAPIDefinition { +func schema_kubeedge_api_devices_v1alpha2_PropertyType(ref common.ReferenceCallback) common.OpenAPIDefinition { return common.OpenAPIDefinition{ Schema: spec.Schema{ SchemaProps: spec.SchemaProps{ @@ -1862,43 +1866,43 @@ func schema_pkg_apis_devices_v1alpha2_PropertyType(ref common.ReferenceCallback) Properties: map[string]spec.Schema{ "int": { SchemaProps: spec.SchemaProps{ - Ref: ref("github.com/kubeedge/kubeedge/pkg/apis/devices/v1alpha2.PropertyTypeInt64"), + Ref: ref("github.com/kubeedge/api/devices/v1alpha2.PropertyTypeInt64"), }, }, "string": { SchemaProps: spec.SchemaProps{ - Ref: ref("github.com/kubeedge/kubeedge/pkg/apis/devices/v1alpha2.PropertyTypeString"), + Ref: ref("github.com/kubeedge/api/devices/v1alpha2.PropertyTypeString"), }, }, "double": { SchemaProps: spec.SchemaProps{ - Ref: ref("github.com/kubeedge/kubeedge/pkg/apis/devices/v1alpha2.PropertyTypeDouble"), + Ref: ref("github.com/kubeedge/api/devices/v1alpha2.PropertyTypeDouble"), }, }, "float": { SchemaProps: spec.SchemaProps{ - Ref: ref("github.com/kubeedge/kubeedge/pkg/apis/devices/v1alpha2.PropertyTypeFloat"), + Ref: ref("github.com/kubeedge/api/devices/v1alpha2.PropertyTypeFloat"), }, }, "boolean": { SchemaProps: spec.SchemaProps{ - Ref: ref("github.com/kubeedge/kubeedge/pkg/apis/devices/v1alpha2.PropertyTypeBoolean"), + Ref: ref("github.com/kubeedge/api/devices/v1alpha2.PropertyTypeBoolean"), }, }, "bytes": { SchemaProps: spec.SchemaProps{ - Ref: ref("github.com/kubeedge/kubeedge/pkg/apis/devices/v1alpha2.PropertyTypeBytes"), + Ref: ref("github.com/kubeedge/api/devices/v1alpha2.PropertyTypeBytes"), }, }, }, }, }, Dependencies: []string{ - "github.com/kubeedge/kubeedge/pkg/apis/devices/v1alpha2.PropertyTypeBoolean", "github.com/kubeedge/kubeedge/pkg/apis/devices/v1alpha2.PropertyTypeBytes", "github.com/kubeedge/kubeedge/pkg/apis/devices/v1alpha2.PropertyTypeDouble", "github.com/kubeedge/kubeedge/pkg/apis/devices/v1alpha2.PropertyTypeFloat", "github.com/kubeedge/kubeedge/pkg/apis/devices/v1alpha2.PropertyTypeInt64", "github.com/kubeedge/kubeedge/pkg/apis/devices/v1alpha2.PropertyTypeString"}, + "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"}, } } -func schema_pkg_apis_devices_v1alpha2_PropertyTypeBoolean(ref common.ReferenceCallback) common.OpenAPIDefinition { +func schema_kubeedge_api_devices_v1alpha2_PropertyTypeBoolean(ref common.ReferenceCallback) common.OpenAPIDefinition { return common.OpenAPIDefinition{ Schema: spec.Schema{ SchemaProps: spec.SchemaProps{ @@ -1923,7 +1927,7 @@ func schema_pkg_apis_devices_v1alpha2_PropertyTypeBoolean(ref common.ReferenceCa } } -func schema_pkg_apis_devices_v1alpha2_PropertyTypeBytes(ref common.ReferenceCallback) common.OpenAPIDefinition { +func schema_kubeedge_api_devices_v1alpha2_PropertyTypeBytes(ref common.ReferenceCallback) common.OpenAPIDefinition { return common.OpenAPIDefinition{ Schema: spec.Schema{ SchemaProps: spec.SchemaProps{ @@ -1942,7 +1946,7 @@ func schema_pkg_apis_devices_v1alpha2_PropertyTypeBytes(ref common.ReferenceCall } } -func schema_pkg_apis_devices_v1alpha2_PropertyTypeDouble(ref common.ReferenceCallback) common.OpenAPIDefinition { +func schema_kubeedge_api_devices_v1alpha2_PropertyTypeDouble(ref common.ReferenceCallback) common.OpenAPIDefinition { return common.OpenAPIDefinition{ Schema: spec.Schema{ SchemaProps: spec.SchemaProps{ @@ -1986,7 +1990,7 @@ func schema_pkg_apis_devices_v1alpha2_PropertyTypeDouble(ref common.ReferenceCal } } -func schema_pkg_apis_devices_v1alpha2_PropertyTypeFloat(ref common.ReferenceCallback) common.OpenAPIDefinition { +func schema_kubeedge_api_devices_v1alpha2_PropertyTypeFloat(ref common.ReferenceCallback) common.OpenAPIDefinition { return common.OpenAPIDefinition{ Schema: spec.Schema{ SchemaProps: spec.SchemaProps{ @@ -2030,7 +2034,7 @@ func schema_pkg_apis_devices_v1alpha2_PropertyTypeFloat(ref common.ReferenceCall } } -func schema_pkg_apis_devices_v1alpha2_PropertyTypeInt64(ref common.ReferenceCallback) common.OpenAPIDefinition { +func schema_kubeedge_api_devices_v1alpha2_PropertyTypeInt64(ref common.ReferenceCallback) common.OpenAPIDefinition { return common.OpenAPIDefinition{ Schema: spec.Schema{ SchemaProps: spec.SchemaProps{ @@ -2074,7 +2078,7 @@ func schema_pkg_apis_devices_v1alpha2_PropertyTypeInt64(ref common.ReferenceCall } } -func schema_pkg_apis_devices_v1alpha2_PropertyTypeString(ref common.ReferenceCallback) common.OpenAPIDefinition { +func schema_kubeedge_api_devices_v1alpha2_PropertyTypeString(ref common.ReferenceCallback) common.OpenAPIDefinition { return common.OpenAPIDefinition{ Schema: spec.Schema{ SchemaProps: spec.SchemaProps{ @@ -2099,7 +2103,7 @@ func schema_pkg_apis_devices_v1alpha2_PropertyTypeString(ref common.ReferenceCal } } -func schema_pkg_apis_devices_v1alpha2_ProtocolConfig(ref common.ReferenceCallback) common.OpenAPIDefinition { +func schema_kubeedge_api_devices_v1alpha2_ProtocolConfig(ref common.ReferenceCallback) common.OpenAPIDefinition { return common.OpenAPIDefinition{ Schema: spec.Schema{ SchemaProps: spec.SchemaProps{ @@ -2109,42 +2113,42 @@ func schema_pkg_apis_devices_v1alpha2_ProtocolConfig(ref common.ReferenceCallbac "opcua": { SchemaProps: spec.SchemaProps{ Description: "Protocol configuration for opc-ua", - Ref: ref("github.com/kubeedge/kubeedge/pkg/apis/devices/v1alpha2.ProtocolConfigOpcUA"), + Ref: ref("github.com/kubeedge/api/devices/v1alpha2.ProtocolConfigOpcUA"), }, }, "modbus": { SchemaProps: spec.SchemaProps{ Description: "Protocol configuration for modbus", - Ref: ref("github.com/kubeedge/kubeedge/pkg/apis/devices/v1alpha2.ProtocolConfigModbus"), + Ref: ref("github.com/kubeedge/api/devices/v1alpha2.ProtocolConfigModbus"), }, }, "bluetooth": { SchemaProps: spec.SchemaProps{ Description: "Protocol configuration for bluetooth", - Ref: ref("github.com/kubeedge/kubeedge/pkg/apis/devices/v1alpha2.ProtocolConfigBluetooth"), + Ref: ref("github.com/kubeedge/api/devices/v1alpha2.ProtocolConfigBluetooth"), }, }, "common": { SchemaProps: spec.SchemaProps{ Description: "Configuration for protocol common part", - Ref: ref("github.com/kubeedge/kubeedge/pkg/apis/devices/v1alpha2.ProtocolConfigCommon"), + Ref: ref("github.com/kubeedge/api/devices/v1alpha2.ProtocolConfigCommon"), }, }, "customizedProtocol": { SchemaProps: spec.SchemaProps{ Description: "Configuration for customized protocol", - Ref: ref("github.com/kubeedge/kubeedge/pkg/apis/devices/v1alpha2.ProtocolConfigCustomized"), + Ref: ref("github.com/kubeedge/api/devices/v1alpha2.ProtocolConfigCustomized"), }, }, }, }, }, Dependencies: []string{ - "github.com/kubeedge/kubeedge/pkg/apis/devices/v1alpha2.ProtocolConfigBluetooth", "github.com/kubeedge/kubeedge/pkg/apis/devices/v1alpha2.ProtocolConfigCommon", "github.com/kubeedge/kubeedge/pkg/apis/devices/v1alpha2.ProtocolConfigCustomized", "github.com/kubeedge/kubeedge/pkg/apis/devices/v1alpha2.ProtocolConfigModbus", "github.com/kubeedge/kubeedge/pkg/apis/devices/v1alpha2.ProtocolConfigOpcUA"}, + "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"}, } } -func schema_pkg_apis_devices_v1alpha2_ProtocolConfigBluetooth(ref common.ReferenceCallback) common.OpenAPIDefinition { +func schema_kubeedge_api_devices_v1alpha2_ProtocolConfigBluetooth(ref common.ReferenceCallback) common.OpenAPIDefinition { return common.OpenAPIDefinition{ Schema: spec.Schema{ SchemaProps: spec.SchemaProps{ @@ -2163,7 +2167,7 @@ func schema_pkg_apis_devices_v1alpha2_ProtocolConfigBluetooth(ref common.Referen } } -func schema_pkg_apis_devices_v1alpha2_ProtocolConfigCOM(ref common.ReferenceCallback) common.OpenAPIDefinition { +func schema_kubeedge_api_devices_v1alpha2_ProtocolConfigCOM(ref common.ReferenceCallback) common.OpenAPIDefinition { return common.OpenAPIDefinition{ Schema: spec.Schema{ SchemaProps: spec.SchemaProps{ @@ -2210,7 +2214,7 @@ func schema_pkg_apis_devices_v1alpha2_ProtocolConfigCOM(ref common.ReferenceCall } } -func schema_pkg_apis_devices_v1alpha2_ProtocolConfigCommon(ref common.ReferenceCallback) common.OpenAPIDefinition { +func schema_kubeedge_api_devices_v1alpha2_ProtocolConfigCommon(ref common.ReferenceCallback) common.OpenAPIDefinition { return common.OpenAPIDefinition{ Schema: spec.Schema{ SchemaProps: spec.SchemaProps{ @@ -2219,12 +2223,12 @@ func schema_pkg_apis_devices_v1alpha2_ProtocolConfigCommon(ref common.ReferenceC Properties: map[string]spec.Schema{ "com": { SchemaProps: spec.SchemaProps{ - Ref: ref("github.com/kubeedge/kubeedge/pkg/apis/devices/v1alpha2.ProtocolConfigCOM"), + Ref: ref("github.com/kubeedge/api/devices/v1alpha2.ProtocolConfigCOM"), }, }, "tcp": { SchemaProps: spec.SchemaProps{ - Ref: ref("github.com/kubeedge/kubeedge/pkg/apis/devices/v1alpha2.ProtocolConfigTCP"), + Ref: ref("github.com/kubeedge/api/devices/v1alpha2.ProtocolConfigTCP"), }, }, "commType": { @@ -2272,18 +2276,18 @@ func schema_pkg_apis_devices_v1alpha2_ProtocolConfigCommon(ref common.ReferenceC "customizedValues": { SchemaProps: spec.SchemaProps{ Description: "Customized values for provided protocol", - Ref: ref("github.com/kubeedge/kubeedge/pkg/apis/devices/v1alpha2.CustomizedValue"), + Ref: ref("github.com/kubeedge/api/devices/v1alpha2.CustomizedValue"), }, }, }, }, }, Dependencies: []string{ - "github.com/kubeedge/kubeedge/pkg/apis/devices/v1alpha2.CustomizedValue", "github.com/kubeedge/kubeedge/pkg/apis/devices/v1alpha2.ProtocolConfigCOM", "github.com/kubeedge/kubeedge/pkg/apis/devices/v1alpha2.ProtocolConfigTCP"}, + "github.com/kubeedge/api/devices/v1alpha2.CustomizedValue", "github.com/kubeedge/api/devices/v1alpha2.ProtocolConfigCOM", "github.com/kubeedge/api/devices/v1alpha2.ProtocolConfigTCP"}, } } -func schema_pkg_apis_devices_v1alpha2_ProtocolConfigCustomized(ref common.ReferenceCallback) common.OpenAPIDefinition { +func schema_kubeedge_api_devices_v1alpha2_ProtocolConfigCustomized(ref common.ReferenceCallback) common.OpenAPIDefinition { return common.OpenAPIDefinition{ Schema: spec.Schema{ SchemaProps: spec.SchemaProps{ @@ -2299,18 +2303,18 @@ func schema_pkg_apis_devices_v1alpha2_ProtocolConfigCustomized(ref common.Refere "configData": { SchemaProps: spec.SchemaProps{ Description: "Any config data", - Ref: ref("github.com/kubeedge/kubeedge/pkg/apis/devices/v1alpha2.CustomizedValue"), + Ref: ref("github.com/kubeedge/api/devices/v1alpha2.CustomizedValue"), }, }, }, }, }, Dependencies: []string{ - "github.com/kubeedge/kubeedge/pkg/apis/devices/v1alpha2.CustomizedValue"}, + "github.com/kubeedge/api/devices/v1alpha2.CustomizedValue"}, } } -func schema_pkg_apis_devices_v1alpha2_ProtocolConfigModbus(ref common.ReferenceCallback) common.OpenAPIDefinition { +func schema_kubeedge_api_devices_v1alpha2_ProtocolConfigModbus(ref common.ReferenceCallback) common.OpenAPIDefinition { return common.OpenAPIDefinition{ Schema: spec.Schema{ SchemaProps: spec.SchemaProps{ @@ -2330,7 +2334,7 @@ func schema_pkg_apis_devices_v1alpha2_ProtocolConfigModbus(ref common.ReferenceC } } -func schema_pkg_apis_devices_v1alpha2_ProtocolConfigOpcUA(ref common.ReferenceCallback) common.OpenAPIDefinition { +func schema_kubeedge_api_devices_v1alpha2_ProtocolConfigOpcUA(ref common.ReferenceCallback) common.OpenAPIDefinition { return common.OpenAPIDefinition{ Schema: spec.Schema{ SchemaProps: spec.SchemaProps{ @@ -2398,7 +2402,7 @@ func schema_pkg_apis_devices_v1alpha2_ProtocolConfigOpcUA(ref common.ReferenceCa } } -func schema_pkg_apis_devices_v1alpha2_ProtocolConfigTCP(ref common.ReferenceCallback) common.OpenAPIDefinition { +func schema_kubeedge_api_devices_v1alpha2_ProtocolConfigTCP(ref common.ReferenceCallback) common.OpenAPIDefinition { return common.OpenAPIDefinition{ Schema: spec.Schema{ SchemaProps: spec.SchemaProps{ @@ -2424,7 +2428,7 @@ func schema_pkg_apis_devices_v1alpha2_ProtocolConfigTCP(ref common.ReferenceCall } } -func schema_pkg_apis_devices_v1alpha2_Twin(ref common.ReferenceCallback) common.OpenAPIDefinition { +func schema_kubeedge_api_devices_v1alpha2_Twin(ref common.ReferenceCallback) common.OpenAPIDefinition { return common.OpenAPIDefinition{ Schema: spec.Schema{ SchemaProps: spec.SchemaProps{ @@ -2442,25 +2446,25 @@ func schema_pkg_apis_devices_v1alpha2_Twin(ref common.ReferenceCallback) common. SchemaProps: spec.SchemaProps{ Description: "Required: the desired property value.", Default: map[string]interface{}{}, - Ref: ref("github.com/kubeedge/kubeedge/pkg/apis/devices/v1alpha2.TwinProperty"), + Ref: ref("github.com/kubeedge/api/devices/v1alpha2.TwinProperty"), }, }, "reported": { SchemaProps: spec.SchemaProps{ Description: "Required: the reported property value.", Default: map[string]interface{}{}, - Ref: ref("github.com/kubeedge/kubeedge/pkg/apis/devices/v1alpha2.TwinProperty"), + Ref: ref("github.com/kubeedge/api/devices/v1alpha2.TwinProperty"), }, }, }, }, }, Dependencies: []string{ - "github.com/kubeedge/kubeedge/pkg/apis/devices/v1alpha2.TwinProperty"}, + "github.com/kubeedge/api/devices/v1alpha2.TwinProperty"}, } } -func schema_pkg_apis_devices_v1alpha2_TwinProperty(ref common.ReferenceCallback) common.OpenAPIDefinition { +func schema_kubeedge_api_devices_v1alpha2_TwinProperty(ref common.ReferenceCallback) common.OpenAPIDefinition { return common.OpenAPIDefinition{ Schema: spec.Schema{ SchemaProps: spec.SchemaProps{ @@ -2498,7 +2502,7 @@ func schema_pkg_apis_devices_v1alpha2_TwinProperty(ref common.ReferenceCallback) } } -func schema_pkg_apis_devices_v1alpha2_VisitorConfig(ref common.ReferenceCallback) common.OpenAPIDefinition { +func schema_kubeedge_api_devices_v1alpha2_VisitorConfig(ref common.ReferenceCallback) common.OpenAPIDefinition { return common.OpenAPIDefinition{ Schema: spec.Schema{ SchemaProps: spec.SchemaProps{ @@ -2508,36 +2512,36 @@ func schema_pkg_apis_devices_v1alpha2_VisitorConfig(ref common.ReferenceCallback "opcua": { SchemaProps: spec.SchemaProps{ Description: "Opcua represents a set of additional visitor config fields of opc-ua protocol.", - Ref: ref("github.com/kubeedge/kubeedge/pkg/apis/devices/v1alpha2.VisitorConfigOPCUA"), + Ref: ref("github.com/kubeedge/api/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/kubeedge/pkg/apis/devices/v1alpha2.VisitorConfigModbus"), + Ref: ref("github.com/kubeedge/api/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/kubeedge/pkg/apis/devices/v1alpha2.VisitorConfigBluetooth"), + Ref: ref("github.com/kubeedge/api/devices/v1alpha2.VisitorConfigBluetooth"), }, }, "customizedProtocol": { SchemaProps: spec.SchemaProps{ Description: "CustomizedProtocol represents a set of visitor config fields of bluetooth protocol.", - Ref: ref("github.com/kubeedge/kubeedge/pkg/apis/devices/v1alpha2.VisitorConfigCustomized"), + Ref: ref("github.com/kubeedge/api/devices/v1alpha2.VisitorConfigCustomized"), }, }, }, }, }, Dependencies: []string{ - "github.com/kubeedge/kubeedge/pkg/apis/devices/v1alpha2.VisitorConfigBluetooth", "github.com/kubeedge/kubeedge/pkg/apis/devices/v1alpha2.VisitorConfigCustomized", "github.com/kubeedge/kubeedge/pkg/apis/devices/v1alpha2.VisitorConfigModbus", "github.com/kubeedge/kubeedge/pkg/apis/devices/v1alpha2.VisitorConfigOPCUA"}, + "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"}, } } -func schema_pkg_apis_devices_v1alpha2_VisitorConfigBluetooth(ref common.ReferenceCallback) common.OpenAPIDefinition { +func schema_kubeedge_api_devices_v1alpha2_VisitorConfigBluetooth(ref common.ReferenceCallback) common.OpenAPIDefinition { return common.OpenAPIDefinition{ Schema: spec.Schema{ SchemaProps: spec.SchemaProps{ @@ -2570,18 +2574,18 @@ func schema_pkg_apis_devices_v1alpha2_VisitorConfigBluetooth(ref common.Referenc 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/kubeedge/pkg/apis/devices/v1alpha2.BluetoothReadConverter"), + Ref: ref("github.com/kubeedge/api/devices/v1alpha2.BluetoothReadConverter"), }, }, }, }, }, Dependencies: []string{ - "github.com/kubeedge/kubeedge/pkg/apis/devices/v1alpha2.BluetoothReadConverter"}, + "github.com/kubeedge/api/devices/v1alpha2.BluetoothReadConverter"}, } } -func schema_pkg_apis_devices_v1alpha2_VisitorConfigCustomized(ref common.ReferenceCallback) common.OpenAPIDefinition { +func schema_kubeedge_api_devices_v1alpha2_VisitorConfigCustomized(ref common.ReferenceCallback) common.OpenAPIDefinition { return common.OpenAPIDefinition{ Schema: spec.Schema{ SchemaProps: spec.SchemaProps{ @@ -2598,18 +2602,18 @@ func schema_pkg_apis_devices_v1alpha2_VisitorConfigCustomized(ref common.Referen "configData": { SchemaProps: spec.SchemaProps{ Description: "Required: The configData of customized protocol", - Ref: ref("github.com/kubeedge/kubeedge/pkg/apis/devices/v1alpha2.CustomizedValue"), + Ref: ref("github.com/kubeedge/api/devices/v1alpha2.CustomizedValue"), }, }, }, }, }, Dependencies: []string{ - "github.com/kubeedge/kubeedge/pkg/apis/devices/v1alpha2.CustomizedValue"}, + "github.com/kubeedge/api/devices/v1alpha2.CustomizedValue"}, } } -func schema_pkg_apis_devices_v1alpha2_VisitorConfigModbus(ref common.ReferenceCallback) common.OpenAPIDefinition { +func schema_kubeedge_api_devices_v1alpha2_VisitorConfigModbus(ref common.ReferenceCallback) common.OpenAPIDefinition { return common.OpenAPIDefinition{ Schema: spec.Schema{ SchemaProps: spec.SchemaProps{ @@ -2664,7 +2668,7 @@ func schema_pkg_apis_devices_v1alpha2_VisitorConfigModbus(ref common.ReferenceCa } } -func schema_pkg_apis_devices_v1alpha2_VisitorConfigOPCUA(ref common.ReferenceCallback) common.OpenAPIDefinition { +func schema_kubeedge_api_devices_v1alpha2_VisitorConfigOPCUA(ref common.ReferenceCallback) common.OpenAPIDefinition { return common.OpenAPIDefinition{ Schema: spec.Schema{ SchemaProps: spec.SchemaProps{ @@ -2691,7 +2695,7 @@ func schema_pkg_apis_devices_v1alpha2_VisitorConfigOPCUA(ref common.ReferenceCal } } -func schema_pkg_apis_devices_v1beta1_CustomizedValue(ref common.ReferenceCallback) common.OpenAPIDefinition { +func schema_kubeedge_api_devices_v1beta1_CustomizedValue(ref common.ReferenceCallback) common.OpenAPIDefinition { return common.OpenAPIDefinition{ Schema: spec.Schema{ SchemaProps: spec.SchemaProps{ @@ -2702,7 +2706,7 @@ func schema_pkg_apis_devices_v1beta1_CustomizedValue(ref common.ReferenceCallbac } } -func schema_pkg_apis_devices_v1beta1_DBMethodConfig(ref common.ReferenceCallback) common.OpenAPIDefinition { +func schema_kubeedge_api_devices_v1beta1_DBMethodConfig(ref common.ReferenceCallback) common.OpenAPIDefinition { return common.OpenAPIDefinition{ Schema: spec.Schema{ SchemaProps: spec.SchemaProps{ @@ -2711,33 +2715,33 @@ func schema_pkg_apis_devices_v1beta1_DBMethodConfig(ref common.ReferenceCallback "influxdb2": { SchemaProps: spec.SchemaProps{ Description: "method configuration for database", - Ref: ref("github.com/kubeedge/kubeedge/pkg/apis/devices/v1beta1.DBMethodInfluxdb2"), + Ref: ref("github.com/kubeedge/api/devices/v1beta1.DBMethodInfluxdb2"), }, }, "redis": { SchemaProps: spec.SchemaProps{ - Ref: ref("github.com/kubeedge/kubeedge/pkg/apis/devices/v1beta1.DBMethodRedis"), + Ref: ref("github.com/kubeedge/api/devices/v1beta1.DBMethodRedis"), }, }, "TDEngine": { SchemaProps: spec.SchemaProps{ - Ref: ref("github.com/kubeedge/kubeedge/pkg/apis/devices/v1beta1.DBMethodTDEngine"), + Ref: ref("github.com/kubeedge/api/devices/v1beta1.DBMethodTDEngine"), }, }, "mysql": { SchemaProps: spec.SchemaProps{ - Ref: ref("github.com/kubeedge/kubeedge/pkg/apis/devices/v1beta1.DBMethodMySQL"), + Ref: ref("github.com/kubeedge/api/devices/v1beta1.DBMethodMySQL"), }, }, }, }, }, Dependencies: []string{ - "github.com/kubeedge/kubeedge/pkg/apis/devices/v1beta1.DBMethodInfluxdb2", "github.com/kubeedge/kubeedge/pkg/apis/devices/v1beta1.DBMethodMySQL", "github.com/kubeedge/kubeedge/pkg/apis/devices/v1beta1.DBMethodRedis", "github.com/kubeedge/kubeedge/pkg/apis/devices/v1beta1.DBMethodTDEngine"}, + "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"}, } } -func schema_pkg_apis_devices_v1beta1_DBMethodInfluxdb2(ref common.ReferenceCallback) common.OpenAPIDefinition { +func schema_kubeedge_api_devices_v1beta1_DBMethodInfluxdb2(ref common.ReferenceCallback) common.OpenAPIDefinition { return common.OpenAPIDefinition{ Schema: spec.Schema{ SchemaProps: spec.SchemaProps{ @@ -2746,24 +2750,24 @@ func schema_pkg_apis_devices_v1beta1_DBMethodInfluxdb2(ref common.ReferenceCallb "influxdb2ClientConfig": { SchemaProps: spec.SchemaProps{ Description: "Config of influx database", - Ref: ref("github.com/kubeedge/kubeedge/pkg/apis/devices/v1beta1.Influxdb2ClientConfig"), + Ref: ref("github.com/kubeedge/api/devices/v1beta1.Influxdb2ClientConfig"), }, }, "influxdb2DataConfig": { SchemaProps: spec.SchemaProps{ Description: "config of device data when push to influx database", - Ref: ref("github.com/kubeedge/kubeedge/pkg/apis/devices/v1beta1.Influxdb2DataConfig"), + Ref: ref("github.com/kubeedge/api/devices/v1beta1.Influxdb2DataConfig"), }, }, }, }, }, Dependencies: []string{ - "github.com/kubeedge/kubeedge/pkg/apis/devices/v1beta1.Influxdb2ClientConfig", "github.com/kubeedge/kubeedge/pkg/apis/devices/v1beta1.Influxdb2DataConfig"}, + "github.com/kubeedge/api/devices/v1beta1.Influxdb2ClientConfig", "github.com/kubeedge/api/devices/v1beta1.Influxdb2DataConfig"}, } } -func schema_pkg_apis_devices_v1beta1_DBMethodMySQL(ref common.ReferenceCallback) common.OpenAPIDefinition { +func schema_kubeedge_api_devices_v1beta1_DBMethodMySQL(ref common.ReferenceCallback) common.OpenAPIDefinition { return common.OpenAPIDefinition{ Schema: spec.Schema{ SchemaProps: spec.SchemaProps{ @@ -2771,18 +2775,18 @@ func schema_pkg_apis_devices_v1beta1_DBMethodMySQL(ref common.ReferenceCallback) Properties: map[string]spec.Schema{ "mysqlClientConfig": { SchemaProps: spec.SchemaProps{ - Ref: ref("github.com/kubeedge/kubeedge/pkg/apis/devices/v1beta1.MySQLClientConfig"), + Ref: ref("github.com/kubeedge/api/devices/v1beta1.MySQLClientConfig"), }, }, }, }, }, Dependencies: []string{ - "github.com/kubeedge/kubeedge/pkg/apis/devices/v1beta1.MySQLClientConfig"}, + "github.com/kubeedge/api/devices/v1beta1.MySQLClientConfig"}, } } -func schema_pkg_apis_devices_v1beta1_DBMethodRedis(ref common.ReferenceCallback) common.OpenAPIDefinition { +func schema_kubeedge_api_devices_v1beta1_DBMethodRedis(ref common.ReferenceCallback) common.OpenAPIDefinition { return common.OpenAPIDefinition{ Schema: spec.Schema{ SchemaProps: spec.SchemaProps{ @@ -2791,18 +2795,18 @@ func schema_pkg_apis_devices_v1beta1_DBMethodRedis(ref common.ReferenceCallback) "redisClientConfig": { SchemaProps: spec.SchemaProps{ Description: "RedisClientConfig of redis database", - Ref: ref("github.com/kubeedge/kubeedge/pkg/apis/devices/v1beta1.RedisClientConfig"), + Ref: ref("github.com/kubeedge/api/devices/v1beta1.RedisClientConfig"), }, }, }, }, }, Dependencies: []string{ - "github.com/kubeedge/kubeedge/pkg/apis/devices/v1beta1.RedisClientConfig"}, + "github.com/kubeedge/api/devices/v1beta1.RedisClientConfig"}, } } -func schema_pkg_apis_devices_v1beta1_DBMethodTDEngine(ref common.ReferenceCallback) common.OpenAPIDefinition { +func schema_kubeedge_api_devices_v1beta1_DBMethodTDEngine(ref common.ReferenceCallback) common.OpenAPIDefinition { return common.OpenAPIDefinition{ Schema: spec.Schema{ SchemaProps: spec.SchemaProps{ @@ -2811,18 +2815,18 @@ func schema_pkg_apis_devices_v1beta1_DBMethodTDEngine(ref common.ReferenceCallba "TDEngineClientConfig": { SchemaProps: spec.SchemaProps{ Description: "tdengineClientConfig of tdengine database", - Ref: ref("github.com/kubeedge/kubeedge/pkg/apis/devices/v1beta1.TDEngineClientConfig"), + Ref: ref("github.com/kubeedge/api/devices/v1beta1.TDEngineClientConfig"), }, }, }, }, }, Dependencies: []string{ - "github.com/kubeedge/kubeedge/pkg/apis/devices/v1beta1.TDEngineClientConfig"}, + "github.com/kubeedge/api/devices/v1beta1.TDEngineClientConfig"}, } } -func schema_pkg_apis_devices_v1beta1_Device(ref common.ReferenceCallback) common.OpenAPIDefinition { +func schema_kubeedge_api_devices_v1beta1_Device(ref common.ReferenceCallback) common.OpenAPIDefinition { return common.OpenAPIDefinition{ Schema: spec.Schema{ SchemaProps: spec.SchemaProps{ @@ -2852,24 +2856,24 @@ func schema_pkg_apis_devices_v1beta1_Device(ref common.ReferenceCallback) common "spec": { SchemaProps: spec.SchemaProps{ Default: map[string]interface{}{}, - Ref: ref("github.com/kubeedge/kubeedge/pkg/apis/devices/v1beta1.DeviceSpec"), + Ref: ref("github.com/kubeedge/api/devices/v1beta1.DeviceSpec"), }, }, "status": { SchemaProps: spec.SchemaProps{ Default: map[string]interface{}{}, - Ref: ref("github.com/kubeedge/kubeedge/pkg/apis/devices/v1beta1.DeviceStatus"), + Ref: ref("github.com/kubeedge/api/devices/v1beta1.DeviceStatus"), }, }, }, }, }, Dependencies: []string{ - "github.com/kubeedge/kubeedge/pkg/apis/devices/v1beta1.DeviceSpec", "github.com/kubeedge/kubeedge/pkg/apis/devices/v1beta1.DeviceStatus", "k8s.io/apimachinery/pkg/apis/meta/v1.ObjectMeta"}, + "github.com/kubeedge/api/devices/v1beta1.DeviceSpec", "github.com/kubeedge/api/devices/v1beta1.DeviceStatus", "k8s.io/apimachinery/pkg/apis/meta/v1.ObjectMeta"}, } } -func schema_pkg_apis_devices_v1beta1_DeviceList(ref common.ReferenceCallback) common.OpenAPIDefinition { +func schema_kubeedge_api_devices_v1beta1_DeviceList(ref common.ReferenceCallback) common.OpenAPIDefinition { return common.OpenAPIDefinition{ Schema: spec.Schema{ SchemaProps: spec.SchemaProps{ @@ -2903,7 +2907,7 @@ func schema_pkg_apis_devices_v1beta1_DeviceList(ref common.ReferenceCallback) co Schema: &spec.Schema{ SchemaProps: spec.SchemaProps{ Default: map[string]interface{}{}, - Ref: ref("github.com/kubeedge/kubeedge/pkg/apis/devices/v1beta1.Device"), + Ref: ref("github.com/kubeedge/api/devices/v1beta1.Device"), }, }, }, @@ -2914,11 +2918,11 @@ func schema_pkg_apis_devices_v1beta1_DeviceList(ref common.ReferenceCallback) co }, }, Dependencies: []string{ - "github.com/kubeedge/kubeedge/pkg/apis/devices/v1beta1.Device", "k8s.io/apimachinery/pkg/apis/meta/v1.ListMeta"}, + "github.com/kubeedge/api/devices/v1beta1.Device", "k8s.io/apimachinery/pkg/apis/meta/v1.ListMeta"}, } } -func schema_pkg_apis_devices_v1beta1_DeviceModel(ref common.ReferenceCallback) common.OpenAPIDefinition { +func schema_kubeedge_api_devices_v1beta1_DeviceModel(ref common.ReferenceCallback) common.OpenAPIDefinition { return common.OpenAPIDefinition{ Schema: spec.Schema{ SchemaProps: spec.SchemaProps{ @@ -2948,18 +2952,18 @@ func schema_pkg_apis_devices_v1beta1_DeviceModel(ref common.ReferenceCallback) c "spec": { SchemaProps: spec.SchemaProps{ Default: map[string]interface{}{}, - Ref: ref("github.com/kubeedge/kubeedge/pkg/apis/devices/v1beta1.DeviceModelSpec"), + Ref: ref("github.com/kubeedge/api/devices/v1beta1.DeviceModelSpec"), }, }, }, }, }, Dependencies: []string{ - "github.com/kubeedge/kubeedge/pkg/apis/devices/v1beta1.DeviceModelSpec", "k8s.io/apimachinery/pkg/apis/meta/v1.ObjectMeta"}, + "github.com/kubeedge/api/devices/v1beta1.DeviceModelSpec", "k8s.io/apimachinery/pkg/apis/meta/v1.ObjectMeta"}, } } -func schema_pkg_apis_devices_v1beta1_DeviceModelList(ref common.ReferenceCallback) common.OpenAPIDefinition { +func schema_kubeedge_api_devices_v1beta1_DeviceModelList(ref common.ReferenceCallback) common.OpenAPIDefinition { return common.OpenAPIDefinition{ Schema: spec.Schema{ SchemaProps: spec.SchemaProps{ @@ -2993,7 +2997,7 @@ func schema_pkg_apis_devices_v1beta1_DeviceModelList(ref common.ReferenceCallbac Schema: &spec.Schema{ SchemaProps: spec.SchemaProps{ Default: map[string]interface{}{}, - Ref: ref("github.com/kubeedge/kubeedge/pkg/apis/devices/v1beta1.DeviceModel"), + Ref: ref("github.com/kubeedge/api/devices/v1beta1.DeviceModel"), }, }, }, @@ -3004,11 +3008,11 @@ func schema_pkg_apis_devices_v1beta1_DeviceModelList(ref common.ReferenceCallbac }, }, Dependencies: []string{ - "github.com/kubeedge/kubeedge/pkg/apis/devices/v1beta1.DeviceModel", "k8s.io/apimachinery/pkg/apis/meta/v1.ListMeta"}, + "github.com/kubeedge/api/devices/v1beta1.DeviceModel", "k8s.io/apimachinery/pkg/apis/meta/v1.ListMeta"}, } } -func schema_pkg_apis_devices_v1beta1_DeviceModelSpec(ref common.ReferenceCallback) common.OpenAPIDefinition { +func schema_kubeedge_api_devices_v1beta1_DeviceModelSpec(ref common.ReferenceCallback) common.OpenAPIDefinition { return common.OpenAPIDefinition{ Schema: spec.Schema{ SchemaProps: spec.SchemaProps{ @@ -3023,7 +3027,7 @@ func schema_pkg_apis_devices_v1beta1_DeviceModelSpec(ref common.ReferenceCallbac Schema: &spec.Schema{ SchemaProps: spec.SchemaProps{ Default: map[string]interface{}{}, - Ref: ref("github.com/kubeedge/kubeedge/pkg/apis/devices/v1beta1.ModelProperty"), + Ref: ref("github.com/kubeedge/api/devices/v1beta1.ModelProperty"), }, }, }, @@ -3040,11 +3044,11 @@ func schema_pkg_apis_devices_v1beta1_DeviceModelSpec(ref common.ReferenceCallbac }, }, Dependencies: []string{ - "github.com/kubeedge/kubeedge/pkg/apis/devices/v1beta1.ModelProperty"}, + "github.com/kubeedge/api/devices/v1beta1.ModelProperty"}, } } -func schema_pkg_apis_devices_v1beta1_DeviceProperty(ref common.ReferenceCallback) common.OpenAPIDefinition { +func schema_kubeedge_api_devices_v1beta1_DeviceProperty(ref common.ReferenceCallback) common.OpenAPIDefinition { return common.OpenAPIDefinition{ Schema: spec.Schema{ SchemaProps: spec.SchemaProps{ @@ -3062,14 +3066,14 @@ func schema_pkg_apis_devices_v1beta1_DeviceProperty(ref common.ReferenceCallback SchemaProps: spec.SchemaProps{ Description: "The desired property value.", Default: map[string]interface{}{}, - Ref: ref("github.com/kubeedge/kubeedge/pkg/apis/devices/v1beta1.TwinProperty"), + Ref: ref("github.com/kubeedge/api/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/kubeedge/pkg/apis/devices/v1beta1.VisitorConfig"), + Ref: ref("github.com/kubeedge/api/devices/v1beta1.VisitorConfig"), }, }, "reportCycle": { @@ -3096,18 +3100,18 @@ func schema_pkg_apis_devices_v1beta1_DeviceProperty(ref common.ReferenceCallback "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/kubeedge/pkg/apis/devices/v1beta1.PushMethod"), + Ref: ref("github.com/kubeedge/api/devices/v1beta1.PushMethod"), }, }, }, }, }, Dependencies: []string{ - "github.com/kubeedge/kubeedge/pkg/apis/devices/v1beta1.PushMethod", "github.com/kubeedge/kubeedge/pkg/apis/devices/v1beta1.TwinProperty", "github.com/kubeedge/kubeedge/pkg/apis/devices/v1beta1.VisitorConfig"}, + "github.com/kubeedge/api/devices/v1beta1.PushMethod", "github.com/kubeedge/api/devices/v1beta1.TwinProperty", "github.com/kubeedge/api/devices/v1beta1.VisitorConfig"}, } } -func schema_pkg_apis_devices_v1beta1_DeviceSpec(ref common.ReferenceCallback) common.OpenAPIDefinition { +func schema_kubeedge_api_devices_v1beta1_DeviceSpec(ref common.ReferenceCallback) common.OpenAPIDefinition { return common.OpenAPIDefinition{ Schema: spec.Schema{ SchemaProps: spec.SchemaProps{ @@ -3135,7 +3139,7 @@ func schema_pkg_apis_devices_v1beta1_DeviceSpec(ref common.ReferenceCallback) co Schema: &spec.Schema{ SchemaProps: spec.SchemaProps{ Default: map[string]interface{}{}, - Ref: ref("github.com/kubeedge/kubeedge/pkg/apis/devices/v1beta1.DeviceProperty"), + Ref: ref("github.com/kubeedge/api/devices/v1beta1.DeviceProperty"), }, }, }, @@ -3145,18 +3149,18 @@ func schema_pkg_apis_devices_v1beta1_DeviceSpec(ref common.ReferenceCallback) co SchemaProps: spec.SchemaProps{ Description: "Required: The protocol configuration used to connect to the device.", Default: map[string]interface{}{}, - Ref: ref("github.com/kubeedge/kubeedge/pkg/apis/devices/v1beta1.ProtocolConfig"), + Ref: ref("github.com/kubeedge/api/devices/v1beta1.ProtocolConfig"), }, }, }, }, }, Dependencies: []string{ - "github.com/kubeedge/kubeedge/pkg/apis/devices/v1beta1.DeviceProperty", "github.com/kubeedge/kubeedge/pkg/apis/devices/v1beta1.ProtocolConfig", "k8s.io/api/core/v1.LocalObjectReference"}, + "github.com/kubeedge/api/devices/v1beta1.DeviceProperty", "github.com/kubeedge/api/devices/v1beta1.ProtocolConfig", "k8s.io/api/core/v1.LocalObjectReference"}, } } -func schema_pkg_apis_devices_v1beta1_DeviceStatus(ref common.ReferenceCallback) common.OpenAPIDefinition { +func schema_kubeedge_api_devices_v1beta1_DeviceStatus(ref common.ReferenceCallback) common.OpenAPIDefinition { return common.OpenAPIDefinition{ Schema: spec.Schema{ SchemaProps: spec.SchemaProps{ @@ -3171,21 +3175,35 @@ func schema_pkg_apis_devices_v1beta1_DeviceStatus(ref common.ReferenceCallback) Schema: &spec.Schema{ SchemaProps: spec.SchemaProps{ Default: map[string]interface{}{}, - Ref: ref("github.com/kubeedge/kubeedge/pkg/apis/devices/v1beta1.Twin"), + Ref: ref("github.com/kubeedge/api/devices/v1beta1.Twin"), }, }, }, }, }, + "state": { + SchemaProps: spec.SchemaProps{ + Description: "Optional: The state of the device.", + Type: []string{"string"}, + Format: "", + }, + }, + "lastOnlineTime": { + SchemaProps: spec.SchemaProps{ + Description: "Optional: The last time the device was online.", + Type: []string{"string"}, + Format: "", + }, + }, }, }, }, Dependencies: []string{ - "github.com/kubeedge/kubeedge/pkg/apis/devices/v1beta1.Twin"}, + "github.com/kubeedge/api/devices/v1beta1.Twin"}, } } -func schema_pkg_apis_devices_v1beta1_Influxdb2ClientConfig(ref common.ReferenceCallback) common.OpenAPIDefinition { +func schema_kubeedge_api_devices_v1beta1_Influxdb2ClientConfig(ref common.ReferenceCallback) common.OpenAPIDefinition { return common.OpenAPIDefinition{ Schema: spec.Schema{ SchemaProps: spec.SchemaProps{ @@ -3218,7 +3236,7 @@ func schema_pkg_apis_devices_v1beta1_Influxdb2ClientConfig(ref common.ReferenceC } } -func schema_pkg_apis_devices_v1beta1_Influxdb2DataConfig(ref common.ReferenceCallback) common.OpenAPIDefinition { +func schema_kubeedge_api_devices_v1beta1_Influxdb2DataConfig(ref common.ReferenceCallback) common.OpenAPIDefinition { return common.OpenAPIDefinition{ Schema: spec.Schema{ SchemaProps: spec.SchemaProps{ @@ -3260,7 +3278,7 @@ func schema_pkg_apis_devices_v1beta1_Influxdb2DataConfig(ref common.ReferenceCal } } -func schema_pkg_apis_devices_v1beta1_ModelProperty(ref common.ReferenceCallback) common.OpenAPIDefinition { +func schema_kubeedge_api_devices_v1beta1_ModelProperty(ref common.ReferenceCallback) common.OpenAPIDefinition { return common.OpenAPIDefinition{ Schema: spec.Schema{ SchemaProps: spec.SchemaProps{ @@ -3320,7 +3338,7 @@ func schema_pkg_apis_devices_v1beta1_ModelProperty(ref common.ReferenceCallback) } } -func schema_pkg_apis_devices_v1beta1_MySQLClientConfig(ref common.ReferenceCallback) common.OpenAPIDefinition { +func schema_kubeedge_api_devices_v1beta1_MySQLClientConfig(ref common.ReferenceCallback) common.OpenAPIDefinition { return common.OpenAPIDefinition{ Schema: spec.Schema{ SchemaProps: spec.SchemaProps{ @@ -3353,7 +3371,7 @@ func schema_pkg_apis_devices_v1beta1_MySQLClientConfig(ref common.ReferenceCallb } } -func schema_pkg_apis_devices_v1beta1_ProtocolConfig(ref common.ReferenceCallback) common.OpenAPIDefinition { +func schema_kubeedge_api_devices_v1beta1_ProtocolConfig(ref common.ReferenceCallback) common.OpenAPIDefinition { return common.OpenAPIDefinition{ Schema: spec.Schema{ SchemaProps: spec.SchemaProps{ @@ -3369,18 +3387,18 @@ func schema_pkg_apis_devices_v1beta1_ProtocolConfig(ref common.ReferenceCallback "configData": { SchemaProps: spec.SchemaProps{ Description: "Any config data", - Ref: ref("github.com/kubeedge/kubeedge/pkg/apis/devices/v1beta1.CustomizedValue"), + Ref: ref("github.com/kubeedge/api/devices/v1beta1.CustomizedValue"), }, }, }, }, }, Dependencies: []string{ - "github.com/kubeedge/kubeedge/pkg/apis/devices/v1beta1.CustomizedValue"}, + "github.com/kubeedge/api/devices/v1beta1.CustomizedValue"}, } } -func schema_pkg_apis_devices_v1beta1_PushMethod(ref common.ReferenceCallback) common.OpenAPIDefinition { +func schema_kubeedge_api_devices_v1beta1_PushMethod(ref common.ReferenceCallback) common.OpenAPIDefinition { return common.OpenAPIDefinition{ Schema: spec.Schema{ SchemaProps: spec.SchemaProps{ @@ -3389,30 +3407,30 @@ func schema_pkg_apis_devices_v1beta1_PushMethod(ref common.ReferenceCallback) co "http": { SchemaProps: spec.SchemaProps{ Description: "HTTP Push method configuration for http", - Ref: ref("github.com/kubeedge/kubeedge/pkg/apis/devices/v1beta1.PushMethodHTTP"), + Ref: ref("github.com/kubeedge/api/devices/v1beta1.PushMethodHTTP"), }, }, "mqtt": { SchemaProps: spec.SchemaProps{ Description: "MQTT Push method configuration for mqtt", - Ref: ref("github.com/kubeedge/kubeedge/pkg/apis/devices/v1beta1.PushMethodMQTT"), + Ref: ref("github.com/kubeedge/api/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/kubeedge/pkg/apis/devices/v1beta1.DBMethodConfig"), + Ref: ref("github.com/kubeedge/api/devices/v1beta1.DBMethodConfig"), }, }, }, }, }, Dependencies: []string{ - "github.com/kubeedge/kubeedge/pkg/apis/devices/v1beta1.DBMethodConfig", "github.com/kubeedge/kubeedge/pkg/apis/devices/v1beta1.PushMethodHTTP", "github.com/kubeedge/kubeedge/pkg/apis/devices/v1beta1.PushMethodMQTT"}, + "github.com/kubeedge/api/devices/v1beta1.DBMethodConfig", "github.com/kubeedge/api/devices/v1beta1.PushMethodHTTP", "github.com/kubeedge/api/devices/v1beta1.PushMethodMQTT"}, } } -func schema_pkg_apis_devices_v1beta1_PushMethodHTTP(ref common.ReferenceCallback) common.OpenAPIDefinition { +func schema_kubeedge_api_devices_v1beta1_PushMethodHTTP(ref common.ReferenceCallback) common.OpenAPIDefinition { return common.OpenAPIDefinition{ Schema: spec.Schema{ SchemaProps: spec.SchemaProps{ @@ -3448,7 +3466,7 @@ func schema_pkg_apis_devices_v1beta1_PushMethodHTTP(ref common.ReferenceCallback } } -func schema_pkg_apis_devices_v1beta1_PushMethodMQTT(ref common.ReferenceCallback) common.OpenAPIDefinition { +func schema_kubeedge_api_devices_v1beta1_PushMethodMQTT(ref common.ReferenceCallback) common.OpenAPIDefinition { return common.OpenAPIDefinition{ Schema: spec.Schema{ SchemaProps: spec.SchemaProps{ @@ -3488,7 +3506,7 @@ func schema_pkg_apis_devices_v1beta1_PushMethodMQTT(ref common.ReferenceCallback } } -func schema_pkg_apis_devices_v1beta1_RedisClientConfig(ref common.ReferenceCallback) common.OpenAPIDefinition { +func schema_kubeedge_api_devices_v1beta1_RedisClientConfig(ref common.ReferenceCallback) common.OpenAPIDefinition { return common.OpenAPIDefinition{ Schema: spec.Schema{ SchemaProps: spec.SchemaProps{ @@ -3528,7 +3546,7 @@ func schema_pkg_apis_devices_v1beta1_RedisClientConfig(ref common.ReferenceCallb } } -func schema_pkg_apis_devices_v1beta1_TDEngineClientConfig(ref common.ReferenceCallback) common.OpenAPIDefinition { +func schema_kubeedge_api_devices_v1beta1_TDEngineClientConfig(ref common.ReferenceCallback) common.OpenAPIDefinition { return common.OpenAPIDefinition{ Schema: spec.Schema{ SchemaProps: spec.SchemaProps{ @@ -3554,7 +3572,7 @@ func schema_pkg_apis_devices_v1beta1_TDEngineClientConfig(ref common.ReferenceCa } } -func schema_pkg_apis_devices_v1beta1_Twin(ref common.ReferenceCallback) common.OpenAPIDefinition { +func schema_kubeedge_api_devices_v1beta1_Twin(ref common.ReferenceCallback) common.OpenAPIDefinition { return common.OpenAPIDefinition{ Schema: spec.Schema{ SchemaProps: spec.SchemaProps{ @@ -3572,25 +3590,25 @@ func schema_pkg_apis_devices_v1beta1_Twin(ref common.ReferenceCallback) common.O SchemaProps: spec.SchemaProps{ Description: "Required: the reported property value.", Default: map[string]interface{}{}, - Ref: ref("github.com/kubeedge/kubeedge/pkg/apis/devices/v1beta1.TwinProperty"), + Ref: ref("github.com/kubeedge/api/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/kubeedge/pkg/apis/devices/v1beta1.TwinProperty"), + Ref: ref("github.com/kubeedge/api/devices/v1beta1.TwinProperty"), }, }, }, }, }, Dependencies: []string{ - "github.com/kubeedge/kubeedge/pkg/apis/devices/v1beta1.TwinProperty"}, + "github.com/kubeedge/api/devices/v1beta1.TwinProperty"}, } } -func schema_pkg_apis_devices_v1beta1_TwinProperty(ref common.ReferenceCallback) common.OpenAPIDefinition { +func schema_kubeedge_api_devices_v1beta1_TwinProperty(ref common.ReferenceCallback) common.OpenAPIDefinition { return common.OpenAPIDefinition{ Schema: spec.Schema{ SchemaProps: spec.SchemaProps{ @@ -3628,7 +3646,7 @@ func schema_pkg_apis_devices_v1beta1_TwinProperty(ref common.ReferenceCallback) } } -func schema_pkg_apis_devices_v1beta1_VisitorConfig(ref common.ReferenceCallback) common.OpenAPIDefinition { +func schema_kubeedge_api_devices_v1beta1_VisitorConfig(ref common.ReferenceCallback) common.OpenAPIDefinition { return common.OpenAPIDefinition{ Schema: spec.Schema{ SchemaProps: spec.SchemaProps{ @@ -3644,18 +3662,18 @@ func schema_pkg_apis_devices_v1beta1_VisitorConfig(ref common.ReferenceCallback) "configData": { SchemaProps: spec.SchemaProps{ Description: "Required: The configData of customized protocol", - Ref: ref("github.com/kubeedge/kubeedge/pkg/apis/devices/v1beta1.CustomizedValue"), + Ref: ref("github.com/kubeedge/api/devices/v1beta1.CustomizedValue"), }, }, }, }, }, Dependencies: []string{ - "github.com/kubeedge/kubeedge/pkg/apis/devices/v1beta1.CustomizedValue"}, + "github.com/kubeedge/api/devices/v1beta1.CustomizedValue"}, } } -func schema_pkg_apis_operations_v1alpha1_ImagePrePullJob(ref common.ReferenceCallback) common.OpenAPIDefinition { +func schema_kubeedge_api_operations_v1alpha1_ImagePrePullJob(ref common.ReferenceCallback) common.OpenAPIDefinition { return common.OpenAPIDefinition{ Schema: spec.Schema{ SchemaProps: spec.SchemaProps{ @@ -3686,14 +3704,14 @@ func schema_pkg_apis_operations_v1alpha1_ImagePrePullJob(ref common.ReferenceCal SchemaProps: spec.SchemaProps{ Description: "Spec represents the specification of the desired behavior of ImagePrePullJob.", Default: map[string]interface{}{}, - Ref: ref("github.com/kubeedge/kubeedge/pkg/apis/operations/v1alpha1.ImagePrePullJobSpec"), + Ref: ref("github.com/kubeedge/api/operations/v1alpha1.ImagePrePullJobSpec"), }, }, "status": { SchemaProps: spec.SchemaProps{ Description: "Status represents the status of ImagePrePullJob.", Default: map[string]interface{}{}, - Ref: ref("github.com/kubeedge/kubeedge/pkg/apis/operations/v1alpha1.ImagePrePullJobStatus"), + Ref: ref("github.com/kubeedge/api/operations/v1alpha1.ImagePrePullJobStatus"), }, }, }, @@ -3701,11 +3719,11 @@ func schema_pkg_apis_operations_v1alpha1_ImagePrePullJob(ref common.ReferenceCal }, }, Dependencies: []string{ - "github.com/kubeedge/kubeedge/pkg/apis/operations/v1alpha1.ImagePrePullJobSpec", "github.com/kubeedge/kubeedge/pkg/apis/operations/v1alpha1.ImagePrePullJobStatus", "k8s.io/apimachinery/pkg/apis/meta/v1.ObjectMeta"}, + "github.com/kubeedge/api/operations/v1alpha1.ImagePrePullJobSpec", "github.com/kubeedge/api/operations/v1alpha1.ImagePrePullJobStatus", "k8s.io/apimachinery/pkg/apis/meta/v1.ObjectMeta"}, } } -func schema_pkg_apis_operations_v1alpha1_ImagePrePullJobList(ref common.ReferenceCallback) common.OpenAPIDefinition { +func schema_kubeedge_api_operations_v1alpha1_ImagePrePullJobList(ref common.ReferenceCallback) common.OpenAPIDefinition { return common.OpenAPIDefinition{ Schema: spec.Schema{ SchemaProps: spec.SchemaProps{ @@ -3741,7 +3759,7 @@ func schema_pkg_apis_operations_v1alpha1_ImagePrePullJobList(ref common.Referenc Schema: &spec.Schema{ SchemaProps: spec.SchemaProps{ Default: map[string]interface{}{}, - Ref: ref("github.com/kubeedge/kubeedge/pkg/apis/operations/v1alpha1.ImagePrePullJob"), + Ref: ref("github.com/kubeedge/api/operations/v1alpha1.ImagePrePullJob"), }, }, }, @@ -3752,11 +3770,11 @@ func schema_pkg_apis_operations_v1alpha1_ImagePrePullJobList(ref common.Referenc }, }, Dependencies: []string{ - "github.com/kubeedge/kubeedge/pkg/apis/operations/v1alpha1.ImagePrePullJob", "k8s.io/apimachinery/pkg/apis/meta/v1.ListMeta"}, + "github.com/kubeedge/api/operations/v1alpha1.ImagePrePullJob", "k8s.io/apimachinery/pkg/apis/meta/v1.ListMeta"}, } } -func schema_pkg_apis_operations_v1alpha1_ImagePrePullJobSpec(ref common.ReferenceCallback) common.OpenAPIDefinition { +func schema_kubeedge_api_operations_v1alpha1_ImagePrePullJobSpec(ref common.ReferenceCallback) common.OpenAPIDefinition { return common.OpenAPIDefinition{ Schema: spec.Schema{ SchemaProps: spec.SchemaProps{ @@ -3767,18 +3785,18 @@ func schema_pkg_apis_operations_v1alpha1_ImagePrePullJobSpec(ref common.Referenc SchemaProps: spec.SchemaProps{ Description: "ImagePrepullTemplate represents original templates of imagePrePull", Default: map[string]interface{}{}, - Ref: ref("github.com/kubeedge/kubeedge/pkg/apis/operations/v1alpha1.ImagePrePullTemplate"), + Ref: ref("github.com/kubeedge/api/operations/v1alpha1.ImagePrePullTemplate"), }, }, }, }, }, Dependencies: []string{ - "github.com/kubeedge/kubeedge/pkg/apis/operations/v1alpha1.ImagePrePullTemplate"}, + "github.com/kubeedge/api/operations/v1alpha1.ImagePrePullTemplate"}, } } -func schema_pkg_apis_operations_v1alpha1_ImagePrePullJobStatus(ref common.ReferenceCallback) common.OpenAPIDefinition { +func schema_kubeedge_api_operations_v1alpha1_ImagePrePullJobStatus(ref common.ReferenceCallback) common.OpenAPIDefinition { return common.OpenAPIDefinition{ Schema: spec.Schema{ SchemaProps: spec.SchemaProps{ @@ -3828,7 +3846,7 @@ func schema_pkg_apis_operations_v1alpha1_ImagePrePullJobStatus(ref common.Refere Schema: &spec.Schema{ SchemaProps: spec.SchemaProps{ Default: map[string]interface{}{}, - Ref: ref("github.com/kubeedge/kubeedge/pkg/apis/operations/v1alpha1.ImagePrePullStatus"), + Ref: ref("github.com/kubeedge/api/operations/v1alpha1.ImagePrePullStatus"), }, }, }, @@ -3838,11 +3856,11 @@ func schema_pkg_apis_operations_v1alpha1_ImagePrePullJobStatus(ref common.Refere }, }, Dependencies: []string{ - "github.com/kubeedge/kubeedge/pkg/apis/operations/v1alpha1.ImagePrePullStatus"}, + "github.com/kubeedge/api/operations/v1alpha1.ImagePrePullStatus"}, } } -func schema_pkg_apis_operations_v1alpha1_ImagePrePullStatus(ref common.ReferenceCallback) common.OpenAPIDefinition { +func schema_kubeedge_api_operations_v1alpha1_ImagePrePullStatus(ref common.ReferenceCallback) common.OpenAPIDefinition { return common.OpenAPIDefinition{ Schema: spec.Schema{ SchemaProps: spec.SchemaProps{ @@ -3852,7 +3870,7 @@ func schema_pkg_apis_operations_v1alpha1_ImagePrePullStatus(ref common.Reference "nodeStatus": { SchemaProps: spec.SchemaProps{ Description: "TaskStatus represents the status for each node", - Ref: ref("github.com/kubeedge/kubeedge/pkg/apis/operations/v1alpha1.TaskStatus"), + Ref: ref("github.com/kubeedge/api/operations/v1alpha1.TaskStatus"), }, }, "imageStatus": { @@ -3863,7 +3881,7 @@ func schema_pkg_apis_operations_v1alpha1_ImagePrePullStatus(ref common.Reference Schema: &spec.Schema{ SchemaProps: spec.SchemaProps{ Default: map[string]interface{}{}, - Ref: ref("github.com/kubeedge/kubeedge/pkg/apis/operations/v1alpha1.ImageStatus"), + Ref: ref("github.com/kubeedge/api/operations/v1alpha1.ImageStatus"), }, }, }, @@ -3873,11 +3891,11 @@ func schema_pkg_apis_operations_v1alpha1_ImagePrePullStatus(ref common.Reference }, }, Dependencies: []string{ - "github.com/kubeedge/kubeedge/pkg/apis/operations/v1alpha1.ImageStatus", "github.com/kubeedge/kubeedge/pkg/apis/operations/v1alpha1.TaskStatus"}, + "github.com/kubeedge/api/operations/v1alpha1.ImageStatus", "github.com/kubeedge/api/operations/v1alpha1.TaskStatus"}, } } -func schema_pkg_apis_operations_v1alpha1_ImagePrePullTemplate(ref common.ReferenceCallback) common.OpenAPIDefinition { +func schema_kubeedge_api_operations_v1alpha1_ImagePrePullTemplate(ref common.ReferenceCallback) common.OpenAPIDefinition { return common.OpenAPIDefinition{ Schema: spec.Schema{ SchemaProps: spec.SchemaProps{ @@ -3978,7 +3996,7 @@ func schema_pkg_apis_operations_v1alpha1_ImagePrePullTemplate(ref common.Referen } } -func schema_pkg_apis_operations_v1alpha1_ImageStatus(ref common.ReferenceCallback) common.OpenAPIDefinition { +func schema_kubeedge_api_operations_v1alpha1_ImageStatus(ref common.ReferenceCallback) common.OpenAPIDefinition { return common.OpenAPIDefinition{ Schema: spec.Schema{ SchemaProps: spec.SchemaProps{ @@ -4012,7 +4030,7 @@ func schema_pkg_apis_operations_v1alpha1_ImageStatus(ref common.ReferenceCallbac } } -func schema_pkg_apis_operations_v1alpha1_NodeUpgradeJob(ref common.ReferenceCallback) common.OpenAPIDefinition { +func schema_kubeedge_api_operations_v1alpha1_NodeUpgradeJob(ref common.ReferenceCallback) common.OpenAPIDefinition { return common.OpenAPIDefinition{ Schema: spec.Schema{ SchemaProps: spec.SchemaProps{ @@ -4043,25 +4061,25 @@ func schema_pkg_apis_operations_v1alpha1_NodeUpgradeJob(ref common.ReferenceCall SchemaProps: spec.SchemaProps{ Description: "Specification of the desired behavior of NodeUpgradeJob.", Default: map[string]interface{}{}, - Ref: ref("github.com/kubeedge/kubeedge/pkg/apis/operations/v1alpha1.NodeUpgradeJobSpec"), + Ref: ref("github.com/kubeedge/api/operations/v1alpha1.NodeUpgradeJobSpec"), }, }, "status": { SchemaProps: spec.SchemaProps{ Description: "Most recently observed status of the NodeUpgradeJob.", Default: map[string]interface{}{}, - Ref: ref("github.com/kubeedge/kubeedge/pkg/apis/operations/v1alpha1.NodeUpgradeJobStatus"), + Ref: ref("github.com/kubeedge/api/operations/v1alpha1.NodeUpgradeJobStatus"), }, }, }, }, }, Dependencies: []string{ - "github.com/kubeedge/kubeedge/pkg/apis/operations/v1alpha1.NodeUpgradeJobSpec", "github.com/kubeedge/kubeedge/pkg/apis/operations/v1alpha1.NodeUpgradeJobStatus", "k8s.io/apimachinery/pkg/apis/meta/v1.ObjectMeta"}, + "github.com/kubeedge/api/operations/v1alpha1.NodeUpgradeJobSpec", "github.com/kubeedge/api/operations/v1alpha1.NodeUpgradeJobStatus", "k8s.io/apimachinery/pkg/apis/meta/v1.ObjectMeta"}, } } -func schema_pkg_apis_operations_v1alpha1_NodeUpgradeJobList(ref common.ReferenceCallback) common.OpenAPIDefinition { +func schema_kubeedge_api_operations_v1alpha1_NodeUpgradeJobList(ref common.ReferenceCallback) common.OpenAPIDefinition { return common.OpenAPIDefinition{ Schema: spec.Schema{ SchemaProps: spec.SchemaProps{ @@ -4097,7 +4115,7 @@ func schema_pkg_apis_operations_v1alpha1_NodeUpgradeJobList(ref common.Reference Schema: &spec.Schema{ SchemaProps: spec.SchemaProps{ Default: map[string]interface{}{}, - Ref: ref("github.com/kubeedge/kubeedge/pkg/apis/operations/v1alpha1.NodeUpgradeJob"), + Ref: ref("github.com/kubeedge/api/operations/v1alpha1.NodeUpgradeJob"), }, }, }, @@ -4108,11 +4126,11 @@ func schema_pkg_apis_operations_v1alpha1_NodeUpgradeJobList(ref common.Reference }, }, Dependencies: []string{ - "github.com/kubeedge/kubeedge/pkg/apis/operations/v1alpha1.NodeUpgradeJob", "k8s.io/apimachinery/pkg/apis/meta/v1.ListMeta"}, + "github.com/kubeedge/api/operations/v1alpha1.NodeUpgradeJob", "k8s.io/apimachinery/pkg/apis/meta/v1.ListMeta"}, } } -func schema_pkg_apis_operations_v1alpha1_NodeUpgradeJobSpec(ref common.ReferenceCallback) common.OpenAPIDefinition { +func schema_kubeedge_api_operations_v1alpha1_NodeUpgradeJobSpec(ref common.ReferenceCallback) common.OpenAPIDefinition { return common.OpenAPIDefinition{ Schema: spec.Schema{ SchemaProps: spec.SchemaProps{ @@ -4197,7 +4215,7 @@ func schema_pkg_apis_operations_v1alpha1_NodeUpgradeJobSpec(ref common.Reference } } -func schema_pkg_apis_operations_v1alpha1_NodeUpgradeJobStatus(ref common.ReferenceCallback) common.OpenAPIDefinition { +func schema_kubeedge_api_operations_v1alpha1_NodeUpgradeJobStatus(ref common.ReferenceCallback) common.OpenAPIDefinition { return common.OpenAPIDefinition{ Schema: spec.Schema{ SchemaProps: spec.SchemaProps{ @@ -4261,7 +4279,7 @@ func schema_pkg_apis_operations_v1alpha1_NodeUpgradeJobStatus(ref common.Referen Schema: &spec.Schema{ SchemaProps: spec.SchemaProps{ Default: map[string]interface{}{}, - Ref: ref("github.com/kubeedge/kubeedge/pkg/apis/operations/v1alpha1.TaskStatus"), + Ref: ref("github.com/kubeedge/api/operations/v1alpha1.TaskStatus"), }, }, }, @@ -4271,11 +4289,11 @@ func schema_pkg_apis_operations_v1alpha1_NodeUpgradeJobStatus(ref common.Referen }, }, Dependencies: []string{ - "github.com/kubeedge/kubeedge/pkg/apis/operations/v1alpha1.TaskStatus"}, + "github.com/kubeedge/api/operations/v1alpha1.TaskStatus"}, } } -func schema_pkg_apis_operations_v1alpha1_TaskStatus(ref common.ReferenceCallback) common.OpenAPIDefinition { +func schema_kubeedge_api_operations_v1alpha1_TaskStatus(ref common.ReferenceCallback) common.OpenAPIDefinition { return common.OpenAPIDefinition{ Schema: spec.Schema{ SchemaProps: spec.SchemaProps{ @@ -4330,7 +4348,7 @@ func schema_pkg_apis_operations_v1alpha1_TaskStatus(ref common.ReferenceCallback } } -func schema_pkg_apis_policy_v1alpha1_AccessClusterRoleBinding(ref common.ReferenceCallback) common.OpenAPIDefinition { +func schema_kubeedge_api_policy_v1alpha1_AccessClusterRoleBinding(ref common.ReferenceCallback) common.OpenAPIDefinition { return common.OpenAPIDefinition{ Schema: spec.Schema{ SchemaProps: spec.SchemaProps{ @@ -4366,7 +4384,7 @@ func schema_pkg_apis_policy_v1alpha1_AccessClusterRoleBinding(ref common.Referen } } -func schema_pkg_apis_policy_v1alpha1_AccessRoleBinding(ref common.ReferenceCallback) common.OpenAPIDefinition { +func schema_kubeedge_api_policy_v1alpha1_AccessRoleBinding(ref common.ReferenceCallback) common.OpenAPIDefinition { return common.OpenAPIDefinition{ Schema: spec.Schema{ SchemaProps: spec.SchemaProps{ @@ -4402,7 +4420,7 @@ func schema_pkg_apis_policy_v1alpha1_AccessRoleBinding(ref common.ReferenceCallb } } -func schema_pkg_apis_policy_v1alpha1_AccessSpec(ref common.ReferenceCallback) common.OpenAPIDefinition { +func schema_kubeedge_api_policy_v1alpha1_AccessSpec(ref common.ReferenceCallback) common.OpenAPIDefinition { return common.OpenAPIDefinition{ Schema: spec.Schema{ SchemaProps: spec.SchemaProps{ @@ -4431,7 +4449,7 @@ func schema_pkg_apis_policy_v1alpha1_AccessSpec(ref common.ReferenceCallback) co Schema: &spec.Schema{ SchemaProps: spec.SchemaProps{ Default: map[string]interface{}{}, - Ref: ref("github.com/kubeedge/kubeedge/pkg/apis/policy/v1alpha1.AccessRoleBinding"), + Ref: ref("github.com/kubeedge/api/policy/v1alpha1.AccessRoleBinding"), }, }, }, @@ -4445,7 +4463,7 @@ func schema_pkg_apis_policy_v1alpha1_AccessSpec(ref common.ReferenceCallback) co Schema: &spec.Schema{ SchemaProps: spec.SchemaProps{ Default: map[string]interface{}{}, - Ref: ref("github.com/kubeedge/kubeedge/pkg/apis/policy/v1alpha1.AccessClusterRoleBinding"), + Ref: ref("github.com/kubeedge/api/policy/v1alpha1.AccessClusterRoleBinding"), }, }, }, @@ -4455,11 +4473,11 @@ func schema_pkg_apis_policy_v1alpha1_AccessSpec(ref common.ReferenceCallback) co }, }, Dependencies: []string{ - "github.com/kubeedge/kubeedge/pkg/apis/policy/v1alpha1.AccessClusterRoleBinding", "github.com/kubeedge/kubeedge/pkg/apis/policy/v1alpha1.AccessRoleBinding", "k8s.io/api/core/v1.ServiceAccount"}, + "github.com/kubeedge/api/policy/v1alpha1.AccessClusterRoleBinding", "github.com/kubeedge/api/policy/v1alpha1.AccessRoleBinding", "k8s.io/api/core/v1.ServiceAccount"}, } } -func schema_pkg_apis_policy_v1alpha1_AccessStatus(ref common.ReferenceCallback) common.OpenAPIDefinition { +func schema_kubeedge_api_policy_v1alpha1_AccessStatus(ref common.ReferenceCallback) common.OpenAPIDefinition { return common.OpenAPIDefinition{ Schema: spec.Schema{ SchemaProps: spec.SchemaProps{ @@ -4487,7 +4505,7 @@ func schema_pkg_apis_policy_v1alpha1_AccessStatus(ref common.ReferenceCallback) } } -func schema_pkg_apis_policy_v1alpha1_ServiceAccountAccess(ref common.ReferenceCallback) common.OpenAPIDefinition { +func schema_kubeedge_api_policy_v1alpha1_ServiceAccountAccess(ref common.ReferenceCallback) common.OpenAPIDefinition { return common.OpenAPIDefinition{ Schema: spec.Schema{ SchemaProps: spec.SchemaProps{ @@ -4518,25 +4536,25 @@ func schema_pkg_apis_policy_v1alpha1_ServiceAccountAccess(ref common.ReferenceCa SchemaProps: spec.SchemaProps{ Description: "Spec represents the specification of rbac.", Default: map[string]interface{}{}, - Ref: ref("github.com/kubeedge/kubeedge/pkg/apis/policy/v1alpha1.AccessSpec"), + Ref: ref("github.com/kubeedge/api/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/kubeedge/pkg/apis/policy/v1alpha1.AccessStatus"), + Ref: ref("github.com/kubeedge/api/policy/v1alpha1.AccessStatus"), }, }, }, }, }, Dependencies: []string{ - "github.com/kubeedge/kubeedge/pkg/apis/policy/v1alpha1.AccessSpec", "github.com/kubeedge/kubeedge/pkg/apis/policy/v1alpha1.AccessStatus", "k8s.io/apimachinery/pkg/apis/meta/v1.ObjectMeta"}, + "github.com/kubeedge/api/policy/v1alpha1.AccessSpec", "github.com/kubeedge/api/policy/v1alpha1.AccessStatus", "k8s.io/apimachinery/pkg/apis/meta/v1.ObjectMeta"}, } } -func schema_pkg_apis_policy_v1alpha1_ServiceAccountAccessList(ref common.ReferenceCallback) common.OpenAPIDefinition { +func schema_kubeedge_api_policy_v1alpha1_ServiceAccountAccessList(ref common.ReferenceCallback) common.OpenAPIDefinition { return common.OpenAPIDefinition{ Schema: spec.Schema{ SchemaProps: spec.SchemaProps{ @@ -4570,7 +4588,7 @@ func schema_pkg_apis_policy_v1alpha1_ServiceAccountAccessList(ref common.Referen Schema: &spec.Schema{ SchemaProps: spec.SchemaProps{ Default: map[string]interface{}{}, - Ref: ref("github.com/kubeedge/kubeedge/pkg/apis/policy/v1alpha1.ServiceAccountAccess"), + Ref: ref("github.com/kubeedge/api/policy/v1alpha1.ServiceAccountAccess"), }, }, }, @@ -4581,11 +4599,11 @@ func schema_pkg_apis_policy_v1alpha1_ServiceAccountAccessList(ref common.Referen }, }, Dependencies: []string{ - "github.com/kubeedge/kubeedge/pkg/apis/policy/v1alpha1.ServiceAccountAccess", "k8s.io/apimachinery/pkg/apis/meta/v1.ListMeta"}, + "github.com/kubeedge/api/policy/v1alpha1.ServiceAccountAccess", "k8s.io/apimachinery/pkg/apis/meta/v1.ListMeta"}, } } -func schema_pkg_apis_reliablesyncs_v1alpha1_ClusterObjectSync(ref common.ReferenceCallback) common.OpenAPIDefinition { +func schema_kubeedge_api_reliablesyncs_v1alpha1_ClusterObjectSync(ref common.ReferenceCallback) common.OpenAPIDefinition { return common.OpenAPIDefinition{ Schema: spec.Schema{ SchemaProps: spec.SchemaProps{ @@ -4615,24 +4633,24 @@ func schema_pkg_apis_reliablesyncs_v1alpha1_ClusterObjectSync(ref common.Referen "spec": { SchemaProps: spec.SchemaProps{ Default: map[string]interface{}{}, - Ref: ref("github.com/kubeedge/kubeedge/pkg/apis/reliablesyncs/v1alpha1.ObjectSyncSpec"), + Ref: ref("github.com/kubeedge/api/reliablesyncs/v1alpha1.ObjectSyncSpec"), }, }, "status": { SchemaProps: spec.SchemaProps{ Default: map[string]interface{}{}, - Ref: ref("github.com/kubeedge/kubeedge/pkg/apis/reliablesyncs/v1alpha1.ObjectSyncStatus"), + Ref: ref("github.com/kubeedge/api/reliablesyncs/v1alpha1.ObjectSyncStatus"), }, }, }, }, }, Dependencies: []string{ - "github.com/kubeedge/kubeedge/pkg/apis/reliablesyncs/v1alpha1.ObjectSyncSpec", "github.com/kubeedge/kubeedge/pkg/apis/reliablesyncs/v1alpha1.ObjectSyncStatus", "k8s.io/apimachinery/pkg/apis/meta/v1.ObjectMeta"}, + "github.com/kubeedge/api/reliablesyncs/v1alpha1.ObjectSyncSpec", "github.com/kubeedge/api/reliablesyncs/v1alpha1.ObjectSyncStatus", "k8s.io/apimachinery/pkg/apis/meta/v1.ObjectMeta"}, } } -func schema_pkg_apis_reliablesyncs_v1alpha1_ClusterObjectSyncList(ref common.ReferenceCallback) common.OpenAPIDefinition { +func schema_kubeedge_api_reliablesyncs_v1alpha1_ClusterObjectSyncList(ref common.ReferenceCallback) common.OpenAPIDefinition { return common.OpenAPIDefinition{ Schema: spec.Schema{ SchemaProps: spec.SchemaProps{ @@ -4668,7 +4686,7 @@ func schema_pkg_apis_reliablesyncs_v1alpha1_ClusterObjectSyncList(ref common.Ref Schema: &spec.Schema{ SchemaProps: spec.SchemaProps{ Default: map[string]interface{}{}, - Ref: ref("github.com/kubeedge/kubeedge/pkg/apis/reliablesyncs/v1alpha1.ClusterObjectSync"), + Ref: ref("github.com/kubeedge/api/reliablesyncs/v1alpha1.ClusterObjectSync"), }, }, }, @@ -4679,11 +4697,11 @@ func schema_pkg_apis_reliablesyncs_v1alpha1_ClusterObjectSyncList(ref common.Ref }, }, Dependencies: []string{ - "github.com/kubeedge/kubeedge/pkg/apis/reliablesyncs/v1alpha1.ClusterObjectSync", "k8s.io/apimachinery/pkg/apis/meta/v1.ListMeta"}, + "github.com/kubeedge/api/reliablesyncs/v1alpha1.ClusterObjectSync", "k8s.io/apimachinery/pkg/apis/meta/v1.ListMeta"}, } } -func schema_pkg_apis_reliablesyncs_v1alpha1_ObjectSync(ref common.ReferenceCallback) common.OpenAPIDefinition { +func schema_kubeedge_api_reliablesyncs_v1alpha1_ObjectSync(ref common.ReferenceCallback) common.OpenAPIDefinition { return common.OpenAPIDefinition{ Schema: spec.Schema{ SchemaProps: spec.SchemaProps{ @@ -4714,24 +4732,24 @@ func schema_pkg_apis_reliablesyncs_v1alpha1_ObjectSync(ref common.ReferenceCallb "spec": { SchemaProps: spec.SchemaProps{ Default: map[string]interface{}{}, - Ref: ref("github.com/kubeedge/kubeedge/pkg/apis/reliablesyncs/v1alpha1.ObjectSyncSpec"), + Ref: ref("github.com/kubeedge/api/reliablesyncs/v1alpha1.ObjectSyncSpec"), }, }, "status": { SchemaProps: spec.SchemaProps{ Default: map[string]interface{}{}, - Ref: ref("github.com/kubeedge/kubeedge/pkg/apis/reliablesyncs/v1alpha1.ObjectSyncStatus"), + Ref: ref("github.com/kubeedge/api/reliablesyncs/v1alpha1.ObjectSyncStatus"), }, }, }, }, }, Dependencies: []string{ - "github.com/kubeedge/kubeedge/pkg/apis/reliablesyncs/v1alpha1.ObjectSyncSpec", "github.com/kubeedge/kubeedge/pkg/apis/reliablesyncs/v1alpha1.ObjectSyncStatus", "k8s.io/apimachinery/pkg/apis/meta/v1.ObjectMeta"}, + "github.com/kubeedge/api/reliablesyncs/v1alpha1.ObjectSyncSpec", "github.com/kubeedge/api/reliablesyncs/v1alpha1.ObjectSyncStatus", "k8s.io/apimachinery/pkg/apis/meta/v1.ObjectMeta"}, } } -func schema_pkg_apis_reliablesyncs_v1alpha1_ObjectSyncList(ref common.ReferenceCallback) common.OpenAPIDefinition { +func schema_kubeedge_api_reliablesyncs_v1alpha1_ObjectSyncList(ref common.ReferenceCallback) common.OpenAPIDefinition { return common.OpenAPIDefinition{ Schema: spec.Schema{ SchemaProps: spec.SchemaProps{ @@ -4767,7 +4785,7 @@ func schema_pkg_apis_reliablesyncs_v1alpha1_ObjectSyncList(ref common.ReferenceC Schema: &spec.Schema{ SchemaProps: spec.SchemaProps{ Default: map[string]interface{}{}, - Ref: ref("github.com/kubeedge/kubeedge/pkg/apis/reliablesyncs/v1alpha1.ObjectSync"), + Ref: ref("github.com/kubeedge/api/reliablesyncs/v1alpha1.ObjectSync"), }, }, }, @@ -4778,11 +4796,11 @@ func schema_pkg_apis_reliablesyncs_v1alpha1_ObjectSyncList(ref common.ReferenceC }, }, Dependencies: []string{ - "github.com/kubeedge/kubeedge/pkg/apis/reliablesyncs/v1alpha1.ObjectSync", "k8s.io/apimachinery/pkg/apis/meta/v1.ListMeta"}, + "github.com/kubeedge/api/reliablesyncs/v1alpha1.ObjectSync", "k8s.io/apimachinery/pkg/apis/meta/v1.ListMeta"}, } } -func schema_pkg_apis_reliablesyncs_v1alpha1_ObjectSyncSpec(ref common.ReferenceCallback) common.OpenAPIDefinition { +func schema_kubeedge_api_reliablesyncs_v1alpha1_ObjectSyncSpec(ref common.ReferenceCallback) common.OpenAPIDefinition { return common.OpenAPIDefinition{ Schema: spec.Schema{ SchemaProps: spec.SchemaProps{ @@ -4816,7 +4834,7 @@ func schema_pkg_apis_reliablesyncs_v1alpha1_ObjectSyncSpec(ref common.ReferenceC } } -func schema_pkg_apis_reliablesyncs_v1alpha1_ObjectSyncStatus(ref common.ReferenceCallback) common.OpenAPIDefinition { +func schema_kubeedge_api_reliablesyncs_v1alpha1_ObjectSyncStatus(ref common.ReferenceCallback) common.OpenAPIDefinition { return common.OpenAPIDefinition{ Schema: spec.Schema{ SchemaProps: spec.SchemaProps{ @@ -4836,7 +4854,7 @@ func schema_pkg_apis_reliablesyncs_v1alpha1_ObjectSyncStatus(ref common.Referenc } } -func schema_pkg_apis_rules_v1_Rule(ref common.ReferenceCallback) common.OpenAPIDefinition { +func schema_kubeedge_api_rules_v1_Rule(ref common.ReferenceCallback) common.OpenAPIDefinition { return common.OpenAPIDefinition{ Schema: spec.Schema{ SchemaProps: spec.SchemaProps{ @@ -4866,13 +4884,13 @@ func schema_pkg_apis_rules_v1_Rule(ref common.ReferenceCallback) common.OpenAPID "spec": { SchemaProps: spec.SchemaProps{ Default: map[string]interface{}{}, - Ref: ref("github.com/kubeedge/kubeedge/pkg/apis/rules/v1.RuleSpec"), + Ref: ref("github.com/kubeedge/api/rules/v1.RuleSpec"), }, }, "status": { SchemaProps: spec.SchemaProps{ Default: map[string]interface{}{}, - Ref: ref("github.com/kubeedge/kubeedge/pkg/apis/rules/v1.RuleStatus"), + Ref: ref("github.com/kubeedge/api/rules/v1.RuleStatus"), }, }, }, @@ -4880,11 +4898,11 @@ func schema_pkg_apis_rules_v1_Rule(ref common.ReferenceCallback) common.OpenAPID }, }, Dependencies: []string{ - "github.com/kubeedge/kubeedge/pkg/apis/rules/v1.RuleSpec", "github.com/kubeedge/kubeedge/pkg/apis/rules/v1.RuleStatus", "k8s.io/apimachinery/pkg/apis/meta/v1.ObjectMeta"}, + "github.com/kubeedge/api/rules/v1.RuleSpec", "github.com/kubeedge/api/rules/v1.RuleStatus", "k8s.io/apimachinery/pkg/apis/meta/v1.ObjectMeta"}, } } -func schema_pkg_apis_rules_v1_RuleEndpoint(ref common.ReferenceCallback) common.OpenAPIDefinition { +func schema_kubeedge_api_rules_v1_RuleEndpoint(ref common.ReferenceCallback) common.OpenAPIDefinition { return common.OpenAPIDefinition{ Schema: spec.Schema{ SchemaProps: spec.SchemaProps{ @@ -4914,7 +4932,7 @@ func schema_pkg_apis_rules_v1_RuleEndpoint(ref common.ReferenceCallback) common. "spec": { SchemaProps: spec.SchemaProps{ Default: map[string]interface{}{}, - Ref: ref("github.com/kubeedge/kubeedge/pkg/apis/rules/v1.RuleEndpointSpec"), + Ref: ref("github.com/kubeedge/api/rules/v1.RuleEndpointSpec"), }, }, }, @@ -4922,11 +4940,11 @@ func schema_pkg_apis_rules_v1_RuleEndpoint(ref common.ReferenceCallback) common. }, }, Dependencies: []string{ - "github.com/kubeedge/kubeedge/pkg/apis/rules/v1.RuleEndpointSpec", "k8s.io/apimachinery/pkg/apis/meta/v1.ObjectMeta"}, + "github.com/kubeedge/api/rules/v1.RuleEndpointSpec", "k8s.io/apimachinery/pkg/apis/meta/v1.ObjectMeta"}, } } -func schema_pkg_apis_rules_v1_RuleEndpointList(ref common.ReferenceCallback) common.OpenAPIDefinition { +func schema_kubeedge_api_rules_v1_RuleEndpointList(ref common.ReferenceCallback) common.OpenAPIDefinition { return common.OpenAPIDefinition{ Schema: spec.Schema{ SchemaProps: spec.SchemaProps{ @@ -4960,7 +4978,7 @@ func schema_pkg_apis_rules_v1_RuleEndpointList(ref common.ReferenceCallback) com Schema: &spec.Schema{ SchemaProps: spec.SchemaProps{ Default: map[string]interface{}{}, - Ref: ref("github.com/kubeedge/kubeedge/pkg/apis/rules/v1.RuleEndpoint"), + Ref: ref("github.com/kubeedge/api/rules/v1.RuleEndpoint"), }, }, }, @@ -4971,11 +4989,11 @@ func schema_pkg_apis_rules_v1_RuleEndpointList(ref common.ReferenceCallback) com }, }, Dependencies: []string{ - "github.com/kubeedge/kubeedge/pkg/apis/rules/v1.RuleEndpoint", "k8s.io/apimachinery/pkg/apis/meta/v1.ListMeta"}, + "github.com/kubeedge/api/rules/v1.RuleEndpoint", "k8s.io/apimachinery/pkg/apis/meta/v1.ListMeta"}, } } -func schema_pkg_apis_rules_v1_RuleEndpointSpec(ref common.ReferenceCallback) common.OpenAPIDefinition { +func schema_kubeedge_api_rules_v1_RuleEndpointSpec(ref common.ReferenceCallback) common.OpenAPIDefinition { return common.OpenAPIDefinition{ Schema: spec.Schema{ SchemaProps: spec.SchemaProps{ @@ -5013,7 +5031,7 @@ func schema_pkg_apis_rules_v1_RuleEndpointSpec(ref common.ReferenceCallback) com } } -func schema_pkg_apis_rules_v1_RuleList(ref common.ReferenceCallback) common.OpenAPIDefinition { +func schema_kubeedge_api_rules_v1_RuleList(ref common.ReferenceCallback) common.OpenAPIDefinition { return common.OpenAPIDefinition{ Schema: spec.Schema{ SchemaProps: spec.SchemaProps{ @@ -5047,7 +5065,7 @@ func schema_pkg_apis_rules_v1_RuleList(ref common.ReferenceCallback) common.Open Schema: &spec.Schema{ SchemaProps: spec.SchemaProps{ Default: map[string]interface{}{}, - Ref: ref("github.com/kubeedge/kubeedge/pkg/apis/rules/v1.Rule"), + Ref: ref("github.com/kubeedge/api/rules/v1.Rule"), }, }, }, @@ -5058,11 +5076,11 @@ func schema_pkg_apis_rules_v1_RuleList(ref common.ReferenceCallback) common.Open }, }, Dependencies: []string{ - "github.com/kubeedge/kubeedge/pkg/apis/rules/v1.Rule", "k8s.io/apimachinery/pkg/apis/meta/v1.ListMeta"}, + "github.com/kubeedge/api/rules/v1.Rule", "k8s.io/apimachinery/pkg/apis/meta/v1.ListMeta"}, } } -func schema_pkg_apis_rules_v1_RuleSpec(ref common.ReferenceCallback) common.OpenAPIDefinition { +func schema_kubeedge_api_rules_v1_RuleSpec(ref common.ReferenceCallback) common.OpenAPIDefinition { return common.OpenAPIDefinition{ Schema: spec.Schema{ SchemaProps: spec.SchemaProps{ @@ -5124,7 +5142,7 @@ func schema_pkg_apis_rules_v1_RuleSpec(ref common.ReferenceCallback) common.Open } } -func schema_pkg_apis_rules_v1_RuleStatus(ref common.ReferenceCallback) common.OpenAPIDefinition { +func schema_kubeedge_api_rules_v1_RuleStatus(ref common.ReferenceCallback) common.OpenAPIDefinition { return common.OpenAPIDefinition{ Schema: spec.Schema{ SchemaProps: spec.SchemaProps{ @@ -5568,7 +5586,7 @@ func schema_k8sio_api_core_v1_CSIPersistentVolumeSource(ref common.ReferenceCall }, "nodeExpandSecretRef": { SchemaProps: spec.SchemaProps{ - Description: "nodeExpandSecretRef is a reference to the secret object containing sensitive information to pass to the CSI driver to complete the CSI NodeExpandVolume call. This is a beta field which is enabled default by CSINodeExpandSecret feature gate. This field is optional, may be omitted if no secret is required. If the secret object contains more than one secret, all secrets are passed.", + Description: "nodeExpandSecretRef is a reference to the secret object containing sensitive information to pass to the CSI driver to complete the CSI NodeExpandVolume call. This field is optional, may be omitted if no secret is required. If the secret object contains more than one secret, all secrets are passed.", Ref: ref("k8s.io/api/core/v1.SecretReference"), }, }, @@ -5949,6 +5967,57 @@ func schema_k8sio_api_core_v1_ClientIPConfig(ref common.ReferenceCallback) commo } } +func schema_k8sio_api_core_v1_ClusterTrustBundleProjection(ref common.ReferenceCallback) common.OpenAPIDefinition { + return common.OpenAPIDefinition{ + Schema: spec.Schema{ + SchemaProps: spec.SchemaProps{ + Description: "ClusterTrustBundleProjection describes how to select a set of ClusterTrustBundle objects and project their contents into the pod filesystem.", + Type: []string{"object"}, + Properties: map[string]spec.Schema{ + "name": { + SchemaProps: spec.SchemaProps{ + Description: "Select a single ClusterTrustBundle by object name. Mutually-exclusive with signerName and labelSelector.", + Type: []string{"string"}, + Format: "", + }, + }, + "signerName": { + SchemaProps: spec.SchemaProps{ + Description: "Select all ClusterTrustBundles that match this signer name. Mutually-exclusive with name. The contents of all selected ClusterTrustBundles will be unified and deduplicated.", + Type: []string{"string"}, + Format: "", + }, + }, + "labelSelector": { + SchemaProps: spec.SchemaProps{ + Description: "Select all ClusterTrustBundles that match this label selector. Only has effect if signerName is set. Mutually-exclusive with name. If unset, interpreted as \"match nothing\". If set but empty, interpreted as \"match everything\".", + Ref: ref("k8s.io/apimachinery/pkg/apis/meta/v1.LabelSelector"), + }, + }, + "optional": { + SchemaProps: spec.SchemaProps{ + Description: "If true, don't block pod startup if the referenced ClusterTrustBundle(s) aren't available. If using name, then the named ClusterTrustBundle is allowed not to exist. If using signerName, then the combination of signerName and labelSelector is allowed to match zero ClusterTrustBundles.", + Type: []string{"boolean"}, + Format: "", + }, + }, + "path": { + SchemaProps: spec.SchemaProps{ + Description: "Relative path from the volume root to write the bundle.", + Default: "", + Type: []string{"string"}, + Format: "", + }, + }, + }, + Required: []string{"path"}, + }, + }, + Dependencies: []string{ + "k8s.io/apimachinery/pkg/apis/meta/v1.LabelSelector"}, + } +} + func schema_k8sio_api_core_v1_ComponentCondition(ref common.ReferenceCallback) common.OpenAPIDefinition { return common.OpenAPIDefinition{ Schema: spec.Schema{ @@ -6872,7 +6941,6 @@ func schema_k8sio_api_core_v1_ContainerStateRunning(ref common.ReferenceCallback "startedAt": { SchemaProps: spec.SchemaProps{ Description: "Time at which the container was last (re-)started", - Default: map[string]interface{}{}, Ref: ref("k8s.io/apimachinery/pkg/apis/meta/v1.Time"), }, }, @@ -6923,14 +6991,12 @@ func schema_k8sio_api_core_v1_ContainerStateTerminated(ref common.ReferenceCallb "startedAt": { SchemaProps: spec.SchemaProps{ Description: "Time at which previous execution of the container started", - Default: map[string]interface{}{}, Ref: ref("k8s.io/apimachinery/pkg/apis/meta/v1.Time"), }, }, "finishedAt": { SchemaProps: spec.SchemaProps{ Description: "Time at which the container last terminated", - Default: map[string]interface{}{}, Ref: ref("k8s.io/apimachinery/pkg/apis/meta/v1.Time"), }, }, @@ -7060,8 +7126,7 @@ func schema_k8sio_api_core_v1_ContainerStatus(ref common.ReferenceCallback) comm Allows: true, Schema: &spec.Schema{ SchemaProps: spec.SchemaProps{ - Default: map[string]interface{}{}, - Ref: ref("k8s.io/apimachinery/pkg/api/resource.Quantity"), + Ref: ref("k8s.io/apimachinery/pkg/api/resource.Quantity"), }, }, }, @@ -7321,7 +7386,7 @@ func schema_k8sio_api_core_v1_EndpointPort(ref common.ReferenceCallback) common. }, "appProtocol": { SchemaProps: spec.SchemaProps{ - Description: "The application protocol for this port. This is used as a hint for implementations to offer richer behavior for protocols that they understand. This field follows standard Kubernetes label syntax. Valid values are either:\n\n* Un-prefixed protocol names - reserved for IANA standard service names (as per RFC-6335 and https://www.iana.org/assignments/service-names).\n\n* Kubernetes-defined prefixed names:\n * 'kubernetes.io/h2c' - HTTP/2 over cleartext as described in https://www.rfc-editor.org/rfc/rfc7540\n * 'kubernetes.io/ws' - WebSocket over cleartext as described in https://www.rfc-editor.org/rfc/rfc6455\n * 'kubernetes.io/wss' - WebSocket over TLS as described in https://www.rfc-editor.org/rfc/rfc6455\n\n* Other protocols should use implementation-defined prefixed names such as mycompany.com/my-custom-protocol.", + Description: "The application protocol for this port. This is used as a hint for implementations to offer richer behavior for protocols that they understand. This field follows standard Kubernetes label syntax. Valid values are either:\n\n* Un-prefixed protocol names - reserved for IANA standard service names (as per RFC-6335 and https://www.iana.org/assignments/service-names).\n\n* Kubernetes-defined prefixed names:\n * 'kubernetes.io/h2c' - HTTP/2 prior knowledge over cleartext as described in https://www.rfc-editor.org/rfc/rfc9113.html#name-starting-http-2-with-prior-\n * 'kubernetes.io/ws' - WebSocket over cleartext as described in https://www.rfc-editor.org/rfc/rfc6455\n * 'kubernetes.io/wss' - WebSocket over TLS as described in https://www.rfc-editor.org/rfc/rfc6455\n\n* Other protocols should use implementation-defined prefixed names such as mycompany.com/my-custom-protocol.", Type: []string{"string"}, Format: "", }, @@ -8241,14 +8306,12 @@ func schema_k8sio_api_core_v1_Event(ref common.ReferenceCallback) common.OpenAPI "firstTimestamp": { SchemaProps: spec.SchemaProps{ Description: "The time at which the event was first recorded. (Time of server receipt is in TypeMeta.)", - Default: map[string]interface{}{}, Ref: ref("k8s.io/apimachinery/pkg/apis/meta/v1.Time"), }, }, "lastTimestamp": { SchemaProps: spec.SchemaProps{ Description: "The time at which the most recent occurrence of this event was recorded.", - Default: map[string]interface{}{}, Ref: ref("k8s.io/apimachinery/pkg/apis/meta/v1.Time"), }, }, @@ -8269,7 +8332,6 @@ func schema_k8sio_api_core_v1_Event(ref common.ReferenceCallback) common.OpenAPI "eventTime": { SchemaProps: spec.SchemaProps{ Description: "Time when this Event was first observed.", - Default: map[string]interface{}{}, Ref: ref("k8s.io/apimachinery/pkg/apis/meta/v1.MicroTime"), }, }, @@ -8385,7 +8447,6 @@ func schema_k8sio_api_core_v1_EventSeries(ref common.ReferenceCallback) common.O "lastObservedTime": { SchemaProps: spec.SchemaProps{ Description: "Time of the last occurrence observed", - Default: map[string]interface{}{}, Ref: ref("k8s.io/apimachinery/pkg/apis/meta/v1.MicroTime"), }, }, @@ -8869,7 +8930,6 @@ func schema_k8sio_api_core_v1_HTTPGetAction(ref common.ReferenceCallback) common "port": { SchemaProps: spec.SchemaProps{ Description: "Name or number of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME.", - Default: map[string]interface{}{}, Ref: ref("k8s.io/apimachinery/pkg/util/intstr.IntOrString"), }, }, @@ -9321,11 +9381,17 @@ func schema_k8sio_api_core_v1_LifecycleHandler(ref common.ReferenceCallback) com Ref: ref("k8s.io/api/core/v1.TCPSocketAction"), }, }, + "sleep": { + SchemaProps: spec.SchemaProps{ + Description: "Sleep represents the duration that the container should sleep before being terminated.", + Ref: ref("k8s.io/api/core/v1.SleepAction"), + }, + }, }, }, }, Dependencies: []string{ - "k8s.io/api/core/v1.ExecAction", "k8s.io/api/core/v1.HTTPGetAction", "k8s.io/api/core/v1.TCPSocketAction"}, + "k8s.io/api/core/v1.ExecAction", "k8s.io/api/core/v1.HTTPGetAction", "k8s.io/api/core/v1.SleepAction", "k8s.io/api/core/v1.TCPSocketAction"}, } } @@ -9395,8 +9461,7 @@ func schema_k8sio_api_core_v1_LimitRangeItem(ref common.ReferenceCallback) commo Allows: true, Schema: &spec.Schema{ SchemaProps: spec.SchemaProps{ - Default: map[string]interface{}{}, - Ref: ref("k8s.io/apimachinery/pkg/api/resource.Quantity"), + Ref: ref("k8s.io/apimachinery/pkg/api/resource.Quantity"), }, }, }, @@ -9410,8 +9475,7 @@ func schema_k8sio_api_core_v1_LimitRangeItem(ref common.ReferenceCallback) commo Allows: true, Schema: &spec.Schema{ SchemaProps: spec.SchemaProps{ - Default: map[string]interface{}{}, - Ref: ref("k8s.io/apimachinery/pkg/api/resource.Quantity"), + Ref: ref("k8s.io/apimachinery/pkg/api/resource.Quantity"), }, }, }, @@ -9425,8 +9489,7 @@ func schema_k8sio_api_core_v1_LimitRangeItem(ref common.ReferenceCallback) commo Allows: true, Schema: &spec.Schema{ SchemaProps: spec.SchemaProps{ - Default: map[string]interface{}{}, - Ref: ref("k8s.io/apimachinery/pkg/api/resource.Quantity"), + Ref: ref("k8s.io/apimachinery/pkg/api/resource.Quantity"), }, }, }, @@ -9440,8 +9503,7 @@ func schema_k8sio_api_core_v1_LimitRangeItem(ref common.ReferenceCallback) commo Allows: true, Schema: &spec.Schema{ SchemaProps: spec.SchemaProps{ - Default: map[string]interface{}{}, - Ref: ref("k8s.io/apimachinery/pkg/api/resource.Quantity"), + Ref: ref("k8s.io/apimachinery/pkg/api/resource.Quantity"), }, }, }, @@ -9455,8 +9517,7 @@ func schema_k8sio_api_core_v1_LimitRangeItem(ref common.ReferenceCallback) commo Allows: true, Schema: &spec.Schema{ SchemaProps: spec.SchemaProps{ - Default: map[string]interface{}{}, - Ref: ref("k8s.io/apimachinery/pkg/api/resource.Quantity"), + Ref: ref("k8s.io/apimachinery/pkg/api/resource.Quantity"), }, }, }, @@ -9587,8 +9648,7 @@ func schema_k8sio_api_core_v1_List(ref common.ReferenceCallback) common.OpenAPID Items: &spec.SchemaOrArray{ Schema: &spec.Schema{ SchemaProps: spec.SchemaProps{ - Default: map[string]interface{}{}, - Ref: ref("k8s.io/apimachinery/pkg/runtime.RawExtension"), + Ref: ref("k8s.io/apimachinery/pkg/runtime.RawExtension"), }, }, }, @@ -9624,6 +9684,13 @@ func schema_k8sio_api_core_v1_LoadBalancerIngress(ref common.ReferenceCallback) Format: "", }, }, + "ipMode": { + SchemaProps: spec.SchemaProps{ + Description: "IPMode specifies how the load-balancer IP behaves, and may only be specified when the ip field is specified. Setting this to \"VIP\" indicates that traffic is delivered to the node with the destination set to the load-balancer's IP and port. Setting this to \"Proxy\" indicates that traffic is delivered to the node or pod with the destination set to the node's IP and node port or the pod's IP and port. Service implementations may use this information to adjust traffic routing.", + Type: []string{"string"}, + Format: "", + }, + }, "ports": { VendorExtensible: spec.VendorExtensible{ Extensions: spec.Extensions{ @@ -9734,6 +9801,36 @@ func schema_k8sio_api_core_v1_LocalVolumeSource(ref common.ReferenceCallback) co } } +func schema_k8sio_api_core_v1_ModifyVolumeStatus(ref common.ReferenceCallback) common.OpenAPIDefinition { + return common.OpenAPIDefinition{ + Schema: spec.Schema{ + SchemaProps: spec.SchemaProps{ + Description: "ModifyVolumeStatus represents the status object of ControllerModifyVolume operation", + Type: []string{"object"}, + Properties: map[string]spec.Schema{ + "targetVolumeAttributesClassName": { + SchemaProps: spec.SchemaProps{ + Description: "targetVolumeAttributesClassName is the name of the VolumeAttributesClass the PVC currently being reconciled", + Type: []string{"string"}, + Format: "", + }, + }, + "status": { + SchemaProps: spec.SchemaProps{ + Description: "status is the status of the ControllerModifyVolume operation. It can be in any of following states:\n - Pending\n Pending indicates that the PersistentVolumeClaim cannot be modified due to unmet requirements, such as\n the specified VolumeAttributesClass not existing.\n - InProgress\n InProgress indicates that the volume is being modified.\n - Infeasible\n Infeasible indicates that the request has been rejected as invalid by the CSI driver. To\n\t resolve the error, a valid VolumeAttributesClass needs to be specified.\nNote: New statuses can be added in the future. Consumers should check for unknown statuses and fail appropriately.\n\nPossible enum values:\n - `\"InProgress\"` InProgress indicates that the volume is being modified\n - `\"Infeasible\"` Infeasible indicates that the request has been rejected as invalid by the CSI driver. To resolve the error, a valid VolumeAttributesClass needs to be specified\n - `\"Pending\"` Pending indicates that the PersistentVolumeClaim cannot be modified due to unmet requirements, such as the specified VolumeAttributesClass not existing", + Default: "", + Type: []string{"string"}, + Format: "", + Enum: []interface{}{"InProgress", "Infeasible", "Pending"}, + }, + }, + }, + Required: []string{"status"}, + }, + }, + } +} + func schema_k8sio_api_core_v1_NFSVolumeSource(ref common.ReferenceCallback) common.OpenAPIDefinition { return common.OpenAPIDefinition{ Schema: spec.Schema{ @@ -9846,8 +9943,7 @@ func schema_k8sio_api_core_v1_NamespaceCondition(ref common.ReferenceCallback) c }, "lastTransitionTime": { SchemaProps: spec.SchemaProps{ - Default: map[string]interface{}{}, - Ref: ref("k8s.io/apimachinery/pkg/apis/meta/v1.Time"), + Ref: ref("k8s.io/apimachinery/pkg/apis/meta/v1.Time"), }, }, "reason": { @@ -10134,14 +10230,12 @@ func schema_k8sio_api_core_v1_NodeCondition(ref common.ReferenceCallback) common "lastHeartbeatTime": { SchemaProps: spec.SchemaProps{ Description: "Last time we got an update on a given condition.", - Default: map[string]interface{}{}, Ref: ref("k8s.io/apimachinery/pkg/apis/meta/v1.Time"), }, }, "lastTransitionTime": { SchemaProps: spec.SchemaProps{ Description: "Last time the condition transit from one status to another.", - Default: map[string]interface{}{}, Ref: ref("k8s.io/apimachinery/pkg/apis/meta/v1.Time"), }, }, @@ -10351,8 +10445,7 @@ func schema_k8sio_api_core_v1_NodeResources(ref common.ReferenceCallback) common Allows: true, Schema: &spec.Schema{ SchemaProps: spec.SchemaProps{ - Default: map[string]interface{}{}, - Ref: ref("k8s.io/apimachinery/pkg/api/resource.Quantity"), + Ref: ref("k8s.io/apimachinery/pkg/api/resource.Quantity"), }, }, }, @@ -10594,8 +10687,7 @@ func schema_k8sio_api_core_v1_NodeStatus(ref common.ReferenceCallback) common.Op Allows: true, Schema: &spec.Schema{ SchemaProps: spec.SchemaProps{ - Default: map[string]interface{}{}, - Ref: ref("k8s.io/apimachinery/pkg/api/resource.Quantity"), + Ref: ref("k8s.io/apimachinery/pkg/api/resource.Quantity"), }, }, }, @@ -10609,8 +10701,7 @@ func schema_k8sio_api_core_v1_NodeStatus(ref common.ReferenceCallback) common.Op Allows: true, Schema: &spec.Schema{ SchemaProps: spec.SchemaProps{ - Default: map[string]interface{}{}, - Ref: ref("k8s.io/apimachinery/pkg/api/resource.Quantity"), + Ref: ref("k8s.io/apimachinery/pkg/api/resource.Quantity"), }, }, }, @@ -11054,14 +11145,12 @@ func schema_k8sio_api_core_v1_PersistentVolumeClaimCondition(ref common.Referenc "lastProbeTime": { SchemaProps: spec.SchemaProps{ Description: "lastProbeTime is the time we probed the condition.", - Default: map[string]interface{}{}, Ref: ref("k8s.io/apimachinery/pkg/apis/meta/v1.Time"), }, }, "lastTransitionTime": { SchemaProps: spec.SchemaProps{ Description: "lastTransitionTime is the time the condition transitioned from one status to another.", - Default: map[string]interface{}{}, Ref: ref("k8s.io/apimachinery/pkg/apis/meta/v1.Time"), }, }, @@ -11171,7 +11260,7 @@ func schema_k8sio_api_core_v1_PersistentVolumeClaimSpec(ref common.ReferenceCall SchemaProps: spec.SchemaProps{ Description: "resources represents the minimum resources the volume should have. If RecoverVolumeExpansionFailure feature is enabled users are allowed to specify resource requirements that are lower than previous value but must still be higher than capacity recorded in the status field of the claim. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#resources", Default: map[string]interface{}{}, - Ref: ref("k8s.io/api/core/v1.ResourceRequirements"), + Ref: ref("k8s.io/api/core/v1.VolumeResourceRequirements"), }, }, "volumeName": { @@ -11208,11 +11297,18 @@ func schema_k8sio_api_core_v1_PersistentVolumeClaimSpec(ref common.ReferenceCall Ref: ref("k8s.io/api/core/v1.TypedObjectReference"), }, }, + "volumeAttributesClassName": { + SchemaProps: spec.SchemaProps{ + Description: "volumeAttributesClassName may be used to set the VolumeAttributesClass used by this claim. If specified, the CSI driver will create or update the volume with the attributes defined in the corresponding VolumeAttributesClass. This has a different purpose than storageClassName, it can be changed after the claim is created. An empty string value means that no VolumeAttributesClass will be applied to the claim but it's not allowed to reset this field to empty string once it is set. If unspecified and the PersistentVolumeClaim is unbound, the default VolumeAttributesClass will be set by the persistentvolume controller if it exists. If the resource referred to by volumeAttributesClass does not exist, this PersistentVolumeClaim will be set to a Pending state, as reflected by the modifyVolumeStatus field, until such as a resource exists. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#volumeattributesclass (Alpha) Using this field requires the VolumeAttributesClass feature gate to be enabled.", + Type: []string{"string"}, + Format: "", + }, + }, }, }, }, Dependencies: []string{ - "k8s.io/api/core/v1.ResourceRequirements", "k8s.io/api/core/v1.TypedLocalObjectReference", "k8s.io/api/core/v1.TypedObjectReference", "k8s.io/apimachinery/pkg/apis/meta/v1.LabelSelector"}, + "k8s.io/api/core/v1.TypedLocalObjectReference", "k8s.io/api/core/v1.TypedObjectReference", "k8s.io/api/core/v1.VolumeResourceRequirements", "k8s.io/apimachinery/pkg/apis/meta/v1.LabelSelector"}, } } @@ -11254,8 +11350,7 @@ func schema_k8sio_api_core_v1_PersistentVolumeClaimStatus(ref common.ReferenceCa Allows: true, Schema: &spec.Schema{ SchemaProps: spec.SchemaProps{ - Default: map[string]interface{}{}, - Ref: ref("k8s.io/apimachinery/pkg/api/resource.Quantity"), + Ref: ref("k8s.io/apimachinery/pkg/api/resource.Quantity"), }, }, }, @@ -11289,8 +11384,7 @@ func schema_k8sio_api_core_v1_PersistentVolumeClaimStatus(ref common.ReferenceCa Allows: true, Schema: &spec.Schema{ SchemaProps: spec.SchemaProps{ - Default: map[string]interface{}{}, - Ref: ref("k8s.io/apimachinery/pkg/api/resource.Quantity"), + Ref: ref("k8s.io/apimachinery/pkg/api/resource.Quantity"), }, }, }, @@ -11317,11 +11411,24 @@ func schema_k8sio_api_core_v1_PersistentVolumeClaimStatus(ref common.ReferenceCa }, }, }, + "currentVolumeAttributesClassName": { + SchemaProps: spec.SchemaProps{ + Description: "currentVolumeAttributesClassName is the current name of the VolumeAttributesClass the PVC is using. When unset, there is no VolumeAttributeClass applied to this PersistentVolumeClaim This is an alpha field and requires enabling VolumeAttributesClass feature.", + Type: []string{"string"}, + Format: "", + }, + }, + "modifyVolumeStatus": { + SchemaProps: spec.SchemaProps{ + Description: "ModifyVolumeStatus represents the status object of ControllerModifyVolume operation. When this is unset, there is no ModifyVolume operation being attempted. This is an alpha field and requires enabling VolumeAttributesClass feature.", + Ref: ref("k8s.io/api/core/v1.ModifyVolumeStatus"), + }, + }, }, }, }, Dependencies: []string{ - "k8s.io/api/core/v1.PersistentVolumeClaimCondition", "k8s.io/apimachinery/pkg/api/resource.Quantity"}, + "k8s.io/api/core/v1.ModifyVolumeStatus", "k8s.io/api/core/v1.PersistentVolumeClaimCondition", "k8s.io/apimachinery/pkg/api/resource.Quantity"}, } } @@ -11597,8 +11704,7 @@ func schema_k8sio_api_core_v1_PersistentVolumeSpec(ref common.ReferenceCallback) Allows: true, Schema: &spec.Schema{ SchemaProps: spec.SchemaProps{ - Default: map[string]interface{}{}, - Ref: ref("k8s.io/apimachinery/pkg/api/resource.Quantity"), + Ref: ref("k8s.io/apimachinery/pkg/api/resource.Quantity"), }, }, }, @@ -11806,6 +11912,13 @@ func schema_k8sio_api_core_v1_PersistentVolumeSpec(ref common.ReferenceCallback) Ref: ref("k8s.io/api/core/v1.VolumeNodeAffinity"), }, }, + "volumeAttributesClassName": { + SchemaProps: spec.SchemaProps{ + Description: "Name of VolumeAttributesClass to which this persistent volume belongs. Empty value is not allowed. When this field is not set, it indicates that this volume does not belong to any VolumeAttributesClass. This field is mutable and can be changed by the CSI driver after a volume has been updated successfully to a new class. For an unbound PersistentVolume, the volumeAttributesClassName will be matched with unbound PersistentVolumeClaims during the binding process. This is an alpha field and requires enabling VolumeAttributesClass feature.", + Type: []string{"string"}, + Format: "", + }, + }, }, }, }, @@ -11845,7 +11958,7 @@ func schema_k8sio_api_core_v1_PersistentVolumeStatus(ref common.ReferenceCallbac }, "lastPhaseTransitionTime": { SchemaProps: spec.SchemaProps{ - Description: "lastPhaseTransitionTime is the time the phase transitioned from one to another and automatically resets to current time everytime a volume phase transitions. This is an alpha field and requires enabling PersistentVolumeLastPhaseTransitionTime feature.", + Description: "lastPhaseTransitionTime is the time the phase transitioned from one to another and automatically resets to current time everytime a volume phase transitions. This is a beta field and requires the PersistentVolumeLastPhaseTransitionTime feature to be enabled (enabled by default).", Ref: ref("k8s.io/apimachinery/pkg/apis/meta/v1.Time"), }, }, @@ -11988,7 +12101,7 @@ func schema_k8sio_api_core_v1_PodAffinityTerm(ref common.ReferenceCallback) comm Properties: map[string]spec.Schema{ "labelSelector": { SchemaProps: spec.SchemaProps{ - Description: "A label query over a set of resources, in this case pods.", + Description: "A label query over a set of resources, in this case pods. If it's null, this PodAffinityTerm matches with no Pods.", Ref: ref("k8s.io/apimachinery/pkg/apis/meta/v1.LabelSelector"), }, }, @@ -12021,6 +12134,46 @@ func schema_k8sio_api_core_v1_PodAffinityTerm(ref common.ReferenceCallback) comm Ref: ref("k8s.io/apimachinery/pkg/apis/meta/v1.LabelSelector"), }, }, + "matchLabelKeys": { + VendorExtensible: spec.VendorExtensible{ + Extensions: spec.Extensions{ + "x-kubernetes-list-type": "atomic", + }, + }, + SchemaProps: spec.SchemaProps{ + Description: "MatchLabelKeys is a set of pod label keys to select which pods will be taken into consideration. The keys are used to lookup values from the incoming pod labels, those key-value labels are merged with `LabelSelector` as `key in (value)` to select the group of existing pods which pods will be taken into consideration for the incoming pod's pod (anti) affinity. Keys that don't exist in the incoming pod labels will be ignored. The default value is empty. The same key is forbidden to exist in both MatchLabelKeys and LabelSelector. Also, MatchLabelKeys cannot be set when LabelSelector isn't set. This is an alpha field and requires enabling MatchLabelKeysInPodAffinity feature gate.", + Type: []string{"array"}, + Items: &spec.SchemaOrArray{ + Schema: &spec.Schema{ + SchemaProps: spec.SchemaProps{ + Default: "", + Type: []string{"string"}, + Format: "", + }, + }, + }, + }, + }, + "mismatchLabelKeys": { + VendorExtensible: spec.VendorExtensible{ + Extensions: spec.Extensions{ + "x-kubernetes-list-type": "atomic", + }, + }, + SchemaProps: spec.SchemaProps{ + Description: "MismatchLabelKeys is a set of pod label keys to select which pods will be taken into consideration. The keys are used to lookup values from the incoming pod labels, those key-value labels are merged with `LabelSelector` as `key notin (value)` to select the group of existing pods which pods will be taken into consideration for the incoming pod's pod (anti) affinity. Keys that don't exist in the incoming pod labels will be ignored. The default value is empty. The same key is forbidden to exist in both MismatchLabelKeys and LabelSelector. Also, MismatchLabelKeys cannot be set when LabelSelector isn't set. This is an alpha field and requires enabling MatchLabelKeysInPodAffinity feature gate.", + Type: []string{"array"}, + Items: &spec.SchemaOrArray{ + Schema: &spec.Schema{ + SchemaProps: spec.SchemaProps{ + Default: "", + Type: []string{"string"}, + Format: "", + }, + }, + }, + }, + }, }, Required: []string{"topologyKey"}, }, @@ -12161,14 +12314,12 @@ func schema_k8sio_api_core_v1_PodCondition(ref common.ReferenceCallback) common. "lastProbeTime": { SchemaProps: spec.SchemaProps{ Description: "Last time we probed the condition.", - Default: map[string]interface{}{}, Ref: ref("k8s.io/apimachinery/pkg/apis/meta/v1.Time"), }, }, "lastTransitionTime": { SchemaProps: spec.SchemaProps{ Description: "Last time the condition transitioned from one status to another.", - Default: map[string]interface{}{}, Ref: ref("k8s.io/apimachinery/pkg/apis/meta/v1.Time"), }, }, @@ -13186,8 +13337,7 @@ func schema_k8sio_api_core_v1_PodSpec(ref common.ReferenceCallback) common.OpenA Allows: true, Schema: &spec.Schema{ SchemaProps: spec.SchemaProps{ - Default: map[string]interface{}{}, - Ref: ref("k8s.io/apimachinery/pkg/api/resource.Quantity"), + Ref: ref("k8s.io/apimachinery/pkg/api/resource.Quantity"), }, }, }, @@ -13757,7 +13907,6 @@ func schema_k8sio_api_core_v1_PreferAvoidPodsEntry(ref common.ReferenceCallback) "evictionTime": { SchemaProps: spec.SchemaProps{ Description: "Time at which this entry was added to the list.", - Default: map[string]interface{}{}, Ref: ref("k8s.io/apimachinery/pkg/apis/meta/v1.Time"), }, }, @@ -14317,7 +14466,6 @@ func schema_k8sio_api_core_v1_ReplicationControllerCondition(ref common.Referenc "lastTransitionTime": { SchemaProps: spec.SchemaProps{ Description: "The last time the condition transitioned from one status to another.", - Default: map[string]interface{}{}, Ref: ref("k8s.io/apimachinery/pkg/apis/meta/v1.Time"), }, }, @@ -14570,7 +14718,6 @@ func schema_k8sio_api_core_v1_ResourceFieldSelector(ref common.ReferenceCallback "divisor": { SchemaProps: spec.SchemaProps{ Description: "Specifies the output format of the exposed resources, defaults to \"1\"", - Default: map[string]interface{}{}, Ref: ref("k8s.io/apimachinery/pkg/api/resource.Quantity"), }, }, @@ -14704,8 +14851,7 @@ func schema_k8sio_api_core_v1_ResourceQuotaSpec(ref common.ReferenceCallback) co Allows: true, Schema: &spec.Schema{ SchemaProps: spec.SchemaProps{ - Default: map[string]interface{}{}, - Ref: ref("k8s.io/apimachinery/pkg/api/resource.Quantity"), + Ref: ref("k8s.io/apimachinery/pkg/api/resource.Quantity"), }, }, }, @@ -14755,8 +14901,7 @@ func schema_k8sio_api_core_v1_ResourceQuotaStatus(ref common.ReferenceCallback) Allows: true, Schema: &spec.Schema{ SchemaProps: spec.SchemaProps{ - Default: map[string]interface{}{}, - Ref: ref("k8s.io/apimachinery/pkg/api/resource.Quantity"), + Ref: ref("k8s.io/apimachinery/pkg/api/resource.Quantity"), }, }, }, @@ -14770,8 +14915,7 @@ func schema_k8sio_api_core_v1_ResourceQuotaStatus(ref common.ReferenceCallback) Allows: true, Schema: &spec.Schema{ SchemaProps: spec.SchemaProps{ - Default: map[string]interface{}{}, - Ref: ref("k8s.io/apimachinery/pkg/api/resource.Quantity"), + Ref: ref("k8s.io/apimachinery/pkg/api/resource.Quantity"), }, }, }, @@ -14800,8 +14944,7 @@ func schema_k8sio_api_core_v1_ResourceRequirements(ref common.ReferenceCallback) Allows: true, Schema: &spec.Schema{ SchemaProps: spec.SchemaProps{ - Default: map[string]interface{}{}, - Ref: ref("k8s.io/apimachinery/pkg/api/resource.Quantity"), + Ref: ref("k8s.io/apimachinery/pkg/api/resource.Quantity"), }, }, }, @@ -14815,8 +14958,7 @@ func schema_k8sio_api_core_v1_ResourceRequirements(ref common.ReferenceCallback) Allows: true, Schema: &spec.Schema{ SchemaProps: spec.SchemaProps{ - Default: map[string]interface{}{}, - Ref: ref("k8s.io/apimachinery/pkg/api/resource.Quantity"), + Ref: ref("k8s.io/apimachinery/pkg/api/resource.Quantity"), }, }, }, @@ -15930,7 +16072,7 @@ func schema_k8sio_api_core_v1_ServicePort(ref common.ReferenceCallback) common.O }, "appProtocol": { SchemaProps: spec.SchemaProps{ - Description: "The application protocol for this port. This is used as a hint for implementations to offer richer behavior for protocols that they understand. This field follows standard Kubernetes label syntax. Valid values are either:\n\n* Un-prefixed protocol names - reserved for IANA standard service names (as per RFC-6335 and https://www.iana.org/assignments/service-names).\n\n* Kubernetes-defined prefixed names:\n * 'kubernetes.io/h2c' - HTTP/2 over cleartext as described in https://www.rfc-editor.org/rfc/rfc7540\n * 'kubernetes.io/ws' - WebSocket over cleartext as described in https://www.rfc-editor.org/rfc/rfc6455\n * 'kubernetes.io/wss' - WebSocket over TLS as described in https://www.rfc-editor.org/rfc/rfc6455\n\n* Other protocols should use implementation-defined prefixed names such as mycompany.com/my-custom-protocol.", + Description: "The application protocol for this port. This is used as a hint for implementations to offer richer behavior for protocols that they understand. This field follows standard Kubernetes label syntax. Valid values are either:\n\n* Un-prefixed protocol names - reserved for IANA standard service names (as per RFC-6335 and https://www.iana.org/assignments/service-names).\n\n* Kubernetes-defined prefixed names:\n * 'kubernetes.io/h2c' - HTTP/2 prior knowledge over cleartext as described in https://www.rfc-editor.org/rfc/rfc9113.html#name-starting-http-2-with-prior-\n * 'kubernetes.io/ws' - WebSocket over cleartext as described in https://www.rfc-editor.org/rfc/rfc6455\n * 'kubernetes.io/wss' - WebSocket over TLS as described in https://www.rfc-editor.org/rfc/rfc6455\n\n* Other protocols should use implementation-defined prefixed names such as mycompany.com/my-custom-protocol.", Type: []string{"string"}, Format: "", }, @@ -15946,7 +16088,6 @@ func schema_k8sio_api_core_v1_ServicePort(ref common.ReferenceCallback) common.O "targetPort": { SchemaProps: spec.SchemaProps{ Description: "Number or name of the port to access on the pods targeted by the service. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME. If this is a string, it will be looked up as a named port in the target Pod's container ports. If this is not specified, the value of the 'port' field is used (an identity map). This field is ignored for services with clusterIP=None, and should be omitted or set equal to the 'port' field. More info: https://kubernetes.io/docs/concepts/services-networking/service/#defining-a-service", - Default: map[string]interface{}{}, Ref: ref("k8s.io/apimachinery/pkg/util/intstr.IntOrString"), }, }, @@ -16293,6 +16434,28 @@ func schema_k8sio_api_core_v1_SessionAffinityConfig(ref common.ReferenceCallback } } +func schema_k8sio_api_core_v1_SleepAction(ref common.ReferenceCallback) common.OpenAPIDefinition { + return common.OpenAPIDefinition{ + Schema: spec.Schema{ + SchemaProps: spec.SchemaProps{ + Description: "SleepAction describes a \"sleep\" action.", + Type: []string{"object"}, + Properties: map[string]spec.Schema{ + "seconds": { + SchemaProps: spec.SchemaProps{ + Description: "Seconds is the number of seconds to sleep.", + Default: 0, + Type: []string{"integer"}, + Format: "int64", + }, + }, + }, + Required: []string{"seconds"}, + }, + }, + } +} + func schema_k8sio_api_core_v1_StorageOSPersistentVolumeSource(ref common.ReferenceCallback) common.OpenAPIDefinition { return common.OpenAPIDefinition{ Schema: spec.Schema{ @@ -16431,7 +16594,6 @@ func schema_k8sio_api_core_v1_TCPSocketAction(ref common.ReferenceCallback) comm "port": { SchemaProps: spec.SchemaProps{ Description: "Number or name of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME.", - Default: map[string]interface{}{}, Ref: ref("k8s.io/apimachinery/pkg/util/intstr.IntOrString"), }, }, @@ -17132,11 +17294,60 @@ func schema_k8sio_api_core_v1_VolumeProjection(ref common.ReferenceCallback) com Ref: ref("k8s.io/api/core/v1.ServiceAccountTokenProjection"), }, }, + "clusterTrustBundle": { + SchemaProps: spec.SchemaProps{ + Description: "ClusterTrustBundle allows a pod to access the `.spec.trustBundle` field of ClusterTrustBundle objects in an auto-updating file.\n\nAlpha, gated by the ClusterTrustBundleProjection feature gate.\n\nClusterTrustBundle objects can either be selected by name, or by the combination of signer name and a label selector.\n\nKubelet performs aggressive normalization of the PEM contents written into the pod filesystem. Esoteric PEM features such as inter-block comments and block headers are stripped. Certificates are deduplicated. The ordering of certificates within the file is arbitrary, and Kubelet may change the order over time.", + Ref: ref("k8s.io/api/core/v1.ClusterTrustBundleProjection"), + }, + }, }, }, }, Dependencies: []string{ - "k8s.io/api/core/v1.ConfigMapProjection", "k8s.io/api/core/v1.DownwardAPIProjection", "k8s.io/api/core/v1.SecretProjection", "k8s.io/api/core/v1.ServiceAccountTokenProjection"}, + "k8s.io/api/core/v1.ClusterTrustBundleProjection", "k8s.io/api/core/v1.ConfigMapProjection", "k8s.io/api/core/v1.DownwardAPIProjection", "k8s.io/api/core/v1.SecretProjection", "k8s.io/api/core/v1.ServiceAccountTokenProjection"}, + } +} + +func schema_k8sio_api_core_v1_VolumeResourceRequirements(ref common.ReferenceCallback) common.OpenAPIDefinition { + return common.OpenAPIDefinition{ + Schema: spec.Schema{ + SchemaProps: spec.SchemaProps{ + Description: "VolumeResourceRequirements describes the storage resource requirements for a volume.", + Type: []string{"object"}, + Properties: map[string]spec.Schema{ + "limits": { + SchemaProps: spec.SchemaProps{ + Description: "Limits describes the maximum amount of compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/", + Type: []string{"object"}, + AdditionalProperties: &spec.SchemaOrBool{ + Allows: true, + Schema: &spec.Schema{ + SchemaProps: spec.SchemaProps{ + Ref: ref("k8s.io/apimachinery/pkg/api/resource.Quantity"), + }, + }, + }, + }, + }, + "requests": { + SchemaProps: spec.SchemaProps{ + Description: "Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. Requests cannot exceed Limits. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/", + Type: []string{"object"}, + AdditionalProperties: &spec.SchemaOrBool{ + Allows: true, + Schema: &spec.Schema{ + SchemaProps: spec.SchemaProps{ + Ref: ref("k8s.io/apimachinery/pkg/api/resource.Quantity"), + }, + }, + }, + }, + }, + }, + }, + }, + Dependencies: []string{ + "k8s.io/apimachinery/pkg/api/resource.Quantity"}, } } @@ -18560,7 +18771,6 @@ func schema_pkg_apis_meta_v1_Condition(ref common.ReferenceCallback) common.Open "lastTransitionTime": { SchemaProps: spec.SchemaProps{ Description: "lastTransitionTime is the last time the condition transitioned from one status to another. This should be when the underlying condition changed. If that is not known, then using the time when the API field changed is acceptable.", - Default: map[string]interface{}{}, Ref: ref("k8s.io/apimachinery/pkg/apis/meta/v1.Time"), }, }, @@ -19116,8 +19326,7 @@ func schema_pkg_apis_meta_v1_List(ref common.ReferenceCallback) common.OpenAPIDe Items: &spec.SchemaOrArray{ Schema: &spec.Schema{ SchemaProps: spec.SchemaProps{ - Default: map[string]interface{}{}, - Ref: ref("k8s.io/apimachinery/pkg/runtime.RawExtension"), + Ref: ref("k8s.io/apimachinery/pkg/runtime.RawExtension"), }, }, }, @@ -19403,7 +19612,6 @@ func schema_pkg_apis_meta_v1_ObjectMeta(ref common.ReferenceCallback) common.Ope "creationTimestamp": { SchemaProps: spec.SchemaProps{ Description: "CreationTimestamp is a timestamp representing the server time when this object was created. It is not guaranteed to be set in happens-before order across separate operations. Clients may not set this value. It is represented in RFC3339 form and is in UTC.\n\nPopulated by the system. Read-only. Null for lists. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata", - Default: map[string]interface{}{}, Ref: ref("k8s.io/apimachinery/pkg/apis/meta/v1.Time"), }, }, @@ -20185,7 +20393,6 @@ func schema_pkg_apis_meta_v1_TableRow(ref common.ReferenceCallback) common.OpenA "object": { SchemaProps: spec.SchemaProps{ Description: "This field contains the requested additional information about each object based on the includeObject policy when requesting the Table. If \"None\", this field is empty, if \"Object\" this will be the default serialization of the object for the current API version, and if \"Metadata\" (the default) will contain the object metadata. Check the returned kind and apiVersion of the object before parsing. The media type of the object will always match the enclosing list - if this as a JSON table, these will be JSON encoded objects.", - Default: map[string]interface{}{}, Ref: ref("k8s.io/apimachinery/pkg/runtime.RawExtension"), }, }, @@ -20384,7 +20591,6 @@ func schema_pkg_apis_meta_v1_WatchEvent(ref common.ReferenceCallback) common.Ope "object": { SchemaProps: spec.SchemaProps{ Description: "Object is:\n * If Type is Added or Modified: the new state of the object.\n * If Type is Deleted: the state of the object immediately before deletion.\n * If Type is Error: *Status is recommended; other types may make sense\n depending on context.", - Default: map[string]interface{}{}, Ref: ref("k8s.io/apimachinery/pkg/runtime.RawExtension"), }, }, diff --git a/apidoc/generated/swagger/swagger.json b/apidoc/generated/swagger/swagger.json index 579fe725e..7f17e3335 100644 --- a/apidoc/generated/swagger/swagger.json +++ b/apidoc/generated/swagger/swagger.json @@ -1,7 +1,7 @@ { "swagger": "2.0", "info": { - "description": "Kubeedge is Open, Multi-Cloud, Multi-Cluster Kubernetes Orchestration System. For more information, please see https://github.com/Kubeedge/Kubeedge.", + "description": "KubeEdge is an open source system for extending native containerized application orchestration capabilities to hosts at Edge. For more information, please see https://github.com/Kubeedge/Kubeedge.", "title": "Kubeedge OpenAPI", "license": { "name": "Apache 2.0", @@ -124,7 +124,7 @@ "200": { "description": "OK", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.apps.v1alpha1.EdgeApplicationList" + "$ref": "#/definitions/com.github.kubeedge.api.apps.v1alpha1.EdgeApplicationList" } } }, @@ -152,7 +152,7 @@ "$ref": "#/parameters/limit-1NfNmdNH" }, { - "$ref": "#/parameters/pretty-nN7o5FEq" + "$ref": "#/parameters/pretty-tJGM1-ng" }, { "$ref": "#/parameters/resourceVersion-5WAnf1kx" @@ -227,7 +227,7 @@ "200": { "description": "OK", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.apps.v1alpha1.EdgeApplicationList" + "$ref": "#/definitions/com.github.kubeedge.api.apps.v1alpha1.EdgeApplicationList" } } }, @@ -261,7 +261,7 @@ "in": "body", "required": true, "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.apps.v1alpha1.EdgeApplication" + "$ref": "#/definitions/com.github.kubeedge.api.apps.v1alpha1.EdgeApplication" } }, { @@ -286,19 +286,19 @@ "200": { "description": "OK", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.apps.v1alpha1.EdgeApplication" + "$ref": "#/definitions/com.github.kubeedge.api.apps.v1alpha1.EdgeApplication" } }, "201": { "description": "Created", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.apps.v1alpha1.EdgeApplication" + "$ref": "#/definitions/com.github.kubeedge.api.apps.v1alpha1.EdgeApplication" } }, "202": { "description": "Accepted", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.apps.v1alpha1.EdgeApplication" + "$ref": "#/definitions/com.github.kubeedge.api.apps.v1alpha1.EdgeApplication" } } }, @@ -391,7 +391,7 @@ "$ref": "#/parameters/namespace-vgWSWtn3" }, { - "$ref": "#/parameters/pretty-nN7o5FEq" + "$ref": "#/parameters/pretty-tJGM1-ng" } ] }, @@ -417,7 +417,7 @@ "200": { "description": "OK", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.apps.v1alpha1.EdgeApplication" + "$ref": "#/definitions/com.github.kubeedge.api.apps.v1alpha1.EdgeApplication" } } }, @@ -451,7 +451,7 @@ "in": "body", "required": true, "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.apps.v1alpha1.EdgeApplication" + "$ref": "#/definitions/com.github.kubeedge.api.apps.v1alpha1.EdgeApplication" } }, { @@ -476,13 +476,13 @@ "200": { "description": "OK", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.apps.v1alpha1.EdgeApplication" + "$ref": "#/definitions/com.github.kubeedge.api.apps.v1alpha1.EdgeApplication" } }, "201": { "description": "Created", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.apps.v1alpha1.EdgeApplication" + "$ref": "#/definitions/com.github.kubeedge.api.apps.v1alpha1.EdgeApplication" } } }, @@ -601,13 +601,13 @@ "200": { "description": "OK", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.apps.v1alpha1.EdgeApplication" + "$ref": "#/definitions/com.github.kubeedge.api.apps.v1alpha1.EdgeApplication" } }, "201": { "description": "Created", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.apps.v1alpha1.EdgeApplication" + "$ref": "#/definitions/com.github.kubeedge.api.apps.v1alpha1.EdgeApplication" } } }, @@ -631,7 +631,7 @@ "$ref": "#/parameters/namespace-vgWSWtn3" }, { - "$ref": "#/parameters/pretty-nN7o5FEq" + "$ref": "#/parameters/pretty-tJGM1-ng" } ] }, @@ -657,7 +657,7 @@ "200": { "description": "OK", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.apps.v1alpha1.EdgeApplication" + "$ref": "#/definitions/com.github.kubeedge.api.apps.v1alpha1.EdgeApplication" } } }, @@ -691,7 +691,7 @@ "in": "body", "required": true, "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.apps.v1alpha1.EdgeApplication" + "$ref": "#/definitions/com.github.kubeedge.api.apps.v1alpha1.EdgeApplication" } }, { @@ -716,13 +716,13 @@ "200": { "description": "OK", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.apps.v1alpha1.EdgeApplication" + "$ref": "#/definitions/com.github.kubeedge.api.apps.v1alpha1.EdgeApplication" } }, "201": { "description": "Created", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.apps.v1alpha1.EdgeApplication" + "$ref": "#/definitions/com.github.kubeedge.api.apps.v1alpha1.EdgeApplication" } } }, @@ -782,13 +782,13 @@ "200": { "description": "OK", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.apps.v1alpha1.EdgeApplication" + "$ref": "#/definitions/com.github.kubeedge.api.apps.v1alpha1.EdgeApplication" } }, "201": { "description": "Created", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.apps.v1alpha1.EdgeApplication" + "$ref": "#/definitions/com.github.kubeedge.api.apps.v1alpha1.EdgeApplication" } } }, @@ -812,7 +812,7 @@ "$ref": "#/parameters/namespace-vgWSWtn3" }, { - "$ref": "#/parameters/pretty-nN7o5FEq" + "$ref": "#/parameters/pretty-tJGM1-ng" } ] }, @@ -872,7 +872,7 @@ "200": { "description": "OK", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.apps.v1alpha1.NodeGroupList" + "$ref": "#/definitions/com.github.kubeedge.api.apps.v1alpha1.NodeGroupList" } } }, @@ -906,7 +906,7 @@ "in": "body", "required": true, "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.apps.v1alpha1.NodeGroup" + "$ref": "#/definitions/com.github.kubeedge.api.apps.v1alpha1.NodeGroup" } }, { @@ -931,19 +931,19 @@ "200": { "description": "OK", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.apps.v1alpha1.NodeGroup" + "$ref": "#/definitions/com.github.kubeedge.api.apps.v1alpha1.NodeGroup" } }, "201": { "description": "Created", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.apps.v1alpha1.NodeGroup" + "$ref": "#/definitions/com.github.kubeedge.api.apps.v1alpha1.NodeGroup" } }, "202": { "description": "Accepted", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.apps.v1alpha1.NodeGroup" + "$ref": "#/definitions/com.github.kubeedge.api.apps.v1alpha1.NodeGroup" } } }, @@ -1033,7 +1033,7 @@ }, "parameters": [ { - "$ref": "#/parameters/pretty-nN7o5FEq" + "$ref": "#/parameters/pretty-tJGM1-ng" } ] }, @@ -1059,7 +1059,7 @@ "200": { "description": "OK", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.apps.v1alpha1.NodeGroup" + "$ref": "#/definitions/com.github.kubeedge.api.apps.v1alpha1.NodeGroup" } } }, @@ -1093,7 +1093,7 @@ "in": "body", "required": true, "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.apps.v1alpha1.NodeGroup" + "$ref": "#/definitions/com.github.kubeedge.api.apps.v1alpha1.NodeGroup" } }, { @@ -1118,13 +1118,13 @@ "200": { "description": "OK", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.apps.v1alpha1.NodeGroup" + "$ref": "#/definitions/com.github.kubeedge.api.apps.v1alpha1.NodeGroup" } }, "201": { "description": "Created", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.apps.v1alpha1.NodeGroup" + "$ref": "#/definitions/com.github.kubeedge.api.apps.v1alpha1.NodeGroup" } } }, @@ -1243,13 +1243,13 @@ "200": { "description": "OK", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.apps.v1alpha1.NodeGroup" + "$ref": "#/definitions/com.github.kubeedge.api.apps.v1alpha1.NodeGroup" } }, "201": { "description": "Created", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.apps.v1alpha1.NodeGroup" + "$ref": "#/definitions/com.github.kubeedge.api.apps.v1alpha1.NodeGroup" } } }, @@ -1270,7 +1270,7 @@ "required": true }, { - "$ref": "#/parameters/pretty-nN7o5FEq" + "$ref": "#/parameters/pretty-tJGM1-ng" } ] }, @@ -1296,7 +1296,7 @@ "200": { "description": "OK", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.apps.v1alpha1.NodeGroup" + "$ref": "#/definitions/com.github.kubeedge.api.apps.v1alpha1.NodeGroup" } } }, @@ -1330,7 +1330,7 @@ "in": "body", "required": true, "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.apps.v1alpha1.NodeGroup" + "$ref": "#/definitions/com.github.kubeedge.api.apps.v1alpha1.NodeGroup" } }, { @@ -1355,13 +1355,13 @@ "200": { "description": "OK", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.apps.v1alpha1.NodeGroup" + "$ref": "#/definitions/com.github.kubeedge.api.apps.v1alpha1.NodeGroup" } }, "201": { "description": "Created", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.apps.v1alpha1.NodeGroup" + "$ref": "#/definitions/com.github.kubeedge.api.apps.v1alpha1.NodeGroup" } } }, @@ -1421,13 +1421,13 @@ "200": { "description": "OK", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.apps.v1alpha1.NodeGroup" + "$ref": "#/definitions/com.github.kubeedge.api.apps.v1alpha1.NodeGroup" } }, "201": { "description": "Created", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.apps.v1alpha1.NodeGroup" + "$ref": "#/definitions/com.github.kubeedge.api.apps.v1alpha1.NodeGroup" } } }, @@ -1448,7 +1448,7 @@ "required": true }, { - "$ref": "#/parameters/pretty-nN7o5FEq" + "$ref": "#/parameters/pretty-tJGM1-ng" } ] }, @@ -1504,7 +1504,7 @@ "$ref": "#/parameters/limit-1NfNmdNH" }, { - "$ref": "#/parameters/pretty-nN7o5FEq" + "$ref": "#/parameters/pretty-tJGM1-ng" }, { "$ref": "#/parameters/resourceVersion-5WAnf1kx" @@ -1578,7 +1578,7 @@ "$ref": "#/parameters/namespace-vgWSWtn3" }, { - "$ref": "#/parameters/pretty-nN7o5FEq" + "$ref": "#/parameters/pretty-tJGM1-ng" }, { "$ref": "#/parameters/resourceVersion-5WAnf1kx" @@ -1660,7 +1660,7 @@ "$ref": "#/parameters/namespace-vgWSWtn3" }, { - "$ref": "#/parameters/pretty-nN7o5FEq" + "$ref": "#/parameters/pretty-tJGM1-ng" }, { "$ref": "#/parameters/resourceVersion-5WAnf1kx" @@ -1731,7 +1731,7 @@ "$ref": "#/parameters/limit-1NfNmdNH" }, { - "$ref": "#/parameters/pretty-nN7o5FEq" + "$ref": "#/parameters/pretty-tJGM1-ng" }, { "$ref": "#/parameters/resourceVersion-5WAnf1kx" @@ -1810,7 +1810,7 @@ "required": true }, { - "$ref": "#/parameters/pretty-nN7o5FEq" + "$ref": "#/parameters/pretty-tJGM1-ng" }, { "$ref": "#/parameters/resourceVersion-5WAnf1kx" @@ -1913,7 +1913,7 @@ "200": { "description": "OK", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.devices.v1alpha2.DeviceModelList" + "$ref": "#/definitions/com.github.kubeedge.api.devices.v1alpha2.DeviceModelList" } } }, @@ -1941,7 +1941,7 @@ "$ref": "#/parameters/limit-1NfNmdNH" }, { - "$ref": "#/parameters/pretty-nN7o5FEq" + "$ref": "#/parameters/pretty-tJGM1-ng" }, { "$ref": "#/parameters/resourceVersion-5WAnf1kx" @@ -1984,7 +1984,7 @@ "200": { "description": "OK", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.devices.v1alpha2.DeviceList" + "$ref": "#/definitions/com.github.kubeedge.api.devices.v1alpha2.DeviceList" } } }, @@ -2012,7 +2012,7 @@ "$ref": "#/parameters/limit-1NfNmdNH" }, { - "$ref": "#/parameters/pretty-nN7o5FEq" + "$ref": "#/parameters/pretty-tJGM1-ng" }, { "$ref": "#/parameters/resourceVersion-5WAnf1kx" @@ -2087,7 +2087,7 @@ "200": { "description": "OK", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.devices.v1alpha2.DeviceModelList" + "$ref": "#/definitions/com.github.kubeedge.api.devices.v1alpha2.DeviceModelList" } } }, @@ -2121,7 +2121,7 @@ "in": "body", "required": true, "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.devices.v1alpha2.DeviceModel" + "$ref": "#/definitions/com.github.kubeedge.api.devices.v1alpha2.DeviceModel" } }, { @@ -2146,19 +2146,19 @@ "200": { "description": "OK", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.devices.v1alpha2.DeviceModel" + "$ref": "#/definitions/com.github.kubeedge.api.devices.v1alpha2.DeviceModel" } }, "201": { "description": "Created", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.devices.v1alpha2.DeviceModel" + "$ref": "#/definitions/com.github.kubeedge.api.devices.v1alpha2.DeviceModel" } }, "202": { "description": "Accepted", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.devices.v1alpha2.DeviceModel" + "$ref": "#/definitions/com.github.kubeedge.api.devices.v1alpha2.DeviceModel" } } }, @@ -2251,7 +2251,7 @@ "$ref": "#/parameters/namespace-vgWSWtn3" }, { - "$ref": "#/parameters/pretty-nN7o5FEq" + "$ref": "#/parameters/pretty-tJGM1-ng" } ] }, @@ -2277,7 +2277,7 @@ "200": { "description": "OK", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.devices.v1alpha2.DeviceModel" + "$ref": "#/definitions/com.github.kubeedge.api.devices.v1alpha2.DeviceModel" } } }, @@ -2311,7 +2311,7 @@ "in": "body", "required": true, "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.devices.v1alpha2.DeviceModel" + "$ref": "#/definitions/com.github.kubeedge.api.devices.v1alpha2.DeviceModel" } }, { @@ -2336,13 +2336,13 @@ "200": { "description": "OK", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.devices.v1alpha2.DeviceModel" + "$ref": "#/definitions/com.github.kubeedge.api.devices.v1alpha2.DeviceModel" } }, "201": { "description": "Created", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.devices.v1alpha2.DeviceModel" + "$ref": "#/definitions/com.github.kubeedge.api.devices.v1alpha2.DeviceModel" } } }, @@ -2461,13 +2461,13 @@ "200": { "description": "OK", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.devices.v1alpha2.DeviceModel" + "$ref": "#/definitions/com.github.kubeedge.api.devices.v1alpha2.DeviceModel" } }, "201": { "description": "Created", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.devices.v1alpha2.DeviceModel" + "$ref": "#/definitions/com.github.kubeedge.api.devices.v1alpha2.DeviceModel" } } }, @@ -2491,7 +2491,7 @@ "$ref": "#/parameters/namespace-vgWSWtn3" }, { - "$ref": "#/parameters/pretty-nN7o5FEq" + "$ref": "#/parameters/pretty-tJGM1-ng" } ] }, @@ -2517,7 +2517,7 @@ "200": { "description": "OK", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.devices.v1alpha2.DeviceModel" + "$ref": "#/definitions/com.github.kubeedge.api.devices.v1alpha2.DeviceModel" } } }, @@ -2551,7 +2551,7 @@ "in": "body", "required": true, "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.devices.v1alpha2.DeviceModel" + "$ref": "#/definitions/com.github.kubeedge.api.devices.v1alpha2.DeviceModel" } }, { @@ -2576,13 +2576,13 @@ "200": { "description": "OK", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.devices.v1alpha2.DeviceModel" + "$ref": "#/definitions/com.github.kubeedge.api.devices.v1alpha2.DeviceModel" } }, "201": { "description": "Created", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.devices.v1alpha2.DeviceModel" + "$ref": "#/definitions/com.github.kubeedge.api.devices.v1alpha2.DeviceModel" } } }, @@ -2642,13 +2642,13 @@ "200": { "description": "OK", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.devices.v1alpha2.DeviceModel" + "$ref": "#/definitions/com.github.kubeedge.api.devices.v1alpha2.DeviceModel" } }, "201": { "description": "Created", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.devices.v1alpha2.DeviceModel" + "$ref": "#/definitions/com.github.kubeedge.api.devices.v1alpha2.DeviceModel" } } }, @@ -2672,7 +2672,7 @@ "$ref": "#/parameters/namespace-vgWSWtn3" }, { - "$ref": "#/parameters/pretty-nN7o5FEq" + "$ref": "#/parameters/pretty-tJGM1-ng" } ] }, @@ -2732,7 +2732,7 @@ "200": { "description": "OK", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.devices.v1alpha2.DeviceList" + "$ref": "#/definitions/com.github.kubeedge.api.devices.v1alpha2.DeviceList" } } }, @@ -2766,7 +2766,7 @@ "in": "body", "required": true, "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.devices.v1alpha2.Device" + "$ref": "#/definitions/com.github.kubeedge.api.devices.v1alpha2.Device" } }, { @@ -2791,19 +2791,19 @@ "200": { "description": "OK", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.devices.v1alpha2.Device" + "$ref": "#/definitions/com.github.kubeedge.api.devices.v1alpha2.Device" } }, "201": { "description": "Created", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.devices.v1alpha2.Device" + "$ref": "#/definitions/com.github.kubeedge.api.devices.v1alpha2.Device" } }, "202": { "description": "Accepted", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.devices.v1alpha2.Device" + "$ref": "#/definitions/com.github.kubeedge.api.devices.v1alpha2.Device" } } }, @@ -2896,7 +2896,7 @@ "$ref": "#/parameters/namespace-vgWSWtn3" }, { - "$ref": "#/parameters/pretty-nN7o5FEq" + "$ref": "#/parameters/pretty-tJGM1-ng" } ] }, @@ -2922,7 +2922,7 @@ "200": { "description": "OK", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.devices.v1alpha2.Device" + "$ref": "#/definitions/com.github.kubeedge.api.devices.v1alpha2.Device" } } }, @@ -2956,7 +2956,7 @@ "in": "body", "required": true, "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.devices.v1alpha2.Device" + "$ref": "#/definitions/com.github.kubeedge.api.devices.v1alpha2.Device" } }, { @@ -2981,13 +2981,13 @@ "200": { "description": "OK", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.devices.v1alpha2.Device" + "$ref": "#/definitions/com.github.kubeedge.api.devices.v1alpha2.Device" } }, "201": { "description": "Created", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.devices.v1alpha2.Device" + "$ref": "#/definitions/com.github.kubeedge.api.devices.v1alpha2.Device" } } }, @@ -3106,13 +3106,13 @@ "200": { "description": "OK", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.devices.v1alpha2.Device" + "$ref": "#/definitions/com.github.kubeedge.api.devices.v1alpha2.Device" } }, "201": { "description": "Created", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.devices.v1alpha2.Device" + "$ref": "#/definitions/com.github.kubeedge.api.devices.v1alpha2.Device" } } }, @@ -3136,7 +3136,7 @@ "$ref": "#/parameters/namespace-vgWSWtn3" }, { - "$ref": "#/parameters/pretty-nN7o5FEq" + "$ref": "#/parameters/pretty-tJGM1-ng" } ] }, @@ -3162,7 +3162,7 @@ "200": { "description": "OK", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.devices.v1alpha2.Device" + "$ref": "#/definitions/com.github.kubeedge.api.devices.v1alpha2.Device" } } }, @@ -3196,7 +3196,7 @@ "in": "body", "required": true, "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.devices.v1alpha2.Device" + "$ref": "#/definitions/com.github.kubeedge.api.devices.v1alpha2.Device" } }, { @@ -3221,13 +3221,13 @@ "200": { "description": "OK", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.devices.v1alpha2.Device" + "$ref": "#/definitions/com.github.kubeedge.api.devices.v1alpha2.Device" } }, "201": { "description": "Created", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.devices.v1alpha2.Device" + "$ref": "#/definitions/com.github.kubeedge.api.devices.v1alpha2.Device" } } }, @@ -3287,13 +3287,13 @@ "200": { "description": "OK", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.devices.v1alpha2.Device" + "$ref": "#/definitions/com.github.kubeedge.api.devices.v1alpha2.Device" } }, "201": { "description": "Created", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.devices.v1alpha2.Device" + "$ref": "#/definitions/com.github.kubeedge.api.devices.v1alpha2.Device" } } }, @@ -3317,7 +3317,7 @@ "$ref": "#/parameters/namespace-vgWSWtn3" }, { - "$ref": "#/parameters/pretty-nN7o5FEq" + "$ref": "#/parameters/pretty-tJGM1-ng" } ] }, @@ -3373,7 +3373,7 @@ "$ref": "#/parameters/limit-1NfNmdNH" }, { - "$ref": "#/parameters/pretty-nN7o5FEq" + "$ref": "#/parameters/pretty-tJGM1-ng" }, { "$ref": "#/parameters/resourceVersion-5WAnf1kx" @@ -3444,7 +3444,7 @@ "$ref": "#/parameters/limit-1NfNmdNH" }, { - "$ref": "#/parameters/pretty-nN7o5FEq" + "$ref": "#/parameters/pretty-tJGM1-ng" }, { "$ref": "#/parameters/resourceVersion-5WAnf1kx" @@ -3518,7 +3518,7 @@ "$ref": "#/parameters/namespace-vgWSWtn3" }, { - "$ref": "#/parameters/pretty-nN7o5FEq" + "$ref": "#/parameters/pretty-tJGM1-ng" }, { "$ref": "#/parameters/resourceVersion-5WAnf1kx" @@ -3600,7 +3600,7 @@ "$ref": "#/parameters/namespace-vgWSWtn3" }, { - "$ref": "#/parameters/pretty-nN7o5FEq" + "$ref": "#/parameters/pretty-tJGM1-ng" }, { "$ref": "#/parameters/resourceVersion-5WAnf1kx" @@ -3674,7 +3674,7 @@ "$ref": "#/parameters/namespace-vgWSWtn3" }, { - "$ref": "#/parameters/pretty-nN7o5FEq" + "$ref": "#/parameters/pretty-tJGM1-ng" }, { "$ref": "#/parameters/resourceVersion-5WAnf1kx" @@ -3756,7 +3756,7 @@ "$ref": "#/parameters/namespace-vgWSWtn3" }, { - "$ref": "#/parameters/pretty-nN7o5FEq" + "$ref": "#/parameters/pretty-tJGM1-ng" }, { "$ref": "#/parameters/resourceVersion-5WAnf1kx" @@ -3829,7 +3829,7 @@ "200": { "description": "OK", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.devices.v1beta1.DeviceModelList" + "$ref": "#/definitions/com.github.kubeedge.api.devices.v1beta1.DeviceModelList" } } }, @@ -3857,7 +3857,7 @@ "$ref": "#/parameters/limit-1NfNmdNH" }, { - "$ref": "#/parameters/pretty-nN7o5FEq" + "$ref": "#/parameters/pretty-tJGM1-ng" }, { "$ref": "#/parameters/resourceVersion-5WAnf1kx" @@ -3900,7 +3900,7 @@ "200": { "description": "OK", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.devices.v1beta1.DeviceList" + "$ref": "#/definitions/com.github.kubeedge.api.devices.v1beta1.DeviceList" } } }, @@ -3928,7 +3928,7 @@ "$ref": "#/parameters/limit-1NfNmdNH" }, { - "$ref": "#/parameters/pretty-nN7o5FEq" + "$ref": "#/parameters/pretty-tJGM1-ng" }, { "$ref": "#/parameters/resourceVersion-5WAnf1kx" @@ -4003,7 +4003,7 @@ "200": { "description": "OK", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.devices.v1beta1.DeviceModelList" + "$ref": "#/definitions/com.github.kubeedge.api.devices.v1beta1.DeviceModelList" } } }, @@ -4037,7 +4037,7 @@ "in": "body", "required": true, "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.devices.v1beta1.DeviceModel" + "$ref": "#/definitions/com.github.kubeedge.api.devices.v1beta1.DeviceModel" } }, { @@ -4062,19 +4062,19 @@ "200": { "description": "OK", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.devices.v1beta1.DeviceModel" + "$ref": "#/definitions/com.github.kubeedge.api.devices.v1beta1.DeviceModel" } }, "201": { "description": "Created", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.devices.v1beta1.DeviceModel" + "$ref": "#/definitions/com.github.kubeedge.api.devices.v1beta1.DeviceModel" } }, "202": { "description": "Accepted", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.devices.v1beta1.DeviceModel" + "$ref": "#/definitions/com.github.kubeedge.api.devices.v1beta1.DeviceModel" } } }, @@ -4167,7 +4167,7 @@ "$ref": "#/parameters/namespace-vgWSWtn3" }, { - "$ref": "#/parameters/pretty-nN7o5FEq" + "$ref": "#/parameters/pretty-tJGM1-ng" } ] }, @@ -4193,7 +4193,7 @@ "200": { "description": "OK", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.devices.v1beta1.DeviceModel" + "$ref": "#/definitions/com.github.kubeedge.api.devices.v1beta1.DeviceModel" } } }, @@ -4227,7 +4227,7 @@ "in": "body", "required": true, "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.devices.v1beta1.DeviceModel" + "$ref": "#/definitions/com.github.kubeedge.api.devices.v1beta1.DeviceModel" } }, { @@ -4252,13 +4252,13 @@ "200": { "description": "OK", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.devices.v1beta1.DeviceModel" + "$ref": "#/definitions/com.github.kubeedge.api.devices.v1beta1.DeviceModel" } }, "201": { "description": "Created", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.devices.v1beta1.DeviceModel" + "$ref": "#/definitions/com.github.kubeedge.api.devices.v1beta1.DeviceModel" } } }, @@ -4377,13 +4377,13 @@ "200": { "description": "OK", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.devices.v1beta1.DeviceModel" + "$ref": "#/definitions/com.github.kubeedge.api.devices.v1beta1.DeviceModel" } }, "201": { "description": "Created", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.devices.v1beta1.DeviceModel" + "$ref": "#/definitions/com.github.kubeedge.api.devices.v1beta1.DeviceModel" } } }, @@ -4407,7 +4407,7 @@ "$ref": "#/parameters/namespace-vgWSWtn3" }, { - "$ref": "#/parameters/pretty-nN7o5FEq" + "$ref": "#/parameters/pretty-tJGM1-ng" } ] }, @@ -4433,7 +4433,7 @@ "200": { "description": "OK", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.devices.v1beta1.DeviceModel" + "$ref": "#/definitions/com.github.kubeedge.api.devices.v1beta1.DeviceModel" } } }, @@ -4467,7 +4467,7 @@ "in": "body", "required": true, "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.devices.v1beta1.DeviceModel" + "$ref": "#/definitions/com.github.kubeedge.api.devices.v1beta1.DeviceModel" } }, { @@ -4492,13 +4492,13 @@ "200": { "description": "OK", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.devices.v1beta1.DeviceModel" + "$ref": "#/definitions/com.github.kubeedge.api.devices.v1beta1.DeviceModel" } }, "201": { "description": "Created", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.devices.v1beta1.DeviceModel" + "$ref": "#/definitions/com.github.kubeedge.api.devices.v1beta1.DeviceModel" } } }, @@ -4558,13 +4558,13 @@ "200": { "description": "OK", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.devices.v1beta1.DeviceModel" + "$ref": "#/definitions/com.github.kubeedge.api.devices.v1beta1.DeviceModel" } }, "201": { "description": "Created", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.devices.v1beta1.DeviceModel" + "$ref": "#/definitions/com.github.kubeedge.api.devices.v1beta1.DeviceModel" } } }, @@ -4588,7 +4588,7 @@ "$ref": "#/parameters/namespace-vgWSWtn3" }, { - "$ref": "#/parameters/pretty-nN7o5FEq" + "$ref": "#/parameters/pretty-tJGM1-ng" } ] }, @@ -4648,7 +4648,7 @@ "200": { "description": "OK", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.devices.v1beta1.DeviceList" + "$ref": "#/definitions/com.github.kubeedge.api.devices.v1beta1.DeviceList" } } }, @@ -4682,7 +4682,7 @@ "in": "body", "required": true, "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.devices.v1beta1.Device" + "$ref": "#/definitions/com.github.kubeedge.api.devices.v1beta1.Device" } }, { @@ -4707,19 +4707,19 @@ "200": { "description": "OK", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.devices.v1beta1.Device" + "$ref": "#/definitions/com.github.kubeedge.api.devices.v1beta1.Device" } }, "201": { "description": "Created", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.devices.v1beta1.Device" + "$ref": "#/definitions/com.github.kubeedge.api.devices.v1beta1.Device" } }, "202": { "description": "Accepted", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.devices.v1beta1.Device" + "$ref": "#/definitions/com.github.kubeedge.api.devices.v1beta1.Device" } } }, @@ -4812,7 +4812,7 @@ "$ref": "#/parameters/namespace-vgWSWtn3" }, { - "$ref": "#/parameters/pretty-nN7o5FEq" + "$ref": "#/parameters/pretty-tJGM1-ng" } ] }, @@ -4838,7 +4838,7 @@ "200": { "description": "OK", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.devices.v1beta1.Device" + "$ref": "#/definitions/com.github.kubeedge.api.devices.v1beta1.Device" } } }, @@ -4872,7 +4872,7 @@ "in": "body", "required": true, "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.devices.v1beta1.Device" + "$ref": "#/definitions/com.github.kubeedge.api.devices.v1beta1.Device" } }, { @@ -4897,13 +4897,13 @@ "200": { "description": "OK", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.devices.v1beta1.Device" + "$ref": "#/definitions/com.github.kubeedge.api.devices.v1beta1.Device" } }, "201": { "description": "Created", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.devices.v1beta1.Device" + "$ref": "#/definitions/com.github.kubeedge.api.devices.v1beta1.Device" } } }, @@ -5022,13 +5022,13 @@ "200": { "description": "OK", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.devices.v1beta1.Device" + "$ref": "#/definitions/com.github.kubeedge.api.devices.v1beta1.Device" } }, "201": { "description": "Created", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.devices.v1beta1.Device" + "$ref": "#/definitions/com.github.kubeedge.api.devices.v1beta1.Device" } } }, @@ -5052,7 +5052,7 @@ "$ref": "#/parameters/namespace-vgWSWtn3" }, { - "$ref": "#/parameters/pretty-nN7o5FEq" + "$ref": "#/parameters/pretty-tJGM1-ng" } ] }, @@ -5078,7 +5078,7 @@ "200": { "description": "OK", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.devices.v1beta1.Device" + "$ref": "#/definitions/com.github.kubeedge.api.devices.v1beta1.Device" } } }, @@ -5112,7 +5112,7 @@ "in": "body", "required": true, "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.devices.v1beta1.Device" + "$ref": "#/definitions/com.github.kubeedge.api.devices.v1beta1.Device" } }, { @@ -5137,13 +5137,13 @@ "200": { "description": "OK", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.devices.v1beta1.Device" + "$ref": "#/definitions/com.github.kubeedge.api.devices.v1beta1.Device" } }, "201": { "description": "Created", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.devices.v1beta1.Device" + "$ref": "#/definitions/com.github.kubeedge.api.devices.v1beta1.Device" } } }, @@ -5203,13 +5203,13 @@ "200": { "description": "OK", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.devices.v1beta1.Device" + "$ref": "#/definitions/com.github.kubeedge.api.devices.v1beta1.Device" } }, "201": { "description": "Created", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.devices.v1beta1.Device" + "$ref": "#/definitions/com.github.kubeedge.api.devices.v1beta1.Device" } } }, @@ -5233,7 +5233,7 @@ "$ref": "#/parameters/namespace-vgWSWtn3" }, { - "$ref": "#/parameters/pretty-nN7o5FEq" + "$ref": "#/parameters/pretty-tJGM1-ng" } ] }, @@ -5289,7 +5289,7 @@ "$ref": "#/parameters/limit-1NfNmdNH" }, { - "$ref": "#/parameters/pretty-nN7o5FEq" + "$ref": "#/parameters/pretty-tJGM1-ng" }, { "$ref": "#/parameters/resourceVersion-5WAnf1kx" @@ -5360,7 +5360,7 @@ "$ref": "#/parameters/limit-1NfNmdNH" }, { - "$ref": "#/parameters/pretty-nN7o5FEq" + "$ref": "#/parameters/pretty-tJGM1-ng" }, { "$ref": "#/parameters/resourceVersion-5WAnf1kx" @@ -5434,7 +5434,7 @@ "$ref": "#/parameters/namespace-vgWSWtn3" }, { - "$ref": "#/parameters/pretty-nN7o5FEq" + "$ref": "#/parameters/pretty-tJGM1-ng" }, { "$ref": "#/parameters/resourceVersion-5WAnf1kx" @@ -5516,7 +5516,7 @@ "$ref": "#/parameters/namespace-vgWSWtn3" }, { - "$ref": "#/parameters/pretty-nN7o5FEq" + "$ref": "#/parameters/pretty-tJGM1-ng" }, { "$ref": "#/parameters/resourceVersion-5WAnf1kx" @@ -5590,7 +5590,7 @@ "$ref": "#/parameters/namespace-vgWSWtn3" }, { - "$ref": "#/parameters/pretty-nN7o5FEq" + "$ref": "#/parameters/pretty-tJGM1-ng" }, { "$ref": "#/parameters/resourceVersion-5WAnf1kx" @@ -5672,7 +5672,7 @@ "$ref": "#/parameters/namespace-vgWSWtn3" }, { - "$ref": "#/parameters/pretty-nN7o5FEq" + "$ref": "#/parameters/pretty-tJGM1-ng" }, { "$ref": "#/parameters/resourceVersion-5WAnf1kx" @@ -5807,7 +5807,7 @@ "200": { "description": "OK", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.operations.v1alpha1.ImagePrePullJobList" + "$ref": "#/definitions/com.github.kubeedge.api.operations.v1alpha1.ImagePrePullJobList" } } }, @@ -5841,7 +5841,7 @@ "in": "body", "required": true, "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.operations.v1alpha1.ImagePrePullJob" + "$ref": "#/definitions/com.github.kubeedge.api.operations.v1alpha1.ImagePrePullJob" } }, { @@ -5866,19 +5866,19 @@ "200": { "description": "OK", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.operations.v1alpha1.ImagePrePullJob" + "$ref": "#/definitions/com.github.kubeedge.api.operations.v1alpha1.ImagePrePullJob" } }, "201": { "description": "Created", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.operations.v1alpha1.ImagePrePullJob" + "$ref": "#/definitions/com.github.kubeedge.api.operations.v1alpha1.ImagePrePullJob" } }, "202": { "description": "Accepted", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.operations.v1alpha1.ImagePrePullJob" + "$ref": "#/definitions/com.github.kubeedge.api.operations.v1alpha1.ImagePrePullJob" } } }, @@ -5968,7 +5968,7 @@ }, "parameters": [ { - "$ref": "#/parameters/pretty-nN7o5FEq" + "$ref": "#/parameters/pretty-tJGM1-ng" } ] }, @@ -5994,7 +5994,7 @@ "200": { "description": "OK", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.operations.v1alpha1.ImagePrePullJob" + "$ref": "#/definitions/com.github.kubeedge.api.operations.v1alpha1.ImagePrePullJob" } } }, @@ -6028,7 +6028,7 @@ "in": "body", "required": true, "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.operations.v1alpha1.ImagePrePullJob" + "$ref": "#/definitions/com.github.kubeedge.api.operations.v1alpha1.ImagePrePullJob" } }, { @@ -6053,13 +6053,13 @@ "200": { "description": "OK", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.operations.v1alpha1.ImagePrePullJob" + "$ref": "#/definitions/com.github.kubeedge.api.operations.v1alpha1.ImagePrePullJob" } }, "201": { "description": "Created", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.operations.v1alpha1.ImagePrePullJob" + "$ref": "#/definitions/com.github.kubeedge.api.operations.v1alpha1.ImagePrePullJob" } } }, @@ -6178,13 +6178,13 @@ "200": { "description": "OK", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.operations.v1alpha1.ImagePrePullJob" + "$ref": "#/definitions/com.github.kubeedge.api.operations.v1alpha1.ImagePrePullJob" } }, "201": { "description": "Created", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.operations.v1alpha1.ImagePrePullJob" + "$ref": "#/definitions/com.github.kubeedge.api.operations.v1alpha1.ImagePrePullJob" } } }, @@ -6205,7 +6205,7 @@ "required": true }, { - "$ref": "#/parameters/pretty-nN7o5FEq" + "$ref": "#/parameters/pretty-tJGM1-ng" } ] }, @@ -6231,7 +6231,7 @@ "200": { "description": "OK", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.operations.v1alpha1.ImagePrePullJob" + "$ref": "#/definitions/com.github.kubeedge.api.operations.v1alpha1.ImagePrePullJob" } } }, @@ -6265,7 +6265,7 @@ "in": "body", "required": true, "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.operations.v1alpha1.ImagePrePullJob" + "$ref": "#/definitions/com.github.kubeedge.api.operations.v1alpha1.ImagePrePullJob" } }, { @@ -6290,13 +6290,13 @@ "200": { "description": "OK", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.operations.v1alpha1.ImagePrePullJob" + "$ref": "#/definitions/com.github.kubeedge.api.operations.v1alpha1.ImagePrePullJob" } }, "201": { "description": "Created", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.operations.v1alpha1.ImagePrePullJob" + "$ref": "#/definitions/com.github.kubeedge.api.operations.v1alpha1.ImagePrePullJob" } } }, @@ -6356,13 +6356,13 @@ "200": { "description": "OK", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.operations.v1alpha1.ImagePrePullJob" + "$ref": "#/definitions/com.github.kubeedge.api.operations.v1alpha1.ImagePrePullJob" } }, "201": { "description": "Created", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.operations.v1alpha1.ImagePrePullJob" + "$ref": "#/definitions/com.github.kubeedge.api.operations.v1alpha1.ImagePrePullJob" } } }, @@ -6383,7 +6383,7 @@ "required": true }, { - "$ref": "#/parameters/pretty-nN7o5FEq" + "$ref": "#/parameters/pretty-tJGM1-ng" } ] }, @@ -6443,7 +6443,7 @@ "200": { "description": "OK", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.operations.v1alpha1.NodeUpgradeJobList" + "$ref": "#/definitions/com.github.kubeedge.api.operations.v1alpha1.NodeUpgradeJobList" } } }, @@ -6477,7 +6477,7 @@ "in": "body", "required": true, "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.operations.v1alpha1.NodeUpgradeJob" + "$ref": "#/definitions/com.github.kubeedge.api.operations.v1alpha1.NodeUpgradeJob" } }, { @@ -6502,19 +6502,19 @@ "200": { "description": "OK", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.operations.v1alpha1.NodeUpgradeJob" + "$ref": "#/definitions/com.github.kubeedge.api.operations.v1alpha1.NodeUpgradeJob" } }, "201": { "description": "Created", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.operations.v1alpha1.NodeUpgradeJob" + "$ref": "#/definitions/com.github.kubeedge.api.operations.v1alpha1.NodeUpgradeJob" } }, "202": { "description": "Accepted", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.operations.v1alpha1.NodeUpgradeJob" + "$ref": "#/definitions/com.github.kubeedge.api.operations.v1alpha1.NodeUpgradeJob" } } }, @@ -6604,7 +6604,7 @@ }, "parameters": [ { - "$ref": "#/parameters/pretty-nN7o5FEq" + "$ref": "#/parameters/pretty-tJGM1-ng" } ] }, @@ -6630,7 +6630,7 @@ "200": { "description": "OK", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.operations.v1alpha1.NodeUpgradeJob" + "$ref": "#/definitions/com.github.kubeedge.api.operations.v1alpha1.NodeUpgradeJob" } } }, @@ -6664,7 +6664,7 @@ "in": "body", "required": true, "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.operations.v1alpha1.NodeUpgradeJob" + "$ref": "#/definitions/com.github.kubeedge.api.operations.v1alpha1.NodeUpgradeJob" } }, { @@ -6689,13 +6689,13 @@ "200": { "description": "OK", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.operations.v1alpha1.NodeUpgradeJob" + "$ref": "#/definitions/com.github.kubeedge.api.operations.v1alpha1.NodeUpgradeJob" } }, "201": { "description": "Created", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.operations.v1alpha1.NodeUpgradeJob" + "$ref": "#/definitions/com.github.kubeedge.api.operations.v1alpha1.NodeUpgradeJob" } } }, @@ -6814,13 +6814,13 @@ "200": { "description": "OK", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.operations.v1alpha1.NodeUpgradeJob" + "$ref": "#/definitions/com.github.kubeedge.api.operations.v1alpha1.NodeUpgradeJob" } }, "201": { "description": "Created", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.operations.v1alpha1.NodeUpgradeJob" + "$ref": "#/definitions/com.github.kubeedge.api.operations.v1alpha1.NodeUpgradeJob" } } }, @@ -6841,7 +6841,7 @@ "required": true }, { - "$ref": "#/parameters/pretty-nN7o5FEq" + "$ref": "#/parameters/pretty-tJGM1-ng" } ] }, @@ -6867,7 +6867,7 @@ "200": { "description": "OK", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.operations.v1alpha1.NodeUpgradeJob" + "$ref": "#/definitions/com.github.kubeedge.api.operations.v1alpha1.NodeUpgradeJob" } } }, @@ -6901,7 +6901,7 @@ "in": "body", "required": true, "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.operations.v1alpha1.NodeUpgradeJob" + "$ref": "#/definitions/com.github.kubeedge.api.operations.v1alpha1.NodeUpgradeJob" } }, { @@ -6926,13 +6926,13 @@ "200": { "description": "OK", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.operations.v1alpha1.NodeUpgradeJob" + "$ref": "#/definitions/com.github.kubeedge.api.operations.v1alpha1.NodeUpgradeJob" } }, "201": { "description": "Created", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.operations.v1alpha1.NodeUpgradeJob" + "$ref": "#/definitions/com.github.kubeedge.api.operations.v1alpha1.NodeUpgradeJob" } } }, @@ -6992,13 +6992,13 @@ "200": { "description": "OK", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.operations.v1alpha1.NodeUpgradeJob" + "$ref": "#/definitions/com.github.kubeedge.api.operations.v1alpha1.NodeUpgradeJob" } }, "201": { "description": "Created", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.operations.v1alpha1.NodeUpgradeJob" + "$ref": "#/definitions/com.github.kubeedge.api.operations.v1alpha1.NodeUpgradeJob" } } }, @@ -7019,7 +7019,7 @@ "required": true }, { - "$ref": "#/parameters/pretty-nN7o5FEq" + "$ref": "#/parameters/pretty-tJGM1-ng" } ] }, @@ -7075,7 +7075,7 @@ "$ref": "#/parameters/limit-1NfNmdNH" }, { - "$ref": "#/parameters/pretty-nN7o5FEq" + "$ref": "#/parameters/pretty-tJGM1-ng" }, { "$ref": "#/parameters/resourceVersion-5WAnf1kx" @@ -7154,7 +7154,7 @@ "required": true }, { - "$ref": "#/parameters/pretty-nN7o5FEq" + "$ref": "#/parameters/pretty-tJGM1-ng" }, { "$ref": "#/parameters/resourceVersion-5WAnf1kx" @@ -7225,7 +7225,7 @@ "$ref": "#/parameters/limit-1NfNmdNH" }, { - "$ref": "#/parameters/pretty-nN7o5FEq" + "$ref": "#/parameters/pretty-tJGM1-ng" }, { "$ref": "#/parameters/resourceVersion-5WAnf1kx" @@ -7304,7 +7304,7 @@ "required": true }, { - "$ref": "#/parameters/pretty-nN7o5FEq" + "$ref": "#/parameters/pretty-tJGM1-ng" }, { "$ref": "#/parameters/resourceVersion-5WAnf1kx" @@ -7439,7 +7439,7 @@ "200": { "description": "OK", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.policy.v1alpha1.ServiceAccountAccessList" + "$ref": "#/definitions/com.github.kubeedge.api.policy.v1alpha1.ServiceAccountAccessList" } } }, @@ -7473,7 +7473,7 @@ "in": "body", "required": true, "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.policy.v1alpha1.ServiceAccountAccess" + "$ref": "#/definitions/com.github.kubeedge.api.policy.v1alpha1.ServiceAccountAccess" } }, { @@ -7498,19 +7498,19 @@ "200": { "description": "OK", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.policy.v1alpha1.ServiceAccountAccess" + "$ref": "#/definitions/com.github.kubeedge.api.policy.v1alpha1.ServiceAccountAccess" } }, "201": { "description": "Created", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.policy.v1alpha1.ServiceAccountAccess" + "$ref": "#/definitions/com.github.kubeedge.api.policy.v1alpha1.ServiceAccountAccess" } }, "202": { "description": "Accepted", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.policy.v1alpha1.ServiceAccountAccess" + "$ref": "#/definitions/com.github.kubeedge.api.policy.v1alpha1.ServiceAccountAccess" } } }, @@ -7603,7 +7603,7 @@ "$ref": "#/parameters/namespace-vgWSWtn3" }, { - "$ref": "#/parameters/pretty-nN7o5FEq" + "$ref": "#/parameters/pretty-tJGM1-ng" } ] }, @@ -7629,7 +7629,7 @@ "200": { "description": "OK", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.policy.v1alpha1.ServiceAccountAccess" + "$ref": "#/definitions/com.github.kubeedge.api.policy.v1alpha1.ServiceAccountAccess" } } }, @@ -7663,7 +7663,7 @@ "in": "body", "required": true, "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.policy.v1alpha1.ServiceAccountAccess" + "$ref": "#/definitions/com.github.kubeedge.api.policy.v1alpha1.ServiceAccountAccess" } }, { @@ -7688,13 +7688,13 @@ "200": { "description": "OK", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.policy.v1alpha1.ServiceAccountAccess" + "$ref": "#/definitions/com.github.kubeedge.api.policy.v1alpha1.ServiceAccountAccess" } }, "201": { "description": "Created", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.policy.v1alpha1.ServiceAccountAccess" + "$ref": "#/definitions/com.github.kubeedge.api.policy.v1alpha1.ServiceAccountAccess" } } }, @@ -7813,13 +7813,13 @@ "200": { "description": "OK", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.policy.v1alpha1.ServiceAccountAccess" + "$ref": "#/definitions/com.github.kubeedge.api.policy.v1alpha1.ServiceAccountAccess" } }, "201": { "description": "Created", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.policy.v1alpha1.ServiceAccountAccess" + "$ref": "#/definitions/com.github.kubeedge.api.policy.v1alpha1.ServiceAccountAccess" } } }, @@ -7843,7 +7843,7 @@ "$ref": "#/parameters/namespace-vgWSWtn3" }, { - "$ref": "#/parameters/pretty-nN7o5FEq" + "$ref": "#/parameters/pretty-tJGM1-ng" } ] }, @@ -7869,7 +7869,7 @@ "200": { "description": "OK", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.policy.v1alpha1.ServiceAccountAccess" + "$ref": "#/definitions/com.github.kubeedge.api.policy.v1alpha1.ServiceAccountAccess" } } }, @@ -7903,7 +7903,7 @@ "in": "body", "required": true, "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.policy.v1alpha1.ServiceAccountAccess" + "$ref": "#/definitions/com.github.kubeedge.api.policy.v1alpha1.ServiceAccountAccess" } }, { @@ -7928,13 +7928,13 @@ "200": { "description": "OK", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.policy.v1alpha1.ServiceAccountAccess" + "$ref": "#/definitions/com.github.kubeedge.api.policy.v1alpha1.ServiceAccountAccess" } }, "201": { "description": "Created", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.policy.v1alpha1.ServiceAccountAccess" + "$ref": "#/definitions/com.github.kubeedge.api.policy.v1alpha1.ServiceAccountAccess" } } }, @@ -7994,13 +7994,13 @@ "200": { "description": "OK", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.policy.v1alpha1.ServiceAccountAccess" + "$ref": "#/definitions/com.github.kubeedge.api.policy.v1alpha1.ServiceAccountAccess" } }, "201": { "description": "Created", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.policy.v1alpha1.ServiceAccountAccess" + "$ref": "#/definitions/com.github.kubeedge.api.policy.v1alpha1.ServiceAccountAccess" } } }, @@ -8024,7 +8024,7 @@ "$ref": "#/parameters/namespace-vgWSWtn3" }, { - "$ref": "#/parameters/pretty-nN7o5FEq" + "$ref": "#/parameters/pretty-tJGM1-ng" } ] }, @@ -8052,7 +8052,7 @@ "200": { "description": "OK", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.policy.v1alpha1.ServiceAccountAccessList" + "$ref": "#/definitions/com.github.kubeedge.api.policy.v1alpha1.ServiceAccountAccessList" } } }, @@ -8080,7 +8080,7 @@ "$ref": "#/parameters/limit-1NfNmdNH" }, { - "$ref": "#/parameters/pretty-nN7o5FEq" + "$ref": "#/parameters/pretty-tJGM1-ng" }, { "$ref": "#/parameters/resourceVersion-5WAnf1kx" @@ -8154,7 +8154,7 @@ "$ref": "#/parameters/namespace-vgWSWtn3" }, { - "$ref": "#/parameters/pretty-nN7o5FEq" + "$ref": "#/parameters/pretty-tJGM1-ng" }, { "$ref": "#/parameters/resourceVersion-5WAnf1kx" @@ -8236,7 +8236,7 @@ "$ref": "#/parameters/namespace-vgWSWtn3" }, { - "$ref": "#/parameters/pretty-nN7o5FEq" + "$ref": "#/parameters/pretty-tJGM1-ng" }, { "$ref": "#/parameters/resourceVersion-5WAnf1kx" @@ -8307,7 +8307,7 @@ "$ref": "#/parameters/limit-1NfNmdNH" }, { - "$ref": "#/parameters/pretty-nN7o5FEq" + "$ref": "#/parameters/pretty-tJGM1-ng" }, { "$ref": "#/parameters/resourceVersion-5WAnf1kx" @@ -8442,7 +8442,7 @@ "200": { "description": "OK", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.reliablesyncs.v1alpha1.ClusterObjectSyncList" + "$ref": "#/definitions/com.github.kubeedge.api.reliablesyncs.v1alpha1.ClusterObjectSyncList" } } }, @@ -8476,7 +8476,7 @@ "in": "body", "required": true, "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.reliablesyncs.v1alpha1.ClusterObjectSync" + "$ref": "#/definitions/com.github.kubeedge.api.reliablesyncs.v1alpha1.ClusterObjectSync" } }, { @@ -8501,19 +8501,19 @@ "200": { "description": "OK", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.reliablesyncs.v1alpha1.ClusterObjectSync" + "$ref": "#/definitions/com.github.kubeedge.api.reliablesyncs.v1alpha1.ClusterObjectSync" } }, "201": { "description": "Created", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.reliablesyncs.v1alpha1.ClusterObjectSync" + "$ref": "#/definitions/com.github.kubeedge.api.reliablesyncs.v1alpha1.ClusterObjectSync" } }, "202": { "description": "Accepted", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.reliablesyncs.v1alpha1.ClusterObjectSync" + "$ref": "#/definitions/com.github.kubeedge.api.reliablesyncs.v1alpha1.ClusterObjectSync" } } }, @@ -8603,7 +8603,7 @@ }, "parameters": [ { - "$ref": "#/parameters/pretty-nN7o5FEq" + "$ref": "#/parameters/pretty-tJGM1-ng" } ] }, @@ -8629,7 +8629,7 @@ "200": { "description": "OK", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.reliablesyncs.v1alpha1.ClusterObjectSync" + "$ref": "#/definitions/com.github.kubeedge.api.reliablesyncs.v1alpha1.ClusterObjectSync" } } }, @@ -8663,7 +8663,7 @@ "in": "body", "required": true, "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.reliablesyncs.v1alpha1.ClusterObjectSync" + "$ref": "#/definitions/com.github.kubeedge.api.reliablesyncs.v1alpha1.ClusterObjectSync" } }, { @@ -8688,13 +8688,13 @@ "200": { "description": "OK", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.reliablesyncs.v1alpha1.ClusterObjectSync" + "$ref": "#/definitions/com.github.kubeedge.api.reliablesyncs.v1alpha1.ClusterObjectSync" } }, "201": { "description": "Created", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.reliablesyncs.v1alpha1.ClusterObjectSync" + "$ref": "#/definitions/com.github.kubeedge.api.reliablesyncs.v1alpha1.ClusterObjectSync" } } }, @@ -8813,13 +8813,13 @@ "200": { "description": "OK", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.reliablesyncs.v1alpha1.ClusterObjectSync" + "$ref": "#/definitions/com.github.kubeedge.api.reliablesyncs.v1alpha1.ClusterObjectSync" } }, "201": { "description": "Created", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.reliablesyncs.v1alpha1.ClusterObjectSync" + "$ref": "#/definitions/com.github.kubeedge.api.reliablesyncs.v1alpha1.ClusterObjectSync" } } }, @@ -8840,7 +8840,7 @@ "required": true }, { - "$ref": "#/parameters/pretty-nN7o5FEq" + "$ref": "#/parameters/pretty-tJGM1-ng" } ] }, @@ -8866,7 +8866,7 @@ "200": { "description": "OK", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.reliablesyncs.v1alpha1.ClusterObjectSync" + "$ref": "#/definitions/com.github.kubeedge.api.reliablesyncs.v1alpha1.ClusterObjectSync" } } }, @@ -8900,7 +8900,7 @@ "in": "body", "required": true, "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.reliablesyncs.v1alpha1.ClusterObjectSync" + "$ref": "#/definitions/com.github.kubeedge.api.reliablesyncs.v1alpha1.ClusterObjectSync" } }, { @@ -8925,13 +8925,13 @@ "200": { "description": "OK", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.reliablesyncs.v1alpha1.ClusterObjectSync" + "$ref": "#/definitions/com.github.kubeedge.api.reliablesyncs.v1alpha1.ClusterObjectSync" } }, "201": { "description": "Created", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.reliablesyncs.v1alpha1.ClusterObjectSync" + "$ref": "#/definitions/com.github.kubeedge.api.reliablesyncs.v1alpha1.ClusterObjectSync" } } }, @@ -8991,13 +8991,13 @@ "200": { "description": "OK", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.reliablesyncs.v1alpha1.ClusterObjectSync" + "$ref": "#/definitions/com.github.kubeedge.api.reliablesyncs.v1alpha1.ClusterObjectSync" } }, "201": { "description": "Created", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.reliablesyncs.v1alpha1.ClusterObjectSync" + "$ref": "#/definitions/com.github.kubeedge.api.reliablesyncs.v1alpha1.ClusterObjectSync" } } }, @@ -9018,7 +9018,7 @@ "required": true }, { - "$ref": "#/parameters/pretty-nN7o5FEq" + "$ref": "#/parameters/pretty-tJGM1-ng" } ] }, @@ -9078,7 +9078,7 @@ "200": { "description": "OK", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.reliablesyncs.v1alpha1.ObjectSyncList" + "$ref": "#/definitions/com.github.kubeedge.api.reliablesyncs.v1alpha1.ObjectSyncList" } } }, @@ -9112,7 +9112,7 @@ "in": "body", "required": true, "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.reliablesyncs.v1alpha1.ObjectSync" + "$ref": "#/definitions/com.github.kubeedge.api.reliablesyncs.v1alpha1.ObjectSync" } }, { @@ -9137,19 +9137,19 @@ "200": { "description": "OK", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.reliablesyncs.v1alpha1.ObjectSync" + "$ref": "#/definitions/com.github.kubeedge.api.reliablesyncs.v1alpha1.ObjectSync" } }, "201": { "description": "Created", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.reliablesyncs.v1alpha1.ObjectSync" + "$ref": "#/definitions/com.github.kubeedge.api.reliablesyncs.v1alpha1.ObjectSync" } }, "202": { "description": "Accepted", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.reliablesyncs.v1alpha1.ObjectSync" + "$ref": "#/definitions/com.github.kubeedge.api.reliablesyncs.v1alpha1.ObjectSync" } } }, @@ -9242,7 +9242,7 @@ "$ref": "#/parameters/namespace-vgWSWtn3" }, { - "$ref": "#/parameters/pretty-nN7o5FEq" + "$ref": "#/parameters/pretty-tJGM1-ng" } ] }, @@ -9268,7 +9268,7 @@ "200": { "description": "OK", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.reliablesyncs.v1alpha1.ObjectSync" + "$ref": "#/definitions/com.github.kubeedge.api.reliablesyncs.v1alpha1.ObjectSync" } } }, @@ -9302,7 +9302,7 @@ "in": "body", "required": true, "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.reliablesyncs.v1alpha1.ObjectSync" + "$ref": "#/definitions/com.github.kubeedge.api.reliablesyncs.v1alpha1.ObjectSync" } }, { @@ -9327,13 +9327,13 @@ "200": { "description": "OK", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.reliablesyncs.v1alpha1.ObjectSync" + "$ref": "#/definitions/com.github.kubeedge.api.reliablesyncs.v1alpha1.ObjectSync" } }, "201": { "description": "Created", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.reliablesyncs.v1alpha1.ObjectSync" + "$ref": "#/definitions/com.github.kubeedge.api.reliablesyncs.v1alpha1.ObjectSync" } } }, @@ -9452,13 +9452,13 @@ "200": { "description": "OK", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.reliablesyncs.v1alpha1.ObjectSync" + "$ref": "#/definitions/com.github.kubeedge.api.reliablesyncs.v1alpha1.ObjectSync" } }, "201": { "description": "Created", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.reliablesyncs.v1alpha1.ObjectSync" + "$ref": "#/definitions/com.github.kubeedge.api.reliablesyncs.v1alpha1.ObjectSync" } } }, @@ -9482,7 +9482,7 @@ "$ref": "#/parameters/namespace-vgWSWtn3" }, { - "$ref": "#/parameters/pretty-nN7o5FEq" + "$ref": "#/parameters/pretty-tJGM1-ng" } ] }, @@ -9508,7 +9508,7 @@ "200": { "description": "OK", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.reliablesyncs.v1alpha1.ObjectSync" + "$ref": "#/definitions/com.github.kubeedge.api.reliablesyncs.v1alpha1.ObjectSync" } } }, @@ -9542,7 +9542,7 @@ "in": "body", "required": true, "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.reliablesyncs.v1alpha1.ObjectSync" + "$ref": "#/definitions/com.github.kubeedge.api.reliablesyncs.v1alpha1.ObjectSync" } }, { @@ -9567,13 +9567,13 @@ "200": { "description": "OK", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.reliablesyncs.v1alpha1.ObjectSync" + "$ref": "#/definitions/com.github.kubeedge.api.reliablesyncs.v1alpha1.ObjectSync" } }, "201": { "description": "Created", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.reliablesyncs.v1alpha1.ObjectSync" + "$ref": "#/definitions/com.github.kubeedge.api.reliablesyncs.v1alpha1.ObjectSync" } } }, @@ -9633,13 +9633,13 @@ "200": { "description": "OK", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.reliablesyncs.v1alpha1.ObjectSync" + "$ref": "#/definitions/com.github.kubeedge.api.reliablesyncs.v1alpha1.ObjectSync" } }, "201": { "description": "Created", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.reliablesyncs.v1alpha1.ObjectSync" + "$ref": "#/definitions/com.github.kubeedge.api.reliablesyncs.v1alpha1.ObjectSync" } } }, @@ -9663,7 +9663,7 @@ "$ref": "#/parameters/namespace-vgWSWtn3" }, { - "$ref": "#/parameters/pretty-nN7o5FEq" + "$ref": "#/parameters/pretty-tJGM1-ng" } ] }, @@ -9691,7 +9691,7 @@ "200": { "description": "OK", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.reliablesyncs.v1alpha1.ObjectSyncList" + "$ref": "#/definitions/com.github.kubeedge.api.reliablesyncs.v1alpha1.ObjectSyncList" } } }, @@ -9719,7 +9719,7 @@ "$ref": "#/parameters/limit-1NfNmdNH" }, { - "$ref": "#/parameters/pretty-nN7o5FEq" + "$ref": "#/parameters/pretty-tJGM1-ng" }, { "$ref": "#/parameters/resourceVersion-5WAnf1kx" @@ -9790,7 +9790,7 @@ "$ref": "#/parameters/limit-1NfNmdNH" }, { - "$ref": "#/parameters/pretty-nN7o5FEq" + "$ref": "#/parameters/pretty-tJGM1-ng" }, { "$ref": "#/parameters/resourceVersion-5WAnf1kx" @@ -9869,7 +9869,7 @@ "required": true }, { - "$ref": "#/parameters/pretty-nN7o5FEq" + "$ref": "#/parameters/pretty-tJGM1-ng" }, { "$ref": "#/parameters/resourceVersion-5WAnf1kx" @@ -9943,7 +9943,7 @@ "$ref": "#/parameters/namespace-vgWSWtn3" }, { - "$ref": "#/parameters/pretty-nN7o5FEq" + "$ref": "#/parameters/pretty-tJGM1-ng" }, { "$ref": "#/parameters/resourceVersion-5WAnf1kx" @@ -10025,7 +10025,7 @@ "$ref": "#/parameters/namespace-vgWSWtn3" }, { - "$ref": "#/parameters/pretty-nN7o5FEq" + "$ref": "#/parameters/pretty-tJGM1-ng" }, { "$ref": "#/parameters/resourceVersion-5WAnf1kx" @@ -10096,7 +10096,7 @@ "$ref": "#/parameters/limit-1NfNmdNH" }, { - "$ref": "#/parameters/pretty-nN7o5FEq" + "$ref": "#/parameters/pretty-tJGM1-ng" }, { "$ref": "#/parameters/resourceVersion-5WAnf1kx" @@ -10231,7 +10231,7 @@ "200": { "description": "OK", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.rules.v1.RuleList" + "$ref": "#/definitions/com.github.kubeedge.api.rules.v1.RuleList" } } }, @@ -10265,7 +10265,7 @@ "in": "body", "required": true, "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.rules.v1.Rule" + "$ref": "#/definitions/com.github.kubeedge.api.rules.v1.Rule" } }, { @@ -10290,19 +10290,19 @@ "200": { "description": "OK", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.rules.v1.Rule" + "$ref": "#/definitions/com.github.kubeedge.api.rules.v1.Rule" } }, "201": { "description": "Created", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.rules.v1.Rule" + "$ref": "#/definitions/com.github.kubeedge.api.rules.v1.Rule" } }, "202": { "description": "Accepted", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.rules.v1.Rule" + "$ref": "#/definitions/com.github.kubeedge.api.rules.v1.Rule" } } }, @@ -10395,7 +10395,7 @@ "$ref": "#/parameters/namespace-vgWSWtn3" }, { - "$ref": "#/parameters/pretty-nN7o5FEq" + "$ref": "#/parameters/pretty-tJGM1-ng" } ] }, @@ -10421,7 +10421,7 @@ "200": { "description": "OK", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.rules.v1.Rule" + "$ref": "#/definitions/com.github.kubeedge.api.rules.v1.Rule" } } }, @@ -10455,7 +10455,7 @@ "in": "body", "required": true, "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.rules.v1.Rule" + "$ref": "#/definitions/com.github.kubeedge.api.rules.v1.Rule" } }, { @@ -10480,13 +10480,13 @@ "200": { "description": "OK", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.rules.v1.Rule" + "$ref": "#/definitions/com.github.kubeedge.api.rules.v1.Rule" } }, "201": { "description": "Created", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.rules.v1.Rule" + "$ref": "#/definitions/com.github.kubeedge.api.rules.v1.Rule" } } }, @@ -10605,13 +10605,13 @@ "200": { "description": "OK", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.rules.v1.Rule" + "$ref": "#/definitions/com.github.kubeedge.api.rules.v1.Rule" } }, "201": { "description": "Created", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.rules.v1.Rule" + "$ref": "#/definitions/com.github.kubeedge.api.rules.v1.Rule" } } }, @@ -10635,7 +10635,7 @@ "$ref": "#/parameters/namespace-vgWSWtn3" }, { - "$ref": "#/parameters/pretty-nN7o5FEq" + "$ref": "#/parameters/pretty-tJGM1-ng" } ] }, @@ -10661,7 +10661,7 @@ "200": { "description": "OK", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.rules.v1.Rule" + "$ref": "#/definitions/com.github.kubeedge.api.rules.v1.Rule" } } }, @@ -10695,7 +10695,7 @@ "in": "body", "required": true, "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.rules.v1.Rule" + "$ref": "#/definitions/com.github.kubeedge.api.rules.v1.Rule" } }, { @@ -10720,13 +10720,13 @@ "200": { "description": "OK", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.rules.v1.Rule" + "$ref": "#/definitions/com.github.kubeedge.api.rules.v1.Rule" } }, "201": { "description": "Created", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.rules.v1.Rule" + "$ref": "#/definitions/com.github.kubeedge.api.rules.v1.Rule" } } }, @@ -10786,13 +10786,13 @@ "200": { "description": "OK", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.rules.v1.Rule" + "$ref": "#/definitions/com.github.kubeedge.api.rules.v1.Rule" } }, "201": { "description": "Created", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.rules.v1.Rule" + "$ref": "#/definitions/com.github.kubeedge.api.rules.v1.Rule" } } }, @@ -10816,7 +10816,7 @@ "$ref": "#/parameters/namespace-vgWSWtn3" }, { - "$ref": "#/parameters/pretty-nN7o5FEq" + "$ref": "#/parameters/pretty-tJGM1-ng" } ] }, @@ -10844,7 +10844,7 @@ "200": { "description": "OK", "schema": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.rules.v1.RuleList" + "$ref": "#/definitions/com.github.kubeedge.api.rules.v1.RuleList" } } }, @@ -10872,7 +10872,7 @@ "$ref": "#/parameters/limit-1NfNmdNH" }, { - "$ref": "#/parameters/pretty-nN7o5FEq" + "$ref": "#/parameters/pretty-tJGM1-ng" }, { "$ref": "#/parameters/resourceVersion-5WAnf1kx" @@ -10946,7 +10946,7 @@ "$ref": "#/parameters/namespace-vgWSWtn3" }, { - "$ref": "#/parameters/pretty-nN7o5FEq" + "$ref": "#/parameters/pretty-tJGM1-ng" }, { "$ref": "#/parameters/resourceVersion-5WAnf1kx" @@ -11028,7 +11028,7 @@ "$ref": "#/parameters/namespace-vgWSWtn3" }, { - "$ref": "#/parameters/pretty-nN7o5FEq" + "$ref": "#/parameters/pretty-tJGM1-ng" }, { "$ref": "#/parameters/resourceVersion-5WAnf1kx" @@ -11099,7 +11099,7 @@ "$ref": "#/parameters/limit-1NfNmdNH" }, { - "$ref": "#/parameters/pretty-nN7o5FEq" + "$ref": "#/parameters/pretty-tJGM1-ng" }, { "$ref": "#/parameters/resourceVersion-5WAnf1kx" @@ -11120,7 +11120,7 @@ } }, "definitions": { - "com.github.kubeedge.kubeedge.pkg.apis.apps.v1alpha1.CommandArgsOverrider": { + "com.github.kubeedge.api.apps.v1alpha1.CommandArgsOverrider": { "description": "CommandArgsOverrider represents the rules dedicated to handling command/args overrides.", "type": "object", "required": [ @@ -11148,7 +11148,7 @@ } } }, - "com.github.kubeedge.kubeedge.pkg.apis.apps.v1alpha1.EdgeApplication": { + "com.github.kubeedge.api.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.kubeedge.pkg.apis.apps.v1alpha1.EdgeApplicationSpec" + "$ref": "#/definitions/com.github.kubeedge.api.apps.v1alpha1.EdgeApplicationSpec" }, "status": { "description": "Status represents the status of PropagationStatus.", "default": {}, - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.apps.v1alpha1.EdgeApplicationStatus" + "$ref": "#/definitions/com.github.kubeedge.api.apps.v1alpha1.EdgeApplicationStatus" } }, "x-kubernetes-group-version-kind": [ @@ -11183,7 +11183,7 @@ } ] }, - "com.github.kubeedge.kubeedge.pkg.apis.apps.v1alpha1.EdgeApplicationList": { + "com.github.kubeedge.api.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.kubeedge.pkg.apis.apps.v1alpha1.EdgeApplication" + "$ref": "#/definitions/com.github.kubeedge.api.apps.v1alpha1.EdgeApplication" } }, "kind": { @@ -11218,7 +11218,7 @@ } ] }, - "com.github.kubeedge.kubeedge.pkg.apis.apps.v1alpha1.EdgeApplicationSpec": { + "com.github.kubeedge.api.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.kubeedge.pkg.apis.apps.v1alpha1.WorkloadScope" + "$ref": "#/definitions/com.github.kubeedge.api.apps.v1alpha1.WorkloadScope" }, "workloadTemplate": { "description": "WorkloadTemplate contains original templates of resources to be deployed as an EdgeApplication.", "default": {}, - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.apps.v1alpha1.ResourceTemplate" + "$ref": "#/definitions/com.github.kubeedge.api.apps.v1alpha1.ResourceTemplate" } } }, - "com.github.kubeedge.kubeedge.pkg.apis.apps.v1alpha1.EdgeApplicationStatus": { + "com.github.kubeedge.api.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.kubeedge.pkg.apis.apps.v1alpha1.ManifestStatus" + "$ref": "#/definitions/com.github.kubeedge.api.apps.v1alpha1.ManifestStatus" } } } }, - "com.github.kubeedge.kubeedge.pkg.apis.apps.v1alpha1.EnvOverrider": { + "com.github.kubeedge.api.apps.v1alpha1.EnvOverrider": { "description": "EnvOverrider represents the rules dedicated to handling env overrides.", "type": "object", "required": [ @@ -11279,7 +11279,7 @@ } } }, - "com.github.kubeedge.kubeedge.pkg.apis.apps.v1alpha1.ImageOverrider": { + "com.github.kubeedge.api.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.kubeedge.pkg.apis.apps.v1alpha1.ImagePredicate" + "$ref": "#/definitions/com.github.kubeedge.api.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.kubeedge.pkg.apis.apps.v1alpha1.ImagePredicate": { + "com.github.kubeedge.api.apps.v1alpha1.ImagePredicate": { "description": "ImagePredicate describes images filter.", "type": "object", "required": [ @@ -11321,11 +11321,11 @@ } } }, - "com.github.kubeedge.kubeedge.pkg.apis.apps.v1alpha1.Manifest": { + "com.github.kubeedge.api.apps.v1alpha1.Manifest": { "description": "Manifest represents a resource to be deployed on managed node groups.", "type": "object" }, - "com.github.kubeedge.kubeedge.pkg.apis.apps.v1alpha1.ManifestStatus": { + "com.github.kubeedge.api.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.kubeedge.pkg.apis.apps.v1alpha1.ResourceIdentifier" + "$ref": "#/definitions/com.github.kubeedge.api.apps.v1alpha1.ResourceIdentifier" } } }, - "com.github.kubeedge.kubeedge.pkg.apis.apps.v1alpha1.NodeGroup": { + "com.github.kubeedge.api.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.kubeedge.pkg.apis.apps.v1alpha1.NodeGroupSpec" + "$ref": "#/definitions/com.github.kubeedge.api.apps.v1alpha1.NodeGroupSpec" }, "status": { "description": "Status represents the status of member nodegroup.", "default": {}, - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.apps.v1alpha1.NodeGroupStatus" + "$ref": "#/definitions/com.github.kubeedge.api.apps.v1alpha1.NodeGroupStatus" } }, "x-kubernetes-group-version-kind": [ @@ -11378,7 +11378,7 @@ } ] }, - "com.github.kubeedge.kubeedge.pkg.apis.apps.v1alpha1.NodeGroupList": { + "com.github.kubeedge.api.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.kubeedge.pkg.apis.apps.v1alpha1.NodeGroup" + "$ref": "#/definitions/com.github.kubeedge.api.apps.v1alpha1.NodeGroup" } }, "kind": { @@ -11413,7 +11413,7 @@ } ] }, - "com.github.kubeedge.kubeedge.pkg.apis.apps.v1alpha1.NodeGroupSpec": { + "com.github.kubeedge.api.apps.v1alpha1.NodeGroupSpec": { "description": "NodeGroupSpec defines the desired state of NodeGroup", "type": "object", "properties": { @@ -11435,7 +11435,7 @@ } } }, - "com.github.kubeedge.kubeedge.pkg.apis.apps.v1alpha1.NodeGroupStatus": { + "com.github.kubeedge.api.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.kubeedge.pkg.apis.apps.v1alpha1.NodeStatus" + "$ref": "#/definitions/com.github.kubeedge.api.apps.v1alpha1.NodeStatus" } } } }, - "com.github.kubeedge.kubeedge.pkg.apis.apps.v1alpha1.NodeStatus": { + "com.github.kubeedge.api.apps.v1alpha1.NodeStatus": { "description": "NodeStatus contains status of node that selected by this NodeGroup.", "type": "object", "required": [ @@ -11479,7 +11479,7 @@ } } }, - "com.github.kubeedge.kubeedge.pkg.apis.apps.v1alpha1.Overriders": { + "com.github.kubeedge.api.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.kubeedge.pkg.apis.apps.v1alpha1.CommandArgsOverrider" + "$ref": "#/definitions/com.github.kubeedge.api.apps.v1alpha1.CommandArgsOverrider" } }, "commandOverriders": { @@ -11496,7 +11496,7 @@ "type": "array", "items": { "default": {}, - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.apps.v1alpha1.CommandArgsOverrider" + "$ref": "#/definitions/com.github.kubeedge.api.apps.v1alpha1.CommandArgsOverrider" } }, "envOverriders": { @@ -11504,7 +11504,7 @@ "type": "array", "items": { "default": {}, - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.apps.v1alpha1.EnvOverrider" + "$ref": "#/definitions/com.github.kubeedge.api.apps.v1alpha1.EnvOverrider" } }, "imageOverriders": { @@ -11512,7 +11512,7 @@ "type": "array", "items": { "default": {}, - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.apps.v1alpha1.ImageOverrider" + "$ref": "#/definitions/com.github.kubeedge.api.apps.v1alpha1.ImageOverrider" } }, "replicas": { @@ -11525,12 +11525,12 @@ "type": "array", "items": { "default": {}, - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.apps.v1alpha1.ResourcesOverrider" + "$ref": "#/definitions/com.github.kubeedge.api.apps.v1alpha1.ResourcesOverrider" } } } }, - "com.github.kubeedge.kubeedge.pkg.apis.apps.v1alpha1.ResourceIdentifier": { + "com.github.kubeedge.api.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.kubeedge.pkg.apis.apps.v1alpha1.ResourceTemplate": { + "com.github.kubeedge.api.apps.v1alpha1.ResourceTemplate": { "description": "ResourceTemplate represents original templates of resources to be deployed as an EdgeApplication.", "type": "object", "properties": { @@ -11577,13 +11577,12 @@ "description": "Manifests represent a list of Kubernetes resources to be deployed on the managed node groups.", "type": "array", "items": { - "default": {}, - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.apps.v1alpha1.Manifest" + "$ref": "#/definitions/com.github.kubeedge.api.apps.v1alpha1.Manifest" } } } }, - "com.github.kubeedge.kubeedge.pkg.apis.apps.v1alpha1.ResourcesOverrider": { + "com.github.kubeedge.api.apps.v1alpha1.ResourcesOverrider": { "description": "ResourcesOverrider represents the rules dedicated to handling resources overrides.", "type": "object", "required": [ @@ -11602,7 +11601,7 @@ } } }, - "com.github.kubeedge.kubeedge.pkg.apis.apps.v1alpha1.TargetNodeGroup": { + "com.github.kubeedge.api.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": [ @@ -11617,11 +11616,11 @@ "overriders": { "description": "Overriders represents the override rules that would apply on workload.", "default": {}, - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.apps.v1alpha1.Overriders" + "$ref": "#/definitions/com.github.kubeedge.api.apps.v1alpha1.Overriders" } } }, - "com.github.kubeedge.kubeedge.pkg.apis.apps.v1alpha1.WorkloadScope": { + "com.github.kubeedge.api.apps.v1alpha1.WorkloadScope": { "description": "WorkloadScope represents which node groups the workload should be deployed in.", "type": "object", "properties": { @@ -11630,12 +11629,12 @@ "type": "array", "items": { "default": {}, - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.apps.v1alpha1.TargetNodeGroup" + "$ref": "#/definitions/com.github.kubeedge.api.apps.v1alpha1.TargetNodeGroup" } } } }, - "com.github.kubeedge.kubeedge.pkg.apis.devices.v1alpha2.BluetoothOperations": { + "com.github.kubeedge.api.devices.v1alpha2.BluetoothOperations": { "description": "Specify the operation that should be performed to convert incoming data into understandable form", "type": "object", "properties": { @@ -11650,7 +11649,7 @@ } } }, - "com.github.kubeedge.kubeedge.pkg.apis.devices.v1alpha2.BluetoothReadConverter": { + "com.github.kubeedge.api.devices.v1alpha2.BluetoothReadConverter": { "description": "Specifies the operations that may need to be performed to convert the data", "type": "object", "properties": { @@ -11664,7 +11663,7 @@ "type": "array", "items": { "default": {}, - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.devices.v1alpha2.BluetoothOperations" + "$ref": "#/definitions/com.github.kubeedge.api.devices.v1alpha2.BluetoothOperations" } }, "shiftLeft": { @@ -11684,11 +11683,11 @@ } } }, - "com.github.kubeedge.kubeedge.pkg.apis.devices.v1alpha2.CustomizedValue": { + "com.github.kubeedge.api.devices.v1alpha2.CustomizedValue": { "description": "CustomizedValue contains a map type data", "type": "object" }, - "com.github.kubeedge.kubeedge.pkg.apis.devices.v1alpha2.DataProperty": { + "com.github.kubeedge.api.devices.v1alpha2.DataProperty": { "description": "DataProperty represents the device property for external use.", "type": "object", "properties": { @@ -11706,7 +11705,7 @@ } } }, - "com.github.kubeedge.kubeedge.pkg.apis.devices.v1alpha2.Device": { + "com.github.kubeedge.api.devices.v1alpha2.Device": { "description": "Device is the Schema for the devices API", "type": "object", "properties": { @@ -11724,11 +11723,11 @@ }, "spec": { "default": {}, - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.devices.v1alpha2.DeviceSpec" + "$ref": "#/definitions/com.github.kubeedge.api.devices.v1alpha2.DeviceSpec" }, "status": { "default": {}, - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.devices.v1alpha2.DeviceStatus" + "$ref": "#/definitions/com.github.kubeedge.api.devices.v1alpha2.DeviceStatus" } }, "x-kubernetes-group-version-kind": [ @@ -11739,7 +11738,7 @@ } ] }, - "com.github.kubeedge.kubeedge.pkg.apis.devices.v1alpha2.DeviceData": { + "com.github.kubeedge.api.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": { @@ -11748,7 +11747,7 @@ "type": "array", "items": { "default": {}, - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.devices.v1alpha2.DataProperty" + "$ref": "#/definitions/com.github.kubeedge.api.devices.v1alpha2.DataProperty" } }, "dataTopic": { @@ -11757,7 +11756,7 @@ } } }, - "com.github.kubeedge.kubeedge.pkg.apis.devices.v1alpha2.DeviceList": { + "com.github.kubeedge.api.devices.v1alpha2.DeviceList": { "description": "DeviceList contains a list of Device", "type": "object", "required": [ @@ -11772,7 +11771,7 @@ "type": "array", "items": { "default": {}, - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.devices.v1alpha2.Device" + "$ref": "#/definitions/com.github.kubeedge.api.devices.v1alpha2.Device" } }, "kind": { @@ -11792,7 +11791,7 @@ } ] }, - "com.github.kubeedge.kubeedge.pkg.apis.devices.v1alpha2.DeviceModel": { + "com.github.kubeedge.api.devices.v1alpha2.DeviceModel": { "description": "DeviceModel is the Schema for the device model API", "type": "object", "properties": { @@ -11810,7 +11809,7 @@ }, "spec": { "default": {}, - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.devices.v1alpha2.DeviceModelSpec" + "$ref": "#/definitions/com.github.kubeedge.api.devices.v1alpha2.DeviceModelSpec" } }, "x-kubernetes-group-version-kind": [ @@ -11821,7 +11820,7 @@ } ] }, - "com.github.kubeedge.kubeedge.pkg.apis.devices.v1alpha2.DeviceModelList": { + "com.github.kubeedge.api.devices.v1alpha2.DeviceModelList": { "description": "DeviceModelList contains a list of DeviceModel", "type": "object", "required": [ @@ -11836,7 +11835,7 @@ "type": "array", "items": { "default": {}, - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.devices.v1alpha2.DeviceModel" + "$ref": "#/definitions/com.github.kubeedge.api.devices.v1alpha2.DeviceModel" } }, "kind": { @@ -11856,7 +11855,7 @@ } ] }, - "com.github.kubeedge.kubeedge.pkg.apis.devices.v1alpha2.DeviceModelSpec": { + "com.github.kubeedge.api.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": { @@ -11865,7 +11864,7 @@ "type": "array", "items": { "default": {}, - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.devices.v1alpha2.DeviceProperty" + "$ref": "#/definitions/com.github.kubeedge.api.devices.v1alpha2.DeviceProperty" } }, "protocol": { @@ -11874,7 +11873,7 @@ } } }, - "com.github.kubeedge.kubeedge.pkg.apis.devices.v1alpha2.DeviceProperty": { + "com.github.kubeedge.api.devices.v1alpha2.DeviceProperty": { "description": "DeviceProperty describes an individual device property / attribute like temperature / humidity etc.", "type": "object", "properties": { @@ -11889,17 +11888,17 @@ "type": { "description": "Required: PropertyType represents the type and data validation of the property.", "default": {}, - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.devices.v1alpha2.PropertyType" + "$ref": "#/definitions/com.github.kubeedge.api.devices.v1alpha2.PropertyType" } } }, - "com.github.kubeedge.kubeedge.pkg.apis.devices.v1alpha2.DevicePropertyVisitor": { + "com.github.kubeedge.api.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.kubeedge.pkg.apis.devices.v1alpha2.VisitorConfigBluetooth" + "$ref": "#/definitions/com.github.kubeedge.api.devices.v1alpha2.VisitorConfigBluetooth" }, "collectCycle": { "description": "Define how frequent mapper will collect from device.", @@ -11908,19 +11907,19 @@ }, "customizedProtocol": { "description": "CustomizedProtocol represents a set of visitor config fields of bluetooth protocol.", - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.devices.v1alpha2.VisitorConfigCustomized" + "$ref": "#/definitions/com.github.kubeedge.api.devices.v1alpha2.VisitorConfigCustomized" }, "customizedValues": { "description": "Customized values for visitor of provided protocols", - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.devices.v1alpha2.CustomizedValue" + "$ref": "#/definitions/com.github.kubeedge.api.devices.v1alpha2.CustomizedValue" }, "modbus": { "description": "Modbus represents a set of additional visitor config fields of modbus protocol.", - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.devices.v1alpha2.VisitorConfigModbus" + "$ref": "#/definitions/com.github.kubeedge.api.devices.v1alpha2.VisitorConfigModbus" }, "opcua": { "description": "Opcua represents a set of additional visitor config fields of opc-ua protocol.", - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.devices.v1alpha2.VisitorConfigOPCUA" + "$ref": "#/definitions/com.github.kubeedge.api.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.", @@ -11933,14 +11932,14 @@ } } }, - "com.github.kubeedge.kubeedge.pkg.apis.devices.v1alpha2.DeviceSpec": { + "com.github.kubeedge.api.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.kubeedge.pkg.apis.devices.v1alpha2.DeviceData" + "$ref": "#/definitions/com.github.kubeedge.api.devices.v1alpha2.DeviceData" }, "deviceModelRef": { "description": "Required: DeviceModelRef is reference to the device model used as a template to create the device instance.", @@ -11955,17 +11954,17 @@ "type": "array", "items": { "default": {}, - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.devices.v1alpha2.DevicePropertyVisitor" + "$ref": "#/definitions/com.github.kubeedge.api.devices.v1alpha2.DevicePropertyVisitor" } }, "protocol": { "description": "Required: The protocol configuration used to connect to the device.", "default": {}, - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.devices.v1alpha2.ProtocolConfig" + "$ref": "#/definitions/com.github.kubeedge.api.devices.v1alpha2.ProtocolConfig" } } }, - "com.github.kubeedge.kubeedge.pkg.apis.devices.v1alpha2.DeviceStatus": { + "com.github.kubeedge.api.devices.v1alpha2.DeviceStatus": { "description": "DeviceStatus reports the device state and the desired/reported values of twin attributes.", "type": "object", "properties": { @@ -11974,36 +11973,36 @@ "type": "array", "items": { "default": {}, - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.devices.v1alpha2.Twin" + "$ref": "#/definitions/com.github.kubeedge.api.devices.v1alpha2.Twin" } } } }, - "com.github.kubeedge.kubeedge.pkg.apis.devices.v1alpha2.PropertyType": { + "com.github.kubeedge.api.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.kubeedge.pkg.apis.devices.v1alpha2.PropertyTypeBoolean" + "$ref": "#/definitions/com.github.kubeedge.api.devices.v1alpha2.PropertyTypeBoolean" }, "bytes": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.devices.v1alpha2.PropertyTypeBytes" + "$ref": "#/definitions/com.github.kubeedge.api.devices.v1alpha2.PropertyTypeBytes" }, "double": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.devices.v1alpha2.PropertyTypeDouble" + "$ref": "#/definitions/com.github.kubeedge.api.devices.v1alpha2.PropertyTypeDouble" }, "float": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.devices.v1alpha2.PropertyTypeFloat" + "$ref": "#/definitions/com.github.kubeedge.api.devices.v1alpha2.PropertyTypeFloat" }, "int": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.devices.v1alpha2.PropertyTypeInt64" + "$ref": "#/definitions/com.github.kubeedge.api.devices.v1alpha2.PropertyTypeInt64" }, "string": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.devices.v1alpha2.PropertyTypeString" + "$ref": "#/definitions/com.github.kubeedge.api.devices.v1alpha2.PropertyTypeString" } } }, - "com.github.kubeedge.kubeedge.pkg.apis.devices.v1alpha2.PropertyTypeBoolean": { + "com.github.kubeedge.api.devices.v1alpha2.PropertyTypeBoolean": { "type": "object", "properties": { "accessMode": { @@ -12015,7 +12014,7 @@ } } }, - "com.github.kubeedge.kubeedge.pkg.apis.devices.v1alpha2.PropertyTypeBytes": { + "com.github.kubeedge.api.devices.v1alpha2.PropertyTypeBytes": { "type": "object", "properties": { "accessMode": { @@ -12024,7 +12023,7 @@ } } }, - "com.github.kubeedge.kubeedge.pkg.apis.devices.v1alpha2.PropertyTypeDouble": { + "com.github.kubeedge.api.devices.v1alpha2.PropertyTypeDouble": { "type": "object", "properties": { "accessMode": { @@ -12049,7 +12048,7 @@ } } }, - "com.github.kubeedge.kubeedge.pkg.apis.devices.v1alpha2.PropertyTypeFloat": { + "com.github.kubeedge.api.devices.v1alpha2.PropertyTypeFloat": { "type": "object", "properties": { "accessMode": { @@ -12074,7 +12073,7 @@ } } }, - "com.github.kubeedge.kubeedge.pkg.apis.devices.v1alpha2.PropertyTypeInt64": { + "com.github.kubeedge.api.devices.v1alpha2.PropertyTypeInt64": { "type": "object", "properties": { "accessMode": { @@ -12099,7 +12098,7 @@ } } }, - "com.github.kubeedge.kubeedge.pkg.apis.devices.v1alpha2.PropertyTypeString": { + "com.github.kubeedge.api.devices.v1alpha2.PropertyTypeString": { "type": "object", "properties": { "accessMode": { @@ -12111,33 +12110,33 @@ } } }, - "com.github.kubeedge.kubeedge.pkg.apis.devices.v1alpha2.ProtocolConfig": { + "com.github.kubeedge.api.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.kubeedge.pkg.apis.devices.v1alpha2.ProtocolConfigBluetooth" + "$ref": "#/definitions/com.github.kubeedge.api.devices.v1alpha2.ProtocolConfigBluetooth" }, "common": { "description": "Configuration for protocol common part", - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.devices.v1alpha2.ProtocolConfigCommon" + "$ref": "#/definitions/com.github.kubeedge.api.devices.v1alpha2.ProtocolConfigCommon" }, "customizedProtocol": { "description": "Configuration for customized protocol", - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.devices.v1alpha2.ProtocolConfigCustomized" + "$ref": "#/definitions/com.github.kubeedge.api.devices.v1alpha2.ProtocolConfigCustomized" }, "modbus": { "description": "Protocol configuration for modbus", - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.devices.v1alpha2.ProtocolConfigModbus" + "$ref": "#/definitions/com.github.kubeedge.api.devices.v1alpha2.ProtocolConfigModbus" }, "opcua": { "description": "Protocol configuration for opc-ua", - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.devices.v1alpha2.ProtocolConfigOpcUA" + "$ref": "#/definitions/com.github.kubeedge.api.devices.v1alpha2.ProtocolConfigOpcUA" } } }, - "com.github.kubeedge.kubeedge.pkg.apis.devices.v1alpha2.ProtocolConfigBluetooth": { + "com.github.kubeedge.api.devices.v1alpha2.ProtocolConfigBluetooth": { "type": "object", "properties": { "macAddress": { @@ -12146,7 +12145,7 @@ } } }, - "com.github.kubeedge.kubeedge.pkg.apis.devices.v1alpha2.ProtocolConfigCOM": { + "com.github.kubeedge.api.devices.v1alpha2.ProtocolConfigCOM": { "type": "object", "properties": { "baudRate": { @@ -12174,7 +12173,7 @@ } } }, - "com.github.kubeedge.kubeedge.pkg.apis.devices.v1alpha2.ProtocolConfigCommon": { + "com.github.kubeedge.api.devices.v1alpha2.ProtocolConfigCommon": { "description": "Only one of COM or TCP may be specified.", "type": "object", "properties": { @@ -12193,7 +12192,7 @@ "type": "string" }, "com": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.devices.v1alpha2.ProtocolConfigCOM" + "$ref": "#/definitions/com.github.kubeedge.api.devices.v1alpha2.ProtocolConfigCOM" }, "commType": { "description": "Communication type, like tcp client, tcp server or COM", @@ -12201,7 +12200,7 @@ }, "customizedValues": { "description": "Customized values for provided protocol", - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.devices.v1alpha2.CustomizedValue" + "$ref": "#/definitions/com.github.kubeedge.api.devices.v1alpha2.CustomizedValue" }, "reconnRetryTimes": { "description": "Reconnecting retry times", @@ -12214,16 +12213,16 @@ "format": "int64" }, "tcp": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.devices.v1alpha2.ProtocolConfigTCP" + "$ref": "#/definitions/com.github.kubeedge.api.devices.v1alpha2.ProtocolConfigTCP" } } }, - "com.github.kubeedge.kubeedge.pkg.apis.devices.v1alpha2.ProtocolConfigCustomized": { + "com.github.kubeedge.api.devices.v1alpha2.ProtocolConfigCustomized": { "type": "object", "properties": { "configData": { "description": "Any config data", - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.devices.v1alpha2.CustomizedValue" + "$ref": "#/definitions/com.github.kubeedge.api.devices.v1alpha2.CustomizedValue" }, "protocolName": { "description": "Unique protocol name Required.", @@ -12231,7 +12230,7 @@ } } }, - "com.github.kubeedge.kubeedge.pkg.apis.devices.v1alpha2.ProtocolConfigModbus": { + "com.github.kubeedge.api.devices.v1alpha2.ProtocolConfigModbus": { "description": "Only one of its members may be specified.", "type": "object", "properties": { @@ -12242,7 +12241,7 @@ } } }, - "com.github.kubeedge.kubeedge.pkg.apis.devices.v1alpha2.ProtocolConfigOpcUA": { + "com.github.kubeedge.api.devices.v1alpha2.ProtocolConfigOpcUA": { "type": "object", "properties": { "certificate": { @@ -12280,7 +12279,7 @@ } } }, - "com.github.kubeedge.kubeedge.pkg.apis.devices.v1alpha2.ProtocolConfigTCP": { + "com.github.kubeedge.api.devices.v1alpha2.ProtocolConfigTCP": { "type": "object", "properties": { "ip": { @@ -12294,14 +12293,14 @@ } } }, - "com.github.kubeedge.kubeedge.pkg.apis.devices.v1alpha2.Twin": { + "com.github.kubeedge.api.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.kubeedge.pkg.apis.devices.v1alpha2.TwinProperty" + "$ref": "#/definitions/com.github.kubeedge.api.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.", @@ -12310,11 +12309,11 @@ "reported": { "description": "Required: the reported property value.", "default": {}, - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.devices.v1alpha2.TwinProperty" + "$ref": "#/definitions/com.github.kubeedge.api.devices.v1alpha2.TwinProperty" } } }, - "com.github.kubeedge.kubeedge.pkg.apis.devices.v1alpha2.TwinProperty": { + "com.github.kubeedge.api.devices.v1alpha2.TwinProperty": { "description": "TwinProperty represents the device property for which an Expected/Actual state can be defined.", "type": "object", "required": [ @@ -12336,7 +12335,7 @@ } } }, - "com.github.kubeedge.kubeedge.pkg.apis.devices.v1alpha2.VisitorConfigBluetooth": { + "com.github.kubeedge.api.devices.v1alpha2.VisitorConfigBluetooth": { "description": "Common visitor configurations for bluetooth protocol", "type": "object", "properties": { @@ -12347,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.kubeedge.pkg.apis.devices.v1alpha2.BluetoothReadConverter" + "$ref": "#/definitions/com.github.kubeedge.api.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]", @@ -12359,13 +12358,13 @@ } } }, - "com.github.kubeedge.kubeedge.pkg.apis.devices.v1alpha2.VisitorConfigCustomized": { + "com.github.kubeedge.api.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.kubeedge.pkg.apis.devices.v1alpha2.CustomizedValue" + "$ref": "#/definitions/com.github.kubeedge.api.devices.v1alpha2.CustomizedValue" }, "protocolName": { "description": "Required: name of customized protocol", @@ -12373,7 +12372,7 @@ } } }, - "com.github.kubeedge.kubeedge.pkg.apis.devices.v1alpha2.VisitorConfigModbus": { + "com.github.kubeedge.api.devices.v1alpha2.VisitorConfigModbus": { "description": "Common visitor configurations for modbus protocol", "type": "object", "properties": { @@ -12406,7 +12405,7 @@ } } }, - "com.github.kubeedge.kubeedge.pkg.apis.devices.v1alpha2.VisitorConfigOPCUA": { + "com.github.kubeedge.api.devices.v1alpha2.VisitorConfigOPCUA": { "description": "Common visitor configurations for opc-ua protocol", "type": "object", "properties": { @@ -12420,68 +12419,68 @@ } } }, - "com.github.kubeedge.kubeedge.pkg.apis.devices.v1beta1.CustomizedValue": { + "com.github.kubeedge.api.devices.v1beta1.CustomizedValue": { "description": "CustomizedValue contains a map type data", "type": "object" }, - "com.github.kubeedge.kubeedge.pkg.apis.devices.v1beta1.DBMethodConfig": { + "com.github.kubeedge.api.devices.v1beta1.DBMethodConfig": { "type": "object", "properties": { "TDEngine": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.devices.v1beta1.DBMethodTDEngine" + "$ref": "#/definitions/com.github.kubeedge.api.devices.v1beta1.DBMethodTDEngine" }, "influxdb2": { "description": "method configuration for database", - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.devices.v1beta1.DBMethodInfluxdb2" + "$ref": "#/definitions/com.github.kubeedge.api.devices.v1beta1.DBMethodInfluxdb2" }, "mysql": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.devices.v1beta1.DBMethodMySQL" + "$ref": "#/definitions/com.github.kubeedge.api.devices.v1beta1.DBMethodMySQL" }, "redis": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.devices.v1beta1.DBMethodRedis" + "$ref": "#/definitions/com.github.kubeedge.api.devices.v1beta1.DBMethodRedis" } } }, - "com.github.kubeedge.kubeedge.pkg.apis.devices.v1beta1.DBMethodInfluxdb2": { + "com.github.kubeedge.api.devices.v1beta1.DBMethodInfluxdb2": { "type": "object", "properties": { "influxdb2ClientConfig": { "description": "Config of influx database", - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.devices.v1beta1.Influxdb2ClientConfig" + "$ref": "#/definitions/com.github.kubeedge.api.devices.v1beta1.Influxdb2ClientConfig" }, "influxdb2DataConfig": { "description": "config of device data when push to influx database", - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.devices.v1beta1.Influxdb2DataConfig" + "$ref": "#/definitions/com.github.kubeedge.api.devices.v1beta1.Influxdb2DataConfig" } } }, - "com.github.kubeedge.kubeedge.pkg.apis.devices.v1beta1.DBMethodMySQL": { + "com.github.kubeedge.api.devices.v1beta1.DBMethodMySQL": { "type": "object", "properties": { "mysqlClientConfig": { - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.devices.v1beta1.MySQLClientConfig" + "$ref": "#/definitions/com.github.kubeedge.api.devices.v1beta1.MySQLClientConfig" } } }, - "com.github.kubeedge.kubeedge.pkg.apis.devices.v1beta1.DBMethodRedis": { + "com.github.kubeedge.api.devices.v1beta1.DBMethodRedis": { "type": "object", "properties": { "redisClientConfig": { "description": "RedisClientConfig of redis database", - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.devices.v1beta1.RedisClientConfig" + "$ref": "#/definitions/com.github.kubeedge.api.devices.v1beta1.RedisClientConfig" } } }, - "com.github.kubeedge.kubeedge.pkg.apis.devices.v1beta1.DBMethodTDEngine": { + "com.github.kubeedge.api.devices.v1beta1.DBMethodTDEngine": { "type": "object", "properties": { "TDEngineClientConfig": { "description": "tdengineClientConfig of tdengine database", - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.devices.v1beta1.TDEngineClientConfig" + "$ref": "#/definitions/com.github.kubeedge.api.devices.v1beta1.TDEngineClientConfig" } } }, - "com.github.kubeedge.kubeedge.pkg.apis.devices.v1beta1.Device": { + "com.github.kubeedge.api.devices.v1beta1.Device": { "description": "Device is the Schema for the devices API", "type": "object", "properties": { @@ -12499,11 +12498,11 @@ }, "spec": { "default": {}, - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.devices.v1beta1.DeviceSpec" + "$ref": "#/definitions/com.github.kubeedge.api.devices.v1beta1.DeviceSpec" }, "status": { "default": {}, - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.devices.v1beta1.DeviceStatus" + "$ref": "#/definitions/com.github.kubeedge.api.devices.v1beta1.DeviceStatus" } }, "x-kubernetes-group-version-kind": [ @@ -12514,7 +12513,7 @@ } ] }, - "com.github.kubeedge.kubeedge.pkg.apis.devices.v1beta1.DeviceList": { + "com.github.kubeedge.api.devices.v1beta1.DeviceList": { "description": "DeviceList contains a list of Device", "type": "object", "required": [ @@ -12529,7 +12528,7 @@ "type": "array", "items": { "default": {}, - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.devices.v1beta1.Device" + "$ref": "#/definitions/com.github.kubeedge.api.devices.v1beta1.Device" } }, "kind": { @@ -12549,7 +12548,7 @@ } ] }, - "com.github.kubeedge.kubeedge.pkg.apis.devices.v1beta1.DeviceModel": { + "com.github.kubeedge.api.devices.v1beta1.DeviceModel": { "description": "DeviceModel is the Schema for the device model API", "type": "object", "properties": { @@ -12567,7 +12566,7 @@ }, "spec": { "default": {}, - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.devices.v1beta1.DeviceModelSpec" + "$ref": "#/definitions/com.github.kubeedge.api.devices.v1beta1.DeviceModelSpec" } }, "x-kubernetes-group-version-kind": [ @@ -12578,7 +12577,7 @@ } ] }, - "com.github.kubeedge.kubeedge.pkg.apis.devices.v1beta1.DeviceModelList": { + "com.github.kubeedge.api.devices.v1beta1.DeviceModelList": { "description": "DeviceModelList contains a list of DeviceModel", "type": "object", "required": [ @@ -12593,7 +12592,7 @@ "type": "array", "items": { "default": {}, - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.devices.v1beta1.DeviceModel" + "$ref": "#/definitions/com.github.kubeedge.api.devices.v1beta1.DeviceModel" } }, "kind": { @@ -12613,7 +12612,7 @@ } ] }, - "com.github.kubeedge.kubeedge.pkg.apis.devices.v1beta1.DeviceModelSpec": { + "com.github.kubeedge.api.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": { @@ -12622,7 +12621,7 @@ "type": "array", "items": { "default": {}, - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.devices.v1beta1.ModelProperty" + "$ref": "#/definitions/com.github.kubeedge.api.devices.v1beta1.ModelProperty" } }, "protocol": { @@ -12631,7 +12630,7 @@ } } }, - "com.github.kubeedge.kubeedge.pkg.apis.devices.v1beta1.DeviceProperty": { + "com.github.kubeedge.api.devices.v1beta1.DeviceProperty": { "description": "DeviceProperty describes the specifics all the properties of the device.", "type": "object", "properties": { @@ -12643,7 +12642,7 @@ "desired": { "description": "The desired property value.", "default": {}, - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.devices.v1beta1.TwinProperty" + "$ref": "#/definitions/com.github.kubeedge.api.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", @@ -12651,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.kubeedge.pkg.apis.devices.v1beta1.PushMethod" + "$ref": "#/definitions/com.github.kubeedge.api.devices.v1beta1.PushMethod" }, "reportCycle": { "description": "Define how frequent mapper will report the value.", @@ -12665,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.kubeedge.pkg.apis.devices.v1beta1.VisitorConfig" + "$ref": "#/definitions/com.github.kubeedge.api.devices.v1beta1.VisitorConfig" } } }, - "com.github.kubeedge.kubeedge.pkg.apis.devices.v1beta1.DeviceSpec": { + "com.github.kubeedge.api.devices.v1beta1.DeviceSpec": { "description": "DeviceSpec represents a single device instance.", "type": "object", "properties": { @@ -12686,31 +12685,39 @@ "type": "array", "items": { "default": {}, - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.devices.v1beta1.DeviceProperty" + "$ref": "#/definitions/com.github.kubeedge.api.devices.v1beta1.DeviceProperty" } }, "protocol": { "description": "Required: The protocol configuration used to connect to the device.", "default": {}, - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.devices.v1beta1.ProtocolConfig" + "$ref": "#/definitions/com.github.kubeedge.api.devices.v1beta1.ProtocolConfig" } } }, - "com.github.kubeedge.kubeedge.pkg.apis.devices.v1beta1.DeviceStatus": { + "com.github.kubeedge.api.devices.v1beta1.DeviceStatus": { "description": "DeviceStatus reports the device state and the desired/reported values of twin attributes.", "type": "object", "properties": { + "lastOnlineTime": { + "description": "Optional: The last time the device was online.", + "type": "string" + }, + "state": { + "description": "Optional: The state of the device.", + "type": "string" + }, "twins": { "description": "A list of device twins containing desired/reported desired/reported values of twin properties. Optional: A passive device won't have twin properties and this list could be empty.", "type": "array", "items": { "default": {}, - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.devices.v1beta1.Twin" + "$ref": "#/definitions/com.github.kubeedge.api.devices.v1beta1.Twin" } } } }, - "com.github.kubeedge.kubeedge.pkg.apis.devices.v1beta1.Influxdb2ClientConfig": { + "com.github.kubeedge.api.devices.v1beta1.Influxdb2ClientConfig": { "type": "object", "properties": { "bucket": { @@ -12727,7 +12734,7 @@ } } }, - "com.github.kubeedge.kubeedge.pkg.apis.devices.v1beta1.Influxdb2DataConfig": { + "com.github.kubeedge.api.devices.v1beta1.Influxdb2DataConfig": { "type": "object", "properties": { "fieldKey": { @@ -12748,7 +12755,7 @@ } } }, - "com.github.kubeedge.kubeedge.pkg.apis.devices.v1beta1.ModelProperty": { + "com.github.kubeedge.api.devices.v1beta1.ModelProperty": { "description": "ModelProperty describes an individual device property / attribute like temperature / humidity etc.", "type": "object", "properties": { @@ -12780,7 +12787,7 @@ } } }, - "com.github.kubeedge.kubeedge.pkg.apis.devices.v1beta1.MySQLClientConfig": { + "com.github.kubeedge.api.devices.v1beta1.MySQLClientConfig": { "type": "object", "properties": { "addr": { @@ -12797,12 +12804,12 @@ } } }, - "com.github.kubeedge.kubeedge.pkg.apis.devices.v1beta1.ProtocolConfig": { + "com.github.kubeedge.api.devices.v1beta1.ProtocolConfig": { "type": "object", "properties": { "configData": { "description": "Any config data", - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.devices.v1beta1.CustomizedValue" + "$ref": "#/definitions/com.github.kubeedge.api.devices.v1beta1.CustomizedValue" }, "protocolName": { "description": "Unique protocol name Required.", @@ -12810,24 +12817,24 @@ } } }, - "com.github.kubeedge.kubeedge.pkg.apis.devices.v1beta1.PushMethod": { + "com.github.kubeedge.api.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.kubeedge.pkg.apis.devices.v1beta1.DBMethodConfig" + "$ref": "#/definitions/com.github.kubeedge.api.devices.v1beta1.DBMethodConfig" }, "http": { "description": "HTTP Push method configuration for http", - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.devices.v1beta1.PushMethodHTTP" + "$ref": "#/definitions/com.github.kubeedge.api.devices.v1beta1.PushMethodHTTP" }, "mqtt": { "description": "MQTT Push method configuration for mqtt", - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.devices.v1beta1.PushMethodMQTT" + "$ref": "#/definitions/com.github.kubeedge.api.devices.v1beta1.PushMethodMQTT" } } }, - "com.github.kubeedge.kubeedge.pkg.apis.devices.v1beta1.PushMethodHTTP": { + "com.github.kubeedge.api.devices.v1beta1.PushMethodHTTP": { "type": "object", "properties": { "hostName": { @@ -12846,7 +12853,7 @@ } } }, - "com.github.kubeedge.kubeedge.pkg.apis.devices.v1beta1.PushMethodMQTT": { + "com.github.kubeedge.api.devices.v1beta1.PushMethodMQTT": { "type": "object", "properties": { "address": { @@ -12868,7 +12875,7 @@ } } }, - "com.github.kubeedge.kubeedge.pkg.apis.devices.v1beta1.RedisClientConfig": { + "com.github.kubeedge.api.devices.v1beta1.RedisClientConfig": { "type": "object", "properties": { "addr": { @@ -12892,7 +12899,7 @@ } } }, - "com.github.kubeedge.kubeedge.pkg.apis.devices.v1beta1.TDEngineClientConfig": { + "com.github.kubeedge.api.devices.v1beta1.TDEngineClientConfig": { "type": "object", "properties": { "addr": { @@ -12905,14 +12912,14 @@ } } }, - "com.github.kubeedge.kubeedge.pkg.apis.devices.v1beta1.Twin": { + "com.github.kubeedge.api.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.kubeedge.pkg.apis.devices.v1beta1.TwinProperty" + "$ref": "#/definitions/com.github.kubeedge.api.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.", @@ -12921,11 +12928,11 @@ "reported": { "description": "Required: the reported property value.", "default": {}, - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.devices.v1beta1.TwinProperty" + "$ref": "#/definitions/com.github.kubeedge.api.devices.v1beta1.TwinProperty" } } }, - "com.github.kubeedge.kubeedge.pkg.apis.devices.v1beta1.TwinProperty": { + "com.github.kubeedge.api.devices.v1beta1.TwinProperty": { "description": "TwinProperty represents the device property for which an Expected/Actual state can be defined.", "type": "object", "required": [ @@ -12947,12 +12954,12 @@ } } }, - "com.github.kubeedge.kubeedge.pkg.apis.devices.v1beta1.VisitorConfig": { + "com.github.kubeedge.api.devices.v1beta1.VisitorConfig": { "type": "object", "properties": { "configData": { "description": "Required: The configData of customized protocol", - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.devices.v1beta1.CustomizedValue" + "$ref": "#/definitions/com.github.kubeedge.api.devices.v1beta1.CustomizedValue" }, "protocolName": { "description": "Required: name of customized protocol", @@ -12960,7 +12967,7 @@ } } }, - "com.github.kubeedge.kubeedge.pkg.apis.operations.v1alpha1.ImagePrePullJob": { + "com.github.kubeedge.api.operations.v1alpha1.ImagePrePullJob": { "description": "ImagePrePullJob is used to prepull images on edge node.", "type": "object", "required": [ @@ -12982,12 +12989,12 @@ "spec": { "description": "Spec represents the specification of the desired behavior of ImagePrePullJob.", "default": {}, - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.operations.v1alpha1.ImagePrePullJobSpec" + "$ref": "#/definitions/com.github.kubeedge.api.operations.v1alpha1.ImagePrePullJobSpec" }, "status": { "description": "Status represents the status of ImagePrePullJob.", "default": {}, - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.operations.v1alpha1.ImagePrePullJobStatus" + "$ref": "#/definitions/com.github.kubeedge.api.operations.v1alpha1.ImagePrePullJobStatus" } }, "x-kubernetes-group-version-kind": [ @@ -12998,7 +13005,7 @@ } ] }, - "com.github.kubeedge.kubeedge.pkg.apis.operations.v1alpha1.ImagePrePullJobList": { + "com.github.kubeedge.api.operations.v1alpha1.ImagePrePullJobList": { "description": "ImagePrePullJobList is a list of ImagePrePullJob.", "type": "object", "required": [ @@ -13014,7 +13021,7 @@ "type": "array", "items": { "default": {}, - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.operations.v1alpha1.ImagePrePullJob" + "$ref": "#/definitions/com.github.kubeedge.api.operations.v1alpha1.ImagePrePullJob" } }, "kind": { @@ -13035,18 +13042,18 @@ } ] }, - "com.github.kubeedge.kubeedge.pkg.apis.operations.v1alpha1.ImagePrePullJobSpec": { + "com.github.kubeedge.api.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.kubeedge.pkg.apis.operations.v1alpha1.ImagePrePullTemplate" + "$ref": "#/definitions/com.github.kubeedge.api.operations.v1alpha1.ImagePrePullTemplate" } } }, - "com.github.kubeedge.kubeedge.pkg.apis.operations.v1alpha1.ImagePrePullJobStatus": { + "com.github.kubeedge.api.operations.v1alpha1.ImagePrePullJobStatus": { "description": "ImagePrePullJobStatus stores the status of ImagePrePullJob. contains images prepull status on multiple edge nodes.", "type": "object", "properties": { @@ -13071,7 +13078,7 @@ "type": "array", "items": { "default": {}, - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.operations.v1alpha1.ImagePrePullStatus" + "$ref": "#/definitions/com.github.kubeedge.api.operations.v1alpha1.ImagePrePullStatus" } }, "time": { @@ -13080,7 +13087,7 @@ } } }, - "com.github.kubeedge.kubeedge.pkg.apis.operations.v1alpha1.ImagePrePullStatus": { + "com.github.kubeedge.api.operations.v1alpha1.ImagePrePullStatus": { "description": "ImagePrePullStatus stores image prepull status for each edge node.", "type": "object", "properties": { @@ -13089,16 +13096,16 @@ "type": "array", "items": { "default": {}, - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.operations.v1alpha1.ImageStatus" + "$ref": "#/definitions/com.github.kubeedge.api.operations.v1alpha1.ImageStatus" } }, "nodeStatus": { "description": "TaskStatus represents the status for each node", - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.operations.v1alpha1.TaskStatus" + "$ref": "#/definitions/com.github.kubeedge.api.operations.v1alpha1.TaskStatus" } } }, - "com.github.kubeedge.kubeedge.pkg.apis.operations.v1alpha1.ImagePrePullTemplate": { + "com.github.kubeedge.api.operations.v1alpha1.ImagePrePullTemplate": { "description": "ImagePrePullTemplate represents original templates of imagePrePull", "type": "object", "properties": { @@ -13155,7 +13162,7 @@ } } }, - "com.github.kubeedge.kubeedge.pkg.apis.operations.v1alpha1.ImageStatus": { + "com.github.kubeedge.api.operations.v1alpha1.ImageStatus": { "description": "ImageStatus stores the prepull status for each image.", "type": "object", "properties": { @@ -13173,7 +13180,7 @@ } } }, - "com.github.kubeedge.kubeedge.pkg.apis.operations.v1alpha1.NodeUpgradeJob": { + "com.github.kubeedge.api.operations.v1alpha1.NodeUpgradeJob": { "description": "NodeUpgradeJob is used to upgrade edge node from cloud side.", "type": "object", "properties": { @@ -13192,12 +13199,12 @@ "spec": { "description": "Specification of the desired behavior of NodeUpgradeJob.", "default": {}, - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.operations.v1alpha1.NodeUpgradeJobSpec" + "$ref": "#/definitions/com.github.kubeedge.api.operations.v1alpha1.NodeUpgradeJobSpec" }, "status": { "description": "Most recently observed status of the NodeUpgradeJob.", "default": {}, - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.operations.v1alpha1.NodeUpgradeJobStatus" + "$ref": "#/definitions/com.github.kubeedge.api.operations.v1alpha1.NodeUpgradeJobStatus" } }, "x-kubernetes-group-version-kind": [ @@ -13208,7 +13215,7 @@ } ] }, - "com.github.kubeedge.kubeedge.pkg.apis.operations.v1alpha1.NodeUpgradeJobList": { + "com.github.kubeedge.api.operations.v1alpha1.NodeUpgradeJobList": { "description": "NodeUpgradeJobList is a list of NodeUpgradeJob.", "type": "object", "required": [ @@ -13224,7 +13231,7 @@ "type": "array", "items": { "default": {}, - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.operations.v1alpha1.NodeUpgradeJob" + "$ref": "#/definitions/com.github.kubeedge.api.operations.v1alpha1.NodeUpgradeJob" } }, "kind": { @@ -13245,7 +13252,7 @@ } ] }, - "com.github.kubeedge.kubeedge.pkg.apis.operations.v1alpha1.NodeUpgradeJobSpec": { + "com.github.kubeedge.api.operations.v1alpha1.NodeUpgradeJobSpec": { "description": "NodeUpgradeJobSpec is the specification of the desired behavior of the NodeUpgradeJob.", "type": "object", "properties": { @@ -13292,7 +13299,7 @@ } } }, - "com.github.kubeedge.kubeedge.pkg.apis.operations.v1alpha1.NodeUpgradeJobStatus": { + "com.github.kubeedge.api.operations.v1alpha1.NodeUpgradeJobStatus": { "description": "NodeUpgradeJobStatus stores the status of NodeUpgradeJob. contains multiple edge nodes upgrade status.", "type": "object", "properties": { @@ -13317,7 +13324,7 @@ "type": "array", "items": { "default": {}, - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.operations.v1alpha1.TaskStatus" + "$ref": "#/definitions/com.github.kubeedge.api.operations.v1alpha1.TaskStatus" } }, "reason": { @@ -13334,7 +13341,7 @@ } } }, - "com.github.kubeedge.kubeedge.pkg.apis.operations.v1alpha1.TaskStatus": { + "com.github.kubeedge.api.operations.v1alpha1.TaskStatus": { "description": "TaskStatus stores the status of Upgrade for each edge node.", "type": "object", "properties": { @@ -13364,7 +13371,7 @@ } } }, - "com.github.kubeedge.kubeedge.pkg.apis.policy.v1alpha1.AccessClusterRoleBinding": { + "com.github.kubeedge.api.policy.v1alpha1.AccessClusterRoleBinding": { "description": "AccessClusterRoleBinding represents rbac ClusterRoleBinding plus detailed ClusterRole info.", "type": "object", "properties": { @@ -13383,7 +13390,7 @@ } } }, - "com.github.kubeedge.kubeedge.pkg.apis.policy.v1alpha1.AccessRoleBinding": { + "com.github.kubeedge.api.policy.v1alpha1.AccessRoleBinding": { "description": "AccessRoleBinding represents rbac rolebinding plus detailed role info.", "type": "object", "properties": { @@ -13402,7 +13409,7 @@ } } }, - "com.github.kubeedge.kubeedge.pkg.apis.policy.v1alpha1.AccessSpec": { + "com.github.kubeedge.api.policy.v1alpha1.AccessSpec": { "description": "AccessSpec defines the desired state of AccessSpec", "type": "object", "properties": { @@ -13411,7 +13418,7 @@ "type": "array", "items": { "default": {}, - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.policy.v1alpha1.AccessClusterRoleBinding" + "$ref": "#/definitions/com.github.kubeedge.api.policy.v1alpha1.AccessClusterRoleBinding" } }, "accessRoleBinding": { @@ -13419,7 +13426,7 @@ "type": "array", "items": { "default": {}, - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.policy.v1alpha1.AccessRoleBinding" + "$ref": "#/definitions/com.github.kubeedge.api.policy.v1alpha1.AccessRoleBinding" } }, "serviceAccount": { @@ -13433,7 +13440,7 @@ } } }, - "com.github.kubeedge.kubeedge.pkg.apis.policy.v1alpha1.AccessStatus": { + "com.github.kubeedge.api.policy.v1alpha1.AccessStatus": { "description": "AccessStatus defines the observed state of ServiceAccountAccess", "type": "object", "properties": { @@ -13447,7 +13454,7 @@ } } }, - "com.github.kubeedge.kubeedge.pkg.apis.policy.v1alpha1.ServiceAccountAccess": { + "com.github.kubeedge.api.policy.v1alpha1.ServiceAccountAccess": { "description": "ServiceAccountAccess is the Schema for the ServiceAccountAccess API", "type": "object", "properties": { @@ -13466,12 +13473,12 @@ "spec": { "description": "Spec represents the specification of rbac.", "default": {}, - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.policy.v1alpha1.AccessSpec" + "$ref": "#/definitions/com.github.kubeedge.api.policy.v1alpha1.AccessSpec" }, "status": { "description": "Status represents the node list which store the rules.", "default": {}, - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.policy.v1alpha1.AccessStatus" + "$ref": "#/definitions/com.github.kubeedge.api.policy.v1alpha1.AccessStatus" } }, "x-kubernetes-group-version-kind": [ @@ -13482,7 +13489,7 @@ } ] }, - "com.github.kubeedge.kubeedge.pkg.apis.policy.v1alpha1.ServiceAccountAccessList": { + "com.github.kubeedge.api.policy.v1alpha1.ServiceAccountAccessList": { "description": "ServiceAccountAccessList contains a list of ServiceAccountAccess", "type": "object", "required": [ @@ -13497,7 +13504,7 @@ "type": "array", "items": { "default": {}, - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.policy.v1alpha1.ServiceAccountAccess" + "$ref": "#/definitions/com.github.kubeedge.api.policy.v1alpha1.ServiceAccountAccess" } }, "kind": { @@ -13517,7 +13524,7 @@ } ] }, - "com.github.kubeedge.kubeedge.pkg.apis.reliablesyncs.v1alpha1.ClusterObjectSync": { + "com.github.kubeedge.api.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": { @@ -13535,11 +13542,11 @@ }, "spec": { "default": {}, - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.reliablesyncs.v1alpha1.ObjectSyncSpec" + "$ref": "#/definitions/com.github.kubeedge.api.reliablesyncs.v1alpha1.ObjectSyncSpec" }, "status": { "default": {}, - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.reliablesyncs.v1alpha1.ObjectSyncStatus" + "$ref": "#/definitions/com.github.kubeedge.api.reliablesyncs.v1alpha1.ObjectSyncStatus" } }, "x-kubernetes-group-version-kind": [ @@ -13550,7 +13557,7 @@ } ] }, - "com.github.kubeedge.kubeedge.pkg.apis.reliablesyncs.v1alpha1.ClusterObjectSyncList": { + "com.github.kubeedge.api.reliablesyncs.v1alpha1.ClusterObjectSyncList": { "description": "ClusterObjectSyncList is a list of ObjectSync.", "type": "object", "required": [ @@ -13566,7 +13573,7 @@ "type": "array", "items": { "default": {}, - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.reliablesyncs.v1alpha1.ClusterObjectSync" + "$ref": "#/definitions/com.github.kubeedge.api.reliablesyncs.v1alpha1.ClusterObjectSync" } }, "kind": { @@ -13587,7 +13594,7 @@ } ] }, - "com.github.kubeedge.kubeedge.pkg.apis.reliablesyncs.v1alpha1.ObjectSync": { + "com.github.kubeedge.api.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": { @@ -13606,11 +13613,11 @@ }, "spec": { "default": {}, - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.reliablesyncs.v1alpha1.ObjectSyncSpec" + "$ref": "#/definitions/com.github.kubeedge.api.reliablesyncs.v1alpha1.ObjectSyncSpec" }, "status": { "default": {}, - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.reliablesyncs.v1alpha1.ObjectSyncStatus" + "$ref": "#/definitions/com.github.kubeedge.api.reliablesyncs.v1alpha1.ObjectSyncStatus" } }, "x-kubernetes-group-version-kind": [ @@ -13621,7 +13628,7 @@ } ] }, - "com.github.kubeedge.kubeedge.pkg.apis.reliablesyncs.v1alpha1.ObjectSyncList": { + "com.github.kubeedge.api.reliablesyncs.v1alpha1.ObjectSyncList": { "description": "ObjectSyncList is a list of ObjectSync.", "type": "object", "required": [ @@ -13637,7 +13644,7 @@ "type": "array", "items": { "default": {}, - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.reliablesyncs.v1alpha1.ObjectSync" + "$ref": "#/definitions/com.github.kubeedge.api.reliablesyncs.v1alpha1.ObjectSync" } }, "kind": { @@ -13658,7 +13665,7 @@ } ] }, - "com.github.kubeedge.kubeedge.pkg.apis.reliablesyncs.v1alpha1.ObjectSyncSpec": { + "com.github.kubeedge.api.reliablesyncs.v1alpha1.ObjectSyncSpec": { "description": "ObjectSyncSpec stores the details of objects that persist to the edge.", "type": "object", "properties": { @@ -13676,7 +13683,7 @@ } } }, - "com.github.kubeedge.kubeedge.pkg.apis.reliablesyncs.v1alpha1.ObjectSyncStatus": { + "com.github.kubeedge.api.reliablesyncs.v1alpha1.ObjectSyncStatus": { "description": "ObjectSyncStatus stores the resourceversion of objects that persist to the edge.", "type": "object", "properties": { @@ -13686,7 +13693,7 @@ } } }, - "com.github.kubeedge.kubeedge.pkg.apis.rules.v1.Rule": { + "com.github.kubeedge.api.rules.v1.Rule": { "description": "Rule is the Schema for the rules API", "type": "object", "required": [ @@ -13707,11 +13714,11 @@ }, "spec": { "default": {}, - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.rules.v1.RuleSpec" + "$ref": "#/definitions/com.github.kubeedge.api.rules.v1.RuleSpec" }, "status": { "default": {}, - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.rules.v1.RuleStatus" + "$ref": "#/definitions/com.github.kubeedge.api.rules.v1.RuleStatus" } }, "x-kubernetes-group-version-kind": [ @@ -13722,7 +13729,7 @@ } ] }, - "com.github.kubeedge.kubeedge.pkg.apis.rules.v1.RuleList": { + "com.github.kubeedge.api.rules.v1.RuleList": { "description": "RuleList contains a list of Rule", "type": "object", "required": [ @@ -13737,7 +13744,7 @@ "type": "array", "items": { "default": {}, - "$ref": "#/definitions/com.github.kubeedge.kubeedge.pkg.apis.rules.v1.Rule" + "$ref": "#/definitions/com.github.kubeedge.api.rules.v1.Rule" } }, "kind": { @@ -13757,7 +13764,7 @@ } ] }, - "com.github.kubeedge.kubeedge.pkg.apis.rules.v1.RuleSpec": { + "com.github.kubeedge.api.rules.v1.RuleSpec": { "description": "RuleSpec defines rule of message delivery.", "type": "object", "required": [ @@ -13795,7 +13802,7 @@ } } }, - "com.github.kubeedge.kubeedge.pkg.apis.rules.v1.RuleStatus": { + "com.github.kubeedge.api.rules.v1.RuleStatus": { "description": "RuleStatus defines status of message delivery.", "type": "object", "required": [ @@ -14062,7 +14069,6 @@ }, "divisor": { "description": "Specifies the output format of the exposed resources, defaults to \"1\"", - "default": {}, "$ref": "#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity" }, "resource": { @@ -14093,7 +14099,6 @@ "description": "Limits describes the maximum amount of compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/", "type": "object", "additionalProperties": { - "default": {}, "$ref": "#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity" } }, @@ -14101,7 +14106,6 @@ "description": "Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. Requests cannot exceed Limits. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/", "type": "object", "additionalProperties": { - "default": {}, "$ref": "#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity" } } @@ -14758,7 +14762,7 @@ { "group": "flowcontrol.apiserver.k8s.io", "kind": "DeleteOptions", - "version": "v1alpha1" + "version": "v1" }, { "group": "flowcontrol.apiserver.k8s.io", @@ -15038,7 +15042,6 @@ }, "creationTimestamp": { "description": "CreationTimestamp is a timestamp representing the server time when this object was created. It is not guaranteed to be set in happens-before order across separate operations. Clients may not set this value. It is represented in RFC3339 form and is in UTC.\n\nPopulated by the system. Read-only. Null for lists. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata", - "default": {}, "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time" }, "deletionGracePeriodSeconds": { @@ -15315,7 +15318,6 @@ "properties": { "object": { "description": "Object is:\n * If Type is Added or Modified: the new state of the object.\n * If Type is Deleted: the state of the object immediately before deletion.\n * If Type is Error: *Status is recommended; other types may make sense\n depending on context.", - "default": {}, "$ref": "#/definitions/io.k8s.apimachinery.pkg.runtime.RawExtension" }, "type": { @@ -15482,7 +15484,7 @@ { "group": "flowcontrol.apiserver.k8s.io", "kind": "WatchEvent", - "version": "v1alpha1" + "version": "v1" }, { "group": "flowcontrol.apiserver.k8s.io", @@ -15715,10 +15717,10 @@ "name": "orphanDependents", "in": "query" }, - "pretty-nN7o5FEq": { + "pretty-tJGM1-ng": { "uniqueItems": true, "type": "string", - "description": "If 'true', then the output is pretty printed.", + "description": "If 'true', then the output is pretty printed. Defaults to 'false' unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).", "name": "pretty", "in": "query" }, diff --git a/apidoc/tools/generate-openapi.sh b/apidoc/tools/generate-openapi.sh index 3495b89c8..64b36dbb3 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/kubeedge/pkg/apis/apps/v1alpha1" \ - --input-dirs "github.com/kubeedge/kubeedge/pkg/apis/policy/v1alpha1" \ - --input-dirs "github.com/kubeedge/kubeedge/pkg/apis/devices/v1alpha2" \ - --input-dirs "github.com/kubeedge/kubeedge/pkg/apis/devices/v1beta1" \ - --input-dirs "github.com/kubeedge/kubeedge/pkg/apis/operations/v1alpha1" \ - --input-dirs "github.com/kubeedge/kubeedge/pkg/apis/reliablesyncs/v1alpha1" \ - --input-dirs "github.com/kubeedge/kubeedge/pkg/apis/rules/v1" \ + --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 "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 de6b6e5fe..fd3877bcb 100644 --- a/apidoc/tools/generate-swagger.go +++ b/apidoc/tools/generate-swagger.go @@ -28,15 +28,15 @@ 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" generatedopenapi "github.com/kubeedge/kubeedge/apidoc/generated/openapi" "github.com/kubeedge/kubeedge/apidoc/tools/lib" - appsv1alpha1 "github.com/kubeedge/kubeedge/pkg/apis/apps/v1alpha1" - devicesv1alpha2 "github.com/kubeedge/kubeedge/pkg/apis/devices/v1alpha2" - devicesv1beta1 "github.com/kubeedge/kubeedge/pkg/apis/devices/v1beta1" - operationsv1alpha1 "github.com/kubeedge/kubeedge/pkg/apis/operations/v1alpha1" - policyv1alpha1 "github.com/kubeedge/kubeedge/pkg/apis/policy/v1alpha1" - reliablesyncsv1alpha1 "github.com/kubeedge/kubeedge/pkg/apis/reliablesyncs/v1alpha1" - rulesv1 "github.com/kubeedge/kubeedge/pkg/apis/rules/v1" ) func main() { diff --git a/cloud/cmd/cloudcore/app/options/options.go b/cloud/cmd/cloudcore/app/options/options.go index b23366dfb..f016ba46b 100644 --- a/cloud/cmd/cloudcore/app/options/options.go +++ b/cloud/cmd/cloudcore/app/options/options.go @@ -23,8 +23,8 @@ import ( "k8s.io/apimachinery/pkg/util/validation/field" cliflag "k8s.io/component-base/cli/flag" + config "github.com/kubeedge/api/componentconfig/cloudcore/v1alpha1" "github.com/kubeedge/kubeedge/common/constants" - config "github.com/kubeedge/kubeedge/pkg/apis/componentconfig/cloudcore/v1alpha1" "github.com/kubeedge/kubeedge/pkg/util/validation" ) diff --git a/cloud/cmd/cloudcore/app/server.go b/cloud/cmd/cloudcore/app/server.go index 890a8d08a..67e36555e 100644 --- a/cloud/cmd/cloudcore/app/server.go +++ b/cloud/cmd/cloudcore/app/server.go @@ -34,6 +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/beehive/pkg/core" beehiveContext "github.com/kubeedge/beehive/pkg/core/context" "github.com/kubeedge/kubeedge/cloud/cmd/cloudcore/app/options" @@ -53,8 +55,6 @@ import ( "github.com/kubeedge/kubeedge/cloud/pkg/synccontroller" "github.com/kubeedge/kubeedge/cloud/pkg/taskmanager" "github.com/kubeedge/kubeedge/common/constants" - "github.com/kubeedge/kubeedge/pkg/apis/componentconfig/cloudcore/v1alpha1" - "github.com/kubeedge/kubeedge/pkg/apis/componentconfig/cloudcore/v1alpha1/validation" "github.com/kubeedge/kubeedge/pkg/features" "github.com/kubeedge/kubeedge/pkg/util" "github.com/kubeedge/kubeedge/pkg/util/flag" diff --git a/cloud/cmd/iptablesmanager/app/server.go b/cloud/cmd/iptablesmanager/app/server.go index f14722a87..b47b7a633 100644 --- a/cloud/cmd/iptablesmanager/app/server.go +++ b/cloud/cmd/iptablesmanager/app/server.go @@ -29,10 +29,10 @@ import ( "k8s.io/component-base/term" "k8s.io/klog/v2" + "github.com/kubeedge/api/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" - "github.com/kubeedge/kubeedge/pkg/apis/componentconfig/cloudcore/v1alpha1" "github.com/kubeedge/kubeedge/pkg/util/flag" "github.com/kubeedge/kubeedge/pkg/version/verflag" ) diff --git a/cloud/pkg/admissioncontroller/admission.go b/cloud/pkg/admissioncontroller/admission.go index c9217aa0a..03bb72684 100644 --- a/cloud/pkg/admissioncontroller/admission.go +++ b/cloud/pkg/admissioncontroller/admission.go @@ -20,9 +20,9 @@ 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/kubeedge/cloud/cmd/admission/app/options" - "github.com/kubeedge/kubeedge/pkg/apis/devices/v1beta1" - v1 "github.com/kubeedge/kubeedge/pkg/apis/rules/v1" "github.com/kubeedge/kubeedge/pkg/client/clientset/versioned" ) diff --git a/cloud/pkg/admissioncontroller/admit_device.go b/cloud/pkg/admissioncontroller/admit_device.go index a6a6d2fe2..ded90f90c 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/kubeedge/pkg/apis/devices/v1beta1" + devicesv1beta1 "github.com/kubeedge/api/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 48262fcc3..a2da6f556 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/kubeedge/pkg/apis/devices/v1beta1" + devicesv1beta1 "github.com/kubeedge/api/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 9881dfd9c..57cb894a1 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/kubeedge/pkg/apis/operations/v1alpha1" + "github.com/kubeedge/api/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 c58241867..29c8c0223 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/kubeedge/pkg/apis/rules/v1" + rulesv1 "github.com/kubeedge/api/rules/v1" ) var ( diff --git a/cloud/pkg/admissioncontroller/admit_ruleendpoint.go b/cloud/pkg/admissioncontroller/admit_ruleendpoint.go index 9e2dadcb5..465ef76b2 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/kubeedge/pkg/apis/rules/v1" + rulesv1 "github.com/kubeedge/api/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 b2ee15ea9..b40763831 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/kubeedge/pkg/apis/rules/v1" + rulesv1 "github.com/kubeedge/api/rules/v1" ) func Test_admitRuleEndpoint(t *testing.T) { diff --git a/cloud/pkg/cloudhub/cloudhub.go b/cloud/pkg/cloudhub/cloudhub.go index e032721e4..5376c47c3 100644 --- a/cloud/pkg/cloudhub/cloudhub.go +++ b/cloud/pkg/cloudhub/cloudhub.go @@ -9,6 +9,7 @@ import ( "k8s.io/klog/v2" "k8s.io/kubernetes/pkg/kubeapiserver/authorizer/modes" + "github.com/kubeedge/api/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" @@ -22,7 +23,6 @@ import ( "github.com/kubeedge/kubeedge/cloud/pkg/common/client" "github.com/kubeedge/kubeedge/cloud/pkg/common/informers" "github.com/kubeedge/kubeedge/cloud/pkg/common/modules" - "github.com/kubeedge/kubeedge/pkg/apis/componentconfig/cloudcore/v1alpha1" ) var DoneTLSTunnelCerts = make(chan bool, 1) diff --git a/cloud/pkg/cloudhub/common/testing/test_framework.go b/cloud/pkg/cloudhub/common/testing/test_framework.go index 3e24e09af..6a5b75428 100644 --- a/cloud/pkg/cloudhub/common/testing/test_framework.go +++ b/cloud/pkg/cloudhub/common/testing/test_framework.go @@ -33,11 +33,11 @@ import ( core "k8s.io/client-go/testing" "k8s.io/klog/v2" + "github.com/kubeedge/api/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" "github.com/kubeedge/kubeedge/cloud/pkg/common/modules" - "github.com/kubeedge/kubeedge/pkg/apis/reliablesyncs/v1alpha1" "github.com/kubeedge/kubeedge/pkg/client/clientset/versioned/fake" ) diff --git a/cloud/pkg/cloudhub/config/config.go b/cloud/pkg/cloudhub/config/config.go index b4b4bad39..4f38a4ce9 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/kubeedge/pkg/apis/componentconfig/cloudcore/v1alpha1" + "github.com/kubeedge/api/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 7cc96d02f..01740760d 100644 --- a/cloud/pkg/cloudhub/dispatcher/message_dispatcher.go +++ b/cloud/pkg/cloudhub/dispatcher/message_dispatcher.go @@ -26,6 +26,7 @@ import ( metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" "k8s.io/klog/v2" + "github.com/kubeedge/api/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" @@ -38,7 +39,6 @@ import ( taskutil "github.com/kubeedge/kubeedge/cloud/pkg/taskmanager/util" commonconst "github.com/kubeedge/kubeedge/common/constants" v2 "github.com/kubeedge/kubeedge/edge/pkg/metamanager/dao/v2" - "github.com/kubeedge/kubeedge/pkg/apis/reliablesyncs/v1alpha1" reliableclient "github.com/kubeedge/kubeedge/pkg/client/clientset/versioned" synclisters "github.com/kubeedge/kubeedge/pkg/client/listers/reliablesyncs/v1alpha1" "github.com/kubeedge/kubeedge/pkg/metaserver" diff --git a/cloud/pkg/cloudhub/dispatcher/message_dispatcher_test.go b/cloud/pkg/cloudhub/dispatcher/message_dispatcher_test.go index ab26f8a9f..7dbdb3082 100644 --- a/cloud/pkg/cloudhub/dispatcher/message_dispatcher_test.go +++ b/cloud/pkg/cloudhub/dispatcher/message_dispatcher_test.go @@ -25,11 +25,11 @@ import ( "k8s.io/client-go/tools/cache" "k8s.io/klog/v2" + "github.com/kubeedge/api/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" "github.com/kubeedge/kubeedge/cloud/pkg/cloudhub/session" - "github.com/kubeedge/kubeedge/pkg/apis/reliablesyncs/v1alpha1" "github.com/kubeedge/kubeedge/pkg/client/clientset/versioned/fake" syncinformer "github.com/kubeedge/kubeedge/pkg/client/informers/externalversions" synclisters "github.com/kubeedge/kubeedge/pkg/client/listers/reliablesyncs/v1alpha1" diff --git a/cloud/pkg/cloudhub/servers/httpserver/nodetask/upgrade.go b/cloud/pkg/cloudhub/servers/httpserver/nodetask/upgrade.go index f0f44e7aa..4d4ef64b1 100644 --- a/cloud/pkg/cloudhub/servers/httpserver/nodetask/upgrade.go +++ b/cloud/pkg/cloudhub/servers/httpserver/nodetask/upgrade.go @@ -24,12 +24,12 @@ import ( "k8s.io/apimachinery/pkg/api/errors" "k8s.io/klog/v2" + api "github.com/kubeedge/api/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" "github.com/kubeedge/kubeedge/cloud/pkg/taskmanager/util" commontypes "github.com/kubeedge/kubeedge/common/types" - api "github.com/kubeedge/kubeedge/pkg/apis/fsm/v1alpha1" ) const ( diff --git a/cloud/pkg/cloudhub/session/node_session.go b/cloud/pkg/cloudhub/session/node_session.go index f66cd5c63..4d1003c53 100644 --- a/cloud/pkg/cloudhub/session/node_session.go +++ b/cloud/pkg/cloudhub/session/node_session.go @@ -28,6 +28,7 @@ import ( metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" "k8s.io/klog/v2" + "github.com/kubeedge/api/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" @@ -36,7 +37,6 @@ import ( edgeconst "github.com/kubeedge/kubeedge/cloud/pkg/edgecontroller/constants" "github.com/kubeedge/kubeedge/cloud/pkg/synccontroller" v2 "github.com/kubeedge/kubeedge/edge/pkg/metamanager/dao/v2" - "github.com/kubeedge/kubeedge/pkg/apis/reliablesyncs/v1alpha1" reliableclient "github.com/kubeedge/kubeedge/pkg/client/clientset/versioned" "github.com/kubeedge/kubeedge/pkg/metaserver/util" "github.com/kubeedge/viaduct/pkg/conn" diff --git a/cloud/pkg/cloudhub/session/node_session_test.go b/cloud/pkg/cloudhub/session/node_session_test.go index 3d64a708c..fb99485b5 100644 --- a/cloud/pkg/cloudhub/session/node_session_test.go +++ b/cloud/pkg/cloudhub/session/node_session_test.go @@ -25,10 +25,10 @@ import ( "github.com/golang/mock/gomock" "k8s.io/klog/v2" + "github.com/kubeedge/api/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" - "github.com/kubeedge/kubeedge/pkg/apis/reliablesyncs/v1alpha1" reliableclient "github.com/kubeedge/kubeedge/pkg/client/clientset/versioned" "github.com/kubeedge/kubeedge/pkg/client/clientset/versioned/fake" mockcon "github.com/kubeedge/viaduct/pkg/conn/testing" diff --git a/cloud/pkg/cloudstream/cloudstream.go b/cloud/pkg/cloudstream/cloudstream.go index cfc88d26c..783f045bc 100644 --- a/cloud/pkg/cloudstream/cloudstream.go +++ b/cloud/pkg/cloudstream/cloudstream.go @@ -17,11 +17,11 @@ limitations under the License. package cloudstream import ( + "github.com/kubeedge/api/componentconfig/cloudcore/v1alpha1" "github.com/kubeedge/beehive/pkg/core" "github.com/kubeedge/kubeedge/cloud/pkg/cloudhub" "github.com/kubeedge/kubeedge/cloud/pkg/cloudstream/config" "github.com/kubeedge/kubeedge/cloud/pkg/common/modules" - "github.com/kubeedge/kubeedge/pkg/apis/componentconfig/cloudcore/v1alpha1" ) type cloudStream struct { diff --git a/cloud/pkg/cloudstream/cloudstream_test.go b/cloud/pkg/cloudstream/cloudstream_test.go index 5e177fa09..6641adad5 100644 --- a/cloud/pkg/cloudstream/cloudstream_test.go +++ b/cloud/pkg/cloudstream/cloudstream_test.go @@ -21,10 +21,10 @@ import ( "github.com/stretchr/testify/assert" + "github.com/kubeedge/api/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" - "github.com/kubeedge/kubeedge/pkg/apis/componentconfig/cloudcore/v1alpha1" ) func TestNewCloudStream(t *testing.T) { diff --git a/cloud/pkg/cloudstream/config/config.go b/cloud/pkg/cloudstream/config/config.go index d7e731491..2e0fd3339 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/kubeedge/pkg/apis/componentconfig/cloudcore/v1alpha1" + "github.com/kubeedge/api/componentconfig/cloudcore/v1alpha1" ) var Config Configure diff --git a/cloud/pkg/cloudstream/iptables/iptables.go b/cloud/pkg/cloudstream/iptables/iptables.go index 872f2cf10..a1d3d6b78 100644 --- a/cloud/pkg/cloudstream/iptables/iptables.go +++ b/cloud/pkg/cloudstream/iptables/iptables.go @@ -20,9 +20,9 @@ import ( utiliptables "k8s.io/kubernetes/pkg/util/iptables" utilexec "k8s.io/utils/exec" + cloudcoreConfig "github.com/kubeedge/api/componentconfig/cloudcore/v1alpha1" "github.com/kubeedge/kubeedge/cloud/pkg/common/modules" "github.com/kubeedge/kubeedge/common/constants" - cloudcoreConfig "github.com/kubeedge/kubeedge/pkg/apis/componentconfig/cloudcore/v1alpha1" ) type Manager struct { diff --git a/cloud/pkg/common/client/client.go b/cloud/pkg/common/client/client.go index 4d1d8c305..c9b154aa3 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/kubeedge/pkg/apis/componentconfig/cloudcore/v1alpha1" + cloudcoreConfig "github.com/kubeedge/api/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 48b04e34f..734acf5d7 100644 --- a/cloud/pkg/common/monitor/monitor.go +++ b/cloud/pkg/common/monitor/monitor.go @@ -27,8 +27,8 @@ import ( "github.com/prometheus/client_golang/prometheus/promhttp" "k8s.io/klog/v2" + config "github.com/kubeedge/api/componentconfig/cloudcore/v1alpha1" beehivecontext "github.com/kubeedge/beehive/pkg/core/context" - config "github.com/kubeedge/kubeedge/pkg/apis/componentconfig/cloudcore/v1alpha1" ) const ( diff --git a/cloud/pkg/controllermanager/controllermanager.go b/cloud/pkg/controllermanager/controllermanager.go index 790e55a47..90cb2a7d4 100644 --- a/cloud/pkg/controllermanager/controllermanager.go +++ b/cloud/pkg/controllermanager/controllermanager.go @@ -13,11 +13,11 @@ import ( controllerruntime "sigs.k8s.io/controller-runtime" "sigs.k8s.io/controller-runtime/pkg/manager" + appsv1alpha1 "github.com/kubeedge/api/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" "github.com/kubeedge/kubeedge/cloud/pkg/controllermanager/nodegroup" - appsv1alpha1 "github.com/kubeedge/kubeedge/pkg/apis/apps/v1alpha1" ) var appsScheme = runtime.NewScheme() diff --git a/cloud/pkg/controllermanager/edgeapplication/edgeapplicationcontroller.go b/cloud/pkg/controllermanager/edgeapplication/edgeapplicationcontroller.go index e245e6ece..89e12789b 100644 --- a/cloud/pkg/controllermanager/edgeapplication/edgeapplicationcontroller.go +++ b/cloud/pkg/controllermanager/edgeapplication/edgeapplicationcontroller.go @@ -24,12 +24,12 @@ import ( "sigs.k8s.io/controller-runtime/pkg/handler" "sigs.k8s.io/controller-runtime/pkg/source" + appsv1alpha1 "github.com/kubeedge/api/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" "github.com/kubeedge/kubeedge/cloud/pkg/controllermanager/edgeapplication/utils" "github.com/kubeedge/kubeedge/cloud/pkg/controllermanager/nodegroup" - appsv1alpha1 "github.com/kubeedge/kubeedge/pkg/apis/apps/v1alpha1" ) // Controller is to sync EdgeApplication. diff --git a/cloud/pkg/controllermanager/edgeapplication/overridemanager/commandoverrider.go b/cloud/pkg/controllermanager/edgeapplication/overridemanager/commandoverrider.go index bbdd12753..e2cef2369 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/kubeedge/pkg/apis/apps/v1alpha1" + "github.com/kubeedge/api/apps/v1alpha1" ) type CommandOverrider struct{} diff --git a/cloud/pkg/controllermanager/edgeapplication/overridemanager/envoverrider.go b/cloud/pkg/controllermanager/edgeapplication/overridemanager/envoverrider.go index 60e1f321d..74b78ed91 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/kubeedge/pkg/apis/apps/v1alpha1" + "github.com/kubeedge/api/apps/v1alpha1" ) type EnvOverrider struct{} diff --git a/cloud/pkg/controllermanager/edgeapplication/overridemanager/imageoverrider.go b/cloud/pkg/controllermanager/edgeapplication/overridemanager/imageoverrider.go index 5e6dbb31a..56d3bd87f 100644 --- a/cloud/pkg/controllermanager/edgeapplication/overridemanager/imageoverrider.go +++ b/cloud/pkg/controllermanager/edgeapplication/overridemanager/imageoverrider.go @@ -15,8 +15,8 @@ import ( "k8s.io/apimachinery/pkg/apis/meta/v1/unstructured" "k8s.io/klog/v2" + appsv1alpha1 "github.com/kubeedge/api/apps/v1alpha1" "github.com/kubeedge/kubeedge/cloud/pkg/controllermanager/edgeapplication/overridemanager/imageparser" - appsv1alpha1 "github.com/kubeedge/kubeedge/pkg/apis/apps/v1alpha1" ) type ImageOverrider struct{} diff --git a/cloud/pkg/controllermanager/edgeapplication/overridemanager/overridemanager.go b/cloud/pkg/controllermanager/edgeapplication/overridemanager/overridemanager.go index f3f3c8999..631641118 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/kubeedge/pkg/apis/apps/v1alpha1" + appsv1alpha1 "github.com/kubeedge/api/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 5ebd1e1ba..049dcea79 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/kubeedge/pkg/apis/apps/v1alpha1" + apppsv1alpha1 "github.com/kubeedge/api/apps/v1alpha1" ) const ( diff --git a/cloud/pkg/controllermanager/edgeapplication/overridemanager/resourcesoverrider.go b/cloud/pkg/controllermanager/edgeapplication/overridemanager/resourcesoverrider.go index f49c671b3..4815c8bbe 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/kubeedge/pkg/apis/apps/v1alpha1" + "github.com/kubeedge/api/apps/v1alpha1" ) type ResourcesOverrider struct{} diff --git a/cloud/pkg/controllermanager/edgeapplication/statusmanager/reconciler.go b/cloud/pkg/controllermanager/edgeapplication/statusmanager/reconciler.go index ab1fccae2..1ac2d99aa 100644 --- a/cloud/pkg/controllermanager/edgeapplication/statusmanager/reconciler.go +++ b/cloud/pkg/controllermanager/edgeapplication/statusmanager/reconciler.go @@ -16,10 +16,10 @@ import ( "sigs.k8s.io/controller-runtime/pkg/client" "sigs.k8s.io/controller-runtime/pkg/event" + appsv1alpha1 "github.com/kubeedge/api/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" - appsv1alpha1 "github.com/kubeedge/kubeedge/pkg/apis/apps/v1alpha1" ) type statusReconciler struct { diff --git a/cloud/pkg/controllermanager/edgeapplication/statusmanager/statusmanager.go b/cloud/pkg/controllermanager/edgeapplication/statusmanager/statusmanager.go index 53973e8d1..db1f215c3 100644 --- a/cloud/pkg/controllermanager/edgeapplication/statusmanager/statusmanager.go +++ b/cloud/pkg/controllermanager/edgeapplication/statusmanager/statusmanager.go @@ -18,9 +18,9 @@ import ( "sigs.k8s.io/controller-runtime/pkg/manager" "sigs.k8s.io/controller-runtime/pkg/source" + appsv1alpha1 "github.com/kubeedge/api/apps/v1alpha1" "github.com/kubeedge/kubeedge/cloud/pkg/controllermanager/edgeapplication/overridemanager" "github.com/kubeedge/kubeedge/cloud/pkg/controllermanager/edgeapplication/utils" - appsv1alpha1 "github.com/kubeedge/kubeedge/pkg/apis/apps/v1alpha1" ) type StatusManager interface { diff --git a/cloud/pkg/controllermanager/edgeapplication/utils/utils.go b/cloud/pkg/controllermanager/edgeapplication/utils/utils.go index c18f89d58..40f570f17 100644 --- a/cloud/pkg/controllermanager/edgeapplication/utils/utils.go +++ b/cloud/pkg/controllermanager/edgeapplication/utils/utils.go @@ -8,8 +8,8 @@ import ( "k8s.io/apimachinery/pkg/util/errors" "k8s.io/klog/v2" + appsv1alpha1 "github.com/kubeedge/api/apps/v1alpha1" "github.com/kubeedge/kubeedge/cloud/pkg/controllermanager/edgeapplication/overridemanager" - appsv1alpha1 "github.com/kubeedge/kubeedge/pkg/apis/apps/v1alpha1" ) type ResourceInfo struct { diff --git a/cloud/pkg/controllermanager/nodegroup/nodegroupcontroller.go b/cloud/pkg/controllermanager/nodegroup/nodegroupcontroller.go index 7b1d9ae91..e68c799b7 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/kubeedge/pkg/apis/apps/v1alpha1" + appsv1alpha1 "github.com/kubeedge/api/apps/v1alpha1" ) const ( diff --git a/cloud/pkg/devicecontroller/config/config.go b/cloud/pkg/devicecontroller/config/config.go index 7dd024115..5365ec469 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/kubeedge/pkg/apis/componentconfig/cloudcore/v1alpha1" + "github.com/kubeedge/api/componentconfig/cloudcore/v1alpha1" ) var Config Configure diff --git a/cloud/pkg/devicecontroller/controller/downstream.go b/cloud/pkg/devicecontroller/controller/downstream.go index adc3c3ac1..4f9200de6 100644 --- a/cloud/pkg/devicecontroller/controller/downstream.go +++ b/cloud/pkg/devicecontroller/controller/downstream.go @@ -29,6 +29,7 @@ import ( "k8s.io/client-go/kubernetes" "k8s.io/klog/v2" + "github.com/kubeedge/api/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" @@ -37,7 +38,6 @@ import ( "github.com/kubeedge/kubeedge/cloud/pkg/devicecontroller/constants" "github.com/kubeedge/kubeedge/cloud/pkg/devicecontroller/manager" "github.com/kubeedge/kubeedge/cloud/pkg/devicecontroller/types" - "github.com/kubeedge/kubeedge/pkg/apis/devices/v1beta1" crdinformers "github.com/kubeedge/kubeedge/pkg/client/informers/externalversions" "github.com/kubeedge/kubeedge/pkg/util" ) diff --git a/cloud/pkg/devicecontroller/controller/upstream.go b/cloud/pkg/devicecontroller/controller/upstream.go index a9a9ae4b3..11a8ec26c 100644 --- a/cloud/pkg/devicecontroller/controller/upstream.go +++ b/cloud/pkg/devicecontroller/controller/upstream.go @@ -23,6 +23,7 @@ import ( "k8s.io/klog/v2" + "github.com/kubeedge/api/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" @@ -33,7 +34,6 @@ import ( "github.com/kubeedge/kubeedge/cloud/pkg/devicecontroller/constants" "github.com/kubeedge/kubeedge/cloud/pkg/devicecontroller/types" commonconst "github.com/kubeedge/kubeedge/common/constants" - "github.com/kubeedge/kubeedge/pkg/apis/devices/v1beta1" crdClientset "github.com/kubeedge/kubeedge/pkg/client/clientset/versioned" ) diff --git a/cloud/pkg/devicecontroller/devicecontroller.go b/cloud/pkg/devicecontroller/devicecontroller.go index 2b11fd69e..7e8cc3041 100644 --- a/cloud/pkg/devicecontroller/devicecontroller.go +++ b/cloud/pkg/devicecontroller/devicecontroller.go @@ -5,12 +5,12 @@ import ( "k8s.io/klog/v2" + "github.com/kubeedge/api/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" "github.com/kubeedge/kubeedge/cloud/pkg/devicecontroller/config" "github.com/kubeedge/kubeedge/cloud/pkg/devicecontroller/controller" - "github.com/kubeedge/kubeedge/pkg/apis/componentconfig/cloudcore/v1alpha1" ) // DeviceController use beehive context message layer diff --git a/cloud/pkg/devicecontroller/manager/devicemodel_test.go b/cloud/pkg/devicecontroller/manager/devicemodel_test.go index a63aa0d65..5204de07e 100644 --- a/cloud/pkg/devicecontroller/manager/devicemodel_test.go +++ b/cloud/pkg/devicecontroller/manager/devicemodel_test.go @@ -7,8 +7,8 @@ import ( "k8s.io/apimachinery/pkg/watch" "k8s.io/client-go/tools/cache" + "github.com/kubeedge/api/componentconfig/cloudcore/v1alpha1" "github.com/kubeedge/kubeedge/cloud/pkg/devicecontroller/config" - "github.com/kubeedge/kubeedge/pkg/apis/componentconfig/cloudcore/v1alpha1" ) func TestDeviceModelManager_Events(t *testing.T) { diff --git a/cloud/pkg/dynamiccontroller/config/config.go b/cloud/pkg/dynamiccontroller/config/config.go index 479486c17..65d944760 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/kubeedge/pkg/apis/componentconfig/cloudcore/v1alpha1" + configv1alpha1 "github.com/kubeedge/api/componentconfig/cloudcore/v1alpha1" ) var Config Configure diff --git a/cloud/pkg/dynamiccontroller/dynamiccontroller.go b/cloud/pkg/dynamiccontroller/dynamiccontroller.go index 6c6557874..5273d0efc 100644 --- a/cloud/pkg/dynamiccontroller/dynamiccontroller.go +++ b/cloud/pkg/dynamiccontroller/dynamiccontroller.go @@ -21,6 +21,7 @@ import ( "k8s.io/client-go/dynamic/dynamicinformer" "k8s.io/klog/v2" + configv1alpha1 "github.com/kubeedge/api/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" @@ -30,7 +31,6 @@ import ( "github.com/kubeedge/kubeedge/cloud/pkg/dynamiccontroller/config" "github.com/kubeedge/kubeedge/cloud/pkg/dynamiccontroller/filter/defaultmaster" "github.com/kubeedge/kubeedge/cloud/pkg/dynamiccontroller/filter/endpointresource" - configv1alpha1 "github.com/kubeedge/kubeedge/pkg/apis/componentconfig/cloudcore/v1alpha1" ) // DynamicController use dynamicSharedInformer to dispatch messages diff --git a/cloud/pkg/edgecontroller/controller/downstream.go b/cloud/pkg/edgecontroller/controller/downstream.go index c7bd2d0a1..60ea6630e 100644 --- a/cloud/pkg/edgecontroller/controller/downstream.go +++ b/cloud/pkg/edgecontroller/controller/downstream.go @@ -12,6 +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" beehiveContext "github.com/kubeedge/beehive/pkg/core/context" "github.com/kubeedge/beehive/pkg/core/model" "github.com/kubeedge/kubeedge/cloud/pkg/common/client" @@ -21,8 +23,6 @@ import ( "github.com/kubeedge/kubeedge/cloud/pkg/edgecontroller/constants" "github.com/kubeedge/kubeedge/cloud/pkg/edgecontroller/manager" commonconstants "github.com/kubeedge/kubeedge/common/constants" - "github.com/kubeedge/kubeedge/pkg/apis/componentconfig/cloudcore/v1alpha1" - routerv1 "github.com/kubeedge/kubeedge/pkg/apis/rules/v1" crdinformers "github.com/kubeedge/kubeedge/pkg/client/informers/externalversions" ) diff --git a/cloud/pkg/edgecontroller/controller/upstream.go b/cloud/pkg/edgecontroller/controller/upstream.go index d249814fe..11e840926 100644 --- a/cloud/pkg/edgecontroller/controller/upstream.go +++ b/cloud/pkg/edgecontroller/controller/upstream.go @@ -49,6 +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" beehiveContext "github.com/kubeedge/beehive/pkg/core/context" "github.com/kubeedge/beehive/pkg/core/model" "github.com/kubeedge/kubeedge/cloud/pkg/common/client" @@ -62,8 +64,6 @@ import ( comconstants "github.com/kubeedge/kubeedge/common/constants" common "github.com/kubeedge/kubeedge/common/constants" edgeapi "github.com/kubeedge/kubeedge/common/types" - "github.com/kubeedge/kubeedge/pkg/apis/componentconfig/cloudcore/v1alpha1" - rulesv1 "github.com/kubeedge/kubeedge/pkg/apis/rules/v1" crdClientset "github.com/kubeedge/kubeedge/pkg/client/clientset/versioned" "github.com/kubeedge/kubeedge/pkg/metaserver/util" kubeedgeutil "github.com/kubeedge/kubeedge/pkg/util" diff --git a/cloud/pkg/edgecontroller/edgecontroller.go b/cloud/pkg/edgecontroller/edgecontroller.go index 6c011c8ae..14c971ea8 100644 --- a/cloud/pkg/edgecontroller/edgecontroller.go +++ b/cloud/pkg/edgecontroller/edgecontroller.go @@ -3,11 +3,11 @@ package edgecontroller import ( "k8s.io/klog/v2" + "github.com/kubeedge/api/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" "github.com/kubeedge/kubeedge/cloud/pkg/edgecontroller/controller" - "github.com/kubeedge/kubeedge/pkg/apis/componentconfig/cloudcore/v1alpha1" ) // EdgeController use beehive context message layer diff --git a/cloud/pkg/edgecontroller/manager/configmap.go b/cloud/pkg/edgecontroller/manager/configmap.go index 6e1c5b691..10c4b21c9 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/kubeedge/pkg/apis/componentconfig/cloudcore/v1alpha1" + "github.com/kubeedge/api/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 8fac7113e..9606ee30c 100644 --- a/cloud/pkg/edgecontroller/manager/configmap_test.go +++ b/cloud/pkg/edgecontroller/manager/configmap_test.go @@ -25,9 +25,9 @@ import ( "k8s.io/apimachinery/pkg/watch" "k8s.io/client-go/tools/cache" + "github.com/kubeedge/api/componentconfig/cloudcore/v1alpha1" "github.com/kubeedge/kubeedge/cloud/pkg/common/client" "github.com/kubeedge/kubeedge/cloud/pkg/common/informers" - "github.com/kubeedge/kubeedge/pkg/apis/componentconfig/cloudcore/v1alpha1" ) func TestConfigMapManager_Events(t *testing.T) { diff --git a/cloud/pkg/edgecontroller/manager/node_test.go b/cloud/pkg/edgecontroller/manager/node_test.go index bc3a2ebc7..dc91631d3 100644 --- a/cloud/pkg/edgecontroller/manager/node_test.go +++ b/cloud/pkg/edgecontroller/manager/node_test.go @@ -25,9 +25,9 @@ import ( "k8s.io/apimachinery/pkg/watch" "k8s.io/client-go/tools/cache" + "github.com/kubeedge/api/componentconfig/cloudcore/v1alpha1" "github.com/kubeedge/kubeedge/cloud/pkg/common/client" "github.com/kubeedge/kubeedge/cloud/pkg/common/informers" - "github.com/kubeedge/kubeedge/pkg/apis/componentconfig/cloudcore/v1alpha1" ) func TestNodesManager_Events(t *testing.T) { diff --git a/cloud/pkg/edgecontroller/manager/pod.go b/cloud/pkg/edgecontroller/manager/pod.go index 64174aea5..0b023e244 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/kubeedge/pkg/apis/componentconfig/cloudcore/v1alpha1" + "github.com/kubeedge/api/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 1b7b9dcc9..b616dc6a8 100644 --- a/cloud/pkg/edgecontroller/manager/pod_test.go +++ b/cloud/pkg/edgecontroller/manager/pod_test.go @@ -26,9 +26,9 @@ import ( "k8s.io/apimachinery/pkg/watch" "k8s.io/client-go/tools/cache" + "github.com/kubeedge/api/componentconfig/cloudcore/v1alpha1" "github.com/kubeedge/kubeedge/cloud/pkg/common/client" "github.com/kubeedge/kubeedge/cloud/pkg/common/informers" - "github.com/kubeedge/kubeedge/pkg/apis/componentconfig/cloudcore/v1alpha1" ) func TestIsPodUpdated(t *testing.T) { diff --git a/cloud/pkg/edgecontroller/manager/rule.go b/cloud/pkg/edgecontroller/manager/rule.go index 82324df2c..1f0b5d050 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/kubeedge/pkg/apis/componentconfig/cloudcore/v1alpha1" + "github.com/kubeedge/api/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 536775af1..163f05672 100644 --- a/cloud/pkg/edgecontroller/manager/rule_test.go +++ b/cloud/pkg/edgecontroller/manager/rule_test.go @@ -25,9 +25,9 @@ import ( "k8s.io/apimachinery/pkg/watch" "k8s.io/client-go/tools/cache" + "github.com/kubeedge/api/componentconfig/cloudcore/v1alpha1" "github.com/kubeedge/kubeedge/cloud/pkg/common/client" "github.com/kubeedge/kubeedge/cloud/pkg/common/informers" - "github.com/kubeedge/kubeedge/pkg/apis/componentconfig/cloudcore/v1alpha1" ) func TestRuleManager_Events(t *testing.T) { diff --git a/cloud/pkg/edgecontroller/manager/ruleendpoint.go b/cloud/pkg/edgecontroller/manager/ruleendpoint.go index 34e7b8d12..e6aeb5774 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/kubeedge/pkg/apis/componentconfig/cloudcore/v1alpha1" + "github.com/kubeedge/api/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 67df7a9f3..84426edda 100644 --- a/cloud/pkg/edgecontroller/manager/ruleendpoint_test.go +++ b/cloud/pkg/edgecontroller/manager/ruleendpoint_test.go @@ -25,9 +25,9 @@ import ( "k8s.io/apimachinery/pkg/watch" "k8s.io/client-go/tools/cache" + "github.com/kubeedge/api/componentconfig/cloudcore/v1alpha1" "github.com/kubeedge/kubeedge/cloud/pkg/common/client" "github.com/kubeedge/kubeedge/cloud/pkg/common/informers" - "github.com/kubeedge/kubeedge/pkg/apis/componentconfig/cloudcore/v1alpha1" ) func TestRuleEndpointManager_Events(t *testing.T) { diff --git a/cloud/pkg/edgecontroller/manager/secret.go b/cloud/pkg/edgecontroller/manager/secret.go index fc8958d39..b1c5db0e3 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/kubeedge/pkg/apis/componentconfig/cloudcore/v1alpha1" + "github.com/kubeedge/api/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 82cde4b0e..b43e918af 100644 --- a/cloud/pkg/edgecontroller/manager/secret_test.go +++ b/cloud/pkg/edgecontroller/manager/secret_test.go @@ -25,9 +25,9 @@ import ( "k8s.io/apimachinery/pkg/watch" "k8s.io/client-go/tools/cache" + "github.com/kubeedge/api/componentconfig/cloudcore/v1alpha1" "github.com/kubeedge/kubeedge/cloud/pkg/common/client" "github.com/kubeedge/kubeedge/cloud/pkg/common/informers" - "github.com/kubeedge/kubeedge/pkg/apis/componentconfig/cloudcore/v1alpha1" ) func TestSecretManager_Events(t *testing.T) { diff --git a/cloud/pkg/policycontroller/manager/reconcile.go b/cloud/pkg/policycontroller/manager/reconcile.go index f57f15416..4afd646b5 100644 --- a/cloud/pkg/policycontroller/manager/reconcile.go +++ b/cloud/pkg/policycontroller/manager/reconcile.go @@ -23,12 +23,12 @@ import ( "sigs.k8s.io/controller-runtime/pkg/handler" "sigs.k8s.io/controller-runtime/pkg/predicate" + policyv1alpha1 "github.com/kubeedge/api/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" "github.com/kubeedge/kubeedge/cloud/pkg/edgecontroller/constants" commonconstants "github.com/kubeedge/kubeedge/common/constants" - policyv1alpha1 "github.com/kubeedge/kubeedge/pkg/apis/policy/v1alpha1" ) type Controller struct { diff --git a/cloud/pkg/policycontroller/manager/reconcile_test.go b/cloud/pkg/policycontroller/manager/reconcile_test.go index 032b1190d..3ce9139ac 100644 --- a/cloud/pkg/policycontroller/manager/reconcile_test.go +++ b/cloud/pkg/policycontroller/manager/reconcile_test.go @@ -22,12 +22,12 @@ import ( "sigs.k8s.io/controller-runtime/pkg/client" "sigs.k8s.io/controller-runtime/pkg/client/fake" + policyv1alpha1 "github.com/kubeedge/api/policy/v1alpha1" "github.com/kubeedge/beehive/pkg/common" beehiveContext "github.com/kubeedge/beehive/pkg/core/context" "github.com/kubeedge/beehive/pkg/core/model" "github.com/kubeedge/kubeedge/cloud/pkg/common/messagelayer" "github.com/kubeedge/kubeedge/cloud/pkg/common/modules" - policyv1alpha1 "github.com/kubeedge/kubeedge/pkg/apis/policy/v1alpha1" ) func TestIntersectSlice(t *testing.T) { diff --git a/cloud/pkg/policycontroller/policycontroller.go b/cloud/pkg/policycontroller/policycontroller.go index 734f0aee5..7844f10c6 100644 --- a/cloud/pkg/policycontroller/policycontroller.go +++ b/cloud/pkg/policycontroller/policycontroller.go @@ -12,12 +12,12 @@ import ( controllerruntime "sigs.k8s.io/controller-runtime" "sigs.k8s.io/controller-runtime/pkg/manager" + policyv1alpha1 "github.com/kubeedge/api/policy/v1alpha1" "github.com/kubeedge/beehive/pkg/core" beehiveContext "github.com/kubeedge/beehive/pkg/core/context" "github.com/kubeedge/kubeedge/cloud/pkg/common/messagelayer" "github.com/kubeedge/kubeedge/cloud/pkg/common/modules" pm "github.com/kubeedge/kubeedge/cloud/pkg/policycontroller/manager" - policyv1alpha1 "github.com/kubeedge/kubeedge/pkg/apis/policy/v1alpha1" kefeatures "github.com/kubeedge/kubeedge/pkg/features" ) diff --git a/cloud/pkg/router/config/config.go b/cloud/pkg/router/config/config.go index 798708404..fcc4f78d7 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/kubeedge/pkg/apis/componentconfig/cloudcore/v1alpha1" + "github.com/kubeedge/api/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 955587c23..f459af7dd 100644 --- a/cloud/pkg/router/provider/eventbus/eventbus.go +++ b/cloud/pkg/router/provider/eventbus/eventbus.go @@ -7,6 +7,7 @@ import ( "k8s.io/klog/v2" + v1 "github.com/kubeedge/api/rules/v1" beehiveContext "github.com/kubeedge/beehive/pkg/core/context" "github.com/kubeedge/beehive/pkg/core/model" "github.com/kubeedge/kubeedge/cloud/pkg/cloudhub" @@ -15,7 +16,6 @@ import ( "github.com/kubeedge/kubeedge/cloud/pkg/router/listener" "github.com/kubeedge/kubeedge/cloud/pkg/router/provider" "github.com/kubeedge/kubeedge/edge/pkg/common/message" - v1 "github.com/kubeedge/kubeedge/pkg/apis/rules/v1" ) const ( diff --git a/cloud/pkg/router/provider/rest/rest.go b/cloud/pkg/router/provider/rest/rest.go index 894f1207d..68e3d0b68 100644 --- a/cloud/pkg/router/provider/rest/rest.go +++ b/cloud/pkg/router/provider/rest/rest.go @@ -13,13 +13,13 @@ import ( "k8s.io/klog/v2" + v1 "github.com/kubeedge/api/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" "github.com/kubeedge/kubeedge/cloud/pkg/router/provider" httpUtils "github.com/kubeedge/kubeedge/cloud/pkg/router/utils/http" commonType "github.com/kubeedge/kubeedge/common/types" - v1 "github.com/kubeedge/kubeedge/pkg/apis/rules/v1" ) var inited int32 diff --git a/cloud/pkg/router/provider/servicebus/servicebus.go b/cloud/pkg/router/provider/servicebus/servicebus.go index 557ab6e51..cd010bd83 100644 --- a/cloud/pkg/router/provider/servicebus/servicebus.go +++ b/cloud/pkg/router/provider/servicebus/servicebus.go @@ -10,6 +10,7 @@ import ( "k8s.io/klog/v2" + v1 "github.com/kubeedge/api/rules/v1" beehiveContext "github.com/kubeedge/beehive/pkg/core/context" "github.com/kubeedge/beehive/pkg/core/model" "github.com/kubeedge/kubeedge/cloud/pkg/cloudhub" @@ -19,7 +20,6 @@ import ( "github.com/kubeedge/kubeedge/cloud/pkg/router/provider" commonconstants "github.com/kubeedge/kubeedge/common/constants" commonType "github.com/kubeedge/kubeedge/common/types" - v1 "github.com/kubeedge/kubeedge/pkg/apis/rules/v1" ) type servicebusFactory struct{} diff --git a/cloud/pkg/router/provider/source.go b/cloud/pkg/router/provider/source.go index e887d0f3f..b000ac8c4 100644 --- a/cloud/pkg/router/provider/source.go +++ b/cloud/pkg/router/provider/source.go @@ -3,8 +3,8 @@ package provider import ( "k8s.io/klog/v2" + v1 "github.com/kubeedge/api/rules/v1" "github.com/kubeedge/kubeedge/cloud/pkg/router/listener" - v1 "github.com/kubeedge/kubeedge/pkg/apis/rules/v1" ) type SourceFactory interface { diff --git a/cloud/pkg/router/provider/target.go b/cloud/pkg/router/provider/target.go index d319d7109..0e1536c0a 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/kubeedge/pkg/apis/rules/v1" + v1 "github.com/kubeedge/api/rules/v1" ) type TargetFactory interface { diff --git a/cloud/pkg/router/router.go b/cloud/pkg/router/router.go index 5322a990a..947d27b44 100644 --- a/cloud/pkg/router/router.go +++ b/cloud/pkg/router/router.go @@ -3,6 +3,7 @@ package router import ( "k8s.io/klog/v2" + "github.com/kubeedge/api/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" @@ -15,7 +16,6 @@ import ( _ "github.com/kubeedge/kubeedge/cloud/pkg/router/provider/servicebus" // init rule _ "github.com/kubeedge/kubeedge/cloud/pkg/router/rule" - "github.com/kubeedge/kubeedge/pkg/apis/componentconfig/cloudcore/v1alpha1" ) type router struct { diff --git a/cloud/pkg/router/rule/rule.go b/cloud/pkg/router/rule/rule.go index 6e61547a6..1de2a5542 100644 --- a/cloud/pkg/router/rule/rule.go +++ b/cloud/pkg/router/rule/rule.go @@ -7,11 +7,11 @@ import ( "k8s.io/klog/v2" + routerv1 "github.com/kubeedge/api/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" "github.com/kubeedge/kubeedge/cloud/pkg/router/provider" - routerv1 "github.com/kubeedge/kubeedge/pkg/apis/rules/v1" ) var ( diff --git a/cloud/pkg/synccontroller/clusterobjectsync.go b/cloud/pkg/synccontroller/clusterobjectsync.go index ea046dcb5..f81be8226 100644 --- a/cloud/pkg/synccontroller/clusterobjectsync.go +++ b/cloud/pkg/synccontroller/clusterobjectsync.go @@ -13,11 +13,11 @@ import ( "k8s.io/apimachinery/pkg/types" "k8s.io/klog/v2" + "github.com/kubeedge/api/reliablesyncs/v1alpha1" beehiveContext "github.com/kubeedge/beehive/pkg/core/context" "github.com/kubeedge/beehive/pkg/core/model" commonconst "github.com/kubeedge/kubeedge/common/constants" v2 "github.com/kubeedge/kubeedge/edge/pkg/metamanager/dao/v2" - "github.com/kubeedge/kubeedge/pkg/apis/reliablesyncs/v1alpha1" "github.com/kubeedge/kubeedge/pkg/metaserver/util" ) diff --git a/cloud/pkg/synccontroller/config/config.go b/cloud/pkg/synccontroller/config/config.go index ad9529867..25e3ef6c8 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/kubeedge/pkg/apis/componentconfig/cloudcore/v1alpha1" + configv1alpha1 "github.com/kubeedge/api/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 7341a6b08..aa0ff724f 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/kubeedge/pkg/apis/componentconfig/cloudcore/v1alpha1" + configv1alpha1 "github.com/kubeedge/api/componentconfig/cloudcore/v1alpha1" ) // TestInitConfigure() tests configuration initialized only once diff --git a/cloud/pkg/synccontroller/objectsync.go b/cloud/pkg/synccontroller/objectsync.go index 3482e2338..e99f2cec5 100644 --- a/cloud/pkg/synccontroller/objectsync.go +++ b/cloud/pkg/synccontroller/objectsync.go @@ -13,13 +13,13 @@ import ( "k8s.io/apimachinery/pkg/types" "k8s.io/klog/v2" + "github.com/kubeedge/api/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" "github.com/kubeedge/kubeedge/cloud/pkg/common/modules" edgectrconst "github.com/kubeedge/kubeedge/cloud/pkg/edgecontroller/constants" commonconst "github.com/kubeedge/kubeedge/common/constants" - "github.com/kubeedge/kubeedge/pkg/apis/reliablesyncs/v1alpha1" "github.com/kubeedge/kubeedge/pkg/metaserver/util" ) diff --git a/cloud/pkg/synccontroller/objectsync_test.go b/cloud/pkg/synccontroller/objectsync_test.go index 5fa94a742..e0b8d3ea6 100644 --- a/cloud/pkg/synccontroller/objectsync_test.go +++ b/cloud/pkg/synccontroller/objectsync_test.go @@ -28,6 +28,7 @@ import ( "k8s.io/apimachinery/pkg/runtime/schema" "k8s.io/client-go/dynamic/fake" + "github.com/kubeedge/api/reliablesyncs/v1alpha1" "github.com/kubeedge/beehive/pkg/common" beehiveContext "github.com/kubeedge/beehive/pkg/core/context" "github.com/kubeedge/beehive/pkg/core/model" @@ -36,7 +37,6 @@ import ( "github.com/kubeedge/kubeedge/cloud/pkg/common/informers" "github.com/kubeedge/kubeedge/cloud/pkg/common/messagelayer" "github.com/kubeedge/kubeedge/cloud/pkg/common/modules" - "github.com/kubeedge/kubeedge/pkg/apis/reliablesyncs/v1alpha1" ) func TestCompareResourceVersion(t *testing.T) { diff --git a/cloud/pkg/synccontroller/synccontroller.go b/cloud/pkg/synccontroller/synccontroller.go index b3fb12b99..069514ced 100644 --- a/cloud/pkg/synccontroller/synccontroller.go +++ b/cloud/pkg/synccontroller/synccontroller.go @@ -14,14 +14,14 @@ 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" "github.com/kubeedge/beehive/pkg/core" beehiveContext "github.com/kubeedge/beehive/pkg/core/context" keclient "github.com/kubeedge/kubeedge/cloud/pkg/common/client" "github.com/kubeedge/kubeedge/cloud/pkg/common/informers" "github.com/kubeedge/kubeedge/cloud/pkg/common/modules" "github.com/kubeedge/kubeedge/cloud/pkg/synccontroller/config" - configv1alpha1 "github.com/kubeedge/kubeedge/pkg/apis/componentconfig/cloudcore/v1alpha1" - "github.com/kubeedge/kubeedge/pkg/apis/reliablesyncs/v1alpha1" crdClientset "github.com/kubeedge/kubeedge/pkg/client/clientset/versioned" reliablesyncslisters "github.com/kubeedge/kubeedge/pkg/client/listers/reliablesyncs/v1alpha1" ) diff --git a/cloud/pkg/synccontroller/synccontroller_test.go b/cloud/pkg/synccontroller/synccontroller_test.go index 722b8faa8..cf0e0c6fd 100644 --- a/cloud/pkg/synccontroller/synccontroller_test.go +++ b/cloud/pkg/synccontroller/synccontroller_test.go @@ -27,12 +27,12 @@ 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" 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" "github.com/kubeedge/kubeedge/cloud/pkg/synccontroller/config" - configv1alpha1 "github.com/kubeedge/kubeedge/pkg/apis/componentconfig/cloudcore/v1alpha1" - "github.com/kubeedge/kubeedge/pkg/apis/reliablesyncs/v1alpha1" crdfake "github.com/kubeedge/kubeedge/pkg/client/clientset/versioned/fake" crdinformers "github.com/kubeedge/kubeedge/pkg/client/informers/externalversions" ) diff --git a/cloud/pkg/taskmanager/config/config.go b/cloud/pkg/taskmanager/config/config.go index 1940f14f8..b923ff929 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/kubeedge/pkg/apis/componentconfig/cloudcore/v1alpha1" + "github.com/kubeedge/api/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 31dc525aa..95994cccd 100644 --- a/cloud/pkg/taskmanager/imageprepullcontroller/image_prepull_controller.go +++ b/cloud/pkg/taskmanager/imageprepullcontroller/image_prepull_controller.go @@ -32,6 +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" 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" @@ -40,8 +42,6 @@ import ( "github.com/kubeedge/kubeedge/cloud/pkg/taskmanager/util/controller" "github.com/kubeedge/kubeedge/cloud/pkg/taskmanager/util/manager" commontypes "github.com/kubeedge/kubeedge/common/types" - api "github.com/kubeedge/kubeedge/pkg/apis/fsm/v1alpha1" - "github.com/kubeedge/kubeedge/pkg/apis/operations/v1alpha1" crdClientset "github.com/kubeedge/kubeedge/pkg/client/clientset/versioned" "github.com/kubeedge/kubeedge/pkg/util/fsm" ) diff --git a/cloud/pkg/taskmanager/imageprepullcontroller/image_prepull_task.go b/cloud/pkg/taskmanager/imageprepullcontroller/image_prepull_task.go index 3778a0ed8..ac7f58f47 100644 --- a/cloud/pkg/taskmanager/imageprepullcontroller/image_prepull_task.go +++ b/cloud/pkg/taskmanager/imageprepullcontroller/image_prepull_task.go @@ -23,11 +23,11 @@ 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" "github.com/kubeedge/kubeedge/cloud/pkg/common/client" "github.com/kubeedge/kubeedge/cloud/pkg/taskmanager/util" - fsmapi "github.com/kubeedge/kubeedge/pkg/apis/fsm/v1alpha1" - v1alpha12 "github.com/kubeedge/kubeedge/pkg/apis/fsm/v1alpha1" - "github.com/kubeedge/kubeedge/pkg/apis/operations/v1alpha1" "github.com/kubeedge/kubeedge/pkg/util/fsm" ) diff --git a/cloud/pkg/taskmanager/manager/executor.go b/cloud/pkg/taskmanager/manager/executor.go index d3a7aec45..7ef9fdaee 100644 --- a/cloud/pkg/taskmanager/manager/executor.go +++ b/cloud/pkg/taskmanager/manager/executor.go @@ -28,6 +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" beehiveContext "github.com/kubeedge/beehive/pkg/core/context" "github.com/kubeedge/beehive/pkg/core/model" "github.com/kubeedge/kubeedge/cloud/pkg/common/client" @@ -37,8 +39,6 @@ import ( "github.com/kubeedge/kubeedge/cloud/pkg/taskmanager/util/controller" "github.com/kubeedge/kubeedge/common/constants" commontypes "github.com/kubeedge/kubeedge/common/types" - api "github.com/kubeedge/kubeedge/pkg/apis/fsm/v1alpha1" - "github.com/kubeedge/kubeedge/pkg/apis/operations/v1alpha1" "github.com/kubeedge/kubeedge/pkg/util/fsm" ) diff --git a/cloud/pkg/taskmanager/nodeupgradecontroller/node_upgrade_controller.go b/cloud/pkg/taskmanager/nodeupgradecontroller/node_upgrade_controller.go index 649b95cbb..1a062f1aa 100644 --- a/cloud/pkg/taskmanager/nodeupgradecontroller/node_upgrade_controller.go +++ b/cloud/pkg/taskmanager/nodeupgradecontroller/node_upgrade_controller.go @@ -35,6 +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" 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" @@ -43,8 +45,6 @@ import ( "github.com/kubeedge/kubeedge/cloud/pkg/taskmanager/util/controller" "github.com/kubeedge/kubeedge/cloud/pkg/taskmanager/util/manager" commontypes "github.com/kubeedge/kubeedge/common/types" - api "github.com/kubeedge/kubeedge/pkg/apis/fsm/v1alpha1" - "github.com/kubeedge/kubeedge/pkg/apis/operations/v1alpha1" crdClientset "github.com/kubeedge/kubeedge/pkg/client/clientset/versioned" "github.com/kubeedge/kubeedge/pkg/util/fsm" ) diff --git a/cloud/pkg/taskmanager/nodeupgradecontroller/upgrade_task.go b/cloud/pkg/taskmanager/nodeupgradecontroller/upgrade_task.go index 6f28eb9ae..4c74c0d21 100644 --- a/cloud/pkg/taskmanager/nodeupgradecontroller/upgrade_task.go +++ b/cloud/pkg/taskmanager/nodeupgradecontroller/upgrade_task.go @@ -20,11 +20,11 @@ import ( "fmt" "time" + fsmapi "github.com/kubeedge/api/fsm/v1alpha1" + v1alpha12 "github.com/kubeedge/api/fsm/v1alpha1" + "github.com/kubeedge/api/operations/v1alpha1" "github.com/kubeedge/kubeedge/cloud/pkg/common/client" "github.com/kubeedge/kubeedge/cloud/pkg/taskmanager/util" - fsmapi "github.com/kubeedge/kubeedge/pkg/apis/fsm/v1alpha1" - v1alpha12 "github.com/kubeedge/kubeedge/pkg/apis/fsm/v1alpha1" - "github.com/kubeedge/kubeedge/pkg/apis/operations/v1alpha1" "github.com/kubeedge/kubeedge/pkg/util/fsm" ) diff --git a/cloud/pkg/taskmanager/task_manager.go b/cloud/pkg/taskmanager/task_manager.go index 425ecff64..17eefa998 100644 --- a/cloud/pkg/taskmanager/task_manager.go +++ b/cloud/pkg/taskmanager/task_manager.go @@ -21,6 +21,7 @@ import ( "k8s.io/klog/v2" + "github.com/kubeedge/api/componentconfig/cloudcore/v1alpha1" "github.com/kubeedge/beehive/pkg/core" "github.com/kubeedge/beehive/pkg/core/model" "github.com/kubeedge/kubeedge/cloud/pkg/common/modules" @@ -30,7 +31,6 @@ import ( "github.com/kubeedge/kubeedge/cloud/pkg/taskmanager/nodeupgradecontroller" "github.com/kubeedge/kubeedge/cloud/pkg/taskmanager/util" "github.com/kubeedge/kubeedge/cloud/pkg/taskmanager/util/controller" - "github.com/kubeedge/kubeedge/pkg/apis/componentconfig/cloudcore/v1alpha1" ) type TaskManager struct { diff --git a/cloud/pkg/taskmanager/util/controller/controller.go b/cloud/pkg/taskmanager/util/controller/controller.go index e29a081fd..f65b9d465 100644 --- a/cloud/pkg/taskmanager/util/controller/controller.go +++ b/cloud/pkg/taskmanager/util/controller/controller.go @@ -25,10 +25,10 @@ import ( "k8s.io/client-go/kubernetes" "k8s.io/klog/v2" + api "github.com/kubeedge/api/fsm/v1alpha1" + "github.com/kubeedge/api/operations/v1alpha1" "github.com/kubeedge/kubeedge/cloud/pkg/taskmanager/util" "github.com/kubeedge/kubeedge/cloud/pkg/taskmanager/util/manager" - api "github.com/kubeedge/kubeedge/pkg/apis/fsm/v1alpha1" - "github.com/kubeedge/kubeedge/pkg/apis/operations/v1alpha1" crdClientset "github.com/kubeedge/kubeedge/pkg/client/clientset/versioned" "github.com/kubeedge/kubeedge/pkg/util/fsm" ) diff --git a/cloud/pkg/taskmanager/util/util.go b/cloud/pkg/taskmanager/util/util.go index bf3aea571..b0eff7811 100644 --- a/cloud/pkg/taskmanager/util/util.go +++ b/cloud/pkg/taskmanager/util/util.go @@ -26,8 +26,8 @@ import ( versionutil "k8s.io/apimachinery/pkg/util/version" "k8s.io/klog/v2" + "github.com/kubeedge/api/operations/v1alpha1" "github.com/kubeedge/kubeedge/common/constants" - "github.com/kubeedge/kubeedge/pkg/apis/operations/v1alpha1" ) const ( diff --git a/cloud/test/integration/controllermanager/controllermanager_suite_test.go b/cloud/test/integration/controllermanager/controllermanager_suite_test.go index 17c87da05..3d59bb89b 100644 --- a/cloud/test/integration/controllermanager/controllermanager_suite_test.go +++ b/cloud/test/integration/controllermanager/controllermanager_suite_test.go @@ -27,8 +27,8 @@ import ( "sigs.k8s.io/controller-runtime/pkg/client" "sigs.k8s.io/controller-runtime/pkg/envtest" + appsv1alpha1 "github.com/kubeedge/api/apps/v1alpha1" "github.com/kubeedge/kubeedge/cloud/pkg/controllermanager" - appsv1alpha1 "github.com/kubeedge/kubeedge/pkg/apis/apps/v1alpha1" ) // Values of the following two variables will be linked when diff --git a/cloud/test/integration/controllermanager/controllermanager_test.go b/cloud/test/integration/controllermanager/controllermanager_test.go index 715c9209c..3de040ed2 100644 --- a/cloud/test/integration/controllermanager/controllermanager_test.go +++ b/cloud/test/integration/controllermanager/controllermanager_test.go @@ -34,8 +34,8 @@ import ( "k8s.io/utils/pointer" "sigs.k8s.io/controller-runtime/pkg/client" + appsv1alpha1 "github.com/kubeedge/api/apps/v1alpha1" "github.com/kubeedge/kubeedge/cloud/pkg/controllermanager/nodegroup" - appsv1alpha1 "github.com/kubeedge/kubeedge/pkg/apis/apps/v1alpha1" ) const ( diff --git a/common/types/types.go b/common/types/types.go index 412fc82c2..630ea4343 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/kubeedge/pkg/apis/fsm/v1alpha1" - "github.com/kubeedge/kubeedge/pkg/apis/operations/v1alpha1" + api "github.com/kubeedge/api/fsm/v1alpha1" + "github.com/kubeedge/api/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 ebc09e470..a2427e7cb 100644 --- a/edge/cmd/edgecore/app/options/options.go +++ b/edge/cmd/edgecore/app/options/options.go @@ -23,8 +23,8 @@ 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/kubeedge/common/constants" - "github.com/kubeedge/kubeedge/pkg/apis/componentconfig/edgecore/v1alpha2" "github.com/kubeedge/kubeedge/pkg/util/validation" ) diff --git a/edge/cmd/edgecore/app/server.go b/edge/cmd/edgecore/app/server.go index 9a86e5c9a..504476df5 100644 --- a/edge/cmd/edgecore/app/server.go +++ b/edge/cmd/edgecore/app/server.go @@ -15,6 +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/beehive/pkg/core" "github.com/kubeedge/kubeedge/common/constants" "github.com/kubeedge/kubeedge/edge/cmd/edgecore/app/options" @@ -28,8 +30,6 @@ import ( "github.com/kubeedge/kubeedge/edge/pkg/metamanager" "github.com/kubeedge/kubeedge/edge/pkg/servicebus" "github.com/kubeedge/kubeedge/edge/test" - "github.com/kubeedge/kubeedge/pkg/apis/componentconfig/edgecore/v1alpha2" - "github.com/kubeedge/kubeedge/pkg/apis/componentconfig/edgecore/v1alpha2/validation" "github.com/kubeedge/kubeedge/pkg/features" "github.com/kubeedge/kubeedge/pkg/util" "github.com/kubeedge/kubeedge/pkg/util/flag" diff --git a/edge/cmd/edgemark/hollow_edgecore.go b/edge/cmd/edgemark/hollow_edgecore.go index 671592e0f..41ffa3a93 100644 --- a/edge/cmd/edgemark/hollow_edgecore.go +++ b/edge/cmd/edgemark/hollow_edgecore.go @@ -50,12 +50,12 @@ import ( "k8s.io/kubernetes/pkg/volume/util/subpath" "k8s.io/mount-utils" + "github.com/kubeedge/api/componentconfig/edgecore/v1alpha2" "github.com/kubeedge/beehive/pkg/core" "github.com/kubeedge/kubeedge/edge/pkg/common/dbm" "github.com/kubeedge/kubeedge/edge/pkg/edged" "github.com/kubeedge/kubeedge/edge/pkg/edgehub" "github.com/kubeedge/kubeedge/edge/pkg/metamanager" - "github.com/kubeedge/kubeedge/pkg/apis/componentconfig/edgecore/v1alpha2" ) type hollowEdgeNodeConfig struct { diff --git a/edge/pkg/devicetwin/config/config.go b/edge/pkg/devicetwin/config/config.go index b164bf108..233991765 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/kubeedge/pkg/apis/componentconfig/edgecore/v1alpha2" + "github.com/kubeedge/api/componentconfig/edgecore/v1alpha2" ) var config Configure diff --git a/edge/pkg/devicetwin/devicetwin.go b/edge/pkg/devicetwin/devicetwin.go index 1fb43e510..253f1b57d 100644 --- a/edge/pkg/devicetwin/devicetwin.go +++ b/edge/pkg/devicetwin/devicetwin.go @@ -3,13 +3,13 @@ package devicetwin import ( "k8s.io/klog/v2" + "github.com/kubeedge/api/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" "github.com/kubeedge/kubeedge/edge/pkg/devicetwin/dtclient" "github.com/kubeedge/kubeedge/edge/pkg/devicetwin/dtcontext" "github.com/kubeedge/kubeedge/edge/pkg/devicetwin/dtmodule" - "github.com/kubeedge/kubeedge/pkg/apis/componentconfig/edgecore/v1alpha2" ) // DeviceTwin the module diff --git a/edge/pkg/devicetwin/dmiclient/client.go b/edge/pkg/devicetwin/dmiclient/client.go index 7f7ad0b02..08d61f893 100644 --- a/edge/pkg/devicetwin/dmiclient/client.go +++ b/edge/pkg/devicetwin/dmiclient/client.go @@ -26,10 +26,10 @@ import ( "google.golang.org/grpc" "k8s.io/klog/v2" + "github.com/kubeedge/api/devices/v1beta1" + dmiapi "github.com/kubeedge/api/dmi/v1beta1" deviceconst "github.com/kubeedge/kubeedge/cloud/pkg/devicecontroller/constants" "github.com/kubeedge/kubeedge/edge/pkg/devicetwin/dtcommon" - "github.com/kubeedge/kubeedge/pkg/apis/devices/v1beta1" - dmiapi "github.com/kubeedge/kubeedge/pkg/apis/dmi/v1beta1" ) type DMIClient struct { diff --git a/edge/pkg/devicetwin/dmiserver/server.go b/edge/pkg/devicetwin/dmiserver/server.go index 49b1fb0e7..7eb25914b 100644 --- a/edge/pkg/devicetwin/dmiserver/server.go +++ b/edge/pkg/devicetwin/dmiserver/server.go @@ -31,6 +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" 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" @@ -42,8 +44,6 @@ import ( "github.com/kubeedge/kubeedge/edge/pkg/devicetwin/dmiclient" "github.com/kubeedge/kubeedge/edge/pkg/devicetwin/dtcommon" "github.com/kubeedge/kubeedge/edge/pkg/metamanager/dao" - "github.com/kubeedge/kubeedge/pkg/apis/devices/v1beta1" - pb "github.com/kubeedge/kubeedge/pkg/apis/dmi/v1beta1" "github.com/kubeedge/kubeedge/pkg/util" ) diff --git a/edge/pkg/devicetwin/dtcommon/util.go b/edge/pkg/devicetwin/dtcommon/util.go index 5ef05c80a..1420f30d4 100644 --- a/edge/pkg/devicetwin/dtcommon/util.go +++ b/edge/pkg/devicetwin/dtcommon/util.go @@ -13,9 +13,9 @@ 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/kubeedge/cloud/pkg/devicecontroller/constants" - "github.com/kubeedge/kubeedge/pkg/apis/devices/v1beta1" - pb "github.com/kubeedge/kubeedge/pkg/apis/dmi/v1beta1" ) // ValidateValue validate value type diff --git a/edge/pkg/devicetwin/dtmanager/dmiworker.go b/edge/pkg/devicetwin/dtmanager/dmiworker.go index cf267ef01..e11e60a89 100644 --- a/edge/pkg/devicetwin/dtmanager/dmiworker.go +++ b/edge/pkg/devicetwin/dtmanager/dmiworker.go @@ -25,6 +25,8 @@ import ( "k8s.io/klog/v2" + "github.com/kubeedge/api/devices/v1beta1" + pb "github.com/kubeedge/api/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" @@ -33,8 +35,6 @@ import ( "github.com/kubeedge/kubeedge/edge/pkg/devicetwin/dtcontext" "github.com/kubeedge/kubeedge/edge/pkg/devicetwin/dttype" "github.com/kubeedge/kubeedge/edge/pkg/metamanager/dao" - "github.com/kubeedge/kubeedge/pkg/apis/devices/v1beta1" - pb "github.com/kubeedge/kubeedge/pkg/apis/dmi/v1beta1" "github.com/kubeedge/kubeedge/pkg/util" ) diff --git a/edge/pkg/edged/config/config.go b/edge/pkg/edged/config/config.go index c547f1015..830afb845 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/kubeedge/pkg/apis/componentconfig/edgecore/v1alpha2" + "github.com/kubeedge/api/componentconfig/edgecore/v1alpha2" ) var Config Configure diff --git a/edge/pkg/edged/edged.go b/edge/pkg/edged/edged.go index ed72333c2..961734514 100644 --- a/edge/pkg/edged/edged.go +++ b/edge/pkg/edged/edged.go @@ -48,6 +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/beehive/pkg/core" beehiveContext "github.com/kubeedge/beehive/pkg/core/context" "github.com/kubeedge/beehive/pkg/core/model" @@ -59,7 +60,6 @@ import ( "github.com/kubeedge/kubeedge/edge/pkg/metamanager" metaclient "github.com/kubeedge/kubeedge/edge/pkg/metamanager/client" "github.com/kubeedge/kubeedge/edge/pkg/metamanager/dao" - "github.com/kubeedge/kubeedge/pkg/apis/componentconfig/edgecore/v1alpha2" kefeatures "github.com/kubeedge/kubeedge/pkg/features" "github.com/kubeedge/kubeedge/pkg/version" ) diff --git a/edge/pkg/edgehub/certificate/certmanager.go b/edge/pkg/edgehub/certificate/certmanager.go index c1130a7a2..aa831c5f3 100644 --- a/edge/pkg/edgehub/certificate/certmanager.go +++ b/edge/pkg/edgehub/certificate/certmanager.go @@ -19,9 +19,9 @@ import ( "k8s.io/client-go/util/keyutil" "k8s.io/klog/v2" + "github.com/kubeedge/api/componentconfig/edgecore/v1alpha2" "github.com/kubeedge/kubeedge/common/constants" "github.com/kubeedge/kubeedge/edge/pkg/edgehub/common/http" - "github.com/kubeedge/kubeedge/pkg/apis/componentconfig/edgecore/v1alpha2" "github.com/kubeedge/kubeedge/pkg/security/certs" "github.com/kubeedge/kubeedge/pkg/security/token" ) diff --git a/edge/pkg/edgehub/config/config.go b/edge/pkg/edgehub/config/config.go index b8dee189f..855b1f828 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/kubeedge/pkg/apis/componentconfig/edgecore/v1alpha2" + "github.com/kubeedge/api/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 bdf77eff5..63353dc27 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/kubeedge/pkg/apis/componentconfig/edgecore/v1alpha2" + "github.com/kubeedge/api/componentconfig/edgecore/v1alpha2" ) func TestInitConfigure(t *testing.T) { diff --git a/edge/pkg/edgehub/edgehub.go b/edge/pkg/edgehub/edgehub.go index 5bb3a341c..d0d5e0df3 100644 --- a/edge/pkg/edgehub/edgehub.go +++ b/edge/pkg/edgehub/edgehub.go @@ -7,6 +7,7 @@ import ( "k8s.io/client-go/util/flowcontrol" "k8s.io/klog/v2" + "github.com/kubeedge/api/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" @@ -15,7 +16,6 @@ import ( "github.com/kubeedge/kubeedge/edge/pkg/edgehub/config" // register Task handler _ "github.com/kubeedge/kubeedge/edge/pkg/edgehub/task" - "github.com/kubeedge/kubeedge/pkg/apis/componentconfig/edgecore/v1alpha2" ) // EdgeHub defines edgehub object structure diff --git a/edge/pkg/edgehub/edgehub_test.go b/edge/pkg/edgehub/edgehub_test.go index 9361455ff..1ff33af42 100644 --- a/edge/pkg/edgehub/edgehub_test.go +++ b/edge/pkg/edgehub/edgehub_test.go @@ -19,8 +19,8 @@ package edgehub import ( "testing" + "github.com/kubeedge/api/componentconfig/edgecore/v1alpha2" "github.com/kubeedge/kubeedge/edge/pkg/edgehub/config" - "github.com/kubeedge/kubeedge/pkg/apis/componentconfig/edgecore/v1alpha2" ) func TestGetCertSyncChannel(t *testing.T) { diff --git a/edge/pkg/edgehub/task/taskexecutor/image_prepull.go b/edge/pkg/edgehub/task/taskexecutor/image_prepull.go index 3fdfb7e35..6f95530f8 100644 --- a/edge/pkg/edgehub/task/taskexecutor/image_prepull.go +++ b/edge/pkg/edgehub/task/taskexecutor/image_prepull.go @@ -25,6 +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" "github.com/kubeedge/kubeedge/common/constants" "github.com/kubeedge/kubeedge/common/types" commontypes "github.com/kubeedge/kubeedge/common/types" @@ -32,8 +34,6 @@ import ( edgeutil "github.com/kubeedge/kubeedge/edge/pkg/common/util" metaclient "github.com/kubeedge/kubeedge/edge/pkg/metamanager/client" "github.com/kubeedge/kubeedge/keadm/cmd/keadm/app/cmd/util" - api "github.com/kubeedge/kubeedge/pkg/apis/fsm/v1alpha1" - "github.com/kubeedge/kubeedge/pkg/apis/operations/v1alpha1" "github.com/kubeedge/kubeedge/pkg/util/fsm" ) diff --git a/edge/pkg/edgehub/task/taskexecutor/node_backup.go b/edge/pkg/edgehub/task/taskexecutor/node_backup.go index 3661b992a..889dbc882 100644 --- a/edge/pkg/edgehub/task/taskexecutor/node_backup.go +++ b/edge/pkg/edgehub/task/taskexecutor/node_backup.go @@ -24,11 +24,11 @@ import ( "k8s.io/klog/v2" + api "github.com/kubeedge/api/fsm/v1alpha1" "github.com/kubeedge/kubeedge/common/constants" commontypes "github.com/kubeedge/kubeedge/common/types" "github.com/kubeedge/kubeedge/edge/cmd/edgecore/app/options" "github.com/kubeedge/kubeedge/keadm/cmd/keadm/app/cmd/util" - api "github.com/kubeedge/kubeedge/pkg/apis/fsm/v1alpha1" "github.com/kubeedge/kubeedge/pkg/util/fsm" "github.com/kubeedge/kubeedge/pkg/version" ) diff --git a/edge/pkg/edgehub/task/taskexecutor/node_rollback.go b/edge/pkg/edgehub/task/taskexecutor/node_rollback.go index 85233dc45..8986c406c 100644 --- a/edge/pkg/edgehub/task/taskexecutor/node_rollback.go +++ b/edge/pkg/edgehub/task/taskexecutor/node_rollback.go @@ -22,8 +22,8 @@ import ( "k8s.io/klog/v2" + api "github.com/kubeedge/api/fsm/v1alpha1" commontypes "github.com/kubeedge/kubeedge/common/types" - api "github.com/kubeedge/kubeedge/pkg/apis/fsm/v1alpha1" "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 54954f776..ca825efe5 100644 --- a/edge/pkg/edgehub/task/taskexecutor/node_upgrade.go +++ b/edge/pkg/edgehub/task/taskexecutor/node_upgrade.go @@ -24,11 +24,11 @@ import ( "k8s.io/klog/v2" + api "github.com/kubeedge/api/fsm/v1alpha1" "github.com/kubeedge/kubeedge/common/types" commontypes "github.com/kubeedge/kubeedge/common/types" "github.com/kubeedge/kubeedge/edge/cmd/edgecore/app/options" "github.com/kubeedge/kubeedge/keadm/cmd/keadm/app/cmd/util" - api "github.com/kubeedge/kubeedge/pkg/apis/fsm/v1alpha1" "github.com/kubeedge/kubeedge/pkg/util/fsm" "github.com/kubeedge/kubeedge/pkg/version" ) diff --git a/edge/pkg/edgehub/task/taskexecutor/pre_check.go b/edge/pkg/edgehub/task/taskexecutor/pre_check.go index da68a2077..9eae4a740 100644 --- a/edge/pkg/edgehub/task/taskexecutor/pre_check.go +++ b/edge/pkg/edgehub/task/taskexecutor/pre_check.go @@ -25,8 +25,8 @@ import ( "github.com/shirou/gopsutil/disk" "github.com/shirou/gopsutil/v3/mem" + api "github.com/kubeedge/api/fsm/v1alpha1" "github.com/kubeedge/kubeedge/common/types" - api "github.com/kubeedge/kubeedge/pkg/apis/fsm/v1alpha1" "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 03f4f0811..752af495d 100644 --- a/edge/pkg/edgehub/task/taskexecutor/task_executor.go +++ b/edge/pkg/edgehub/task/taskexecutor/task_executor.go @@ -21,8 +21,8 @@ import ( "k8s.io/klog/v2" + "github.com/kubeedge/api/fsm/v1alpha1" "github.com/kubeedge/kubeedge/common/types" - "github.com/kubeedge/kubeedge/pkg/apis/fsm/v1alpha1" "github.com/kubeedge/kubeedge/pkg/util/fsm" ) diff --git a/edge/pkg/edgestream/config/config.go b/edge/pkg/edgestream/config/config.go index 6a0bd9769..14b8e3271 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/kubeedge/pkg/apis/componentconfig/edgecore/v1alpha2" + "github.com/kubeedge/api/componentconfig/edgecore/v1alpha2" ) var Config Configure diff --git a/edge/pkg/edgestream/edgestream.go b/edge/pkg/edgestream/edgestream.go index 64f54ed5d..336bdc0b0 100644 --- a/edge/pkg/edgestream/edgestream.go +++ b/edge/pkg/edgestream/edgestream.go @@ -26,12 +26,12 @@ import ( "github.com/gorilla/websocket" "k8s.io/klog/v2" + "github.com/kubeedge/api/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" "github.com/kubeedge/kubeedge/edge/pkg/edgehub" "github.com/kubeedge/kubeedge/edge/pkg/edgestream/config" - "github.com/kubeedge/kubeedge/pkg/apis/componentconfig/edgecore/v1alpha2" "github.com/kubeedge/kubeedge/pkg/stream" "github.com/kubeedge/kubeedge/pkg/util" ) diff --git a/edge/pkg/eventbus/common/util/common_test.go b/edge/pkg/eventbus/common/util/common_test.go index 7a5be874a..ccaa8e4b9 100644 --- a/edge/pkg/eventbus/common/util/common_test.go +++ b/edge/pkg/eventbus/common/util/common_test.go @@ -29,8 +29,8 @@ import ( MQTT "github.com/eclipse/paho.mqtt.golang" "k8s.io/klog/v2" + "github.com/kubeedge/api/componentconfig/edgecore/v1alpha2" eventconfig "github.com/kubeedge/kubeedge/edge/pkg/eventbus/config" - "github.com/kubeedge/kubeedge/pkg/apis/componentconfig/edgecore/v1alpha2" ) var clientOptions = MQTT.NewClientOptions() diff --git a/edge/pkg/eventbus/config/config.go b/edge/pkg/eventbus/config/config.go index 2f5cdc833..c85356583 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/kubeedge/pkg/apis/componentconfig/edgecore/v1alpha2" + "github.com/kubeedge/api/componentconfig/edgecore/v1alpha2" ) var Config Configure diff --git a/edge/pkg/eventbus/eventbus.go b/edge/pkg/eventbus/eventbus.go index f402c60aa..51194ca71 100644 --- a/edge/pkg/eventbus/eventbus.go +++ b/edge/pkg/eventbus/eventbus.go @@ -8,6 +8,7 @@ import ( "github.com/beego/beego/v2/client/orm" "k8s.io/klog/v2" + "github.com/kubeedge/api/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" @@ -16,7 +17,6 @@ import ( eventconfig "github.com/kubeedge/kubeedge/edge/pkg/eventbus/config" "github.com/kubeedge/kubeedge/edge/pkg/eventbus/dao" mqttBus "github.com/kubeedge/kubeedge/edge/pkg/eventbus/mqtt" - "github.com/kubeedge/kubeedge/pkg/apis/componentconfig/edgecore/v1alpha2" ) var mqttServer *mqttBus.Server diff --git a/edge/pkg/metamanager/client/serviceaccount.go b/edge/pkg/metamanager/client/serviceaccount.go index df861cb63..8cc2f82cb 100644 --- a/edge/pkg/metamanager/client/serviceaccount.go +++ b/edge/pkg/metamanager/client/serviceaccount.go @@ -10,11 +10,11 @@ import ( "k8s.io/apimachinery/pkg/types" "k8s.io/klog/v2" + policyv1alpha1 "github.com/kubeedge/api/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" "github.com/kubeedge/kubeedge/edge/pkg/metamanager/dao" - policyv1alpha1 "github.com/kubeedge/kubeedge/pkg/apis/policy/v1alpha1" ) // ServiceAccountTokenGetter is interface to get client service account token diff --git a/edge/pkg/metamanager/client/serviceaccountaccess.go b/edge/pkg/metamanager/client/serviceaccountaccess.go index 8dbcf3fa9..4108d6c4c 100644 --- a/edge/pkg/metamanager/client/serviceaccountaccess.go +++ b/edge/pkg/metamanager/client/serviceaccountaccess.go @@ -13,9 +13,9 @@ import ( "k8s.io/klog/v2" "k8s.io/kubernetes/pkg/serviceaccount" + policyv1alpha1 "github.com/kubeedge/api/policy/v1alpha1" "github.com/kubeedge/beehive/pkg/core/model" "github.com/kubeedge/kubeedge/edge/pkg/metamanager/dao" - policyv1alpha1 "github.com/kubeedge/kubeedge/pkg/apis/policy/v1alpha1" ) const ( diff --git a/edge/pkg/metamanager/config/config.go b/edge/pkg/metamanager/config/config.go index 08da7fee8..f55d28d40 100644 --- a/edge/pkg/metamanager/config/config.go +++ b/edge/pkg/metamanager/config/config.go @@ -3,8 +3,8 @@ package config import ( "sync" + "github.com/kubeedge/api/componentconfig/edgecore/v1alpha2" metaserverconfig "github.com/kubeedge/kubeedge/edge/pkg/metamanager/metaserver/config" - "github.com/kubeedge/kubeedge/pkg/apis/componentconfig/edgecore/v1alpha2" ) var Config Configure diff --git a/edge/pkg/metamanager/metamanager.go b/edge/pkg/metamanager/metamanager.go index cd0c7c41b..b45c8f5ac 100644 --- a/edge/pkg/metamanager/metamanager.go +++ b/edge/pkg/metamanager/metamanager.go @@ -4,6 +4,7 @@ import ( "github.com/beego/beego/v2/client/orm" "k8s.io/klog/v2" + "github.com/kubeedge/api/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" @@ -13,7 +14,6 @@ import ( "github.com/kubeedge/kubeedge/edge/pkg/metamanager/metaserver" metaserverconfig "github.com/kubeedge/kubeedge/edge/pkg/metamanager/metaserver/config" "github.com/kubeedge/kubeedge/edge/pkg/metamanager/metaserver/kubernetes/storage/sqlite/imitator" - "github.com/kubeedge/kubeedge/pkg/apis/componentconfig/edgecore/v1alpha2" ) type metaManager struct { diff --git a/edge/pkg/metamanager/metaserver/config/config.go b/edge/pkg/metamanager/metaserver/config/config.go index e9d47c340..b96f57f44 100644 --- a/edge/pkg/metamanager/metaserver/config/config.go +++ b/edge/pkg/metamanager/metaserver/config/config.go @@ -3,8 +3,8 @@ package config import ( "sync" + "github.com/kubeedge/api/componentconfig/edgecore/v1alpha2" edgehubconfig "github.com/kubeedge/kubeedge/edge/pkg/edgehub/config" - "github.com/kubeedge/kubeedge/pkg/apis/componentconfig/edgecore/v1alpha2" ) var Config Configure diff --git a/edge/pkg/metamanager/process_test.go b/edge/pkg/metamanager/process_test.go index d3d60f8a1..c44d78e27 100644 --- a/edge/pkg/metamanager/process_test.go +++ b/edge/pkg/metamanager/process_test.go @@ -28,6 +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/beehive/pkg/common" "github.com/kubeedge/beehive/pkg/core" beehiveContext "github.com/kubeedge/beehive/pkg/core/context" @@ -39,7 +40,6 @@ import ( "github.com/kubeedge/kubeedge/edge/pkg/common/modules" metaManagerConfig "github.com/kubeedge/kubeedge/edge/pkg/metamanager/config" "github.com/kubeedge/kubeedge/edge/pkg/metamanager/dao" - "github.com/kubeedge/kubeedge/pkg/apis/componentconfig/edgecore/v1alpha2" ) const ( diff --git a/edge/pkg/servicebus/config/config.go b/edge/pkg/servicebus/config/config.go index 870c1f520..e8f33832b 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/kubeedge/pkg/apis/componentconfig/edgecore/v1alpha2" + "github.com/kubeedge/api/componentconfig/edgecore/v1alpha2" ) var Config Configure diff --git a/edge/pkg/servicebus/servicebus.go b/edge/pkg/servicebus/servicebus.go index 9fc0ca560..49c82fbc3 100644 --- a/edge/pkg/servicebus/servicebus.go +++ b/edge/pkg/servicebus/servicebus.go @@ -14,6 +14,7 @@ import ( utilruntime "k8s.io/apimachinery/pkg/util/runtime" "k8s.io/klog/v2" + "github.com/kubeedge/api/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" @@ -23,7 +24,6 @@ import ( servicebusConfig "github.com/kubeedge/kubeedge/edge/pkg/servicebus/config" "github.com/kubeedge/kubeedge/edge/pkg/servicebus/dao" "github.com/kubeedge/kubeedge/edge/pkg/servicebus/util" - "github.com/kubeedge/kubeedge/pkg/apis/componentconfig/edgecore/v1alpha2" ) var ( diff --git a/edge/test/integration/metaserver/metaserver_suite_test.go b/edge/test/integration/metaserver/metaserver_suite_test.go index a73ec3c14..a1ffe02cc 100644 --- a/edge/test/integration/metaserver/metaserver_suite_test.go +++ b/edge/test/integration/metaserver/metaserver_suite_test.go @@ -6,10 +6,10 @@ import ( . "github.com/onsi/ginkgo/v2" . "github.com/onsi/gomega" + edgeconfig "github.com/kubeedge/api/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" - edgeconfig "github.com/kubeedge/kubeedge/pkg/apis/componentconfig/edgecore/v1alpha2" kefeatures "github.com/kubeedge/kubeedge/pkg/features" "github.com/kubeedge/kubeedge/tests/integration/framework" ) diff --git a/edge/test/integration/utils/test_setup.go b/edge/test/integration/utils/test_setup.go index 1d89ec713..98ca2729e 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/kubeedge/pkg/apis/componentconfig/edgecore/v1alpha2" + edgecore "github.com/kubeedge/api/componentconfig/edgecore/v1alpha2" ) const ( diff --git a/edge/test/test.go b/edge/test/test.go index 2e69169ab..9cc3dc354 100644 --- a/edge/test/test.go +++ b/edge/test/test.go @@ -9,12 +9,12 @@ import ( v1 "k8s.io/api/core/v1" "k8s.io/klog/v2" + "github.com/kubeedge/api/componentconfig/edgecore/v1alpha2" "github.com/kubeedge/beehive/pkg/core" beehiveContext "github.com/kubeedge/beehive/pkg/core/context" "github.com/kubeedge/beehive/pkg/core/model" "github.com/kubeedge/kubeedge/edge/pkg/common/message" "github.com/kubeedge/kubeedge/edge/pkg/common/modules" - "github.com/kubeedge/kubeedge/pkg/apis/componentconfig/edgecore/v1alpha2" ) const ( @@ -18,6 +18,7 @@ require ( github.com/golang/protobuf v1.5.4 github.com/google/uuid v1.6.0 github.com/gorilla/websocket v1.5.0 + github.com/kubeedge/api v0.0.0 github.com/kubeedge/beehive v0.0.0 github.com/kubeedge/viaduct v0.0.0 github.com/kubernetes-csi/csi-lib-utils v0.6.1 @@ -290,6 +291,7 @@ replace ( github.com/containerd/containerd => github.com/containerd/containerd v1.5.18 github.com/emicklei/go-restful/v3 => github.com/emicklei/go-restful/v3 v3.7.5-0.20220308211933-7c971ca4d0fd github.com/gopherjs/gopherjs v0.0.0 => github.com/gopherjs/gopherjs v0.0.0-20181103185306-d547d1d9531e // indirect + github.com/kubeedge/api => ./staging/src/github.com/kubeedge/api github.com/kubeedge/beehive => ./staging/src/github.com/kubeedge/beehive github.com/kubeedge/viaduct => ./staging/src/github.com/kubeedge/viaduct github.com/spf13/viper => github.com/spf13/viper v1.8.1 @@ -1083,8 +1083,9 @@ github.com/felixge/httpsnoop v1.0.4/go.mod h1:m8KPJKqk1gH5J9DgRY2ASl2lWCfGKXixSw github.com/flynn-archive/go-shlex v0.0.0-20150515145356-3f9db97f8568/go.mod h1:rZfgFAXFS/z/lEd6LJmf9HVZ1LkgYiHx5pHhV5DR16M= github.com/fogleman/gg v1.2.1-0.20190220221249-0403632d5b90/go.mod h1:R/bRT+9gY/C5z7JzPU0zXsXHKM4/ayA+zqcVNZzPa1k= github.com/fogleman/gg v1.3.0/go.mod h1:R/bRT+9gY/C5z7JzPU0zXsXHKM4/ayA+zqcVNZzPa1k= -github.com/form3tech-oss/jwt-go v3.2.3+incompatible h1:7ZaBxOI7TMoYBfyA3cQHErNNyAWIKUMIwqxEtgHOs5c= github.com/form3tech-oss/jwt-go v3.2.3+incompatible/go.mod h1:pbq4aXjuKjdthFRnoDwaVPLA+WlJuPGy+QneDUgJi2k= +github.com/form3tech-oss/jwt-go v3.2.5+incompatible h1:/l4kBbb4/vGSsdtB5nUe8L7B9mImVMaBPw9L/0TBHU8= +github.com/form3tech-oss/jwt-go v3.2.5+incompatible/go.mod h1:pbq4aXjuKjdthFRnoDwaVPLA+WlJuPGy+QneDUgJi2k= github.com/foxcpp/go-mockdns v1.0.0 h1:7jBqxd3WDWwi/6WhDvacvH1XsN3rOLXyHM1uhvIx6FI= github.com/foxcpp/go-mockdns v1.0.0/go.mod h1:lgRN6+KxQBawyIghpnl5CezHFGS9VLzvtVlwxvzXTQ4= github.com/frankban/quicktest v1.11.3/go.mod h1:wRf/ReqHper53s+kmmSZizM8NamnL3IM0I9ntUbOk+k= diff --git a/hack/update-codegen.sh b/hack/update-codegen.sh index 1814f7346..cc91c22aa 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/kubeedge/pkg/apis \ +github.com/kubeedge/kubeedge/pkg/client github.com/kubeedge/api \ "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 74a2d6768..a96ed3fcf 100644 --- a/keadm/cmd/keadm/app/cmd/debug/collect.go +++ b/keadm/cmd/keadm/app/cmd/debug/collect.go @@ -8,10 +8,10 @@ import ( "github.com/spf13/cobra" + "github.com/kubeedge/api/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" - "github.com/kubeedge/kubeedge/pkg/apis/componentconfig/edgecore/v1alpha2" ) var ( diff --git a/keadm/cmd/keadm/app/cmd/debug/diagnose.go b/keadm/cmd/keadm/app/cmd/debug/diagnose.go index ce5cf2e56..57e54be04 100644 --- a/keadm/cmd/keadm/app/cmd/debug/diagnose.go +++ b/keadm/cmd/keadm/app/cmd/debug/diagnose.go @@ -7,11 +7,11 @@ import ( "github.com/spf13/cobra" v1 "k8s.io/api/core/v1" + "github.com/kubeedge/api/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" "github.com/kubeedge/kubeedge/keadm/cmd/keadm/app/cmd/util" - "github.com/kubeedge/kubeedge/pkg/apis/componentconfig/edgecore/v1alpha2" ) var ( diff --git a/keadm/cmd/keadm/app/cmd/debug/get.go b/keadm/cmd/keadm/app/cmd/debug/get.go index 237b1eb14..a58f8a4d7 100644 --- a/keadm/cmd/keadm/app/cmd/debug/get.go +++ b/keadm/cmd/keadm/app/cmd/debug/get.go @@ -34,12 +34,12 @@ import ( printersinternal "k8s.io/kubernetes/pkg/printers/internalversion" "k8s.io/kubernetes/pkg/printers/storage" + edgecoreCfg "github.com/kubeedge/api/componentconfig/edgecore/v1alpha2" "github.com/kubeedge/beehive/pkg/core/model" "github.com/kubeedge/kubeedge/common/constants" "github.com/kubeedge/kubeedge/edge/pkg/common/dbm" "github.com/kubeedge/kubeedge/edge/pkg/common/util" "github.com/kubeedge/kubeedge/edge/pkg/metamanager/dao" - edgecoreCfg "github.com/kubeedge/kubeedge/pkg/apis/componentconfig/edgecore/v1alpha2" ) const ( diff --git a/keadm/cmd/keadm/app/cmd/debug/get_test.go b/keadm/cmd/keadm/app/cmd/debug/get_test.go index e99668a41..ddcfb592b 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/kubeedge/pkg/apis/componentconfig/edgecore/v1alpha2" + edgecoreCfg "github.com/kubeedge/api/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 ca062daac..e813464de 100644 --- a/keadm/cmd/keadm/app/cmd/edge/join.go +++ b/keadm/cmd/keadm/app/cmd/edge/join.go @@ -23,10 +23,10 @@ import ( "github.com/spf13/cobra" + "github.com/kubeedge/api/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" - "github.com/kubeedge/kubeedge/pkg/apis/componentconfig/edgecore/v1alpha2" "github.com/kubeedge/viaduct/pkg/api" ) diff --git a/keadm/cmd/keadm/app/cmd/edge/join_others.go b/keadm/cmd/keadm/app/cmd/edge/join_others.go index da8fb13f9..d9caa8137 100644 --- a/keadm/cmd/keadm/app/cmd/edge/join_others.go +++ b/keadm/cmd/keadm/app/cmd/edge/join_others.go @@ -33,11 +33,11 @@ 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/kubeedge/common/constants" "github.com/kubeedge/kubeedge/keadm/cmd/keadm/app/cmd/common" "github.com/kubeedge/kubeedge/keadm/cmd/keadm/app/cmd/util" - "github.com/kubeedge/kubeedge/pkg/apis/componentconfig/edgecore/v1alpha2" - "github.com/kubeedge/kubeedge/pkg/apis/componentconfig/edgecore/v1alpha2/validation" pkgutil "github.com/kubeedge/kubeedge/pkg/util" "github.com/kubeedge/viaduct/pkg/api" ) diff --git a/keadm/cmd/keadm/app/cmd/edge/join_windows.go b/keadm/cmd/keadm/app/cmd/edge/join_windows.go index 054e0ffe4..cd0621e18 100644 --- a/keadm/cmd/keadm/app/cmd/edge/join_windows.go +++ b/keadm/cmd/keadm/app/cmd/edge/join_windows.go @@ -35,11 +35,11 @@ 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/kubeedge/common/constants" "github.com/kubeedge/kubeedge/keadm/cmd/keadm/app/cmd/common" "github.com/kubeedge/kubeedge/keadm/cmd/keadm/app/cmd/util" - "github.com/kubeedge/kubeedge/pkg/apis/componentconfig/edgecore/v1alpha2" - "github.com/kubeedge/kubeedge/pkg/apis/componentconfig/edgecore/v1alpha2/validation" pkgutil "github.com/kubeedge/kubeedge/pkg/util" "github.com/kubeedge/viaduct/pkg/api" ) diff --git a/keadm/cmd/keadm/app/cmd/edge/rollback.go b/keadm/cmd/keadm/app/cmd/edge/rollback.go index 0423e9193..45b423f2f 100644 --- a/keadm/cmd/keadm/app/cmd/edge/rollback.go +++ b/keadm/cmd/keadm/app/cmd/edge/rollback.go @@ -24,10 +24,10 @@ 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/kubeedge/common/constants" "github.com/kubeedge/kubeedge/keadm/cmd/keadm/app/cmd/util" - "github.com/kubeedge/kubeedge/pkg/apis/componentconfig/edgecore/v1alpha2" - api "github.com/kubeedge/kubeedge/pkg/apis/fsm/v1alpha1" "github.com/kubeedge/kubeedge/pkg/util/fsm" "github.com/kubeedge/kubeedge/pkg/version" ) diff --git a/keadm/cmd/keadm/app/cmd/edge/upgrade.go b/keadm/cmd/keadm/app/cmd/edge/upgrade.go index ebe92f984..a208fbc7c 100644 --- a/keadm/cmd/keadm/app/cmd/edge/upgrade.go +++ b/keadm/cmd/keadm/app/cmd/edge/upgrade.go @@ -26,11 +26,11 @@ 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/kubeedge/common/constants" "github.com/kubeedge/kubeedge/keadm/cmd/keadm/app/cmd/common" "github.com/kubeedge/kubeedge/keadm/cmd/keadm/app/cmd/util" - "github.com/kubeedge/kubeedge/pkg/apis/componentconfig/edgecore/v1alpha2" - api "github.com/kubeedge/kubeedge/pkg/apis/fsm/v1alpha1" "github.com/kubeedge/kubeedge/pkg/util/fsm" ) diff --git a/keadm/cmd/keadm/app/cmd/util/cloudinstaller.go b/keadm/cmd/keadm/app/cmd/util/cloudinstaller.go index 93e6b5b94..45161884d 100644 --- a/keadm/cmd/keadm/app/cmd/util/cloudinstaller.go +++ b/keadm/cmd/keadm/app/cmd/util/cloudinstaller.go @@ -5,9 +5,9 @@ import ( "os" "strings" + "github.com/kubeedge/api/componentconfig/cloudcore/v1alpha1" "github.com/kubeedge/kubeedge/common/constants" types "github.com/kubeedge/kubeedge/keadm/cmd/keadm/app/cmd/common" - "github.com/kubeedge/kubeedge/pkg/apis/componentconfig/cloudcore/v1alpha1" ) // KubeCloudInstTool embeds Common struct diff --git a/keadm/cmd/keadm/app/cmd/util/common.go b/keadm/cmd/keadm/app/cmd/util/common.go index 5cd980555..1210cbe81 100644 --- a/keadm/cmd/keadm/app/cmd/util/common.go +++ b/keadm/cmd/keadm/app/cmd/util/common.go @@ -44,10 +44,10 @@ import ( "k8s.io/client-go/tools/clientcmd" "k8s.io/klog/v2" + "github.com/kubeedge/api/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" - "github.com/kubeedge/kubeedge/pkg/apis/componentconfig/edgecore/v1alpha2" "github.com/kubeedge/kubeedge/pkg/util/fsm" pkgversion "github.com/kubeedge/kubeedge/pkg/version" ) diff --git a/keadm/cmd/keadm/app/cmd/util/edgecoreinstaller.go b/keadm/cmd/keadm/app/cmd/util/edgecoreinstaller.go index 842cda521..808585560 100755 --- a/keadm/cmd/keadm/app/cmd/util/edgecoreinstaller.go +++ b/keadm/cmd/keadm/app/cmd/util/edgecoreinstaller.go @@ -24,10 +24,10 @@ import ( "strconv" "strings" + "github.com/kubeedge/api/componentconfig/edgecore/v1alpha2" + "github.com/kubeedge/api/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/apis/componentconfig/edgecore/v1alpha2" - "github.com/kubeedge/kubeedge/pkg/apis/componentconfig/edgecore/v1alpha2/validation" "github.com/kubeedge/kubeedge/pkg/util" "github.com/kubeedge/viaduct/pkg/api" ) diff --git a/keadm/cmd/keadm/app/cmd/util/image.go b/keadm/cmd/keadm/app/cmd/util/image.go index aa664d368..28e7483de 100644 --- a/keadm/cmd/keadm/app/cmd/util/image.go +++ b/keadm/cmd/keadm/app/cmd/util/image.go @@ -30,8 +30,8 @@ import ( "k8s.io/kubernetes/pkg/kubelet/cm" "k8s.io/kubernetes/pkg/kubelet/cri/remote" + "github.com/kubeedge/api/componentconfig/edgecore/v1alpha2" "github.com/kubeedge/kubeedge/common/constants" - "github.com/kubeedge/kubeedge/pkg/apis/componentconfig/edgecore/v1alpha2" "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 9ae26dee9..e10a5a107 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/kubeedge/pkg/apis/componentconfig/edgecore/v1alpha2" + "github.com/kubeedge/api/componentconfig/edgecore/v1alpha2" ) func TestParseSetByComma(t *testing.T) { diff --git a/pkg/client/clientset/versioned/fake/register.go b/pkg/client/clientset/versioned/fake/register.go index d92e8dccf..c201e2e79 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/kubeedge/pkg/apis/apps/v1alpha1" - devicesv1beta1 "github.com/kubeedge/kubeedge/pkg/apis/devices/v1beta1" - operationsv1alpha1 "github.com/kubeedge/kubeedge/pkg/apis/operations/v1alpha1" - policyv1alpha1 "github.com/kubeedge/kubeedge/pkg/apis/policy/v1alpha1" - reliablesyncsv1alpha1 "github.com/kubeedge/kubeedge/pkg/apis/reliablesyncs/v1alpha1" - rulesv1 "github.com/kubeedge/kubeedge/pkg/apis/rules/v1" + 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" 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 4591ced8d..990e44f36 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/kubeedge/pkg/apis/apps/v1alpha1" - devicesv1beta1 "github.com/kubeedge/kubeedge/pkg/apis/devices/v1beta1" - operationsv1alpha1 "github.com/kubeedge/kubeedge/pkg/apis/operations/v1alpha1" - policyv1alpha1 "github.com/kubeedge/kubeedge/pkg/apis/policy/v1alpha1" - reliablesyncsv1alpha1 "github.com/kubeedge/kubeedge/pkg/apis/reliablesyncs/v1alpha1" - rulesv1 "github.com/kubeedge/kubeedge/pkg/apis/rules/v1" + 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" 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 37aa54c5c..c395bca9d 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/kubeedge/pkg/apis/apps/v1alpha1" + v1alpha1 "github.com/kubeedge/api/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 211794139..ede084b89 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/kubeedge/pkg/apis/apps/v1alpha1" + v1alpha1 "github.com/kubeedge/api/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 e06a07a6e..23da4d89f 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/kubeedge/pkg/apis/apps/v1alpha1" + v1alpha1 "github.com/kubeedge/api/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 73093ec20..d2909b09e 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/kubeedge/pkg/apis/apps/v1alpha1" + v1alpha1 "github.com/kubeedge/api/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 de35a2401..a35f928de 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/kubeedge/pkg/apis/apps/v1alpha1" + v1alpha1 "github.com/kubeedge/api/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 46bc3868c..07bd22b73 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/kubeedge/pkg/apis/devices/v1beta1" + v1beta1 "github.com/kubeedge/api/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 a15b3f183..1f7391a4b 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/kubeedge/pkg/apis/devices/v1beta1" + v1beta1 "github.com/kubeedge/api/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 6468e1456..9f73ea732 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/kubeedge/pkg/apis/devices/v1beta1" + v1beta1 "github.com/kubeedge/api/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 27e509d9d..1d9aa125d 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/kubeedge/pkg/apis/devices/v1beta1" + v1beta1 "github.com/kubeedge/api/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 9005bbbee..bc239ad6a 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/kubeedge/pkg/apis/devices/v1beta1" + v1beta1 "github.com/kubeedge/api/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 cb7a54910..516228422 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/kubeedge/pkg/apis/operations/v1alpha1" + v1alpha1 "github.com/kubeedge/api/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 705067bb3..5a1e96a43 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/kubeedge/pkg/apis/operations/v1alpha1" + v1alpha1 "github.com/kubeedge/api/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 7dd77f40b..9e1538eb5 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/kubeedge/pkg/apis/operations/v1alpha1" + v1alpha1 "github.com/kubeedge/api/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 7ebaf6925..a72f107ab 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/kubeedge/pkg/apis/operations/v1alpha1" + v1alpha1 "github.com/kubeedge/api/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 74af5f488..5176828ce 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/kubeedge/pkg/apis/operations/v1alpha1" + v1alpha1 "github.com/kubeedge/api/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 c1ef1c9cd..4f8bf130f 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/kubeedge/pkg/apis/policy/v1alpha1" + v1alpha1 "github.com/kubeedge/api/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 e1ef05fe2..7ca5cb6f1 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/kubeedge/pkg/apis/policy/v1alpha1" + v1alpha1 "github.com/kubeedge/api/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 98ddc8d94..98c4e2616 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/kubeedge/pkg/apis/policy/v1alpha1" + v1alpha1 "github.com/kubeedge/api/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 5b2926cd3..b0d02a050 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/kubeedge/pkg/apis/reliablesyncs/v1alpha1" + v1alpha1 "github.com/kubeedge/api/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 275c47e10..090cf91fa 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/kubeedge/pkg/apis/reliablesyncs/v1alpha1" + v1alpha1 "github.com/kubeedge/api/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 2411738cb..55fbeb5c1 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/kubeedge/pkg/apis/reliablesyncs/v1alpha1" + v1alpha1 "github.com/kubeedge/api/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 c2f733e48..37bdf0534 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/kubeedge/pkg/apis/reliablesyncs/v1alpha1" + v1alpha1 "github.com/kubeedge/api/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 dcf1b55ba..e8e1c2d3c 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/kubeedge/pkg/apis/reliablesyncs/v1alpha1" + v1alpha1 "github.com/kubeedge/api/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 550c97bf0..b0ac17d2e 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/kubeedge/pkg/apis/rules/v1" + v1 "github.com/kubeedge/api/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 d7b46b4ec..41be348f1 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/kubeedge/pkg/apis/rules/v1" + v1 "github.com/kubeedge/api/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 4d0b29d76..e6260ab55 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/kubeedge/pkg/apis/rules/v1" + v1 "github.com/kubeedge/api/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 9d10d053f..2538da0c6 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/kubeedge/pkg/apis/rules/v1" + v1 "github.com/kubeedge/api/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 5e7875bfe..db3b7a5e0 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/kubeedge/pkg/apis/rules/v1" + v1 "github.com/kubeedge/api/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 b6fff4001..1041838ef 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/kubeedge/pkg/apis/apps/v1alpha1" + appsv1alpha1 "github.com/kubeedge/api/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 380e57cf7..aa532c1cc 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/kubeedge/pkg/apis/apps/v1alpha1" + appsv1alpha1 "github.com/kubeedge/api/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 0ad353c43..44bcd2fe4 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/kubeedge/pkg/apis/devices/v1beta1" + devicesv1beta1 "github.com/kubeedge/api/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 e1dfd14b6..a54e454be 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/kubeedge/pkg/apis/devices/v1beta1" + devicesv1beta1 "github.com/kubeedge/api/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 f56206105..d882367c3 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/kubeedge/pkg/apis/apps/v1alpha1" - v1beta1 "github.com/kubeedge/kubeedge/pkg/apis/devices/v1beta1" - operationsv1alpha1 "github.com/kubeedge/kubeedge/pkg/apis/operations/v1alpha1" - policyv1alpha1 "github.com/kubeedge/kubeedge/pkg/apis/policy/v1alpha1" - reliablesyncsv1alpha1 "github.com/kubeedge/kubeedge/pkg/apis/reliablesyncs/v1alpha1" - v1 "github.com/kubeedge/kubeedge/pkg/apis/rules/v1" + 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" 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 511d627a6..cbd7a7d69 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/kubeedge/pkg/apis/operations/v1alpha1" + operationsv1alpha1 "github.com/kubeedge/api/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 356599129..9e087482e 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/kubeedge/pkg/apis/operations/v1alpha1" + operationsv1alpha1 "github.com/kubeedge/api/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 7c6694aeb..c7061391b 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/kubeedge/pkg/apis/policy/v1alpha1" + policyv1alpha1 "github.com/kubeedge/api/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 66005161c..52900f55e 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/kubeedge/pkg/apis/reliablesyncs/v1alpha1" + reliablesyncsv1alpha1 "github.com/kubeedge/api/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 ea137e3e0..dc7278e12 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/kubeedge/pkg/apis/reliablesyncs/v1alpha1" + reliablesyncsv1alpha1 "github.com/kubeedge/api/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 cc9081906..8267400c0 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/kubeedge/pkg/apis/rules/v1" + rulesv1 "github.com/kubeedge/api/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 7d9abc9d2..9dfdb8fe8 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/kubeedge/pkg/apis/rules/v1" + rulesv1 "github.com/kubeedge/api/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 b5e215f3c..8c6057058 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/kubeedge/pkg/apis/apps/v1alpha1" + v1alpha1 "github.com/kubeedge/api/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 7c9cd600c..17f57d171 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/kubeedge/pkg/apis/apps/v1alpha1" + v1alpha1 "github.com/kubeedge/api/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 fbb22e166..a932af3ad 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/kubeedge/pkg/apis/devices/v1beta1" + v1beta1 "github.com/kubeedge/api/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 28bf2626e..d993b53ca 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/kubeedge/pkg/apis/devices/v1beta1" + v1beta1 "github.com/kubeedge/api/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 bb20ac4ac..980ac6205 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/kubeedge/pkg/apis/operations/v1alpha1" + v1alpha1 "github.com/kubeedge/api/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 0d6cfeac9..c8e12b81c 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/kubeedge/pkg/apis/operations/v1alpha1" + v1alpha1 "github.com/kubeedge/api/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 722eb516a..a7cc5a5d8 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/kubeedge/pkg/apis/policy/v1alpha1" + v1alpha1 "github.com/kubeedge/api/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 83425f3ac..4440d5bcb 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/kubeedge/pkg/apis/reliablesyncs/v1alpha1" + v1alpha1 "github.com/kubeedge/api/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 8a92ff3d3..943f7a27a 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/kubeedge/pkg/apis/reliablesyncs/v1alpha1" + v1alpha1 "github.com/kubeedge/api/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 aedb9cf61..00a91390c 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/kubeedge/pkg/apis/rules/v1" + v1 "github.com/kubeedge/api/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 281587507..3f1ceecea 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/kubeedge/pkg/apis/rules/v1" + v1 "github.com/kubeedge/api/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 e2ca35bda..96bcdcf35 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/kubeedge/pkg/apis/fsm/v1alpha1" + api "github.com/kubeedge/api/fsm/v1alpha1" ) type FSM struct { 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 9f909d57f..7d9e05650 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/kubeedge/pkg/apis/dmi/v1beta1" + dmiapi "github.com/kubeedge/api/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 ccac57775..0120a14e6 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/kubeedge/pkg/apis/dmi/v1beta1" + dmiapi "github.com/kubeedge/api/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 da90628f4..e4238c726 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/kubeedge/pkg/apis/dmi/v1beta1" + dmiapi "github.com/kubeedge/api/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.mod b/staging/src/github.com/kubeedge/mapper-framework/_template/mapper/go.mod index db112ca4c..38a1e02c5 100644 --- a/staging/src/github.com/kubeedge/mapper-framework/_template/mapper/go.mod +++ b/staging/src/github.com/kubeedge/mapper-framework/_template/mapper/go.mod @@ -7,7 +7,7 @@ require ( github.com/go-redis/redis/v8 v8.11.5 github.com/go-sql-driver/mysql v1.7.1 github.com/influxdata/influxdb-client-go/v2 v2.13.0 - github.com/kubeedge/kubeedge v0.0.0 + github.com/kubeedge/api v0.0.0 github.com/kubeedge/mapper-framework v0.0.0 github.com/sailorvii/goav v0.1.4 github.com/taosdata/driver-go/v3 v3.5.1 @@ -41,6 +41,6 @@ require ( ) replace ( - github.com/kubeedge/kubeedge => ../../../../../../kubeedge + github.com/kubeedge/api => ../api github.com/kubeedge/mapper-framework => ../mapper-framework -) +)
\ No newline at end of file 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 78753ce98..b7c0674b0 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,8 +14,9 @@ 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.6.0 h1:n+5WquG0fcWoWp6xPWfHdbskMCQaFnG6PfBrh1Ky4HY= -github.com/go-logr/logr v1.2.0/go.mod h1:jdQByPbusPIv2/zmleS9BjJVeZ6kBagPoEUsqbVz/1A= +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/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= @@ -25,6 +26,7 @@ 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= @@ -43,6 +45,7 @@ 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= @@ -51,10 +54,13 @@ 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/gomega v1.27.7 h1:fVih9JD6ogIiHUN6ePK7HJidyEDpWGVB5mzM7cWNXoU= +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/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= @@ -66,10 +72,11 @@ 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.21.0 h1:AQyQV4dYCvJ7vGmJyKki9+PBdyvhkSd8EIx/qb0AYv4= -golang.org/x/net v0.21.0/go.mod h1:bIjVDfnllIU7BJ2DNgfnXvpSvtn8VRwhlsaeUTyUS44= +golang.org/x/net v0.23.0 h1:7EYJ93RZ9vYSZAIb2x3lnuvqO5zneoD6IvWjuhfxjTs= +golang.org/x/net v0.23.0/go.mod h1:JKghWKKOSdJwpW2GEx0Ja7fmaKnMsbu+MWVZTokSYmg= 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= @@ -82,10 +89,13 @@ 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= -k8s.io/klog/v2 v2.100.1 h1:7WCHKK6K8fNhTqfBhISHQ97KrnJNFZMcQvKp7gP/tmg= -k8s.io/klog/v2 v2.100.1/go.mod h1:y1WjHnz7Dj687irZUWR/WLkLc5N1YHtjLdmgWjndZn0= +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= diff --git a/staging/src/github.com/kubeedge/mapper-framework/go.mod b/staging/src/github.com/kubeedge/mapper-framework/go.mod index 5838add86..887ee1feb 100644 --- a/staging/src/github.com/kubeedge/mapper-framework/go.mod +++ b/staging/src/github.com/kubeedge/mapper-framework/go.mod @@ -6,7 +6,7 @@ require ( github.com/avast/retry-go v3.0.0+incompatible github.com/golang/protobuf v1.5.4 github.com/gorilla/mux v1.8.0 - github.com/kubeedge/kubeedge v0.0.0 + github.com/kubeedge/api v0.0.0 github.com/spf13/pflag v1.0.6-0.20210604193023-d5e0c0615ace golang.org/x/net v0.23.0 // indirect google.golang.org/grpc v1.63.0 @@ -18,10 +18,11 @@ require ( require ( github.com/go-logr/logr v1.4.1 // indirect github.com/kr/pretty v0.1.0 // indirect + github.com/stretchr/testify v1.9.0 // indirect golang.org/x/sys v0.19.0 // indirect golang.org/x/text v0.14.0 // indirect google.golang.org/genproto/googleapis/rpc v0.0.0-20240227224415-6ceb2ff114de // indirect gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect ) -replace github.com/kubeedge/kubeedge => ../../../../../../kubeedge +replace github.com/kubeedge/api => ../api 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 f79222d06..d2fb5c03d 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/kubeedge/pkg/apis/dmi/v1beta1" + dmiapi "github.com/kubeedge/api/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 723a403f3..c5b75dc6a 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/kubeedge/pkg/apis/dmi/v1beta1" + dmiapi "github.com/kubeedge/api/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 eff790c4c..c6ea2b232 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/kubeedge/pkg/apis/dmi/v1beta1" + dmiapi "github.com/kubeedge/api/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 8db5cd6a4..d8de4227b 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/kubeedge/pkg/apis/dmi/v1beta1" + dmiapi "github.com/kubeedge/api/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 54127292f..71bc93d4f 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/kubeedge/pkg/apis/dmi/v1beta1" + dmiapi "github.com/kubeedge/api/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 6f4099bc2..b7551a6bf 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/kubeedge/pkg/apis/dmi/v1beta1" + dmiapi "github.com/kubeedge/api/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 06f8d6cf3..bfb8c0cc0 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/kubeedge/pkg/apis/dmi/v1beta1" + dmiapi "github.com/kubeedge/api/dmi/v1beta1" "github.com/kubeedge/mapper-framework/pkg/common" ) diff --git a/tests/e2e/rule/rule.go b/tests/e2e/rule/rule.go index 423a8a8c6..5ee936f0e 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/kubeedge/pkg/apis/rules/v1" + v1 "github.com/kubeedge/api/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 69509a97a..a2a402dba 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/kubeedge/pkg/apis/devices/v1beta1" + "github.com/kubeedge/api/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 7dd379745..33bac8a6b 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/kubeedge/pkg/apis/devices/v1beta1" + "github.com/kubeedge/api/devices/v1beta1" ) func NewModbusDeviceModel() v1beta1.DeviceModel { diff --git a/tests/e2e/utils/rule.go b/tests/e2e/utils/rule.go index 291291cec..f5368d003 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/kubeedge/pkg/apis/rules/v1" + rulesv1 "github.com/kubeedge/api/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 abcd57621..ac3805fd2 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/kubeedge/pkg/apis/componentconfig/cloudcore/v1alpha1" - edgeconfig "github.com/kubeedge/kubeedge/pkg/apis/componentconfig/edgecore/v1alpha2" + cloudconfig "github.com/kubeedge/api/componentconfig/cloudcore/v1alpha1" + edgeconfig "github.com/kubeedge/api/componentconfig/edgecore/v1alpha2" ) func DisableAllModules(i interface{}) { diff --git a/tests/integration/metaserver/main_test.go b/tests/integration/metaserver/main_test.go index de0262080..02d68eddf 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/kubeedge/pkg/apis/componentconfig/cloudcore/v1alpha1" - edgeconfig "github.com/kubeedge/kubeedge/pkg/apis/componentconfig/edgecore/v1alpha2" + cloudconfig "github.com/kubeedge/api/componentconfig/cloudcore/v1alpha1" + edgeconfig "github.com/kubeedge/api/componentconfig/edgecore/v1alpha2" "github.com/kubeedge/kubeedge/tests/integration/framework" ) diff --git a/vendor/modules.txt b/vendor/modules.txt index 96f0a3132..4ec2b6736 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -591,6 +591,25 @@ github.com/klauspost/compress/internal/cpuinfo github.com/klauspost/compress/internal/snapref 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/beehive v0.0.0 => ./staging/src/github.com/kubeedge/beehive ## explicit; go 1.21 github.com/kubeedge/beehive/pkg/common @@ -2900,6 +2919,7 @@ sigs.k8s.io/yaml # github.com/containerd/containerd => github.com/containerd/containerd v1.5.18 # github.com/emicklei/go-restful/v3 => github.com/emicklei/go-restful/v3 v3.7.5-0.20220308211933-7c971ca4d0fd # github.com/gopherjs/gopherjs v0.0.0 => github.com/gopherjs/gopherjs v0.0.0-20181103185306-d547d1d9531e +# github.com/kubeedge/api => ./staging/src/github.com/kubeedge/api # github.com/kubeedge/beehive => ./staging/src/github.com/kubeedge/beehive # github.com/kubeedge/viaduct => ./staging/src/github.com/kubeedge/viaduct # github.com/spf13/viper => github.com/spf13/viper v1.8.1 |
