controllers

package
v0.0.0-...-886bed7 Latest Latest
Warning

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

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

Documentation

Overview

Copyright 2024 Red Hat, Inc.

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

Constants

View Source
const (
	// DefaultManagedNamespace is the default namespace where the operator
	// manages CAPI resources.
	DefaultManagedNamespace = "openshift-cluster-api"

	// DefaultMAPIManagedNamespace the default namespace where the operator
	// manages MAPI resources.
	DefaultMAPIManagedNamespace = "openshift-machine-api"

	// OperatorVersionKey is the key used to store the operator version in the ClusterOperator status.
	OperatorVersionKey = "operator"

	// ClusterOperatorName is the name of the ClusterOperator resource.
	ClusterOperatorName = "cluster-api"

	// InfrastructureResourceName is the name of the cluster global infrastructure resource.
	InfrastructureResourceName = "cluster"

	// SynchronizedCondition is used to denote when a MAPI or CAPI resource is
	// synchronized. This condition should only be true when a synchronization
	// controller has successfully synchronized a non-authoritative resource.
	SynchronizedCondition machinev1beta1.ConditionType = "Synchronized"

	// ReasonResourceSynchronized denotes that the resource is synchronized
	// successfully.
	ReasonResourceSynchronized = "ResourceSynchronized"
)

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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