Documentation
¶
Overview ¶
Copyright 2026 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 ( // SynchronizedCondition indicates that a machine resource has been successfully synchronized between MAPI and CAPI during migration. SynchronizedCondition mapiv1beta1.ConditionType = "Synchronized" // MAPIPausedCondition represents the paused state for MAPI machines. MAPIPausedCondition mapiv1beta1.ConditionType = "Paused" // CAPIPausedCondition represents the paused state for CAPI machines. CAPIPausedCondition = clusterv1.PausedCondition )
Variables ¶
This section is empty.
Functions ¶
func InitCommonVariables ¶
func InitCommonVariables()
InitCommonVariables initializes global variables used across test cases.
Types ¶
This section is empty.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.