@@ -237,6 +237,9 @@ func TestService_createOrGetInstance(t *testing.T) {
237237 DiskType : "zones/us-central1-c/diskTypes/pd-standard" ,
238238 SourceImage : "projects/my-proj/global/images/family/capi-ubuntu-1804-k8s-v1-19" ,
239239 ResourceManagerTags : map [string ]string {},
240+ Labels : map [string ]string {
241+ "foo" : "bar" ,
242+ },
240243 },
241244 },
242245 },
@@ -302,6 +305,9 @@ func TestService_createOrGetInstance(t *testing.T) {
302305 DiskType : "zones/us-central1-c/diskTypes/pd-standard" ,
303306 SourceImage : "projects/my-proj/global/images/family/capi-ubuntu-1804-k8s-v1-19" ,
304307 ResourceManagerTags : map [string ]string {},
308+ Labels : map [string ]string {
309+ "foo" : "bar" ,
310+ },
305311 },
306312 },
307313 },
@@ -369,6 +375,9 @@ func TestService_createOrGetInstance(t *testing.T) {
369375 DiskType : "zones/us-central1-c/diskTypes/pd-standard" ,
370376 SourceImage : "projects/my-proj/global/images/family/capi-ubuntu-1804-k8s-v1-19" ,
371377 ResourceManagerTags : map [string ]string {},
378+ Labels : map [string ]string {
379+ "foo" : "bar" ,
380+ },
372381 },
373382 },
374383 },
@@ -436,6 +445,9 @@ func TestService_createOrGetInstance(t *testing.T) {
436445 DiskType : "zones/us-central1-c/diskTypes/pd-standard" ,
437446 SourceImage : "projects/my-proj/global/images/family/capi-ubuntu-1804-k8s-v1-19" ,
438447 ResourceManagerTags : map [string ]string {},
448+ Labels : map [string ]string {
449+ "foo" : "bar" ,
450+ },
439451 },
440452 },
441453 },
@@ -506,6 +518,9 @@ func TestService_createOrGetInstance(t *testing.T) {
506518 DiskType : "zones/us-central1-c/diskTypes/pd-standard" ,
507519 SourceImage : "projects/my-proj/global/images/family/capi-ubuntu-1804-k8s-v1-19" ,
508520 ResourceManagerTags : map [string ]string {},
521+ Labels : map [string ]string {
522+ "foo" : "bar" ,
523+ },
509524 },
510525 },
511526 },
@@ -569,6 +584,9 @@ func TestService_createOrGetInstance(t *testing.T) {
569584 DiskType : "zones/us-central1-a/diskTypes/pd-standard" ,
570585 SourceImage : "projects/my-proj/global/images/family/capi-ubuntu-1804-k8s-v1-19" ,
571586 ResourceManagerTags : map [string ]string {},
587+ Labels : map [string ]string {
588+ "foo" : "bar" ,
589+ },
572590 },
573591 },
574592 },
@@ -639,6 +657,9 @@ func TestService_createOrGetInstance(t *testing.T) {
639657 DiskType : "zones/us-central1-c/diskTypes/pd-standard" ,
640658 SourceImage : "projects/my-proj/global/images/family/capi-ubuntu-1804-k8s-v1-19" ,
641659 ResourceManagerTags : map [string ]string {},
660+ Labels : map [string ]string {
661+ "foo" : "bar" ,
662+ },
642663 },
643664 DiskEncryptionKey : & compute.CustomerEncryptionKey {
644665 KmsKeyName : "projects/my-project/locations/us-central1/keyRings/us-central1/cryptoKeys/some-key" ,
@@ -712,6 +733,9 @@ func TestService_createOrGetInstance(t *testing.T) {
712733 DiskType : "zones/us-central1-c/diskTypes/pd-standard" ,
713734 SourceImage : "projects/my-proj/global/images/family/capi-ubuntu-1804-k8s-v1-19" ,
714735 ResourceManagerTags : map [string ]string {},
736+ Labels : map [string ]string {
737+ "foo" : "bar" ,
738+ },
715739 },
716740 DiskEncryptionKey : & compute.CustomerEncryptionKey {
717741 RawKey : "SGVsbG8gZnJvbSBHb29nbGUgQ2xvdWQgUGxhdGZvcm0=" ,
@@ -785,6 +809,9 @@ func TestService_createOrGetInstance(t *testing.T) {
785809 DiskType : "zones/us-central1-c/diskTypes/pd-standard" ,
786810 SourceImage : "projects/my-proj/global/images/family/capi-ubuntu-1804-k8s-v1-19" ,
787811 ResourceManagerTags : map [string ]string {},
812+ Labels : map [string ]string {
813+ "foo" : "bar" ,
814+ },
788815 },
789816 DiskEncryptionKey : & compute.CustomerEncryptionKey {
790817 RsaEncryptedKey : "ieCx/NcW06PcT7Ep1X6LUTc/hLvUDYyzSZPPVCVPTVEohpeHASqC8uw5TzyO9U+Fka9JFHiz0mBibXUInrC/jEk014kCK/NPjYgEMOyssZ4ZINPKxlUh2zn1bV+MCaTICrdmuSBTWlUUiFoDiD6PYznLwh8ZNdaheCeZ8ewEXgFQ8V+sDroLaN3Xs3MDTXQEMMoNUXMCZEIpg9Vtp9x2oe==" ,
0 commit comments