// Test_ServiceSpecRemovedFieldProtobufNumberReservation tests that the reserved protobuf field numbers // for removed fields are not re-used. DO NOT remove this test for any reason, this ensures that tombstoned // protobuf field numbers are not accidentally reused by other fields. func Test_ServiceSpecRemovedFieldProtobufNumberReservation(t *testing.T) { … } // TestEphemeralContainer ensures that the tags of Container and EphemeralContainerCommon are kept in sync. func TestEphemeralContainer(t *testing.T) { … } func TestNoBindingDeprecation(t *testing.T) { … }