cluster

package
v0.0.0-...-9fc8000 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 19, 2024 License: Apache-2.0 Imports: 24 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CleanupRouterDeployment

func CleanupRouterDeployment(
	projectName, routerName string,
) error

func InitClusterClients

func InitClusterClients(cfg *config.Config) error

Types

type DeleteInterface

type DeleteInterface interface {
	Delete(ctx context.Context, name string, opts metav1.DeleteOptions) error
}

type TuringRouterResources

type TuringRouterResources struct {
	KnativeServices []knservingv1.Service
	K8sServices     []coreV1.Service
	IstioServices   []v1alpha3.VirtualService
	K8sDeployments  []appsV1.Deployment
	ConfigMaps      []coreV1.ConfigMap
	Secrets         []coreV1.Secret
	PVCs            []coreV1.PersistentVolumeClaim
}

func ListRouterResources

func ListRouterResources(projectName, routerName string) (TuringRouterResources, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL