Skip to content

clusterpedia-io/client-go

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages