Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for verifyFinalIOP (0.11 sec)

  1. operator/pkg/verifier/verifier.go

    }
    
    // Verify implements Verifier interface. Here we check status of deployment
    // and jobs, count various resources for verification.
    func (v *StatusVerifier) Verify() error {
    	if v.iop != nil {
    		return v.verifyFinalIOP()
    	}
    	if len(v.filenames) == 0 {
    		return v.verifyInstallIOPRevision()
    	}
    	return v.verifyInstall()
    }
    
    // verifyInstallIOPRevision verifies the default installation of IstioOperator with the revision.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 14 19:23:44 UTC 2024
    - 15K bytes
    - Viewed (0)
Back to top