platform-mesh-operator

command module
v0.5.2 Latest Latest
Warning

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

Go to latest
Published: Sep 20, 2025 License: Apache-2.0 Imports: 1 Imported by: 0

README

[!WARNING] This Repository is under development and not ready for productive use. It is in an alpha stage. That means APIs and concepts may change on short notice including breaking changes or complete removal of apis.

platform-mesh-operator

The platform-mesh-operator helps bootstrap new platform-mesh environment during initial setup. It does so by reconciling and Kind: PlatformMesh resource which looks like this

apiVersion: core.platform-mesh.io/v1alpha1
kind: PlatformMesh
metadata:
  labels:
  name: platform-mesh-sample
  namespace: platform-mesh-system
spec:
  kcp:
    adminSecretRef:
      name: platform-mesh-kcp-internal-admin-kubeconfig
    providerConnections:
    - endpointSliceName: core.platform-mesh.io
      path: root:platform-mesh-system
      secret: platform-mesh-operator-kubeconfig

The adminSecretRef points to a secret containking a KCP kubeconfig, which is used by the operator to create the KCP workspaces and exports. After the operator finishes with the setup stage of KCP, it creates additional secrets for each providerConnection object configured in the resource above.

Subroutines

KcpSetup
ProviderSecret
Defaults
Webhook

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
api
v1alpha1
Package v1alpha1 contains API Schema definitions for the core v1alpha1 API group +kubebuilder:object:generate=true +groupName=core.platform-mesh.io
Package v1alpha1 contains API Schema definitions for the core v1alpha1 API group +kubebuilder:object:generate=true +groupName=core.platform-mesh.io
internal
pkg
kapply
Package kapply provides a pure-Go equivalent of `kubectl apply -k <dir>`, building a Kustomize stack and applying it via Server-Side Apply (SSA).
Package kapply provides a pure-Go equivalent of `kubectl apply -k <dir>`, building a Kustomize stack and applying it via Server-Side Apply (SSA).
test

Jump to

Keyboard shortcuts

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