Documentation ¶
Index ¶
- Variables
- func GetSlice(ctx context.Context, c client.Client, slice string) (*kubeslicev1beta1.Slice, error)
- func GetSliceIngressGwPod(ctx context.Context, c client.Client, sliceName string) (*kubeslicev1beta1.AppPod, error)
- func GetSliceRouterPodNameAndIP(ctx context.Context, c client.Client, sliceName string) (string, string, error)
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ControlPlaneNamespace is the namespace where slice operator is running ControlPlaneNamespace = "kubeslice-system" // DNSDeploymentName is the name of coredns deployment running in the cluster DNSDeploymentName = "kubeslice-dns" NSMIPLabelSelectorKey string = "avesha.io/nsmIP" ClusterName = os.Getenv("CLUSTER_NAME") NodeIP = os.Getenv("NODE_IP") ImagePullSecretName = utils.GetEnvOrDefault("IMAGE_PULL_SECRET_NAME", "avesha-nexus") ReconcileInterval = 10 * time.Second )
Functions ¶
func GetSliceIngressGwPod ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.