Categorygithub.com/clusterpedia-io/client-go
module
0.0.0-20240910012538-c761f8257a47
Repository: https://github.com/clusterpedia-io/client-go.git
Documentation: pkg.go.dev

# README

clusterpedia-client supports the use of native client-go mode to call the clusterpedia API. clisterpedia uses labelSelector to query data. clusterpedia- client provides a more convenient way to build options for various complex conditions, which is more suitable for users.

usage

In multiple clusters, build options in a chained stype.

options := clusterpedia.ListOptionsBuild().Clusters("cluster-01").Namespaces("kube-system").Offset(10).Size(5).OrderBy(Order{"dsad", false}).Options()

You can get the clientset of client-go connect to clusterpedia.

example

Here are some examples where clusterpedia-client can be used more easily.

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author