Documentation
¶
Overview ¶
Package portal provides a client for the KubeRocketCI Portal public API.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
ClusterName string `json:"clusterName"`
DefaultNamespace string `json:"defaultNamespace"`
}
Config holds public configuration returned by the Portal.
func FetchConfig ¶
FetchConfig calls the Portal public config.get endpoint (no auth required) and returns the cluster configuration. The portal URL must use HTTPS.
Click to show internal directories.
Click to hide internal directories.