type cloud.google.com/go/container/apiv1.UsableSubnetworkIterator

7 uses

	cloud.google.com/go/container/apiv1 (current package)
		cluster_manager_client.go#L977: func (c *ClusterManagerClient) ListUsableSubnetworks(ctx context.Context, req *containerpb.ListUsableSubnetworksRequest, opts ...gax.CallOption) *UsableSubnetworkIterator {
		cluster_manager_client.go#L981: 	it := &UsableSubnetworkIterator{}
		cluster_manager_client.go#L1018: type UsableSubnetworkIterator struct {
		cluster_manager_client.go#L1038: func (it *UsableSubnetworkIterator) PageInfo() *iterator.PageInfo {
		cluster_manager_client.go#L1044: func (it *UsableSubnetworkIterator) Next() (*containerpb.UsableSubnetwork, error) {
		cluster_manager_client.go#L1054: func (it *UsableSubnetworkIterator) bufLen() int {
		cluster_manager_client.go#L1058: func (it *UsableSubnetworkIterator) takeBuf() interface{} {