Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for indexOfCondition (0.18 sec)

  1. pkg/controller/storageversionmigrator/util.go

    // It is exported for use in tests
    func IsConditionTrue(svm *svmv1alpha1.StorageVersionMigration, conditionType svmv1alpha1.MigrationConditionType) bool {
    	return indexOfCondition(svm, conditionType) != -1
    }
    
    func indexOfCondition(svm *svmv1alpha1.StorageVersionMigration, conditionType svmv1alpha1.MigrationConditionType) int {
    	for i, c := range svm.Status.Conditions {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 19:25:10 UTC 2024
    - 2.6K bytes
    - Viewed (0)
Back to top