github.com/google/cloudprober@v0.11.3/rds/file/testdata/targets1.textpb (about)

     1  resource {
     2    name: "switch-xx-1"
     3  	ip: "10.1.1.1"
     4  	port: 8080
     5  	labels {
     6  	  key: "device_type"
     7  		value: "switch"
     8  	}
     9  	labels {
    10  	  key: "cluster"
    11  		value: "xx"
    12  	}
    13  }
    14  
    15  resource {
    16    name: "switch-xx-2"
    17  	ip: "10.1.1.2"
    18  	port: 8081
    19  	labels {
    20  	  key: "cluster"
    21  		value: "xx"
    22  	}
    23  }