akscluster

package
v1.2.1-0...-e31c98a Latest Latest
Warning

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

Go to latest
Published: Feb 23, 2024 License: Apache-2.0 Imports: 34 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Add

func Add(mgr manager.Manager) error

Add creates a new AKSCluster Controller and adds it to the Manager. The Manager will set fields on the Controller and Start it when the Manager is Started.

Types

type CollectedPod

type CollectedPod struct {
	NamespaceID string   `json:"namespace_id"`
	PodID       string   `json:"pod_id"`
	Pod         string   `json:"pod_name"`
	Containers  []string `json:"containers"`
	Namespace   string   `json:"namespace_name"`
}

type ReconcileAKSCluster

type ReconcileAKSCluster struct {
	// contains filtered or unexported fields
}

ReconcileAKSCluster reconciles a AKSCluster object

func (*ReconcileAKSCluster) Reconcile

func (r *ReconcileAKSCluster) Reconcile(request reconcile.Request) (reconcile.Result, error)

Reconcile reads that state of the cluster for a AKSCluster object and makes changes based on the state read and what is in the AKSCluster.Spec a Pod as an example Note: The Controller will requeue the Request to be processed again if the returned error is non-nil or Result.Requeue is true, otherwise upon completion it will remove the work from the queue.

type RemoteCluster

type RemoteCluster struct {
	Name           string `json:"name"`
	Status         string `json:"provisioningState"`
	Endpoint       string `json:"fqdn"`
	KubeConfigPath string
}

Jump to

Keyboard shortcuts

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