Documentation
¶
Index ¶
- Constants
- Variables
- func AddFlags(flags *flag.FlagSet)
- func GetClientset() (*kubernetes.Clientset, error)
- func GetClusterConfig() (*rest.Config, error)
- func GetK8sMinorVersion(clientset kubernetes.Interface) (int, error)
- func GetK8sVersion(clientset kubernetes.Interface) (string, error)
- func IsReplicatedClusterScoped(ctx context.Context, clientset kubernetes.Interface, namespace string) bool
Constants ¶
View Source
const ( DEFAULT_K8S_CLIENT_QPS = 100 DEFAULT_K8S_CLIENT_BURST = 100 )
Variables ¶
View Source
var KubernetesConfigFlags *genericclioptions.ConfigFlags
Functions ¶
func GetClientset ¶
func GetClientset() (*kubernetes.Clientset, error)
func GetClusterConfig ¶
func GetK8sMinorVersion ¶
func GetK8sMinorVersion(clientset kubernetes.Interface) (int, error)
func GetK8sVersion ¶
func GetK8sVersion(clientset kubernetes.Interface) (string, error)
func IsReplicatedClusterScoped ¶
func IsReplicatedClusterScoped(ctx context.Context, clientset kubernetes.Interface, namespace string) bool
IsReplicatedClusterScoped will check if replicated-sdk has cluster scope access or not
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.