cluster-controller

command module
v0.0.0-...-c9899b3 Latest Latest
Warning

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

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

README

cluster-controller

cluster-controller for Weave GitOps Enterprise.

This provides an in-cluster representation of clusters.

A GitOpsCluster can reference an existing CAPI cluster.

apiVersion: gitops.weave.works/v1alpha1
kind: GitOpsCluster
metadata:
  name: dev
  namespace: default
spec:
  capiClusterRef:
    name: dev

Alternatively, a GitOpsCluster can reference a secret containing a kube config file.

apiVersion: gitops.weave.works/v1alpha1
kind: GitOpsCluster
metadata:
  name: dev
  namespace: default
spec:
  secretRef:
    name: dev

This code was originally written for Weave GitOps Enterprise.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
api
v1alpha1
Package v1alpha1 contains API Schema definitions for the gitops v1alpha1 API group +kubebuilder:object:generate=true +groupName=gitops.weave.works
Package v1alpha1 contains API Schema definitions for the gitops v1alpha1 API group +kubebuilder:object:generate=true +groupName=gitops.weave.works

Jump to

Keyboard shortcuts

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