Documentation ¶
Index ¶
- type Graph
- type KubeClient
- func (kc *KubeClient) GetAll(ctx context.Context, namespace string) (Graph, error)
- func (kc *KubeClient) GetBuildConfigs(ctx context.Context, graph *Graph, namespace string) error
- func (kc *KubeClient) GetBuilds(ctx context.Context, graph *Graph, namespace string) error
- func (kc *KubeClient) GetConfigMaps(ctx context.Context, graph *Graph, namespace string) error
- func (kc *KubeClient) GetCronJobs(ctx context.Context, graph *Graph, namespace string) error
- func (kc *KubeClient) GetDaemonSets(ctx context.Context, graph *Graph, namespace string) error
- func (kc *KubeClient) GetDeploymentConfigs(ctx context.Context, graph *Graph, namespace string) error
- func (kc *KubeClient) GetDeployments(ctx context.Context, graph *Graph, namespace string) error
- func (kc *KubeClient) GetEndpointSlices(ctx context.Context, graph *Graph, namespace string) error
- func (kc *KubeClient) GetJobs(ctx context.Context, graph *Graph, namespace string) error
- func (kc *KubeClient) GetPersistentVolumeClaims(ctx context.Context, graph *Graph, namespace string) error
- func (kc *KubeClient) GetPods(ctx context.Context, graph *Graph, namespace string) error
- func (kc *KubeClient) GetProjects(ctx context.Context) ([]Project, error)
- func (kc *KubeClient) GetReplicaSets(ctx context.Context, graph *Graph, namespace string) error
- func (kc *KubeClient) GetReplicationControllers(ctx context.Context, graph *Graph, namespace string) error
- func (kc *KubeClient) GetRoutes(ctx context.Context, graph *Graph, namespace string) error
- func (kc *KubeClient) GetSecrets(ctx context.Context, graph *Graph, namespace string) error
- func (kc *KubeClient) GetServices(ctx context.Context, graph *Graph, namespace string) error
- func (kc *KubeClient) GetStatefulSets(ctx context.Context, graph *Graph, namespace string) error
- type Link
- type Node
- type Project
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Graph ¶
type KubeClient ¶
type KubeClient struct {
// contains filtered or unexported fields
}
func InitKubeClient ¶
func InitKubeClient(masterurl, kubeconfig string) (*KubeClient, error)
func (*KubeClient) GetBuildConfigs ¶
func (*KubeClient) GetConfigMaps ¶
func (*KubeClient) GetCronJobs ¶
func (*KubeClient) GetDaemonSets ¶
func (*KubeClient) GetDeploymentConfigs ¶
func (*KubeClient) GetDeployments ¶
func (*KubeClient) GetEndpointSlices ¶
func (*KubeClient) GetPersistentVolumeClaims ¶
func (*KubeClient) GetProjects ¶
func (kc *KubeClient) GetProjects(ctx context.Context) ([]Project, error)
func (*KubeClient) GetReplicaSets ¶
func (*KubeClient) GetReplicationControllers ¶
func (*KubeClient) GetSecrets ¶
func (*KubeClient) GetServices ¶
func (*KubeClient) GetStatefulSets ¶
Click to show internal directories.
Click to hide internal directories.