<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Pegah Lashgarlou</title>
    <description>The latest articles on DEV Community by Pegah Lashgarlou (@pegah_lashgarlou_18c5866c).</description>
    <link>https://dev.to/pegah_lashgarlou_18c5866c</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F821142%2F76bc328b-2c90-47db-ab6d-aea89f60d292.png</url>
      <title>DEV Community: Pegah Lashgarlou</title>
      <link>https://dev.to/pegah_lashgarlou_18c5866c</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/pegah_lashgarlou_18c5866c"/>
    <language>en</language>
    <item>
      <title>Golang and Kubernetes </title>
      <dc:creator>Pegah Lashgarlou</dc:creator>
      <pubDate>Thu, 24 Feb 2022 11:33:20 +0000</pubDate>
      <link>https://dev.to/pegah_lashgarlou_18c5866c/golang-and-kubernetes-o0n</link>
      <guid>https://dev.to/pegah_lashgarlou_18c5866c/golang-and-kubernetes-o0n</guid>
      <description>&lt;p&gt;Hi,&lt;br&gt;
I am new to kubernetes and trying to find out where the documentation is for the golang packages for Kubernetes. &lt;br&gt;
For example I have: &lt;br&gt;
clientset.CoreV1().Pods(body.Namespace)&lt;br&gt;
or &lt;br&gt;
podList, err := api.List(context.Background(), metav1.ListOptions{})&lt;/p&gt;

&lt;p&gt;Trying to find out where for example api.List method comes from and where to find other methods used to interact with kubernetes API via Go. &lt;br&gt;
I see to find the github link for it: &lt;a href="https://github.com/kubernetes/client-go"&gt;https://github.com/kubernetes/client-go&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;but no documentation. &lt;br&gt;
any help is greatly appreciated. &lt;/p&gt;

</description>
      <category>kubernetes</category>
      <category>go</category>
      <category>docker</category>
      <category>cloud</category>
    </item>
  </channel>
</rss>
