Kubernetes不允许删除部署-服务器找不到请求的资源

问题描述

当我尝试删除部署时,我收到 private fun runRecognizerSetupAsync(): String? { try { Log.d("Voice","${isExternalStorageWritable()} gg ") val assets = Assets(activity) val assetDir = assets.syncAssets() setupVoiceRecognizer(assetDir) } catch ( e : IOException){ Log.v("VoiceCommands","$e + Error ") return e.toString() } return null } private fun setupVoiceRecognizer(assetsDir: File) { speechRecognizer = SpeechRecognizerSetup.defaultSetup() .setAcousticModel(File(assetsDir,"es-ptm")) .setDictionary( File(assetsDir,"cmudict-es.dict") ) .recognizer speechRecognizer.addListener(this) // Create keyword-activation search. //recognizer.addKeyphraseSearch(KWS_SEARCH,KEYPHRASE); // Create your custom grammar-based search val activationWords = File(assetsDir,"activation.gram") speechRecognizer.addKeywordSearch(ACTIVATION_SEARCH,activationWords) } 错误,列出该事件时会发事件。

the server could not find the requested resource

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)