{"id":630,"date":"2020-07-16T22:55:13","date_gmt":"2020-07-16T14:55:13","guid":{"rendered":"https:\/\/www.myway5.com\/?p=630"},"modified":"2023-07-05T21:25:23","modified_gmt":"2023-07-05T13:25:23","slug":"informer","status":"publish","type":"post","link":"https:\/\/www.myway5.com\/index.php\/2020\/07\/16\/informer\/","title":{"rendered":"informer \u7684\u57fa\u7840\u77e5\u8bc6"},"content":{"rendered":"<h2>\u7b80\u4ecb<\/h2>\n<p>informer \u662f <a class=\"wp-editor-md-post-content-link\" href=\"https:\/\/github.com\/kubernetes\/client-go\">client-go<\/a> \u63d0\u4f9b\u7684\u4e00\u4e2a\u5de5\u5177\uff0c\u4e3b\u8981\u662f\u7528\u6765\u5728 <code>api-server<\/code> \u548c\u7a0b\u5e8f\u4e4b\u95f4\u540c\u6b65\u6307\u5b9a\u7684\u8d44\u6e90\uff0c\u5e76\u4f5c\u4e3a\u672c\u5730\u7f13\u5b58\uff0c\u6bd4\u5982 <code>Pod<\/code>, <code>Deployment<\/code> \u7b49\u7b49\u3002<\/p>\n<p>\u6211\u4eec\u90fd\u77e5\u9053\uff0ckubernetes \u4e2d\u6709\u5f88\u591a\u4e2a controller \u5728\u8fd0\u884c\uff0c\u6765\u4fdd\u8bc1\u5b83\u4eec\u5173\u6ce8\u7684\u8d44\u6e90\u5904\u4e8e\u7b26\u5408\u671f\u671b\u7684\u72b6\u6001\u3002\u6bd4\u5982 <code>ReplicasSet<\/code>\uff0c\u4f1a\u4fdd\u8bc1\u8be5 <code>ReplicaSet<\/code> \u6709\u671f\u671b\u7684\u526f\u672c\u6570\u4e00\u76f4\u8fd0\u884c\u3002\u8fd9\u662f\u901a\u8fc7\u4e00\u4e2a\u4e0d\u4f1a\u7ec8\u6b62\u7684\u5faa\u73af\uff0c\u4e0d\u65ad\u76d1\u63a7\u5f53\u524d\u96c6\u7fa4\u7684\u72b6\u6001\uff0c\u7136\u540e\u8c03\u6574\u7684\u671f\u671b\u7684\u72b6\u6001\u3002\u5982\u4e0b\u4ee3\u7801\u6240\u793a:<\/p>\n<pre><code class=\"language-go line-numbers\">for {\n    current := getCurrentState()\n    desired := getDesiredState()\n    reconcile(current, desired)\n}\n<\/code><\/pre>\n<p>\u56e0\u4e3a\u8fd9\u6837\u7684\u9700\u6c42\uff0c\u6240\u4ee5 controller \u9700\u8981\u4e0d\u505c\u7684\u83b7\u53d6\u96c6\u7fa4\u4e2d\u4e00\u4e9b\u8d44\u6e90\u7684\u72b6\u6001\uff0c\u7136\u540e\u8c03\u6574\u5230\u671f\u671b\u7684\u72b6\u6001\u3002\u5982\u679c\u6211\u4eec\u662f\u901a\u8fc7\u7f51\u7edc\u4e0d\u505c\u7684\u67e5\u8be2\u96c6\u7fa4\u72b6\u6001\uff0c\u5c06\u662f\u4e00\u4e2a\u6027\u80fd\u5f88\u5dee\u7684\u65b9\u6848\u3002\u4e3a\u4e86\u6027\u80fd\uff0c\u53ef\u4ee5\u4f7f\u7528\u7f13\u5b58\uff0c\u6765\u5c06\u6307\u5b9a\u7684\u8d44\u6e90\u4fdd\u5b58\u5728\u672c\u5730\uff0c\u53ea\u8981\u6211\u4eec\u53ca\u65f6\u7684\u66f4\u65b0\u7f13\u5b58\uff0c\u5c31\u4e0d\u9700\u8981\u901a\u8fc7\u7f51\u7edc\u5411\u96c6\u7fa4\u67e5\u8be2\u4e86\u3002<\/p>\n<p>\u8fd9\u5c31\u662f informer \u51fa\u73b0\u7684\u539f\u56e0\u3002\u5b83\u901a\u8fc7 <code>List&amp;Watch<\/code> \u6765\u5b9e\u65f6\u540c\u6b65 api-server \u4e2d\u7684\u8d44\u6e90\uff0c\u7136\u540e\u5c06\u8d44\u6e90\u5206\u6210\u4e09\u79cd\u4e8b\u4ef6\u6765\u89e6\u53d1\u4e0d\u540c\u7684\u5904\u7406\u3002\u8fd9\u4e09\u79cd\u4e8b\u4ef6\u662f: <code>Add<\/code>, <code>Update<\/code> \u548c <code>Delete<\/code>\u3002\u540c\u65f6\u5b83\u8fd8\u63d0\u4f9b\u4e86\u4e00\u4e2a\u62bd\u8c61\u7684 <code>Store<\/code> \u6765\u63d0\u4f9b\u672c\u5730\u7f13\u5b58\u7684\u67e5\u8be2\u3002<\/p>\n<p>\u6700\u540e\uff0c\u5b83\u8fd8\u53ef\u4ee5\u914d\u5408 <code>workqueue<\/code> \u6765\u5b9e\u73b0\u672c\u5730\u7684\u91cd\u8bd5\u7b49\u7b49\u3002informer \u662f\u4e00\u4e2a\u975e\u5e38\u5f3a\u5927\u7684\u5de5\u5177\uff0c\u5728\u6211\u4eec\u505a kubernetes \u4e0a controller \u7684\u5f00\u53d1\u65f6\u5fc5\u4e0d\u53ef\u5c11\uff0c\u4f46\u662f\u56e0\u4e3a controller \u7684\u7f16\u5199\u672c\u8eab\u5c31\u662f\u4e00\u4ef6\u6bd4\u8f83\u590d\u6742\u7684\u5de5\u4f5c\uff0c\u6211\u4eec\u5fc5\u987b\u8981\u5bf9 informer \u672c\u8eab\uff0c\u4ee5\u53ca\u5176\u5468\u8fb9\u7684\u5de5\u5177\u6709\u6e05\u6670\u7684\u7406\u89e3\uff0c\u624d\u80fd\u5199\u51fa\u8d28\u91cf\u66f4\u597d\u7684\u4ee3\u7801\u3002<\/p>\n<h2>\u5de5\u4f5c\u6d41\u7a0b<\/h2>\n<p><img decoding=\"async\" src=\"https:\/\/www.myway5.com\/wp-content\/uploads\/2020\/07\/informer-1.png\" alt=\"informer\" \/><\/p>\n<p>\u8fd9\u91cc\u5148\u653e\u4e0a\u4e00\u5f20\u56fe\u6765\u505a\u53c2\u8003\u3002\u4e00\u822c\u6211\u4eec\u5728\u4f7f\u7528 informer \u65f6\uff0c\u4f1a\u4f7f\u7528\u5982\u4e0b\u7684\u4ee3\u7801\uff1a<\/p>\n<pre><code class=\"language-go line-numbers\">\/\/ filterd\nlw := cache.ListWatch{\n    ListFunc: func(options metav1.ListOptions) (object runtime.Object, err error) {\n        return k8sCli.CoreV1().Pods(metav1.NamespaceAll).List(context.TODO(), options)\n    },\n    WatchFunc: func(options metav1.ListOptions) (w watch.Interface, err error) {\n        return k8sCli.CoreV1().Pods(metav1.NamespaceAll).Watch(context.TODO(), options)\n    },\n}\n\/\/ indexerInformer, shareInformer\nstore, ctrl := cache.NewInformer(&amp;lw, &amp;v1.Pod{}, 0, cache.ResourceEventHandlerFuncs{\n    AddFunc:    handleAddPod,\n    UpdateFunc: handleUpdatePod,\n    DeleteFunc: handleDeletePod,\n})\nstopChan := signals.SetupSignalHandler()\ngo ctrl.Run(stopChan)\nif sync := cache.WaitForCacheSync(stopChan, ctrl.HasSynced); !sync {\n    log.Println(\"not sync\")\n}\nlog.Println(\"synchronized finish\")\n\n<\/code><\/pre>\n<p>\u9996\u5148\uff0c\u6211\u4eec\u5b9a\u4e49\u4e86 ListWatch \u7684\u65b9\u6cd5\uff0cinformer \u4f1a\u7528 List \u65b9\u6cd5\u6765\u83b7\u53d6\u6240\u6709\u7684 Pod \u8d44\u6e90\uff0c\u7136\u540e\u4f7f\u7528 Watch \u6765\u76d1\u542c\u4e4b\u540e Pod \u8d44\u6e90\u7684\u66f4\u65b0\u3002<\/p>\n<p>\u4e4b\u540e\u6211\u4eec\u5b9e\u4f8b\u5316\u4e86\u4e00\u4e2a informer\u3002\u7b2c\u4e8c\u4e2a\u53c2\u6570\u662f\u8d44\u6e90\u7c7b\u578b\u3002\u7b2c\u4e09\u4e2a\u53c2\u6570\u662f\u91cd\u65b0\u540c\u6b65\u7684\u5468\u671f\uff0c0\u4e3a\u4e0d\u540c\u6b65\uff0c\u5426\u5219\u4f1a\u5728\u6bcf\u4e2a\u5468\u671f\u5f00\u59cb\u65f6\u91cd\u65b0 List \u6240\u6709\u7684\u8d44\u6e90\u3002\u7b2c\u56db\u4e2a\u53c2\u6570\u662f <code>ResourceEventHandlerFuncs<\/code>\uff0c\u8fd9\u91cc\u7684 <code>AddFunc<\/code>, <code>UpdateFunc<\/code>,<code>DeleteFunc<\/code> \u662f\u672c\u5730\u7f13\u5b58\u5728\u589e\u52a0\uff0c\u66f4\u65b0\u548c\u5220\u9664\u65f6\u89e6\u53d1\u7684\u4e8b\u4ef6\u3002<\/p>\n<p><code>NewInformer<\/code> \u8fd4\u56de\u4e86 store \u548c ctrl \u4e24\u4e2a\u503c\uff0cstore \u5c31\u662f pod \u7684\u672c\u5730\u7f13\u5b58\uff0c\u6211\u4eec\u53ef\u4ee5\u901a\u8fc7\u67e5\u8be2 store \u6765\u4ee3\u66ff\u76f4\u63a5\u5411 api-server \u67e5\u8be2\u3002\u8fd9\u4e2a\u8fd4\u56de\u7684 store \u5b9e\u73b0\u4e86\u5982\u4e0b\u7684\u63a5\u53e3:<\/p>\n<pre><code class=\"language-go line-numbers\">type Store interface {\n    Add(obj interface{}) error\n    Update(obj interface{}) error\n    Delete(obj interface{}) error\n    List() []interface{}\n    ListKeys() []string\n    Get(obj interface{}) (item interface{}, exists bool, err error)\n    GetByKey(key string) (item interface{}, exists bool, err error)\n\n    \/\/ Replace will delete the contents of the store, using instead the\n    \/\/ given list. Store takes ownership of the list, you should not reference\n    \/\/ it after calling this function.\n    Replace([]interface{}, string) error\n    Resync() error\n}\n<\/code><\/pre>\n<p>\u5728 controller \u4e2d\uff0c\u6211\u4eec\u4e00\u822c\u4f7f\u7528 <code>List*<\/code>, <code>Get*<\/code> \u65b9\u6cd5\uff0c\u53ef\u4ee5\u7528\u6765\u67e5\u8be2\u672c\u5730\u7684\u7f13\u5b58\u3002\u540c\u65f6\u4e0d\u8981\u4f7f\u7528\u5176\u4ed6\u7684\u65b9\u6cd5\uff0c\u8fd9\u4f1a\u5bfc\u81f4\u4e00\u4e9b\u4e0d\u53ef\u9884\u77e5\u7684\u95ee\u9898\u3002<\/p>\n<p>\u53e6\u5916\u4e00\u4e2a\u8fd4\u56de\u503c ctrl\uff0c\u5b9e\u73b0\u4e86\u5982\u4e0b\u7684\u63a5\u53e3\uff1a<\/p>\n<pre><code class=\"language-go line-numbers\">type Controller interface {\n    Run(stopCh &lt;-chan struct{})\n    HasSynced() bool\n    LastSyncResourceVersion() string\n}\n<\/code><\/pre>\n<p>\u8fd9\u4e2a\u63a5\u53e3\u5f88\u7b80\u5355\uff0c<code>Run<\/code> \u7528\u6765\u5f00\u59cb\u542f\u52a8\u540c\u6b65\uff0c<code>stopCh<\/code> \u7528\u6765\u968f\u65f6\u505c\u6b62\u540c\u6b65\uff0c<code>HasSynced<\/code> \u7528\u6765\u5224\u65ad\u540c\u6b65\u662f\u5426\u5b8c\u6210\u3002<code>LastSyncResourceVersion<\/code> \u7528\u6765\u83b7\u53d6\u6700\u65b0\u540c\u6b65\u7684\u8d44\u6e90 version\u3002<\/p>\n<p><code>cache.WaitForCacheSync<\/code> \u7528\u6765\u7b49\u5f85\u540c\u6b65\u5b8c\u6210\u3002<\/p>\n<h2>\u603b\u7ed3<\/h2>\n<p>\u5173\u4e8e informer \u7684\u57fa\u672c\u4f7f\u7528\u5c31\u5148\u4ecb\u7ecd\u8fd9\u4e48\u591a\u3002\u540e\u9762\u4f1a\u5bf9 informer \u4e2d\u6d89\u53ca\u7684\u4ee3\u7801\u8fdb\u884c\u8be6\u7ec6\u7684\u5206\u6790\uff0c\u5305\u62ec <code>List&amp;Watch<\/code> \u7684\u673a\u5236\u3001<code>DeltaFIFO<\/code> \u7684\u5b9e\u73b0\u3001\u672c\u5730\u7f13\u5b58(Store) \u7684\u5b9e\u73b0\u7b49\u7b49\u3002<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u7b80\u4ecb informer \u662f client-go \u63d0\u4f9b\u7684\u4e00\u4e2a\u5de5\u5177\uff0c\u4e3b\u8981\u662f\u7528\u6765\u5728 api-server \u548c\u7a0b\u5e8f\u4e4b\u95f4 &hellip; <a href=\"https:\/\/www.myway5.com\/index.php\/2020\/07\/16\/informer\/\" class=\"more-link\">\u7ee7\u7eed\u9605\u8bfb<span class=\"screen-reader-text\">informer \u7684\u57fa\u7840\u77e5\u8bc6<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[119],"tags":[],"class_list":["post-630","post","type-post","status-publish","format-standard","hentry","category-controller"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.4 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>informer \u7684\u57fa\u7840\u77e5\u8bc6 - \u4e00\u53ea\u5b89\u9759\u7684\u732b<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.myway5.com\/index.php\/2020\/07\/16\/informer\/\" \/>\n<meta property=\"og:locale\" content=\"zh_CN\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"informer \u7684\u57fa\u7840\u77e5\u8bc6 - \u4e00\u53ea\u5b89\u9759\u7684\u732b\" \/>\n<meta property=\"og:description\" content=\"\u7b80\u4ecb informer \u662f client-go \u63d0\u4f9b\u7684\u4e00\u4e2a\u5de5\u5177\uff0c\u4e3b\u8981\u662f\u7528\u6765\u5728 api-server \u548c\u7a0b\u5e8f\u4e4b\u95f4 &hellip; \u7ee7\u7eed\u9605\u8bfbinformer \u7684\u57fa\u7840\u77e5\u8bc6\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.myway5.com\/index.php\/2020\/07\/16\/informer\/\" \/>\n<meta property=\"og:site_name\" content=\"\u4e00\u53ea\u5b89\u9759\u7684\u732b\" \/>\n<meta property=\"article:published_time\" content=\"2020-07-16T14:55:13+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-07-05T13:25:23+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.myway5.com\/wp-content\/uploads\/2020\/07\/informer-1.png\" \/>\n<meta name=\"author\" content=\"jiangpengfei\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u4f5c\u8005\" \/>\n\t<meta name=\"twitter:data1\" content=\"jiangpengfei\" \/>\n\t<meta name=\"twitter:label2\" content=\"\u9884\u8ba1\u9605\u8bfb\u65f6\u95f4\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 \u5206\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.myway5.com\/index.php\/2020\/07\/16\/informer\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.myway5.com\/index.php\/2020\/07\/16\/informer\/\"},\"author\":{\"name\":\"jiangpengfei\",\"@id\":\"https:\/\/www.myway5.com\/#\/schema\/person\/b19267e8b106343431e163ec96950685\"},\"headline\":\"informer \u7684\u57fa\u7840\u77e5\u8bc6\",\"datePublished\":\"2020-07-16T14:55:13+00:00\",\"dateModified\":\"2023-07-05T13:25:23+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.myway5.com\/index.php\/2020\/07\/16\/informer\/\"},\"wordCount\":35,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.myway5.com\/#\/schema\/person\/b19267e8b106343431e163ec96950685\"},\"image\":{\"@id\":\"https:\/\/www.myway5.com\/index.php\/2020\/07\/16\/informer\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.myway5.com\/wp-content\/uploads\/2020\/07\/informer-1.png\",\"articleSection\":[\"controller\u7684\u5b9e\u73b0\"],\"inLanguage\":\"zh-Hans\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.myway5.com\/index.php\/2020\/07\/16\/informer\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.myway5.com\/index.php\/2020\/07\/16\/informer\/\",\"url\":\"https:\/\/www.myway5.com\/index.php\/2020\/07\/16\/informer\/\",\"name\":\"informer \u7684\u57fa\u7840\u77e5\u8bc6 - \u4e00\u53ea\u5b89\u9759\u7684\u732b\",\"isPartOf\":{\"@id\":\"https:\/\/www.myway5.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.myway5.com\/index.php\/2020\/07\/16\/informer\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.myway5.com\/index.php\/2020\/07\/16\/informer\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.myway5.com\/wp-content\/uploads\/2020\/07\/informer-1.png\",\"datePublished\":\"2020-07-16T14:55:13+00:00\",\"dateModified\":\"2023-07-05T13:25:23+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.myway5.com\/index.php\/2020\/07\/16\/informer\/#breadcrumb\"},\"inLanguage\":\"zh-Hans\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.myway5.com\/index.php\/2020\/07\/16\/informer\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"zh-Hans\",\"@id\":\"https:\/\/www.myway5.com\/index.php\/2020\/07\/16\/informer\/#primaryimage\",\"url\":\"https:\/\/www.myway5.com\/wp-content\/uploads\/2020\/07\/informer-1.png\",\"contentUrl\":\"https:\/\/www.myway5.com\/wp-content\/uploads\/2020\/07\/informer-1.png\",\"width\":711,\"height\":301},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.myway5.com\/index.php\/2020\/07\/16\/informer\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\u9996\u9875\",\"item\":\"https:\/\/www.myway5.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"informer \u7684\u57fa\u7840\u77e5\u8bc6\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.myway5.com\/#website\",\"url\":\"https:\/\/www.myway5.com\/\",\"name\":\"\u4e00\u53ea\u5b89\u9759\u7684\u732b\",\"description\":\"\u60f3\u5565\u5462\",\"publisher\":{\"@id\":\"https:\/\/www.myway5.com\/#\/schema\/person\/b19267e8b106343431e163ec96950685\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.myway5.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"zh-Hans\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\/\/www.myway5.com\/#\/schema\/person\/b19267e8b106343431e163ec96950685\",\"name\":\"jiangpengfei\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"zh-Hans\",\"@id\":\"https:\/\/www.myway5.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/f8c7de757f6e0247412bcfd31b7c2271?s=96&d=monsterid&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/f8c7de757f6e0247412bcfd31b7c2271?s=96&d=monsterid&r=g\",\"caption\":\"jiangpengfei\"},\"logo\":{\"@id\":\"https:\/\/www.myway5.com\/#\/schema\/person\/image\/\"},\"url\":\"https:\/\/www.myway5.com\/index.php\/author\/joyme\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"informer \u7684\u57fa\u7840\u77e5\u8bc6 - \u4e00\u53ea\u5b89\u9759\u7684\u732b","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.myway5.com\/index.php\/2020\/07\/16\/informer\/","og_locale":"zh_CN","og_type":"article","og_title":"informer \u7684\u57fa\u7840\u77e5\u8bc6 - \u4e00\u53ea\u5b89\u9759\u7684\u732b","og_description":"\u7b80\u4ecb informer \u662f client-go \u63d0\u4f9b\u7684\u4e00\u4e2a\u5de5\u5177\uff0c\u4e3b\u8981\u662f\u7528\u6765\u5728 api-server \u548c\u7a0b\u5e8f\u4e4b\u95f4 &hellip; \u7ee7\u7eed\u9605\u8bfbinformer \u7684\u57fa\u7840\u77e5\u8bc6","og_url":"https:\/\/www.myway5.com\/index.php\/2020\/07\/16\/informer\/","og_site_name":"\u4e00\u53ea\u5b89\u9759\u7684\u732b","article_published_time":"2020-07-16T14:55:13+00:00","article_modified_time":"2023-07-05T13:25:23+00:00","og_image":[{"url":"https:\/\/www.myway5.com\/wp-content\/uploads\/2020\/07\/informer-1.png","type":"","width":"","height":""}],"author":"jiangpengfei","twitter_card":"summary_large_image","twitter_misc":{"\u4f5c\u8005":"jiangpengfei","\u9884\u8ba1\u9605\u8bfb\u65f6\u95f4":"2 \u5206"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.myway5.com\/index.php\/2020\/07\/16\/informer\/#article","isPartOf":{"@id":"https:\/\/www.myway5.com\/index.php\/2020\/07\/16\/informer\/"},"author":{"name":"jiangpengfei","@id":"https:\/\/www.myway5.com\/#\/schema\/person\/b19267e8b106343431e163ec96950685"},"headline":"informer \u7684\u57fa\u7840\u77e5\u8bc6","datePublished":"2020-07-16T14:55:13+00:00","dateModified":"2023-07-05T13:25:23+00:00","mainEntityOfPage":{"@id":"https:\/\/www.myway5.com\/index.php\/2020\/07\/16\/informer\/"},"wordCount":35,"commentCount":0,"publisher":{"@id":"https:\/\/www.myway5.com\/#\/schema\/person\/b19267e8b106343431e163ec96950685"},"image":{"@id":"https:\/\/www.myway5.com\/index.php\/2020\/07\/16\/informer\/#primaryimage"},"thumbnailUrl":"https:\/\/www.myway5.com\/wp-content\/uploads\/2020\/07\/informer-1.png","articleSection":["controller\u7684\u5b9e\u73b0"],"inLanguage":"zh-Hans","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.myway5.com\/index.php\/2020\/07\/16\/informer\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.myway5.com\/index.php\/2020\/07\/16\/informer\/","url":"https:\/\/www.myway5.com\/index.php\/2020\/07\/16\/informer\/","name":"informer \u7684\u57fa\u7840\u77e5\u8bc6 - \u4e00\u53ea\u5b89\u9759\u7684\u732b","isPartOf":{"@id":"https:\/\/www.myway5.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.myway5.com\/index.php\/2020\/07\/16\/informer\/#primaryimage"},"image":{"@id":"https:\/\/www.myway5.com\/index.php\/2020\/07\/16\/informer\/#primaryimage"},"thumbnailUrl":"https:\/\/www.myway5.com\/wp-content\/uploads\/2020\/07\/informer-1.png","datePublished":"2020-07-16T14:55:13+00:00","dateModified":"2023-07-05T13:25:23+00:00","breadcrumb":{"@id":"https:\/\/www.myway5.com\/index.php\/2020\/07\/16\/informer\/#breadcrumb"},"inLanguage":"zh-Hans","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.myway5.com\/index.php\/2020\/07\/16\/informer\/"]}]},{"@type":"ImageObject","inLanguage":"zh-Hans","@id":"https:\/\/www.myway5.com\/index.php\/2020\/07\/16\/informer\/#primaryimage","url":"https:\/\/www.myway5.com\/wp-content\/uploads\/2020\/07\/informer-1.png","contentUrl":"https:\/\/www.myway5.com\/wp-content\/uploads\/2020\/07\/informer-1.png","width":711,"height":301},{"@type":"BreadcrumbList","@id":"https:\/\/www.myway5.com\/index.php\/2020\/07\/16\/informer\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\u9996\u9875","item":"https:\/\/www.myway5.com\/"},{"@type":"ListItem","position":2,"name":"informer \u7684\u57fa\u7840\u77e5\u8bc6"}]},{"@type":"WebSite","@id":"https:\/\/www.myway5.com\/#website","url":"https:\/\/www.myway5.com\/","name":"\u4e00\u53ea\u5b89\u9759\u7684\u732b","description":"\u60f3\u5565\u5462","publisher":{"@id":"https:\/\/www.myway5.com\/#\/schema\/person\/b19267e8b106343431e163ec96950685"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.myway5.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"zh-Hans"},{"@type":["Person","Organization"],"@id":"https:\/\/www.myway5.com\/#\/schema\/person\/b19267e8b106343431e163ec96950685","name":"jiangpengfei","image":{"@type":"ImageObject","inLanguage":"zh-Hans","@id":"https:\/\/www.myway5.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/f8c7de757f6e0247412bcfd31b7c2271?s=96&d=monsterid&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/f8c7de757f6e0247412bcfd31b7c2271?s=96&d=monsterid&r=g","caption":"jiangpengfei"},"logo":{"@id":"https:\/\/www.myway5.com\/#\/schema\/person\/image\/"},"url":"https:\/\/www.myway5.com\/index.php\/author\/joyme\/"}]}},"views":6351,"_links":{"self":[{"href":"https:\/\/www.myway5.com\/index.php\/wp-json\/wp\/v2\/posts\/630","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.myway5.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.myway5.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.myway5.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.myway5.com\/index.php\/wp-json\/wp\/v2\/comments?post=630"}],"version-history":[{"count":5,"href":"https:\/\/www.myway5.com\/index.php\/wp-json\/wp\/v2\/posts\/630\/revisions"}],"predecessor-version":[{"id":636,"href":"https:\/\/www.myway5.com\/index.php\/wp-json\/wp\/v2\/posts\/630\/revisions\/636"}],"wp:attachment":[{"href":"https:\/\/www.myway5.com\/index.php\/wp-json\/wp\/v2\/media?parent=630"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.myway5.com\/index.php\/wp-json\/wp\/v2\/categories?post=630"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.myway5.com\/index.php\/wp-json\/wp\/v2\/tags?post=630"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}