Documentation
¶
Overview ¶
Copyright 2026 Microsoft Corporation
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Copyright 2026 Microsoft Corporation ¶
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Index ¶
- func NewCreateClusterScopedMaestroReadonlyBundlesController(activeOperationLister listers.ActiveOperationLister, ...) controllerutils.Controller
- func NewDataDumpController(activeOperationLister listers.ActiveOperationLister, ...) controllerutils.ClusterSyncer
- func NewDeleteOrphanedMaestroReadonlyBundlesController(cosmosClient database.DBClient, csClient ocm.ClusterServiceClientSpec, ...) controllerutils.Controller
- func NewDoNothingExampleController(cosmosClient database.DBClient, subscriptionLister listers.SubscriptionLister) controllerutils.Controller
- func NewReadAndPersistClusterScopedMaestroReadonlyBundlesContentController(activeOperationLister listers.ActiveOperationLister, ...) controllerutils.Controller
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCreateClusterScopedMaestroReadonlyBundlesController ¶
func NewCreateClusterScopedMaestroReadonlyBundlesController( activeOperationLister listers.ActiveOperationLister, cosmosClient database.DBClient, clusterServiceClient ocm.ClusterServiceClientSpec, informers informers.BackendInformers, maestroSourceEnvironmentIdentifier string, maestroClientBuilder maestro.MaestroClientBuilder, ) controllerutils.Controller
func NewDataDumpController ¶
func NewDataDumpController(activeOperationLister listers.ActiveOperationLister, cosmosClient database.DBClient) controllerutils.ClusterSyncer
NewDataDumpController periodically lists all clusters and for each out when the cluster was created and its state.
func NewDeleteOrphanedMaestroReadonlyBundlesController ¶
func NewDeleteOrphanedMaestroReadonlyBundlesController(cosmosClient database.DBClient, csClient ocm.ClusterServiceClientSpec, maestroClientBuilder maestro.MaestroClientBuilder, maestroSourceEnvironmentIdentifier string) controllerutils.Controller
NewDeleteOrphanedMaestroReadonlyBundlesController periodically looks for cosmos objs that don't have an owning cluster and deletes them.
func NewDoNothingExampleController ¶
func NewDoNothingExampleController(cosmosClient database.DBClient, subscriptionLister listers.SubscriptionLister) controllerutils.Controller
NewDoNothingExampleController periodically lists all clusters and for each out when the cluster was created and its state.
func NewReadAndPersistClusterScopedMaestroReadonlyBundlesContentController ¶
func NewReadAndPersistClusterScopedMaestroReadonlyBundlesContentController( activeOperationLister listers.ActiveOperationLister, cosmosClient database.DBClient, clusterServiceClient ocm.ClusterServiceClientSpec, informers informers.BackendInformers, maestroSourceEnvironmentIdentifier string, maestroClientBuilder maestro.MaestroClientBuilder, ) controllerutils.Controller
Types ¶
This section is empty.