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.
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.
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 NewCreateNodePoolScopedMaestroReadonlyBundlesController(activeOperationLister listers.ActiveOperationLister, ...) controllerutils.Controller
- 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
- func NewReadAndPersistNodePoolScopedMaestroReadonlyBundlesContentController(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 NewCreateNodePoolScopedMaestroReadonlyBundlesController ¶
func NewCreateNodePoolScopedMaestroReadonlyBundlesController( activeOperationLister listers.ActiveOperationLister, cosmosClient database.DBClient, clusterServiceClient ocm.ClusterServiceClientSpec, informers informers.BackendInformers, maestroSourceEnvironmentIdentifier string, maestroClientBuilder maestro.MaestroClientBuilder, ) controllerutils.Controller
func NewDeleteOrphanedMaestroReadonlyBundlesController ¶
func NewDeleteOrphanedMaestroReadonlyBundlesController(cosmosClient database.DBClient, csClient ocm.ClusterServiceClientSpec, maestroClientBuilder maestro.MaestroClientBuilder, maestroSourceEnvironmentIdentifier string) controllerutils.Controller
NewDeleteOrphanedMaestroReadonlyBundlesController periodically looks for Maestro readonly bundles in the Maestro API that are not referenced by any of the supported cosmos resources by this controller 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
func NewReadAndPersistNodePoolScopedMaestroReadonlyBundlesContentController ¶
func NewReadAndPersistNodePoolScopedMaestroReadonlyBundlesContentController( activeOperationLister listers.ActiveOperationLister, cosmosClient database.DBClient, clusterServiceClient ocm.ClusterServiceClientSpec, informers informers.BackendInformers, maestroSourceEnvironmentIdentifier string, maestroClientBuilder maestro.MaestroClientBuilder, ) controllerutils.Controller
Types ¶
This section is empty.
Source Files
¶
- create_cluster_scoped_maestro_readonly_bundles_controller.go
- create_nodepool_scoped_maestro_readonly_bundles_controller.go
- cs_maestro_utils.go
- delete_orphaned_maestro_readonly_bundles_controller.go
- do_nothing.go
- maestro_readonly_bundle_helpers.go
- read_and_persist_cluster_scoped_maestro_readonly_bundles_content_controller.go
- read_and_persist_nodepool_scoped_maestro_readonly_bundles_content_controller.go
Directories
¶
| Path | Synopsis |
|---|---|
|
The controllers in the operationcontrollers package provide the glue between Clusters Service and asynchronous operations initiated by RP frontend pods in response to client requests.
|
The controllers in the operationcontrollers package provide the glue between Clusters Service and asynchronous operations initiated by RP frontend pods in response to client requests. |