We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 047e1db commit ac14af3Copy full SHA for ac14af3
1 file changed
test.py
@@ -108,4 +108,5 @@ def main():
108
if __name__ == '__main__':
109
# main()
110
client = KubernetesClient(config='.token')
111
- print(client.getFullKinds())
+ print(client.getFullKinds())
112
+ # client.listResourcesWithFieldSelector(kind='Pod', namespace='', fields={'spec.nodeName': '=133.133.135.134'})
0 commit comments