Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestRecordComponentBuildTag (0.16 sec)

  1. pkg/version/version_linux_test.go

    // limitations under the License.
    
    package version
    
    import (
    	"testing"
    
    	"istio.io/istio/pkg/monitoring/monitortest"
    )
    
    func TestRecordComponentBuildTag(t *testing.T) {
    	cases := []struct {
    		name    string
    		in      BuildInfo
    		wantTag string
    	}{
    		{
    			"record",
    			BuildInfo{
    				Version:       "VER",
    				GitRevision:   "GITREV",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 07 23:36:03 UTC 2023
    - 1.2K bytes
    - Viewed (0)
Back to top